Re: Freezing Python with jythonc

2006-06-26 Thread tac-tics
> What am I doing wrong? Nevermind, I figured it out. -classpath overwrites the classpath not augments. I needed to use -classpath ".;jython.jar" and it works fine. -- http://mail.python.org/mailman/listinfo/python-list

Freezing Python with jythonc

2006-06-26 Thread tac-tics
I've got a nice jython application that I wish to freeze. After playing around with flag settinsg on jythonc, I managed to get it to compile without warnings or errors, but when I try to run my main class file, I keep getting the error: Exception in "main" thread, NoClassDefFoundError. When I just