Re: IDE for java

2003-01-24 Thread Benedict Verheyen
A lot of good suggestions from a lot of people. Time to improve my java program building time! -- Benedict Verheyen Linux 2.4.20 AMD Athlon(tm) Processor AuthenticAMD GNU/Linux -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTE

Re: IDE for java

2003-01-24 Thread Hanasaki JiJi
Take a peek at Ant from jakarta.apache.org - make functionality - written in Java - no tab/space issues of Make - makefile of make = buil.xml of Ant - that's correct. ant "makefile"s are written in xml Dave Carrigan wrote: On Thu, 2003-01-23 at 06:33, Benedict Verheyen wrote: When you sa

Re: Re: IDE for java

2003-01-24 Thread Joris
> When you say "make", is that the same make program most c++ programs use? > If so, i didn't know one could use it with other languages. I'll have to start >learning it then. > I know there is a java specific make too: jmake. > Any experience with that one? there is another java specific make r

Re: Re: IDE for java

2003-01-23 Thread Dave Carrigan
On Thu, 2003-01-23 at 06:33, Benedict Verheyen wrote: > When you say "make", is that the same make program most c++ programs use? > If so, i didn't know one could use it with other languages. I'll have to start >learning it then. Sure; make is language-agnostic. For that matter, it doesn't even

Re: IDE for java

2003-01-23 Thread David Z Maze
"Benedict Verheyen" <[EMAIL PROTECTED]> writes: > When you say "make", is that the same make program most c++ programs use? > If so, i didn't know one could use it with other languages. I'll > have to start learning it then. make, in general, is good for describing ways of turning one sort of file

Re: Re: IDE for java

2003-01-23 Thread Derrick 'dman' Hudson
On Thu, Jan 23, 2003 at 02:33:52PM +, Benedict Verheyen wrote: | Derrick 'dman' Hudson <[EMAIL PROTECTED]> wrote: | >On Wed, Jan 22, 2003 at 05:56:36PM -0300, Eduardo Gargiulo wrote: | > | >| Is there any IDE for java (debianized if possible). Which? | > | >It's called "debian". :-). [...] |

Re: Re: IDE for java

2003-01-23 Thread Benedict Verheyen
Derrick 'dman' Hudson <[EMAIL PROTECTED]> wrote: >On Wed, Jan 22, 2003 at 05:56:36PM -0300, Eduardo Gargiulo wrote: > >| Is there any IDE for java (debianized if possible). Which? > >It's called "debian". :-). I use vim as the editor, make for b

Re: IDE for java

2003-01-23 Thread Darryl L. Pierce
On 2003.01.22 15:56 Eduardo Gargiulo wrote: Is there any IDE for java (debianized if possible). Which? Where should I point my sources to install it? There's always Xemacs/JDE/speedbar/ANT. That's what I use both at home and at work and it works fine. -- Darryl L. Pierce <[EMAIL PROTECTED]> Vi

Re: IDE for java

2003-01-23 Thread Darryl L. Pierce
On 2003.01.22 15:56 Eduardo Gargiulo wrote: Is there any IDE for java (debianized if possible). Which? Where should I point my sources to install it? At work and at home I use Xemacs/JDE/speedbar/ANT and have a great development environment. -- Darryl L. Pierce <[EMAIL PROTECTED]> Visit the In

Re: IDE for java

2003-01-22 Thread Florian Bachmann
Eduardo Gargiulo wrote: > Hi all > > Is there any IDE for java (debianized if possible). Which? Where should > I point my sources to install it? > > I'm using woody 3.0r1 > > TIA and sorry for my english > > -ejg > > There are a number of choices, but the best IDEs are not in Debian: - The

Re: IDE for java

2003-01-22 Thread mobtek mobtekl
On Thu, 23 Jan 2003 11:51, Hanasaki JiJi banged a keyboard: Idea rocks for java dev http://www.intellij.com/idea/ cheers pvdm > www.netbeans.org > > not in a .deb and very easy to install > > Derrick 'dman' Hudson wrote: > > On Wed, Jan 22, 2003 at 05:56:36PM -0300, Eduardo Gargiulo wrote: > >

Re: IDE for java

2003-01-22 Thread Hanasaki JiJi
www.netbeans.org not in a .deb and very easy to install Derrick 'dman' Hudson wrote: On Wed, Jan 22, 2003 at 05:56:36PM -0300, Eduardo Gargiulo wrote: | Is there any IDE for java (debianized if possible). Which? It's called "debian". :-). I use vim as the editor, make for build management (a

Re: IDE for java

2003-01-22 Thread Michael J. Denton
> Is there any IDE for java (debianized if possible). Which? Where should > I point my sources to install it? http://people.debian.org/~erich/packagebrowser/devel-editors.html has a nice listing of IDE's for Debian. Specific Java IDEs it lists are: motor and vide. Both have versions in stable/un

Re: IDE for java

2003-01-22 Thread Derrick 'dman' Hudson
On Wed, Jan 22, 2003 at 05:56:36PM -0300, Eduardo Gargiulo wrote: | Is there any IDE for java (debianized if possible). Which? It's called "debian". :-). I use vim as the editor, make for build management (and either javac or jikes for the compiler), ctags for convenient jumping through the sou

Re: IDE for java

2003-01-22 Thread Thomas Krennwallner
On Wed Jan 22, 2003 at 05:56:36PM -0300, the boisterous Eduardo Gargiulo <[EMAIL PROTECTED]> wrote to me: > Is there any IDE for java (debianized if possible). Which? Where should > I point my sources to install it? deb http://people.debian.org/~tora/deb ./ Eclipse is the choice... so l

Re: IDE for java

2003-01-22 Thread David Z Maze
Eduardo Gargiulo <[EMAIL PROTECTED]> writes: > Is there any IDE for java (debianized if possible). Which? Where should > I point my sources to install it? I tend to be perfectly happy with Emacs (and in particular I generally use XEmacs 21). What features do you want out of it? -- David Maze

Re: IDE for java

2003-01-22 Thread burningclown
check out jde (now called jdee b/c of copyright reasons) in devel. it's an emacs add-on, so if you don't like/use emacs ... well ... g On Wed, 22 Jan 2003, Eduardo Gargiulo wrote: > Hi all > > Is there any IDE for java (debianized if possible). Which? Where should > I point my sources to in

RE: IDE for JAVA

1999-05-05 Thread Person, Roderick
I've been testing out a couple of JAVA and JAVA/C++ IDEs lately, So far I have Tried Elixir IDE, Simplicity IDE and Wipeout. I have downloaded NetBeans but it's was the .pl auto installer and I have got that to compile yet. Of the three Simplicity is the coolest. It like Visual C++ by M$, it writes

Re: IDE for JAVA

1999-05-05 Thread Khalid EZZARAOUI
try http://www.netbeans.com it's free for non commercial use (if I remember) you have one to jdk1.1 and 1.2. there is a rpm archive

Re: ide for java?

1997-08-26 Thread Dave Cinege
On Tue, 26 Aug 1997 16:28:37 -0700, Jim Pick wrote: > >> hi is there any Java IDE interface to Linux? >> >> warnning: I'm loocking for an IDE diferent as JAVA WORKSHOP. > >You might try Vibe from Visix (www.visix.com). I've never tried it, but >it is available for Linux. > >There is also the

Re: ide for java?

1997-08-26 Thread Jim Pick
> hi is there any Java IDE interface to Linux? > > warnning: I'm loocking for an IDE diferent as JAVA WORKSHOP. You might try Vibe from Visix (www.visix.com). I've never tried it, but it is available for Linux. There is also the FreeBuilder project: http://www.techno-link.com/clients/ivo/