PDA

View Full Version : Java Code



supersonic
02-21-2004, 05:45 PM
I need a fast, small sized, reliable java compiler asap. I want to be able to see the execution window and what is the code produces. Any1 has an idea where i can fid such? I have Java sun sdk and Jbuilder, but it takes 2 years to load and they are slow. I want something fassssssst and easy to use.

4th gen
02-21-2004, 06:17 PM
JCreator (http://www.jcreator.com/)

supersonic
02-21-2004, 07:04 PM
K thnx

I.am
02-21-2004, 08:32 PM
Originally posted by 4th gen@21 February 2004 - 11:17
JCreator (http://www.jcreator.com/)
Same choice here :D

Get jikes instead of javac for a compiler :D

supersonic
02-21-2004, 09:24 PM
Yea, but how come I can't setup the profiles for it? ahh, I play around with it, untill I get it to work.

h1
02-21-2004, 09:48 PM
BlueJ
ONE Studio

And the best of them all...

javac MyClass.java
java MyClass
:P

I.am
02-21-2004, 10:02 PM
Yikes! javac a big No no

use
jikes YourStupidClass.java :lol: