How to install jython on windows 7?

I downloaded "jython-installer-2.7-b1.jar". I want to install it on Windows 7. What steps can I follow? Please guide me.

+5
source share
1 answer

Prerequisite: Java installation

Follow these steps:

  • Run "jython-installer-2.7-b1.jar" as shown below: java -jar jython-installer-2.7-b1.jar
  • Follow the instructions for installing Jython.
  • After successful installation, set PATH as C: \ jython2.7b1 \ bin
  • Open a command prompt and execute the command as shown below: jython --version
  • The result as "Jython 2.7b1" will check the full installation and installation path
+5
source

All Articles