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

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -