We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c55c63a commit 03103b1Copy full SHA for 03103b1
sources/net.sf.j2s.ui/src/net/sf/j2s/ui/launching/J2SClasspathOptionTab.java
@@ -194,12 +194,6 @@ public void performApply(ILaunchConfigurationWorkingCopy configuration) {
194
IProject project = javaProject.getProject();
195
String prjFolder = project.getLocation().toOSString();
196
File workingDir = new File(prjFolder);
197
- boolean useDefault = true;
198
- try {
199
- useDefault = configuration.getAttribute(IJavaLaunchConfigurationConstants.ATTR_DEFAULT_CLASSPATH, true);
200
- } catch (CoreException e) {
201
- //JDIDebugUIPlugin.log(e);
202
- }
203
String path = javaProject.getOutputLocation().toString();
204
int idx = path.indexOf('/', 2);
205
String relativePath = null;
0 commit comments