- Aug 15, 2000
- 12,013
- 0
- 0
My JAVA class starts tommrow...I plan to prepare by reading the first chap of the java book, but i was wondering what compiler do most colleges use for JAVA? (that way i can get it before class begins)??
Originally posted by: kalster
actually java is interpeted lol at the machine level ne way lol
but the java sdk is essentially all u need
Originally posted by: wfbberzerker
i hate how slow it compiles tho....
a 10 line program takes a good 20 seconds to compile (first time around), even on a 1ghz+ computer.
Originally posted by: mugsywwiii
Originally posted by: kalster
actually java is interpeted lol at the machine level ne way lol
but the java sdk is essentially all u need
... It's compiled into a .class file which is then interpreted by the VIRTUAL machine on whatever platform you're on.
Sun's Java SDK will give you what you want chiwawa626. If you want an IDE for doing GUI stuff easier, Sun has a program called Forte.
Originally posted by: kalster
Originally posted by: mugsywwiii
Originally posted by: kalster
actually java is interpeted lol at the machine level ne way lol
but the java sdk is essentially all u need
... It's compiled into a .class file which is then interpreted by the VIRTUAL machine on whatever platform you're on.
Sun's Java SDK will give you what you want chiwawa626. If you want an IDE for doing GUI stuff easier, Sun has a program called Forte.
uh huh, thaz wat i meant (at the machine level)
if u want gui, forte is good but its a pure java implementation so it can be slow
i personally use eclipse (its by IBM) its an open source IDE, which can be used with diff stuff (java, c++, watever) and its not that heavy either
u might have to setup the pathsand stuff tho , for jdk and help files and stuff
if you dont wanna mess with that you can just use forte or jbuilder or ne other java specific IDE
Originally posted by: mugsywwiii
Originally posted by: wfbberzerker
i hate how slow it compiles tho....
a 10 line program takes a good 20 seconds to compile (first time around), even on a 1ghz+ computer.
wtf?! That would take less than a second on my computer.
Originally posted by: wfbberzerker
Originally posted by: mugsywwiii
Originally posted by: wfbberzerker
i hate how slow it compiles tho....
a 10 line program takes a good 20 seconds to compile (first time around), even on a 1ghz+ computer.
wtf?! That would take less than a second on my computer.
i think its just java.... its like that on all the computers we've used (c++ compiles fine)
what do you use to write/compile your programs?Originally posted by: mugsywwiii
Originally posted by: wfbberzerker
Originally posted by: mugsywwiii
Originally posted by: wfbberzerker
i hate how slow it compiles tho....
a 10 line program takes a good 20 seconds to compile (first time around), even on a 1ghz+ computer.
wtf?! That would take less than a second on my computer.
i think its just java.... its like that on all the computers we've used (c++ compiles fine)
Well, I can't argue with your personal experience, but it's very fast for me... I think I would have noticed long compile times, I recompiled a lot when I was working on class assignments (which were usually in the range of 500-1000 lines).
