Apache Commons SCXML - cannot find JexlContext

前端 未结 2 757
孤城傲影
孤城傲影 2021-01-20 04:51

I\'m new to SCXML and I cannot start even the simplest application. When I try to start it I get the following exception. But I have the library commons-scxml-0.9.jar<

相关标签:
2条回答
  • 2021-01-20 04:55

    All SCXML dependency jars can be found here:

    http://commons.apache.org/scxml/dependencies.html

    0 讨论(0)
  • 2021-01-20 05:21

    Add commons-jexl.jar to the CLASSPATH as well. According to the project pom.xml in version 0.9 you will also need (excluding transitive depndencies):

    • commons-logging
    • commons-digester
    • commons-beanutils
    • commons-el
    0 讨论(0)
提交回复
热议问题