[ Programming Trail >> Java Trail >> Jython >> Getting and Installing Jython ]
Download the latest distribution (jython-21.class) of Jython from jython.org website. Keep the class file in a directory. Before you start installing Jython, please make sure that the latest version of Java SDK installed.
Official installation documentation can be found here [1].
Installation Instructions
Now go to the DOS command prompt and type:
jview jython-21
No .class
If Java SDK is installed properly with all CLASSPATH set correctly you will see this screen
Select "ALL" and click "NEXT"
The installation will verify your system and will show you a screen like this, click "NEXT" to proceed
Accept the license terms
Choose the destination directory (e.g. C:\jython-2.1), remeber choose a directory with NO SPACES in it which may cause some problems
Click next and you will see this screen,
Click "GO" and Jython installation will start
You will see an installation complete screen. Click exit and you are done installing Jython.
Now set the "PATH" variable of your machine
and then
After that again go to the DOS prompt and type "jython"
You will see the Jython console.
To exit the Jython console type the following
>>>import sys; sys.exit()
and click enter.
References [1] http://www.jython.org/install.html
Contributors
Jyotirmaya Nanda
I block the IP address(es) of users trying to vandalize my wiki. A simple mail to me can remove your IP from the blocked list. If you are new to wiki and want to try something out please do so at the Wiki Sand Box. Thank you !!.
|