Skip to main content

Product: OpenFusion JacORB

Version: All

 

Description:

How find out which JacORB version is being used?

 

Resolution:

There are a number of ways of finding out which version of JacORB you are using.

All versions:

1.     You can find out the version that you are using before installation if you use the command:

java Setup –version

 2.     The version number should be printed at the start of the "JacORB Programming Guide". You can find this in the ${OF_Install_Dir}/docs/JacORB/pdf directory of the installation

 3.     The version number should be at the top of the jacorb.properties file. The jacorb.properties file is in the ${OF_Install_Dir}/classes directory of the installation.

 4.     You can get the version by using the command:

idl -v

The idl command is found in the bin directory of the installation. This will print out the full version with the build number.

 5.     The jacorb log level can be set to debug and the jacorb.property jacorb.orb.print_version should  be set  to on. When a simple client or server is run the version number should be printed in the log.

 JacORB 2.3

 1.     You can use the version command in the bin directory of the installation. This will print out the JacORB version and the OpenFusion CORBA services version.

 2.     You can use the jaco command from the bin directory of the installation:

 jaco org.jacorb.util.BuildVersion  

This will print out the full version with the build number.


#KnowledgeDocs
#OpenFusionJacORB
#OpenFusion