Getting started with java Extensions
Posted: 25 Oct 2010, 02:19
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?
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?