| 1 2 3 4 5 6 7 | Examining file : META-INF/ |
. . . . . . and some more text
I'm pretty (almost) sure that it doesn't find the plugin.
@Preacher:
hi,
you asked me how I fixed my problems with jinput. . .
The solution was to build the whole thing by myself.
You assumed the problem is in the plugin classloader in utils.jar --> you're right
java.lang.NoClassDefFoundError: IllegalName: net/java/games/input/DirectInputEnvironmentPlugin
The problem is that the plugin loader uses slashes to specify the path/filename (only dots are allowed)
The code, wich you can check out from CVS, is fine. I built it and everything was fine. I don't know if someone updated the binaries meanwhile.
my file hierarchy looks like this:
./dxinput.dll
./jinput.jar
./utils.jar
./Controller/dxinput.jar
./standard/ /* here are some testfiles*/
./ is the root from where my program is executed
this post might be useful for you too (the plugin problem):
http://www.java-gaming.org/cgi-bin/JGNetForums/YaBB.cgi?board=jinput;action=display;num=1098543727
Quote
im trying my hardest to get JInput working here and its not doing any good for my mental health >:
. . . it wasn't good for mine either



