string JDKHome ()
 
Gets Java Development Kit (JDK) home directory path.
Returns:
JDK home directory path string.
Determine the path to the current JDK and jar some files.
<xsl:variable name="VarJDKHome" select="wwenv:JDKHome()" />
<xsl:variable name = "VarJarPath" select="wwfilesystem:Combine($VarJDKHome, 'jar')" />
<xsl:variable name = "VarJarCommand" select="wwexec:ExecuteCommand($VarJarPath, 'cvf', 'output.jar', '.')" />
Was this helpful?
Last modified date: 10/14/2020