LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > Programming
User Name
Password
Programming This forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game.

Notices


Reply
  Search this Thread
Old 02-26-2005, 10:52 PM   #1
alexgsummer
LQ Newbie
 
Registered: Feb 2005
Location: SC
Posts: 13

Rep: Reputation: 0
Java Programming in Linux


Anyone know of any Java IDE's that work well in Linux? Thanks.
 
Old 02-27-2005, 12:35 AM   #2
Hockeyfan
Member
 
Registered: May 2004
Distribution: SuSe 10.0
Posts: 154

Rep: Reputation: 30
The IDE I use is Eclipse. It is a pretty cool IDe. It works pretty well.
 
Old 02-27-2005, 03:17 AM   #3
dun_noe
Member
 
Registered: Sep 2004
Location: Singapore
Distribution: Debian unstable
Posts: 31

Rep: Reputation: 15
I use netbeans. Good IDE for me...
 
Old 02-27-2005, 11:07 PM   #4
jonaskoelker
Senior Member
 
Registered: Jul 2004
Location: Denmark
Distribution: Ubuntu, Debian
Posts: 1,524

Rep: Reputation: 47
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
 
Old 02-28-2005, 03:59 AM   #5
JurajPsycho
Member
 
Registered: Sep 2004
Distribution: Debian, kernel 2.6.10
Posts: 50

Rep: Reputation: 15
you can try Borland JBuilder, it works fine....
J.
 
Old 02-28-2005, 10:04 AM   #6
manulite
LQ Newbie
 
Registered: Jul 2003
Location: Harare, Zimbabwe
Distribution: openSUSE 10.3
Posts: 24

Rep: Reputation: 15
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
 
Old 02-28-2005, 11:58 AM   #7
alexgsummer
LQ Newbie
 
Registered: Feb 2005
Location: SC
Posts: 13

Original Poster
Rep: Reputation: 0
Thanks for all the recommendations!!
 
Old 03-01-2005, 11:50 PM   #8
purefan
Member
 
Registered: Aug 2003
Location: Sweden
Distribution: Ubuntu 10.04
Posts: 99

Rep: Reputation: Disabled
perhaps should had made a poll out of this
 
Old 03-02-2005, 01:06 AM   #9
Mega Man X
LQ Guru
 
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,339

Rep: Reputation: 65
DrJava? For a lightweight IDE, that is

http://drjava.sourceforge.net/
 
Old 03-02-2005, 02:12 PM   #10
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
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 !
 
Old 03-02-2005, 10:12 PM   #11
emathias
LQ Newbie
 
Registered: Oct 2004
Distribution: Gentoo
Posts: 24

Rep: Reputation: 15
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
 
Old 03-02-2005, 10:29 PM   #12
RodimusProblem
Member
 
Registered: Dec 2004
Distribution: Knoppix 3.6
Posts: 135

Rep: Reputation: 15
I use KWrite. All I need for an IDE is syntax highlighting.
 
Old 03-02-2005, 10:47 PM   #13
alexgsummer
LQ Newbie
 
Registered: Feb 2005
Location: SC
Posts: 13

Original Poster
Rep: Reputation: 0
Awesome. thanks again for the responses.
 
Old 03-03-2005, 03:41 AM   #14
machron1
Member
 
Registered: Mar 2005
Posts: 34

Rep: Reputation: 15
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?
 
Old 03-03-2005, 05:32 AM   #15
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
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.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
java programming on linux cyborg_jt Programming 20 02-04-2004 06:42 PM
programming with java in linux? newbieX Linux - Newbie 9 12-30-2003 06:39 AM
Programming java in linux heming Linux - Software 4 02-28-2003 02:40 PM
Java programming in linux heming Linux - Newbie 4 02-28-2003 08:34 AM
Java programming in linux heming Linux - General 3 02-28-2003 08:32 AM

LinuxQuestions.org > Forums > Non-*NIX Forums > Programming

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

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration