I need to compile my java CORBA applications in java 11, which no longer includes an ORB implementation.
I have included jacorb.jar in the CLASSPATH
, but I'm still getting errors while compiling, not finding the CORBA imports:
import org.omg.CORBA.*
^
error: package org.omg.CORBA does not exist
Is there anything else I should do?