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...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..