Re: How to retrieve Java runtime directory

2005-04-25 Thread Alexey N. Solofnenko
Use just "${java.home}" for JRE path, or "${java.home}/.." usually for JDK. - Alexey. wolverine my wrote: Hi! How can we retrieve the directory of the Java runtime which executing the Ant's build file? I have two Java versions installed and I would like to print the Java runtime information when bu

How to retrieve Java runtime directory

2005-04-25 Thread wolverine my
Hi! How can we retrieve the directory of the Java runtime which executing the Ant's build file? I have two Java versions installed and I would like to print the Java runtime information when building the programs. Currently, I'm doing this The problem is that the JAVA_HOME is not guarante