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.
Asked
Active
Viewed 8,760 times
2 Answers
5
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

Ripon Al Wasim
- 36,924
- 42
- 155
- 176
-
1step 3: there is no bin folder. should be instead c:\jython2.2.1 – user914425 Dec 07 '15 at 21:01
0
I followed @RiponAlWasim answer but at the first step the installer stopped saying unable to create directory
To solve this problem Open command prompt as administrator

Siva Manasan
- 123
- 4
- 14