I want to extend Java with Classes I made myself so that they can be used from Java Applets. I have tried dropping JAR files in the lib and lib/ext folder but they still ain't globally visible.
EDIT: Putting the file in lib/ext works (oops) but not lib. Why?
Is there something more I have to do for Java to load my classes?
I desire this JAR is to be enrolled on the clients using enterprise package management I do know that all clients have to install the JAR archive and that is NOT a problem.