where is the sendResponse?
Posted: 20 Sep 2010, 20:08
I'm trying to compile my source, but it's complaining that it can't find the symbol.
javac -classpath "../lib/jysfs.jar:../lib/json.jar:../lib/json-lib-2.1-jdk15.jar" SimpleExtension.java
SimpleExtension.java:87: cannot find symbol
symbol : method sendResponse(it.gotoandplay.smartfoxserver.lib.ActionscriptObject,int,<nulltype>,it.gotoandplay.smartfoxserver.data.User)
location: class SimpleExtension
sendResponse(response, -1, null, u);
^
1 error
I copied the compiling syntax from the documentation. Am I missing one of the jars? I couldn't find what each jar contained.
Thanks for the attention,
Theo
javac -classpath "../lib/jysfs.jar:../lib/json.jar:../lib/json-lib-2.1-jdk15.jar" SimpleExtension.java
SimpleExtension.java:87: cannot find symbol
symbol : method sendResponse(it.gotoandplay.smartfoxserver.lib.ActionscriptObject,int,<nulltype>,it.gotoandplay.smartfoxserver.data.User)
location: class SimpleExtension
sendResponse(response, -1, null, u);
^
1 error
I copied the compiling syntax from the documentation. Am I missing one of the jars? I couldn't find what each jar contained.
Thanks for the attention,
Theo