String procName="["+currentProject.getName()+"] - "+CommonNames.SYSINFO;
ip.setAttribute(IProcess.ATTR_PROCESS_LABEL,procName);
}
//another launch mechanism
public void launch() throws CoreException{
DerbyPlugin plugin = DerbyPlugin.getDefault();
// constructs a classpath from the default JRE...
IPath systemLibs = new Path(JavaRuntime.JRE_CONTAINER);
IRuntimeClasspathEntry systemLibsEntry = JavaRuntime.newRuntimeContainerClasspathEntry(
systemLibs, IRuntimeClasspathEntry.STANDARD_CLASSES);