LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Java Programming in Linux (https://www.linuxquestions.org/questions/programming-9/java-programming-in-linux-295339/)

alexgsummer 02-26-2005 10:52 PM

Java Programming in Linux
 
Anyone know of any Java IDE's that work well in Linux? Thanks.

Hockeyfan 02-27-2005 12:35 AM

The IDE I use is Eclipse. It is a pretty cool IDe. It works pretty well.

dun_noe 02-27-2005 03:17 AM

I use netbeans. Good IDE for me...

jonaskoelker 02-27-2005 11:07 PM

I use emacs. Good IDE for everything -- plus it's a web browser, mail client, news reader and ... oh well, I guess it still won't brew you coffee?

;)

Jonas

JurajPsycho 02-28-2005 03:59 AM

you can try Borland JBuilder, it works fine....
J.

manulite 02-28-2005 10:04 AM

Eclipse, eclipse, eclipse...

I also use IBM WebSphere Studio (Commercial) for linux but then its just

eclipse, eclipse eclipse.

click here to visit eclipse home page

alexgsummer 02-28-2005 11:58 AM

Thanks for all the recommendations!!

purefan 03-01-2005 11:50 PM

perhaps should had made a poll out of this
:p

Mega Man X 03-02-2005 01:06 AM

DrJava? For a lightweight IDE, that is ;)

http://drjava.sourceforge.net/

jlliagre 03-02-2005 02:12 PM

Do not use eclipse, it will lead you to write non portable Java code, and doesn't support J2SE 5.0.
Instead of staying in the dark, use NetBeans !

emathias 03-02-2005 10:12 PM

Intellij IDEA is a good one.

Although it is not free (if you don't want to pay for it there are key generators that works pretty well),
I used it for a long time.

Now, (with a not so little work) i'm using vim, but it could no be a good choice if you don't know the API you're working with

RodimusProblem 03-02-2005 10:29 PM

I use KWrite. All I need for an IDE is syntax highlighting. :)

alexgsummer 03-02-2005 10:47 PM

Awesome. thanks again for the responses.

machron1 03-03-2005 03:41 AM

Quote:

Originally posted by jlliagre
Do not use eclipse, it will lead you to write non portable Java code, and doesn't support J2SE 5.0.
Instead of staying in the dark, use NetBeans !

Care to back that up? I am pretty sure it uses whatever J2SE you point it to. After all, Eclipse knows nothing of Java, its just a framework for plugins.

Also, Eclipse doesn't write code, the developer does. How exactly does IT write non-portable code?

jlliagre 03-03-2005 05:32 AM

Quote:

I am pretty sure it uses whatever J2SE you point it to.
The released eclipse is not supporting J2SE 5.0, and even while it may support using this JDK, it's editor/compiler wouldn't allow you to use 1.5 features.
Next eclipse (3.1) plan to fully support it, but is not yet there.
Quote:

Eclipse knows nothing of Java, its just a framework for plugins.
It should better know java, as it is mostly all written in this language, with the unfortunate exception of SWT ...
Quote:

How exactly does IT write non-portable code?
Well, as you may know, one of an IDE difference versus a simple editor like vi or emacs, is that it actually write some of the code for you, based on template and wizards. My point here is that eclipse is promoting its non portable graphic toolkit (the mis-named "standard" widget toolkit) instead of using AWT/SWING, which is the portable way to go, IMO.


All times are GMT -5. The time now is 05:37 PM.