| Author |
sun studio creator or what else?
|
madhu cm
Greenhorn
Joined: Jun 26, 2005
Posts: 20
|
|
hello everybody I need to develop a web application, so i have choosen sun java studio creator and it takes lots of memory in my comp !! which is 256mb ram.... Is there any editor for developing web app? which takes less ram atleast?? plz tell me.......... thanks
|
 |
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
|
|
Java IDEs tend to be expensive (in terms of ram). If this is a good size project, you may want to spend a little money on some ram. As far as other IDEs: There is Eclipse (Open Source), JBuilder (Commercial with a free personal edition for non-commercial use), NetBeans (Open Source, This has been incorporated into Sun Studio. It might be more efficient to run just NetBeans.) Oracle has an app suite. There are plenty of others too. Myself, I use a text editor, the command line compiler, and Tomcat.
|
Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14571
|
|
As far as I've been able to tell, all the "big name" IDEs just barely work on a 256M machine. An alternative is the Emacs editor using the jde plugin. It's not as slick as pure-GUI IDEs, but it does better than just a vanilla text editor, and I've used it on a 100M P200 box in a pinch.
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
Tim West
Ranch Hand
Joined: Mar 15, 2004
Posts: 539
|
|
JEdit would also run OK on a machine with those specs. It seems to be popular, though I confess I haven't used it for Java development. -Tim
|
 |
 |
|
|
subject: sun studio creator or what else?
|
|
|