System.out.println("BundleLoc " + bundle.getLocation());
System.out.println("BundleSymName " + bundle.getSymbolicName());
System.out.println("BundleToString " + bundle.toString());
IPath p = new Path(bundle.getLocation());
IPath absp = p.makeAbsolute();
System.out.println("p: " + p.toString());
System.out.println("abs: " + absp.toString());
System.out.println(">>>>>>>>>>>>>");
IClasspathEntry entry = JavaCore.newVariableEntry(new Path("ECLIPSE_HOME/plugins/" +