|
||
|
|
Installing JacORB on Windows
Start by downloading JacORB. Also, ensure that you have the JDK version 1.1 or later.
For some of the JacORB administration tools, youll need the Java Foundation Classes (Swing), though none of our exercises will require these classes. |
|
Installation
|
set CLASSPATH=c:\JacORB\classes\JacORB.jar;%CLASSPATH% |
|
|
||
jacORB.NameServerURL=file:c:/temp/Corba/NS_Ref jacORB.TradingServiceURL=file:c:/temp/Corba/TS_Ref jacORB.ImplementationRepositoryURL= file:C:/temp/Corba/ImR_Ref |
||
|
Also change the IMR strings using double backslashes: |
||
# # Implementation Repository Configuration Options # jacORB.imr.table_file=C:\\temp\\Corba\\table.dat jacORB.imr.backup_file=C:\\temp\\Corba\\backup.dat jacORB.imr.ior_file=C:\\temp\\Corba\\ImR_Ref |
||
|
Files created by JacORB
These files do not have to be created, they will be created as needed by JacORB. |
||
|
When you have edited and saved JacORB.properties, place a copy on the root of C:\ and one in c:\winnt\java. Adjust the paths in the batch file bin/jaco.bat. If you use JDK 1.1, omit the -Xbootclasspath option altogether; it is needed only for Java 1.2. For Java 1.1, jaco.bat can read simply: |
||
java %* |
||
|
At this point, you should be ready to test your installation and configuration. |
||
|
|
||