Re: What is the best java development and vm ?



Marc Shapiro wrote:

Vitaliy Ischenko wrote:

The "best" SDK is SUN sdk
read this http://newbiedoc.berlios.de/wiki/Installing_Java
and especially last part

Installing eclipse is extremely easy -- just unpack archive with
binaries somewhere and launch it :)


Yeah, I was pretty leary of going with anything other than Sun, so I upgraded to the new jdk 5.0 and then installed netbeans.

Netbeans runs extremely slow, however. It says that it needs 384 MB of memory and I only have 256 MB (with 512 MB swap) so I am guessing that is the reason for the slow running. Is eclipse any better at running with less memory? Money is tight, and, although adding memory is by far the cheapest way to improve performance, I would rather not do that at this time if it can be avoided. Since I have no java experience I really do want visual style IDE so that I only have to worry about learning java and not have to deal with the visual interface at the same time.

Both netbeans and eclipse are pretty piggy on memory. I found netbeans pretty slow on a 770MHz P3 with 384MB, and I got a lot of paging when I switched to and from the debugger. In general, I found it quite slow.

Runs just fine on my 3GHz P4 with !GB.

Java is pretty hard on memory in general. I tried running JEdit on an HP-UX box (with Java 1.4), and found it used 260MB. Other people noticed too, and I had to shut it down.

/JVL


--
To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx with a subject of "unsubscribe". Trouble? Contact listmaster@xxxxxxxxxxxxxxxx



Relevant Pages

  • Re: A constructive debate: Eclipse or NetBeans?
    ... However, I've tried NetBeans recently. ... better support for creating GUIs than Eclipse ... "make" as a build system and primarily programming in OCaml. ... Sun's Java implementation. ...
    (comp.lang.java.softwaretools)
  • Which IDE ?
    ... IDE fits me best, NetBeans or Eclipse... ... Eclipse is very scalable has MANY plugins and very very fast. ... technologies (like i do now with Java Server Faces) it's a lot easier ...
    (comp.lang.java.programmer)
  • Re: Looking for that special Java IDE...
    ... My understanding is that NetBeans is also written in Java, and lots of people swear by it. ... I recommend that rather than refusing to use an IDE just because it's written in Java, check out what Eclipse and NetBeans have to offer. ...
    (comp.lang.java.programmer)
  • Re: What is the best java development and vm ?
    ... Yeah, I was pretty leary of going with anything other than Sun, so I upgraded to the new jdk 5.0 and then installed netbeans. ... It says that it needs 384 MB of memory and I only have 256 MB so I am guessing that is the reason for the slow running. ... Is eclipse any better at running with less memory? ... Since I have no java experience I really do want visual style IDE so that I only have to worry about learning java and not have to deal with the visual interface at the same time. ...
    (Debian-User)
  • Re: Java GUI
    ... Netbeans and Sun, Netbeans were able to introduce a new Swing layout ... layout managers if you _don't_ use the GUI designer. ... On a related note, after finally getting fed up with hand-coding UIs in Java, I tried out NetBeans and its GUI designer (I'd been using Eclipse on recommendation of a friend). ...
    (comp.lang.java.programmer)