1

so im writing an application that is supposed to use 6 game pads as input. i have found alot of documentation about a library called JINPUT. but the official download link gives me a 404 error. it would be awesome if someone here knew an alternative i could use. or knew a good download link. thanks!

1
  • 2
    Use some other download site, like this one. Commented Mar 28, 2013 at 8:12

1 Answer 1

1

JInput can be found there :

http://java.net/projects/jinput

You can use SVN to get it :

http://java.net/projects/jinput/sources/svn/show/trunk?rev=252

There are some tutorials around the web you could use.

Sign up to request clarification or add additional context in comments.

6 Comments

i did find that page, but the download redirects me to this page newdawnsoftware.com/resources/jinput
@user2218815 - check the link I posted
@user2218815 if I were you, I would use SVN to get it. This way, you're sure to get latest release. I usually don't trust download links, only downloads from the trunk SVN or Git repo.
@R.J : if you look at the build.xml in the SVN trunk, you can see : <property name="api.version" value="2.0.6"/> ... Your link allow the download of version 1.0 ...
@user2218815 if it was helpful, don't forget to validate the answer for the next guy who will be looking for JInput :)
|

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.