I have downloaded "jython-installer-2.7-b1.jar". I want to install it on Windows 7. What are the steps can I follow? Please guide me.
2 Answers
Pre requisite: Installation of Java
Follow the following steps:
- Run "jython-installer-2.7-b1.jar" as below command: java -jar jython-installer-2.7-b1.jar
- Follow the instruction from Jython Installation pop up
- After successful installation set PATH as C:\jython2.7b1\bin
- Open command prompt and execute the command as below: jython --version
- The output as "Jython 2.7b1" would verify the complete installation and setting path
1 Comment
user914425
step 3: there is no bin folder. should be instead c:\jython2.2.1