From one java file compile other java file -
Here's my case ... I have a xxxxxx.java file when I'm composing the file to compile and run Get the output in. Java file ... but I need a yyyyyy.class file that means it should compile the output file automatically from the xxxxxx.java file and get yyyyyy.class ... it can be done in Java < / P>
Thanks
Since Java 6, this javax.tools < / Code> can be done through API.
Comments
Post a Comment