Install Jython on openSUSE

1) download jython installer jar from http://www.jython.org/ 2) install jython in /usr/local in console mode without GUI /usr/local # java -jar jython-installer-2.5.3.jar –console Welcome to Jython ! You are about to install Jython version 2.5.3 (at any time, answer c to cancel the installation) For the installation process, the following …

Install jython on Solaris

ftp jython-2.1.class to server install without GUI java jython_21 -o /home/dev/jython demo lib source add path to $HOME/.cshrc setenv PATH ${PATH}:/home/dev/jython setenv CLASSPATH .:/home/dev/jython/jython.jar first time run jython *sys-package-mgr*: processing new jar, ‘/home/dev/jython/jython.jar’ *sys-package-mgr*: processing new jar, ‘/usr/j2se/jre/lib/rt.jar’ *sys-package-mgr*: processing new jar, ‘/usr/j2se/jre/lib/sunrsasign.jar’ *sys-package-mgr*: processing new jar, ‘/usr/j2se/jre/lib/jsse.jar’ *sys-package-mgr*: processing …