"Bill" == Bill Janssen <[EMAIL PROTECTED]> writes: Bill> I've got unzip 5.32 on my machine, and when I run it against the class Bill> file, it gives me a reasonable listing. Perhaps you have a bad class
Well after trying some more unzip tools i get it working with WinZip. (i guess the ZIP are in invalid format) Bill> file? Somehow corrupted in the download? I've put a gzipped version Bill> of my good jython-21.class in Bill> ftp://ftp.parc.xerox.com/transient/janssen/jython-21.class.gz for you Bill> to try if you'd like. Thanks, i donwnloaded this and the gz CRC are OK, but the jython-21.class are exact the same as the one i have downloaded. So i guess that the file are IO. OK, now i have manual extract the files to an subdir, now i could try to play with it. But its no so easy as you say in your previous message -------- : Anyway, when you have it installed, then just type "jython", and : you'll be in the familiar Python interpreter. To run a Python program : (like PyPlucker.Spider), you type "jython PyPlucker\Spider.py", just : as with Python. -------- Type "java Y:\t001\jython.jar "Y:\PyPlucker\Spider.py"" result in ---------- Exception in thread "main" java.lang.NoClassDefFoundError: Y:\t001\jython/jar ---------- Type "java -classpath Y:\t001\jython.jar jython "Y:\PyPlucker\Spider.py"" tell me ---------- Exception in thread "main" java.lang.NoClassDefFoundError: jython ---------- Type "java -jar Y:\t001\jython.jar" tell me ---------- Failed to load Main-Class manifest attribute from Y:\t001\jython.jar ---------- so the need be more args needed (maybe it an Windows think). Edit the templates in the "installer" subdir does also not work. As i say there need be some magic with jython (Other Java apps work fine here). Maybe i should wait until an other windows user here get it to work and could give me an example command line, or i may ask on the jython list for help. cu, Dirk -- Permanent URLs to the latest Version (1.1.13) of the Plucker Windows installer - For the Webpage: http://www.dirk-heiser.de/plucker - Direct Download: http://www.dirk-heiser.de/plucker/plucker.exe [2.08MB]
