I have downloaded a plugin JAR file. Do I have to add it to the Java class path?
No. Path to the plugin JAR file or class path gets saved to the user plugin configuration XML file. The Plugin Manager will load it dynamically upon the application start. If you however move the tool into another folder, you need to either add the plugin JAR to the Java class path or plug it in again.
Related Questions
- When I try to decompress a ZIP file created by PKZIP/SecureZIP using a JAVA Class ZIP utility, I get a Stack-Trace, and the program ends. Why?
- When using the Java Plugin, how do I get an applet to load classes from a JAR file not specified by the ARCHIVE tag?
- How do I run a downloaded Java Archive file (.jar file) from the command line?