Results 1 to 4 of 4
Hey i was wondering if there was a site where i could download the app, JCreator, a java development program, for linux. Or another java dev. program that i could ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-19-2005 #1Just Joined!
- Join Date
- Oct 2005
- Posts
- 55
Java
Hey i was wondering if there was a site where i could download the app, JCreator, a java development program, for linux. Or another java dev. program that i could use.
- 10-19-2005 #2Linux User
- Join Date
- Jan 2005
- Location
- Florida
- Posts
- 414
You can use GCJ, the Gnu Compiler for Java. Or you can go to Sun's website and get their java development suite.
Here's the link to the linux download on Sun.registered linux user: 387197
- 10-19-2005 #3
JCreator works only on Windows.
I personally would recommend Eclipse, a very popular free IDE:
http://www.eclipse.org
The download link is:
http://www.eclipse.org/downloads/index.php
Once you have it downloaded to some directory, open a terminal and run the following commands:
And there you go!Code:cd /path/to/downloaded/file tar xvfz eclipse-sdk-3.1.1-linux-gtk.tar.gz cd eclipse-sdk-3.1.1-linux-gtk ./configure make su [ENTER root PASSWORD] make install
- 10-19-2005 #4Just Joined!
- Join Date
- Sep 2005
- Posts
- 99
i would recommend netbeans. I've been using it for a couple years and like it so far.


Reply With Quote
