The following information contains the basic installation instructions for the J-Integra® for COM product.
If you do not have a JDK already installed, you can get one from Sun's website.
Please visit our website to download the J-Integra® product SDK.*
| ZIP Format for Non-Windows OS | EXE Format for Windows |
| jintegra | c:\Program Files\J-Integra\com |
| jintegra\bin | c:\Program Files\J-Integra\com\bin |
| jintegra\lib | c:\Program Files\J-Integra\com\lib |
| etc... | etc... |
The following environment variables must be set in your system settings (click Start > Settings > Control Panel > System > Advanced > Environment Variables). You can also set these at a command prompt or in a batch file. The Windows installer automatically sets these environment variables for you in system settings.
set JAVA_HOME=c:\j2sdk1.4.2_01 set JINTEGRA_HOME=c:\jintegra set PATH=%PATH%;%JAVA_HOME%\bin;%JAVA_HOME%\jre\bin;%JINTEGRA_HOME%\bin set CLASSPATH=%CLASSPATH%;.;%JINTEGRA_HOME%\lib\jintegra.jar |
You only need to update the CLASSPATH to include the jintegra.jar file on non-Windows platforms. Setting the PATH variable is not required since the 'bin' directory only contains tools and DLLs that run on Windows. Please consult your OS documentation for instructions on setting the CLASSPATH on non-Windows platforms.
When you download the SDK, an email will be automatically sent to you with a license file attached (jintegra.xml). To install the license, follow these steps:
Alternatively, you can manually install the license by doing the following:
If you get a License file not found error after installing the license, you probably have an invalid character in your license file (see the Knowledge Base for more information). Please email support and they will send you a new evaluation license.
To upgrade your J-Integra® product to a newer version, all you have to do is replace the contents of your %JINTEGRA_HOME% directory with the contents of the new J-Integra® product SDK. We recommend the following steps:
If you are upgrading to v2.5 or higher, you will need to use the com2java tool to regenerate the Java proxy files for the COM application you are accessing from Java. Pregenerated proxy jar files for popular COM applications such as Excel and Word can be downloaded from the KB.