0

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

  • 1
    Why do you think you have to add them to the boot path, instead of the ordinary class path? Also, in case of Java 8, you can still add jars to the `[jre]/lib/ext` folder. – Holger Nov 11 '22 at 18:21

0 Answers0