When I type IntHolder
, it prompts me to Cannot resolve symbol IntHolder
.My JDK is 14.And I can't find it in the JDK documentation.Will some classes or others disappear with the JDK version update?
Why can't IntHolder be found in JDK 14?
492 Views Asked by helloWorld At
2
The CORBA modules containing the
org.omg.CORBA.IntHolder
were removed with JDK 11. https://openjdk.java.net/jeps/320you can still add the content as dependency: https://mvnrepository.com/artifact/org.glassfish.corba/glassfish-corba-orb https://github.com/javaee/glassfish-corba