Is there a procedure to deploy jars?
Is there a procedure to deploy jars?
I have a jar in it/gotoandplay/extensions/examples directory which has class it.gotoandplay.extensions.examples.SmartfoxServerInterface. I have declared the extension definition in config.xml that uses this class. When I start SFS, it says class not found. But when I copy just the class file SmartfoxServerInterface.class into the it/gotoandplay/extensions/examples directory it works fine. Is there a procedure to deploy jars in SFS?