Possible Duplicate:
compiling a java program using another java program
as the title below I want to autocompile a java file using Java Programming (J2SE), is there any script tutorials?
For example, i am creating an installation system for some java application. These application is creating another java file. But to use it, i need to compile it. How to make it autocompile?
Thanks.