Small Problem

I have downloaded jinput. If i want to use jinput i can find a jinput.jar and a dxinput.jar and a dxinput.dll. If i check if the compiler can load jinput, it cant. But it can load dxinput. I think this is because of the missing .dll. Do i miss a dll or is this usual?

[quote]I have downloaded jinput. If i want to use jinput i can find a jinput.jar and a dxinput.jar and a dxinput.dll. If i check if the compiler can load jinput, it cant. But it can load dxinput. I think this is because of the missing .dll. Do i miss a dll or is this usual?
[/quote]
Im a bit confused by your description, I assume english is a second language so thats okay, lets just work through it.

DO i understand this correctly?

(1) You are trying to compile code which imports and uses classes from, jinput.jar.

(2) Your compiler is sayign it can’t find the classes.

So that means that you don’t have the JAR file in your compiler’s path for library classes. Dependign on which compiler or IDE you use the way to fix this is different.

If you are using javac then you want to say:

javac -classpath myjavacode.java