Is it possible to only compile the script to JVM B...
# scripting
s
Is it possible to only compile the script to JVM Bytecode with the scripting api? So I can apply some changes to it on runtime
2
i
There are no well-defined hooks for doing this, but you can use a pseudo-evaluator, simplar to the
BasicJvmScriptClassFilesGenerator
to get an access to the bytecode.