Best Java dev tools for Panther?

Kinniken

Registered
Hi, I'm new to java programming and I need to develop small graphic programs for University. Right now I'm using the command-line Javac compiler, but I'm wondering what graphic RDE are available for Java on the mac, and which one I should pick if there are several.

TIA,

Kinniken
 
You could try looking for BlueJ. It's written in Java. I never really cared for it, but the CS department here must have some reason for clinging onto it.
 
Xcode doesn't like Java all that much. For example, errors and warnings are only shown in the "Detailed Build Results", rather than the errors and warning group thingy of the main project window.
 
Yeah, the aforementioned error bug really gets on my nerves. The indentation also seems to be off once in a while. I still use it though...
 
Back
Top