When I try to write a server side script that includes the "import" command, such as:
import org.scribe.model.OAuthRequest;
I get the following error: "Unexpected reserved word ( @ 1 : 0 ) - import"
Is there some other way I should be writing this on this platform?
Thanks.