I\'m trying to use Scala as a script language, that will be called from java and after that I need to get some objects as a result of script execution.
I tried to fi
This library: http://code.google.com/p/scalascriptengine/ may help solve your problem.