views:

18

answers:

1

Is it possible for me to write my own Java Main Class that calls methods in compiler.jar.

I would like to make multiple calls to the compiler and do not want to write code to use Runtime.exec and also do not want to have to wait for Java to load up before every call.