where is net.java.games.input.

Started by rik, July 17, 2008, 14:55:27

Previous topic - Next topic

rik

Hi, I'm trying to compile the lwjgl 1.1.4 source.

First of all, the reason is that I'm creating a webstart app that should work on macs. I really don't know much about macs but from what I've read, it seems that most macs run Java 1.5. When looking in the manifest of lwjgl.jar (1.1.4) it said that it was created by 1.6. So thats why I'm trying compile the source code with the 1.5 compiler.

I created a project in Eclipse from the lwjgl 1.1.4 source code downloaded from Sourceforge. First the com.sun.mirror.* stuff couldn't be resolved but then I found tools.jar.

Now I'm having trouble with net.java.games.input.*

What is it, and where can it be found?

kappa

that looks like a JInput package try adding jinput.jar to the classpath.