PDA

View Full Version : IDE needed to write java for windows/mac/linux


mellowmoose
07-11-2003, 05:32 AM
im looking for a simple IDE to write java programs for the windows platform initially(a student web application project).

I have fink installed but i havent quite come to grips with it thus ideally a 'non fink'
obtainable IDE would be ideal.

Thanks very much

BTW im also trying to check if i have the developers tools installed on my mac, how can i check for this and would the developers tools contain an IDE

yellow
07-11-2003, 06:51 AM
Originally posted by mellowmoose
BTW im also trying to check if i have the developers tools installed on my mac, how can i check for this...

Got a Developer directory in your root directory [ /Developer/ ]?

mellowmoose
07-11-2003, 07:40 AM
Originally posted by yellow
Got a Developer directory in your root directory [ /Developer/ ]?

Ive found a folder named 'Developer Tools' in -
Macintosh HD/Applications/installers/Developers Tools

would that be the one

thanks

yellow
07-11-2003, 08:30 AM
That is the installer for the Developers tools. Invoke it and you will be rewarded.

cstuder
07-11-2003, 08:49 AM
A very, very, very simple IDE for Mac OS X is 'JJ Edit'.

Bye,
christian

java_guy
07-11-2003, 10:24 AM
Ahh.... the great debate of IDE's... well, kind of. Anyway, to get back on the subject, here is a list of IDE's that are free and some others that are not. In no way is this an exhaustive list but it'll get you started. I've listed simple text editors at the bottom as well. I personally like eclipse, idea, and netbeans for an IDE and also like vim and Hydra for quick text editing. There are plenty of choices so use the one that you feel fit your needs the best.

Free
Eclipse - eclipse.org
JEdit - jedit.org
NetBeans - netbeans.org
Project Builder - comes with OS X

Not Free
Forte - sun.com/forte
idea - intellij.com/idea
JBuilder - borland.com
JDeveloper - oracle.com

Text Editors
emacs
vi
vile
vim
xemacs
Hydra - hydra.globalse.org

freimacosxheit
07-11-2003, 11:49 AM
Try JBuilder 7.

JavaOSX
07-11-2003, 01:26 PM
I use JBuilder8 on OSX and it works well. Once upon a time Borland used to provide a lite version called "JBuilder Foundation" which was free for personal use. I don't know if they still provide such a thing.

J

nkuvu
07-11-2003, 01:38 PM
emacs. The editor that thinks it's an OS. :D

mellowmoose
07-11-2003, 02:37 PM
thanks very much for all the suggestions ....

freimacosxheit
07-11-2003, 08:27 PM
JavaOSX,

I understand that Borland stop porting JBuilder for OSX. The latest free JBuilder Personal I downloaded is version 7.

Kindly confirm whether you are using JBuilder8 for OS X currently.

JavaOSX
07-11-2003, 10:26 PM
Originally posted by freimacosxheit
JavaOSX,

I understand that Borland stop porting JBuilder for OSX. The latest free JBuilder Personal I downloaded is version 7.

Kindly confirm whether you are using JBuilder8 for OS X currently.

Yep, JBuilder8. There is no install directly to OSX, but all you need is to compress the installed directory on another machine and put it onto your osx machine. Two posts about this:

http://www.alofmethbin.com/computing/JBuilder8_post1.txt

http://www.alofmethbin.com/computing/JBuilder8_post2.txt

Works just fine.

J

mellowmoose
07-12-2003, 07:52 AM
ive gone for NetBeans & jjedit, shall see how it goes

once again thanks folks