|
Author |
Topic: Illegal Access Error Processing V68 (Read 647 times) |
|
akimi
|
Illegal Access Error Processing V68
« on: Oct 6th, 2004, 5:23pm » |
|
Hi! I just downloaded processing this week. I'm trying out stuff since two days and it is working properly. After installing JSync, I run the sample programs included in the processing IDE again and it has the following error. Anybody knows how this can be solved? Thanks! java.lang.IllegalAccessError: tried to access field BApplet.leechErr from class PdeRuntime at PdeRuntime.start(PdeRuntime.java:147) at PdeEditor.doRun(PdeEditor.java:807) at PdeEditorButtons.mouseReleased(PdeEditorButtons.java:41 at java.awt.Component.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source)
|
|
|
|
fry
|
Re: Illegal Access Error Processing V68
« Reply #1 on: Oct 6th, 2004, 9:26pm » |
|
hm, i'm not sure what jsync is so i don't know what it might do. from looking at the error, my off the top of my head guess would be that you've got java 1.5 installed and are using the the "expert" version of processing. if so, using java 1.4 and/or the "standard" version (which uses 1.4) might fix things.
|
|
|
|
akimi
|
Re: Illegal Access Error Processing V68
« Reply #2 on: Oct 7th, 2004, 12:27pm » |
|
Hi Fry, thank you for your reply. Yes, I'm using 1.4. So tried re-installing the Java SDK and JRE but nothing changed.
|
|
|
|
|