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 & HelpIntegration › ProControll in Eclipse
Page Index Toggle Pages: 1
ProControll in Eclipse (Read 1104 times)
ProControll in Eclipse
Mar 16th, 2007, 6:57pm
 
hi, im trying to use the proControll library in Eclipse but for the ControllIO class there is no Constructor and it has to made an object with
ControllIO controll = ControllIO.getInstance(this);
"this" is the PApplet. so calling it in eclipse with an PApplet Object i get the exception:
UnsatisfiedLinkError: no jinput-dx8 in java.library.path
can anyone tell me how i can fix the problem.
thanks
...
ok i added the native library location in the project properties of the procontroller.jar and get a
"Failed to poll device: Device is released" message
Re: ProControll in Eclipse
Reply #1 - Mar 16th, 2007, 11:58pm
 
Hi you have to make sure that the native libraries that are needed to run procontroll are linked correctly. Go to the java build path option of your project, chose libraries, open the procontroll library, choose Native library location, go on "edit" and locate the folder with with the native libs.
Page Index Toggle Pages: 1