Hi Peter,

> at this moment i'm trying to install a plugin in Base but it does not work.
> 
> Say I have a plugin class called MyPlugin.class.
> I have put this class in a jar MyPlugin.jar.
> Then i stored the jar in my  Base dir/Tomcat/nutriBase/plugins/.
> 
> class: MyPlugin
> path: /../Base dir/Tomcat/nutriBase/plugins/MyPlugin.jar
> 
> When i pressed save, i got an exception telling me "wrong name MyPlugin".
> 

check the class name. I reckon you have your class in package. if so 
specifiy the full name e.g.

class: com.plugins.MyPlugin

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
basedb-devel mailing list
basedb-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/basedb-devel

Reply via email to