dealing with missing files on classpath

This commit is contained in:
benfry
2012-07-22 15:55:58 +00:00
parent 68139c21ce
commit c107f7ab6e
+2 -1
View File
@@ -233,7 +233,8 @@ public class Base {
try {
Class.forName("com.sun.jdi.VirtualMachine");
} catch (ClassNotFoundException cnfe) {
String cp = System.getProperty("java.class.path").replace(File.pathSeparatorChar, '\n');
//String cp = System.getProperty("java.class.path").replace(File.pathSeparatorChar, '\n');
String cp = System.getProperty("boot.class.path").replace(File.pathSeparatorChar, '\n');
Base.openURL("http://wiki.processing.org/w/Supported_Platforms");
Base.showError("Please install JDK 1.6 or later",