I am looking for a FREE app that's a bit smarter than a text editor. I want something that can compile Java programs, as a bonus it may have some kind of code-sense.

The programs I'll make are simple console apps that I have to do for school assignments.

I really don't think I'll need a full-blown IDE. After this class, I don't plan on using Java in the future.

I came across this app, but it seems it won't work on OS X 10.5+.

Thanks for looking!

link|improve this question

5  
Eclipse? You can do C++ programming there too! – The Elite Gentleman Apr 3 '11 at 7:36
1  
Have you tried TextMate with the Java Bundle? Its not free though. Otherwise I'd probably say NetBeans or Eclipse... Those are full out IDEs though. – prodigitalson Apr 3 '11 at 7:37
1  
Try emacs (e.g., Aquamacs) with JDE – SK-logic Apr 3 '11 at 7:37
I use Eclipse on the PC and I feel it's more than I need. Netbeans and Eclipse seem to be targeted at professional JAVA developers. I'm hoping to find something really simple. – Louis Apr 3 '11 at 7:39
1  
Hopefully by the time you finish this course, you will be aware that it is spelled 'Java' not 'JAVA'. Java is a proper name, not an acronym. – Andrew Thompson Apr 3 '11 at 7:41
show 1 more comment
feedback

7 Answers

I'd cast my vote for Eclipse, even if you only think you'll be using Java for a few months. Having a capable IDE to provide error-checking and auto-completion capabilities will save you a bundle of time over using any basic text editor. (And, as The Elite Gentleman has already pointed out, if you take to the environment, you can always continue to use it to develop in a variety of other languages after the course is over!)

link|improve this answer
feedback

Another option might be IntelliJ Idea Community Edition, but since it still lacks a bunch of features, I'd also cast my vote for Eclipse.

link|improve this answer
Even a stripped down IntelliJ is better than Eclipse. – duffymo Apr 3 '11 at 11:02
What I don't like about Eclipse and IntelliJ IDEA is that I have to create a project for each assignment. My professor just wants the .java file so it complicates things as far as preparing it for submission. – Louis Apr 7 '11 at 0:46
You could just submit the .java file created in an IDE as well. Any decent IDE will require you to create a project in order to handle classpath and build build settings. – Thomas Apr 7 '11 at 6:24
feedback

If you don't need all futures of such IDE as Eclipse or NetBeans, you can use powered text editor, for example - TextMate (http://macromates.com/).

link|improve this answer
Even though its not free, TextMate looks great. I've got the trial, unfortunately the output window is read-only. – Louis Apr 7 '11 at 0:50
feedback

Try one of following:

  1. Eclipse
  2. EditRocket

Hope this helps.

link|improve this answer
feedback

I would recommend a minimal version of NetBeans, although it is a "full-blown IDE" by your definition, it is very easy to use right away. I personally use NetBeans as a prototyping tool when I need to test something or write a small Java application.

link|improve this answer
feedback

I've heard other people recommend BlueJ for simple Java work. It might be just what you need: http://www.bluej.org/download/download.html

link|improve this answer
Thanks for the recommendation. I've had trouble getting the hang of this though — compilation issues. – Louis Apr 7 '11 at 0:48
feedback

It sounds like what you need is the Java Wiki Integrated Development Environment or JavaWIDE for short. It's easy to use, not too many complex features, and it's entirely browser based. JavaWIDE will work on Mac just fine. Check it out at http://www.javawide.org, or start coding immediately at http://sandbox.javawide.org (free & no account needed).

link|improve this answer
Thank you. I should have mentioned I should be able to work offline. – Louis Apr 7 '11 at 0:51
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.