5

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.

Ripon Al Wasim
  • 36,924
  • 42
  • 155
  • 176

2 Answers2

5

Pre requisite: Installation of Java

Follow the following steps:

  1. Run "jython-installer-2.7-b1.jar" as below command: java -jar jython-installer-2.7-b1.jar
  2. Follow the instruction from Jython Installation pop up
  3. After successful installation set PATH as C:\jython2.7b1\bin
  4. Open command prompt and execute the command as below: jython --version
  5. The output as "Jython 2.7b1" would verify the complete installation and setting path
Ripon Al Wasim
  • 36,924
  • 42
  • 155
  • 176
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