Hi.
Is there a way to access other (client) plugins from within the java code of my own plugin ?
I would like to simply make use of another plugin from within my own (client) plugin code.
thanks
julian
Hi.
Is there a way to access other (client) plugins from within the java code of my own plugin ?
I would like to simply make use of another plugin from within my own (client) plugin code.
thanks
julian
Hi Julian,
I don’t know if this works but you could add the plugin to your classpath. That will show you all methods available. You can now test to see what happens when you use such method.
Good luck and share your new knowledge please
Marcel