We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
URLClassLoader cl = (URLClassLoader)SWTLoader.class.getClassLoader();
This is no longer supported in java9. See https://blog.codefx.org/java/java-9-migration-guide/#Casting-To-URL-Class-Loader for details.
The text was updated successfully, but these errors were encountered:
Same here, did you find a way?
Sorry, something went wrong.
Yes, we had to switch from ant to maven and then could use the multiplatform-swt tool. This is working well for us.
No branches or pull requests
URLClassLoader cl = (URLClassLoader)SWTLoader.class.getClassLoader();
This is no longer supported in java9. See https://blog.codefx.org/java/java-9-migration-guide/#Casting-To-URL-Class-Loader for details.
The text was updated successfully, but these errors were encountered: