Mr.Java is a free and open-source application that will help you every time you want to compile or execute something.
Mr.Java compiles for you, add Libraries to your class path, and run the whole thing - with three simple buttons. No confusing window manipulation.
Also, do you Want to add a library to your project? Drag it over Mr.Java, and the app will put it in the right folder for you.
Even more, do you want to add a java source file that you’ve written? Again, Drag it over Mr.Java and he’ll add it to the appropriate folder.
Then, all you need to to is compile your source files with just a click of a button — automatically including all of the Libraries you’ve added into the classpath. No more “No Class Found” errors.
Simply click “Run” to get the program up and running, with the stdout written to a file cleverly named “stdout”, and the stderr cleverly written to file named — you guessed — stderr.
Here are some key features of "Mr.Java":
· Drag & Drop source code, project resources, and libraries.
· Compile and run code with a click of a button
· Edit with the text editor you want instead of using a clunky built in text editor.
· Automatically Senses built classes: allows you to change the executing class for Running