Folder tree
The folder tree of the JBK Development Kit is as follows:
(Product-installation-folder) +-IDE\1101\JBK +-bin ... Contains Windows components. +-classes ... Contains jar files for libraries and tools. +-gui6 ... Contains jar files for GUI libraries(for JRE6). +-gui7 ... Contains jar files for GUI libraries(for JRE7). +-examples ... Contains sample programs of libraries. |
Environment Variables
The following environment variables must be specified in order to run JBK Development Kit:
CLASSPATH:Product-installation-folder\IDE\1101\JBK\gui6\jbkgui.jar
These environment variables are set in the registry by the product installer.
CLASSPATH is set in the environment of the system side.
Configuration of the java.policy File
The installer adds the following information to (Product-installation-folder)\IDE\jre\lib\security\java.policy:
grant codeBase "file:/(Product-installation-folder)/IDE/1101/JBK/gui6/jbkgui.jar " { permission java.security.AllPermission; }; grant codeBase "file:/( Product-installation-folder) /IDE/1101/JBK/examples/-" { permission java.security.AllPermission; }; |