Trying to compile the EJB project which uses EJSContainer class in IBMWasruntime.jar Getting the below error due to ibm related jars(ibmorb.jar) not available in sun.boot.class.path
cannot access com.ibm.CORBA.iiop.ObjectResolver class file for com.ibm.CORBA.iiop.ObjectResolver not found
Is there a way we can add these jars in bootclasspath and resolve the error?
I downloaded the IBM's SDK 8 from IBM portal , but i dont find these jars in lib folders.But the same jars are present in 1.7 JDK