I've been looking into the ASM library. First I wrote a program to build a hello world class and then I thought I'd try something a little more involved, build a class that creates a PythonInterpreter(part of the the Jython library) and executes a python file. The result is the following, unfortunately I get the exception I named this question after when I try to execute the resulting class.I've been looking into the ASM library. First I