Processing 2 and Sublime-Processing Bundle working?
in
Integration and Hardware
•
4 months ago
Hi,
I have come to love using the
Sublime-Processing bundle by @bndktgrs.
Since installing the latest version of Processing (v2.0b9) I'm now seeing the error below when working in Sublime.
Is anyone else seeing this? I am not surprised given Processing 2 is still clearly labeled as beta. Hopefully once it is 'finalized' the integration will work again.
- Exception in thread "main" java.lang.NoClassDefFoundError: org/eclipse/jdi/Bootstrap
- at processing.mode.java.runner.Runner.findConnector(Runner.java:759)
- at processing.mode.java.runner.Runner.launchVirtualMachine(Runner.java:215)
- at processing.mode.java.runner.Runner.launch(Runner.java:120)
- at processing.mode.java.Commander.<init>(Commander.java:260)
- at processing.mode.java.Commander.main(Commander.java:97)
- Caused by: java.lang.ClassNotFoundException: org.eclipse.jdi.Bootstrap
- at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
- at java.security.AccessController.doPrivileged(Native Method)
- at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
- at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
- at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
- at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
- ... 5 more
1