I know it\'s something silly, but for some reason Jython refuses to find javax.swing. I\'m using Java 1.6.0_11. This is my start-up script:
@echo off
\"%J
I'm using Java 1.6.0_11
No, you're using
[Java HotSpot(TM) Client VM (Sun Microsystems Inc.)] on java1.6.0_10
What happens if you delete the cachedir from the Jython distribution directory, and try again?
Also, why are you explicitly setting the classpath that way? Why not simply
java -jar jython.jar
?