jinput for mac intel

Is there a version of libjinput that will work on Mac osx Intel? (perhaps a Universal Binary?) The files I used on mac osx PPC did not work when I switched to the Intel processor. Any help would be appreciated.
thanks.

Since MacIntel are pretty recent architectures, you better compile the source on the MacIntel machine for your own. I did so for the JAI API as I was lookin for a build for PPC though. :slight_smile:

I believe the mac binaries work for intel. Best way to check is to run the webstart demo and see what it does. Unfortunatly, I have no access to any sort of mac. I believe that Elias who did the major rewrite of the mac plugin uses intel mac, so it would follow that it works there :slight_smile:

HTH

Endolf

edit: Fix url

Thanks. The WebStart demo did work on the intel mac and I finally got my app working when I moved jinput -osx to /Library/Java/Extensions. Thanks for your help.

Glad it’s all working, it sounds like you were missing the -Djava.library.path option, I believe that would have meant you didn’t need to put the natives anywhere special.

Did you follow the getting started guide?. If you did, and it doesn’t work on OSX, please let me know so I can update it.

Thanks

Endolf

demo URL was broken : correct URL is http://www.newdawnsoftware.com/resources/jinput/webstart/jinput.jnlp and not http://www.newdawnsoftware.com/resources/jinput/webstartar/jinput.jnlp

Fixed

Thanks for pointing it out.

Endolf