UNIX and Other Platform Installation
Installing on Unix or other platforms from the Download File
New versions of JDesignerPro can be installed straight over the top of your current install with no loss of files, your applications or any system data. However, do not install a new trial version over a license. Your licensed Enterprise Server and JDesignerPro will be replaced with the trial version. In this case, install the new trial version into a separate directory or contact BulletProof to upgrade your license.
If you encounter problems during the install, during development or any other time, please consult the Troubleshooting guide. If that does not help, please send e-mail to support@bulletproof.com with a detailed description.
- Create a directory called JDesignerPro (in your webserver root directory if you have one)
- Copy Jdp2_5.jar to JDesignerPro directory
- Expand the jar file using the following command:
/jdk1.1.3/bin/jar xvf Jdp2_5.jar- Edit the JDesignerPro.ini file and set the following entries to match your server:
DOMAIN=http://1.1.1.1/ Set your machine name or IP address,
(DO NOT include a port number :8080)
JDPDIR= Set to the path of where you have installed JDesignerPro
COMPILER= Set to the full path to javac in the JDK
CLASSES= Set to the full path to the classes.zip file in the JDK- Save and close the JDesignerPro.ini file.
- Edit the default.htm or index.htm file and change the IP address (1.1.1.1) in the applet tag to the IP address or machine name of your machine:
<applet codebase="http://1.1.1.1/JDesignerPro" code=JDesignerPro.class width=10 height=10>
<param name="JDPSystem" value="01001">
</applet>- Save and close the file. The file that you edit is the one remote users will use to load your applications.