>> I've uploaded a new copy of the file, and updated the ant scripts.
>> If you download the zip, and extract the 2 files
Er - youre going to have to forgive me - download from where?
What ant scripts?
https://jinput.dev.java.net/ ?
In the "docs and files" i only saw 8-24-05 as the latest version.
Just in case i downloaded that one and I redownloaded the zip from the last
link you posted (in case it pointed to a new zip) and ran both of them and
got the same error message.
>> There are javadocs on the jinput.dev.java.net files section,
>> I can upload uncompressed ones to newdawnsoftware if people want.
What is newdawnsoftware?
>> it will run the test that come with jinput,
Sorry! I didnt know there were built in tests. i would have ran those
instead of that old tutorial had i known!
I was going to upgrade to 1.5 anyway.
This is a dumb question im sure - but i can still write 1.4.2 compatible code
with 1.5 right?
Thanks again!
Run (same message for both downloads)
---------------------------------------------------------------
C:\A\Java\JInput\JInput 8-28\2>java -cp jinput.jar -Djava.library.path=. ne
t.java.games.input.test.ControllerReadTest
Exception in thread "main" java.lang.UnsupportedClassVersionError: net/java
/games/util/plugins/Plugins (Unsupported major.minor version 49.0)
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.ja
va:123)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
at java.net.URLClassLoader.access$100(URLClassLoader.java:55)
at java.net.URLClassLoader$1.run(URLClassLoader.java:194)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
at net.java.games.input.ControllerEnvironment.<clinit>(ControllerEn
vironment.java:73)
at net.java.games.input.test.ControllerReadTest.<init>(ControllerRe
adTest.java:249)
at net.java.games.input.test.ControllerReadTest.main(ControllerRead
Test.java:299)