We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpPrograms › WIN 7 Processing Error
Page Index Toggle Pages: 1
WIN 7 Processing Error (Read 694 times)
WIN 7 Processing Error
Jan 19th, 2010, 2:16am
 
Hey, sorry if I chose the wrong category.

I'm writing a program under processing which should interact with Phidgets RFID Kit.

It worked well until i moved to Win 7!

I bought a new Notebook, downloaded and executed the Sun SDK 6 Windows 64 Bit.

If i try to start the program it stops after a few seconds throwing error code:
Code:
"java.lang.NoSuchMethodError: <init>
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1778)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1703)
at java.lang.Runtime.loadLibrary0(Runtime.java:823)
at java.lang.System.loadLibrary(System.java:1028)
at com.phidgets.Phidget.<clinit>(Phidget.java:22)
at sketch_pathfinder.setupReader(sketch_pathfinder.java:32)
at sketch_pathfinder.setup(sketch_pathfinder.java:125)
at processing.core.PApplet.handleDraw(PApplet.java:1402)
at processing.core.PApplet.run(PApplet.java:1327)
at java.lang.Thread.run(Thread.java:619)
Exception in thread "Animation Thread" "


I don't know what to do, I reinstalled the SDK and things like that...
I just know that it has something to do with the font.
But I also created new fonts and changed old ones and stuff like this.

I hope you can help me.
Re: WIN 7 Processing Error
Reply #1 - Jan 19th, 2010, 2:48am
 
Is that a problem specific to Phidgets library? Ie. can you run regular samples from Processing?
Re: WIN 7 Processing Error
Reply #2 - Jan 26th, 2010, 12:48am
 


yeah I can run normal samples... but I never had problems using the phidgets libaries so I didn't think about that they could be the mistake.

What do you think I should do?
Page Index Toggle Pages: 1