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.