Page 1 of 1

Getting started with java Extensions

Posted: 25 Oct 2010, 02:19
by biomancy
I created a simple eclipse project with one class extending AbstractExtension. I copied the folder containing the package structure to the server/javaExtensions folder, and then added an extension entry into the config file but I get a class not found Exception.

I tried including just the java file, just the compiled .class file, or having both under the server structure.

I also tried exporting to a Jar and putting hte jar in the server/javaExtensions folder but that did not work either. Are there any intermediate steps that need to be taken that I am missing?

Posted: 25 Oct 2010, 02:44
by BigFIsh
Try placing the .class file directly via server/javaExtensions folder and point your entry to that file.