I have installed the CORBA plugin into Eclipse. When I select an IDL file and use the "CORBA/Compile CORBA stubs" menu item, I get an Eclipse error log entry “Unhandled event loop exception” due to a “java.lang.NoClassDefFoundError: org/openorb/compiler/IdlCompiler” exception from net.sf.eclipsecorba.openorb.OpenORBCompiler.compile(OpenORBCompiler.java:30)
The “org/openorb/compiler/IdlCompiler” class is in OPENORB_Tools.jar, which is on the CLASSPATH.
How can I get the CORBA plugin and its IDL compiler to find and use this class?