...
- First, you will need to temporarily change the JAVA_HOME to point to version 1.6 if you are currently running java 1.7 or higher. The commands are OS specific, but an example for Mac is:
Panel |
---|
export JAVA_HOME=`/usr/libexec/java_home -v 1.6` |
- Next, using a command line prompt, navigate to the plugins folder and run the following command (Enter your svn password as necessary.):
...
Wiki Markup |
---|
*Step 4. Move the .jar and .xml files to your plugin directory:* There should be 2 generated files in IGB_HOME/plugins/ext, _\[MyPlugin\].jar_ and _repository.xml_. Move these files to your plugin repository folder (local or remote HTTP server). Make sure to cut these files from from the IGB_HOME/plugins/ext folder, or delete after copying. |
...