Jump to content
  • 0

After changing to jdk 11 problem occures


Question

Posted

Greetings,

After i changed to JDK 11 these following errors occured to L2NPCINSTANCE.java

import org.omg.PortableServer.POAManagerPackage.State; (The import org.omg cannot be resolved)

and following the previous error this error occures:
|| qs.getState().equals(State.active)) (State cannot be resolved to a variable)

 

After searching in google i realised that it's possible that method org.omg is no longer used in JDK 11 , any suggestions on fixing it?

Thanks in advance!

2 answers to this question

Recommended Posts

Guest
This topic is now closed to further replies.
×
×
  • Create New...