Installed latest version of Java and tried to run Blueprint. The command window gave an error (which, unfortunately, I did not copy) which said that the Java version was it needed Java 7. Installed Java 7 and Blueprint worked fine, which is weird because
Anyway, thanks for the help.
I get an error when I try to run the .bat file. here is the output from the command window:
Exception in thread "main" java.lang.UnsupportedClassVersionError: blueprint/Blueprint : Unsupported major.minor version 52.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.launcher.LauncherHelper.checkAndLoadMain(Unknown Source)