Advertisement

Java Compiler

Started by January 06, 2003 12:16 PM
2 comments, last by krazkidd2000 21 years, 10 months ago
what is the best windows api java compiler out there? i really dont like the command line stuff cuz its hard to install and i dont want to fry my hard drive. any tips?
I use forte4java 4.0 (forte.sun.com) it is from sun and free (at least the ce) it is very nice and got a good gui, but needs alot of cpu time

Dominik
Advertisement
http://www.jcreator.com/ JCreator is pretty good but it is only shareware. Do a search on www.cnet.com and u can find some more java compilers.


-----------------------------
"There are ones that say they can and there are those who actually do."

"...u can not learn programming in a class, you have to learn it on your own."

-----------------------------"There are ones that say they can and there are those who actually do.""...u can not learn programming in a class, you have to learn it on your own."
Pretty much all compilers are command-line compilers, particularly for Java, and I can''t imagine how they could "fry" your hard drive. However, if you want a nice IDE, then yes Forte is good or NetBeans (www.netbeans.org). Both need the command-line SDK installed, but they call the compiler commands for you. Honestly though, I don''t see how you can ever consider yourself a serious programmer if you are afraid to learn the use some simple command-line tools.

This topic is closed to new replies.

Advertisement