We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ef64d0 commit ff239f3Copy full SHA for ff239f3
org.eclipse.jdt.debug.tests/test plugin/org/eclipse/jdt/debug/testplugin/JavaTestPlugin.java
@@ -89,7 +89,7 @@ private static void waitForAutoBuild() {
89
public File getFileInPlugin(IPath path) {
90
try {
91
Bundle bundle = getDefault().getBundle();
92
- URL installURL= new URL(bundle.getEntry("/"), path.toString());
+ URL installURL = bundle.getEntry("/" + path.toString());
93
URL localURL= FileLocator.toFileURL(installURL);//Platform.asLocalURL(installURL);
94
return new File(localURL.getFile());
95
} catch (IOException e) {
0 commit comments