Making Sure User has Resources
[Previous] [Main] [Next]

Making Sure User has Resources Your Application Needs

Instead of CLASSPATH - use your jars.
1. You can unjar resources like JDOM, JAVAHELP, XERCES and others into the root of your application folder.  
2. Create your own jar that includes the resources your users need, e.g. com.sun.java.help.*.*  
3. Download this jar as part of your application.  
NOTE: Make this a separate jar so that if can be updated infrequently.