You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/pderesources.properties
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@ WorkbenchLauncherConfigurationDelegate_jrePathNotFound = The installation path t
25
25
WorkbenchLauncherConfigurationDelegate_noStartup = Launching failed. Bootstrap code cannot be found.
26
26
JUnitLaunchConfiguration_error_notaplugin = Could not launch the JUnit plug-in tests because project ''{0}'' is not a plug-in project.
27
27
JUnitLaunchConfiguration_error_missingPlugin = Required plug-in ''{0}'' could not be found.
28
+
JUnitLaunchConfiguration_error_JUnit5LaunchJUnit6Runtime = JUnit 5 type launch cannot run with JUnit 6 bundles. Update the launch to use JUnit 6 or restrict version requirements of ''{0}'' to JUnit 5.
28
29
29
30
OSGiLaunchConfiguration_cannotFindLaunchConfiguration=Cannot find the {0} OSGi framework.
0 commit comments