Just to give a little more context I'm writing a plugin that simply
invokes "java -jar jaxb-xjc.jar <myschema>", hopefully specifying
which java vm to use, eg Java 5 or Java 4. Just a simple one liner
plugin really.
On 3 Oct 2005, at 23:26, Ashley Williams wrote:
I'm writing a plugin that needs to call java -jar in the execute
method. Is there an api I should use as I don't wish to use the
java Runtime class to do this. I've had a look at the compiler
plugin thinking that it might give me a clue (maybe by invoking
javac), but it just delegates to some CompilerManager class.
Thanks
AW
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]