How can I ensure that the Java JDK is using JacORB rather than its own ORB?
Java uses a properties file called “orb.properties” to determine which ORB to use. If the Java runtime doesn’t find an orb.properties file, it uses the JDK’s ORB. JacORB’s orb.properties file is located in the top-level JacORB directory. Copy JacORB’s orb.properties file into the Java JDK’s ${java.home}/lib directory to enable JacORB.