Hi,

in Ant's bootstrap script we have some special cases for this
particular JDK as it has some strange directory layout (different from
Sun's, that is).  In particular javac is in $JAVA_HOME/sh and java in
$JAVA_HOME/jre/sh.

Can anybody tell me where javadoc and rmic are in this layout?  I
assume they are in $JAVA_HOME/sh as these are JDK commands and not
part of the JRE, but who knows.

Also, where does the system property java.home point to?
$JAVA_HOME/jre?  You can find out via

<project default="elric">
  <target name="elric">
    <echo message="java.home is ${java.home}" />
  </target>
</project>

Thanks for any input

        Stefan

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to