View Full Version : Native Java IDE
Soap_Dude
July 15th, 2006, 02:07 AM
Does anyone know of an editor/IDE for Java that is not written in Java? I have an old machine, and cannot run any Java-based graphical IDE with any efficiency. (I've tried Netbeans and Eclipse, I have to wait about a minute between any actions) I don't want to compile in terminal either...
On the other hand, my C++ IDE runs expediently, and without a glitch.
I guess a smaller/faster Java-based IDE would be fine too.
Any suggestions?
Thanks
--------------------------------
running both J2SE 5.0 and GCJ
croak77
July 15th, 2006, 02:53 AM
Does anyone know of an editor/IDE for Java that is not written in Java? I have an old machine, and cannot run any Java-based graphical IDE with any efficiency. (I've tried Netbeans and Eclipse, I have to wait about a minute between any actions) I don't want to compile in terminal either...
On the other hand, my C++ IDE runs expediently, and without a glitch.
I guess a smaller/faster Java-based IDE would be fine too.
Any suggestions?
Thanks
Take a look at Anjuta or KDevelop.
Daverz
July 15th, 2006, 03:25 AM
jdee perhaps. Package name is 'jde'.
You might also try jedit, which is native java, but is not as heavyweight.
Otherwise, I don't think you should be so quick to dismiss the combination of editor + terminal window + ant.
ynef
July 15th, 2006, 03:31 AM
What IDE do you use for C++ work? What are your requirements?
I ask this because most text editors, such as vim or Emacs, can be used as very good development environments. They take some setting up and getting used to, but you will most likely never encounter a *NIX system where they aren't availiable.
cow_racer
July 15th, 2006, 12:30 PM
vim is probably your only choice.
synacktion
July 15th, 2006, 03:24 PM
I highly recommend SciTE - very lightweight. If you'd like to do a little browsing, here are some Dapper package lists for editors and development:
http://packages.ubuntu.com/dapper/editors/
http://packages.ubuntu.com/dapper/devel/
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.