You are here

NetBeans or a similar App

2 posts / 0 new
Last post
BluePlanet
Offline
Last seen: 16 years 2 months ago
Joined: 2007-09-27 13:35
NetBeans or a similar App

NetBeans is a Java programming IDE that can be found at http://www.netbeans.org/ It is free but requires the Java JDK to work. Is there any way to package the JDK in with NetBeans? This app would be VERY large because the JDK is about 150-200mg and NetBeans is another 120-150mg. NetBeans doesn't (as far as I can tell) any reg entries except for the uninstall one. The java JDK can be found at http://java.sun.com/javase/downloads/index.jsp ( The JDK is different from the Java JRE! ) Thanks!

ATimson
Offline
Last seen: 16 years 6 months ago
Joined: 2007-10-26 20:22
How about Eclipse?

Eclipse might serve your purpose; it requires a JRE on the machine to run, but includes its own compiler/libraries so you don't need the JDK installed. It doesn't use any registry entries, instead keeping the config info in files in the program directory.

"Niceness is the greatest human flaw, except for all the others."
--Brendan Moody

Log in or register to post comments