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
The automatically created junit launch configuration now contains the line:
--add-opens java.desktop/com.sun.java.swing.plaf.windows=ALL-UNNAMED
Suggestion would be to only add VM options compatible with the project execution environment.
The text was updated successfully, but these errors were encountered:
Not entirely sure this is the right place, sorry if misassigned. Please redirect
Sorry, something went wrong.
relevant code may be: org.eclipse.jdt.junit.launcher.JUnitLaunchConfigurationDelegate.collectAddOpensVmArgs(String, List, String, ILaunchConfiguration) org.eclipse.jdt.ui.unittest.junit.launcher.JUnitLaunchConfigurationDelegate.collectAddOpensVmArgs(String, List, String, ILaunchConfiguration) org.eclipse.pde.unittest.junit.launcher.JUnitPluginLaunchConfigurationDelegate.collectAddOpensVmArgs(String, List, String, ILaunchConfiguration)
No branches or pull requests
The automatically created junit launch configuration now contains the line:
--add-opens java.desktop/com.sun.java.swing.plaf.windows=ALL-UNNAMED
Suggestion would be to only add VM options compatible with the project execution environment.
The text was updated successfully, but these errors were encountered: