hi, i basically tried to run an example on processing and it came up with a java error:
Exception in thread "Thread-5" java.lang.Error: Unable to launch target VM: java.io.IOException: Cannot run program "java": CreateProcess error=32, The process cannot access the file because it is being used by another process
at processing.app.debug.Runner.launchVirtualMachine(Runner.java:314)
at processing.app.debug.Runner.launch(Runner.java:116)
at processing.app.Editor$DefaultRunHandler.run(Editor.java:1488)
at java.lang.Thread.run(Thread.java:619)
i have no idea how to go about solving this, can anyone help please?
1