[SOLVED] UDP Library incompatible with this version of processing
in
Contributed Library Questions
•
5 months ago
Hi to all, i got the above title issue if anyone can help, i ll be in debt.
I 've got Processing 1.5.1 and windows 7.
Details:
1) I downloaded the UDP Library from http://ubaa.net/shared/processing/udp/
2) I put the extracted udp folder in the folder of mydocuments->processing->libraries as i have done for other libraries and work well.
3) I 've checked the name of the folder is the same with the .jar , in other words, "udp".
Then i am trying to run a script and the following message is the problem:
Any help?
The test i ve been trying to run is here: http://arduino.cc/en/Tutorial/UDPSendReceiveString
I 've got Processing 1.5.1 and windows 7.
Details:
1) I downloaded the UDP Library from http://ubaa.net/shared/processing/udp/
2) I put the extracted udp folder in the folder of mydocuments->processing->libraries as i have done for other libraries and work well.
3) I 've checked the name of the folder is the same with the .jar , in other words, "udp".
Then i am trying to run a script and the following message is the problem:
NoSuchMethodError: you may be using a library that's incompatible with this version of processing.
Exception in thread "Animation Thread" java.lang.NoSuchMethodError: processing.core.PApplet.registerMethod(Ljava/lang/String;Ljava/lang/Object;)V
at hypermedia.net.UDP.<init>(UDP.java:156)
at hypermedia.net.UDP.<init>(UDP.java:131)
at udp.setup(udp.java:49)
at processing.core.PApplet.handleDraw(Unknown Source)
at processing.core.PApplet.run(Unknown Source)
at java.lang.Thread.run(Thread.java:662)
Any help?
The test i ve been trying to run is here: http://arduino.cc/en/Tutorial/UDPSendReceiveString
1