If you want to make a specific set of JAR files (or .class files) available for each Java application on your computer, it is best to add these files to /Library/Java/Extensions .
Or, if you want to do this for every Java application, but only when your Mac OS X account is running, use ~/Library/Java/Extensions instead.
EDIT: If you want to do this only for a specific application, as Torboener asked, then you will need to tell us more about how the application is packaged.
Matt Solnit Nov 04 '09 at 20:03 2009-11-04 20:03
source share