Posts

Showing posts with the label Vagrant Ubuntu box

Latest Jython using in Thin Client WebSphere 8.5 on Vagrant Ubuntu box

How to use the latest Jython for wsadmin Today my experiment on renovating wsadmin Jython version. How to check the current Jython version? It is very simple you can try with sys module attribute version and one more thing your jdk that used for wsadmin runs on which version you can know by sys.platform. wsadmin>print sys.version 2.1 wsadmin>print sys.platform java1.6.0 Installing Jython in Thin Client Home Executing the Jython jar command in the ThinClt/lib directory : vagrant@ubuntu-was8:~/ThinClt/lib$ java -jar /vagrant/was8_5_install/jython-installer-2.7.0.jar Welcome to Jython ! You are about to install Jython version 2.7.0 (at any time, answer c to cancel the installation) For the installation process, the following languages are available: English, German Please select your language [E/g] >>> E Do you want to read the license agreement now ? [y/N] >>> N Do you accept the license agreement ? [Y/n] >>> Y The following installatio...