[HALP] Jython Compilation (jythonc)

-Bane

Veteran XV
If anyone here has any experience with jythonc:

I'm trying to convert existing python code into a Java applet. Jythonc successfully does this conversion to an extent - namely appletviewer runs the applet 100% ok. However, Java in Firefox throws a security exception because it's trying to access c:\jython2.2.1\Lib\re.py or something like that -- basically, it's not compiling python libraries.

I'm running "jythonc --core --deep --jar jarName.jar applet.py" which I thought would force library compilation, but apparently not.

Any help greatly appreciated, because if it comes down to it I'm going to have to rewrite my entire python codebase in Java (several thousands lines of code). :(

Edit: Fuck knew this was a shot in the dark.
 
Last edited:
Back
Top