is it possible to specify which installation of java on the system should be used to run a
java task?
if yes, how?
in my case i want to specify if i want to run the 32bit or the 64bit version.
thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I believe this is what
jvmattribute of the<java>Ant task is about.jvm – the command used to invoke the Java Virtual Machine, default is ‘java’. The command is resolved by java.lang.Runtime.exec(). Ignored if fork is disabled.