Thecooker in Development \ Misc. Dev. Tools
The Cooker is a GUI Java compiler built to run on any platform. It may evolve into a full set of useful Java utilities. The Cooker - A GUI Java Compiler 1.0 License - GNU General Public License (GPL)
Mini Java Compiler is a straightforward application that provides you with a straightforward compiler for the Mini Java language. All you have to do is run the JAR file and browse for the file you want the application to compile. The output is saved to the same location as the input file and it...
Jo2 (Java Operators Overloading) :: is Javac (Sun Java Compiler) extended by operators overloading. This open java project comes with a specification of operators overloading in Java. The resulting byte code obeys to the java standard specification.
Jo2 (Java Operators Overloading) :: is Javac (Sun Java Compiler) extended by operators overloading. This open java project comes with a specification of operators overloading in Java. The resulting byte code obeys to the java standard specification. Java compiler & operators overloading 1.0...
YAJC (Yet Another Java Compiler) is a compiler for the Java programming language to Java bytecode. It started as a university project in 2009. YAJC: Yet Another Java Compiler 1.0 License - GNU General Public License version 3.0 (GPLv3)
RunJava was developed as a small and accessible Notepad++ plugin that uses the Java compiler to compile Java files. RunJava also allows the user to run the files from Notepad++. Now, you can make use of this small plugin to quickly compile all your Java files.
JavaXRay is a GUI for gaining insight about how the java compiler operates. Displays the results of the different compiler phases, produces graphical syntax trees (exportable as PNG/JPEG/SVG/VML) and permits inspection of the generated bytecode. JavaXRay 1.0 License - GNU General Public License...
It is basically an education Java compiler we are developing - just to gain an insight into the workings of a compiler. It is NOT meant for commercial use!! Its written in Java and uses ANTLR parser generator and the Byte Code Engineering Library extensiv
A GUI Java utility to split a file into multiple chunks. A typical application is to copy a large file onto several floppies. It generates MD5 for each chunk.
JCI is a java compiler interface. It can be used to either compile java (or any other language that can be compiled to java classes like e.g. groovy or javascript) to java. It is well integrated with a FAM (FilesystemAlterationMonitor) that can be used with the JCI compiling/reloading...