CORBA 2.6.1 Getting Started Guide for Java
The PATH and CLASSPATH Environment Variables
The installer makes the following environment variable changes:
The absolute path of the \bin directory is added to the PATH environment variable for your environment.
A CLASSPATH environment variable is added and the absolute paths of \lib\jorblite.jar is added to this environment variable.
The
env.bat files provided with JORB Lite set the PATH and CLASSPATH environment variables. If you change the system environment variables
from those initially installed, make sure you remove the respective environment variable settings from the
env.bat files contained in your JORB
Lite installation.
Running the IDL Compiler
The JORB Lite IDL compiler does not have a GUI interface–you must run the compiler from the Windows command prompt. The IDL compiler
uses the following syntax:
idl2java filename
In this command, filename is the name of the IDL file you want to compile.
Chapter 4. Running the Java Stack Example Chapter 6. Running JORB Lite