No better place to start than reading the spec (there's a separate spec document for script engine implementers): JSR 223
Henry
2009-09-19 11:42:29
No better place to start than reading the spec (there's a separate spec document for script engine implementers): JSR 223
Sorry, not really a direct answer: but rather than trying to use the javax.script package, try to implement first your language. Javacc or ANTLR are a good start.
What about the scripting.dev.java.net project, it includes many Script Engines (and their sources).