Where do I put .jar files in OSX PB (with development tools installed) to be able to use them?
I'm in a first year computer science course, learning Java. We use a special class cs1.Keyboard to do input. I've downloaded the .jar file, but I don't know where on the hard drive to put them. I've tried several places (doing a search for .jar, and putting a copy wherever I find other .jar files, and other places as well)
My program compiles in PB, but when it runs, I get this error:
Application's main thread threw an exception:
java.lang.NoClassDefFoundError: cs1/Keyboard
at HelloPerson.main(HelloPerson.java:63)
at java.lang.reflect.Method.invoke(Native Method)
at com.apple.buckyball.app.CarbonLibApp$MainRunner.ru n(CarbonLibApp.java:117)
at java.lang.Thread.run(Thread.java:479)
The same source does compile on our NT computers in the lab.
I've looked through documentation, but haven't been able to find any info on this. Could someone help me?
Thanks,
robotic