Referencing thirdparty Libraries in Operation Advisor
3 answers
I have developed an Operation Advisor which is working well, now i require to add a thirdparty libraries like jcraft to do some FTP activities, Could some one advice how this external jar can be added through eclipse IDE while developing and how to deploy it in server.
huh? you add the jar to the project jar files just like any other java project.
then you would have to package that into the files in your plugin update site such that they get deployed on the server with your plugin..(which builds a private local classpath)
Sam
I have developed an Operation Advisor which is working well, now i require to add a thirdparty libraries like jcraft to do some FTP activities, Could some one advice how this external jar can be added through eclipse IDE while developing and how to deploy it in server.
huh? you add the jar to the project jar files just like any other java project.
then you would have to package that into the files in your plugin update site such that they get deployed on the server with your plugin..(which builds a private local classpath)
Sam
Hi sam,
"you would have to package that into the files in your plugin update site"
Could you please be more precise on the above, i have added the jar to the plug in, once the site has been created how/where could the path of the jar can be added.