Compiling JAVA programs made simple,
Features:
- Setting-up will not affect ur registry files
- No need to edit system variables
- You can save ur .java file at any directories
- Easy to set-up
- Small file size (important files only)
- Java Compiler (extracted from glassfish, executable file)
JavaCompiler x64.exe (47mb) for 64-bit OS
Know whether ur OS is 32 bit or 64 bit?
Step4: Put the following lines to geany build commands
- Geany Ide
Step1: Open JavaCompiler.exe then click extract.
Step2: Install Geany 0.21 (Windows Vista/7 users may click run as admin in case of installation problem)
Step3: Goto Build>Set Build Commands
Step4: Put the following lines to geany build commands
Compile: C:\glassfish3\jdk7\bin\javac "%d\%f"
Execute: C:\glassfish3\jdk7\bin\java -classpath "%d" "%e"
Step5: Write your java program with same file name as the classname
Step6: Click Compile and Execute <F5>.
Enjoy Coding!