|
From: Robert W. B. <rb...@di...> - 2001-02-04 20:09:37
|
Hi Stevenson, On Sat, 3 Feb 2001, Stevenson Hickey wrote: > HI! > > I tried to download Jython 2.0 and got to the download page, clicked on > Download and was taken to a page that led me to license, installation > instructions, and a file that was called a .class file. So far, so good. > I do not know what to do with this file. My windows 98 seems to think > that it is a MUSIC file. I have no idea what kind of music file has a .class extension. Remove it in view:folder options:file types if it gets annoying, but that is not the problem here. Visit http://jython.sourceforge.net/install.html for install instructions. The Cliff notes are... type: java -cp . jython-20 in a dos window, while in the directory that the downloaded jython-20.class file is located. If you run into troubles, revisit the install page noted above or check out section 2 of the FAQ at: jython-20 http://www.jython.org/cgi-bin/faqw.py?req=index If you still have difficulties, post to jyt...@li.... It's nothing official, but "dev" lists are normally reserved for development "of" something as opposed to development "with" something- development of Jython itself as opposed to programming with it in this case. Best of luck. Regards, -Robert |