Getting started with java Extensions

Post here your questions about Actionscript and Java server side extensions development.

Moderators: Lapo, Bax

Post Reply
biomancy
Posts: 8
Joined: 06 Oct 2010, 20:47
Contact:

Getting started with java Extensions

Post 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?
BigFIsh
Posts: 1698
Joined: 25 Feb 2008, 19:26
Location: New Zealand

Post by BigFIsh »

Try placing the .class file directly via server/javaExtensions folder and point your entry to that file.
Smartfox's forum is my daily newspaper.
Post Reply