PDA

View Full Version : Java Ide



ultimatejester
11-08-2003, 11:49 PM
So does anyone know a free one and plz lets make it between 1 to 3mb. Thnx :)

I.am
11-09-2003, 12:12 AM
JCreator (http://www.jcreator.com/)


or Kawa but its not free.

ultimatejester
11-09-2003, 04:34 AM
I have tried Jcreator but i need JDK for that which is about 20mb. Where can i find Kawa (google didnt help) and do i need JDK for this.

I.am
11-09-2003, 04:52 AM
Yes you need JDK/J2SE (http://java.sun.com/j2se/) for java...for every IDE... IDE only brings JDK tools together for you. Also, javac (compiler) is very slow that comes with jdk so you might consider downloading Jikes (http://oss.software.ibm.com/developerworks/opensource/jikes/)as a compiler. It is much faster than javac.

ultimatejester
11-09-2003, 05:10 AM
We dont use JDK in our school. We use an IDE called Ready to Program from Holt Software.

I.am
11-09-2003, 08:16 AM
Originally posted by ultimatejester@9 November 2003 - 00:10
We dont use JDK in our school. We use an IDE called Ready to Program from Holt Software.
It does use JDK. JDK is the Java Development Kit. Although, with "Ready to Program" it is shipped with it. So it is already installed.However if you are programming at your home computer you need to install JDK/J2SE to run java. JDK comes with javac as a compiler so download jikes for faster compilation.

ultimatejester
11-09-2003, 08:23 AM
What the fuck, its my teacher's fault :unsure: . Can you help me out here. I have got Jcreater installed and what i dont know is how to set up the JDK. I will post tomorrow because i have got a 20mb file to download. Thnx for all the help so far

Edit: I didnt think it would be this hard. I am seriously thinking of dropping the damn course.

I.am
11-10-2003, 05:09 AM
Once you have downloaded JDK you have to set few environment variables. I can let you through it with no problem. Once that all is done you can setup the directory in JCreator with no hassle and you are ready to go. :)
It looks different and a little overwhelming in the starting. Just get through this stage and you will love it forever. :)
Let me know when you have downloaded JDK.