Joe Hocking
YaBB Newbies
Offline
Posts: 2
Processing no longer runs, java error
Apr 15th , 2009, 4:42pm
Hi, I just realized Processing no longer works when I try to run a program. That is, the editor loads up fine, but then I get an error when I try to run any code that I load up. The most annoying thing is that I know I caused this error, but I'm not sure what I did that caused it. Processing was definitely working a week ago, but try as I might and can't figure out which thing I did over the past week is the problem. I've tried reverting everything I can remember, but clearly I can't remember the one thing that matters. Anyway, here is the error that Processing spits out: Exception in thread "Thread-4" java.lang.Error: Unable to launch target VM: java.io.IOException: java: not found at processing.app.debug.Runner.launchVirtualMachine(Runner.java:410) at processing.app.debug.Runner.launch(Runner.java:122) at processing.app.Editor$43.run(Editor.java:1572) at java.lang.Thread.run(Thread.java:613) I'm really hoping someone might know how I can fix this. Thanks! ADDITION: I'm thinking of trying the Archive and Reinstall function on the install disc. Hopefully that'll fix the problem. ADDITION2: fantastic, after waiting hours for the install to finish, and then a while for software updates, no change. Well, on the bright side that narrows the problem down a bit. The archive/reinstall preserves everything in user folders and applications and replaces everything else, so the problem must be in my user folder. Probably I accidentally messed something up in my environment settings, since I was futzing around with those settings yesterday in order to get Python working right. Gotta love that; fix one thing, break something else.