Skip to content

Conversation

@jewellgm
Copy link

@jewellgm jewellgm commented Apr 18, 2025

Resolves #61. Removes references and code to applets, which will allow OpenMap to execute in java environments where the Applet API has been removed. Also fixes a few build issues for Windows environments and more recent JDKs.

if (Debug.debugging("corba")) {
System.out.println("CORBAManager: initializing applet");
}
return ORB.init(Environment.getApplet(), Environment.getProperties());
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that the ORB class has references to an Applet. Attempting to use CORBASupport will result in a NoClassDefFoundError at runtime. Hopefully there will be updated CORBA releases that remove the Applet references.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Applet API is being removed

1 participant