Menu

Problem installing Jython

Help
Aleksandrs
2017-01-08
2017-05-03
  • Aleksandrs

    Aleksandrs - 2017-01-08

    I am trying to use Scripts and after installation of Jython on my PC it still gives a message that jython is not installed.I guess I miss some configurations. what steps I should perform? thanks in advance

     
  • tinahu

    tinahu - 2017-02-10

    I installte Jython on my PC. Jython is running. If run "jython --version" in der folder of "Modbuspal", it displys "Jython 2.7.0". But the button 'Scrits' still gives a message that jython is not installed.

     
  • warren crossing

    warren crossing - 2017-05-03

    You might be running

    java -jar ModbusPal.jar

    You should be running

    java -classpath ./jython-standalone-2.7.0.jar:./ModbusPal.jar modbuspal.main.ModbusPalGui

    Java -jar and -classpath don't play nicely together

     
  • warren crossing

    warren crossing - 2017-05-03

    Actually on closer looks it's trying to find them in a libs folder with specific names

    Then you can use java -jar ModbusPal.jar

    Manifest-Version: 1.0
    Ant-Version: Apache Ant 1.8.1
    Created-By: 1.6.0_18-b07 (Sun Microsystems Inc.)
    Main-Class: modbuspal.main.ModbusPalGui
    Class-Path: lib/RXTXcomm.jar lib/AbsoluteLayout.jar lib/jython.jar lib
    /jcommon-1.0.16.jar lib/jfreechart-1.0.13.jar

     

Log in to post a comment.