blob: ddde83ae8d66ff362c0c21c26e1382523294ccae [file] [log] [blame]
public class A {
public void launch() {
try {
if ((javaProject == null) || !javaProject.exists()) {
abort(PDEPlugin.getResourceString(
"JUnitLaunchConfiguration.error.invalidproject"), null, //$NON-NLS-1$
IJavaLaunchConfigurationConstants.ERR_NOT_A_JAVA_PROJECT);
}
} catch (CoreException e) {
}
}
}