Hi,
I’ve got a really big problem to set up JInput on my DELL notebook. I have installed it on my development computer at home and there it works fine. Setup is like this:
- Folder C:\jinput which contains all the files from JInput
- Added folder C:\jinput to the Path Variable on Windows
- added inside my Netbeans project the VM option: -Djava.library.path=c:\jinput\
Now, the same project runs nice on my home Computer (Windows Vista) but on my notebok (Windows XP) it comes with the errors “Unsatisfied link error: jinput-dx8 not found in java.library.path” as well as “Unsatisfied link error: jinput-raw not found in java.library.path”
setup of jinput is on both machines the same. So why the hell is that? How can I solve this problem?