apache-commons-scxml

Apache Commons SCXML - cannot find JexlContext

我与影子孤独终老i 提交于 2019-12-01 22:56:14
问题 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 with that class on classpath. Any ideas? Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/jexl/JexlContext at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631) at java.lang.ClassLoader.defineClass(ClassLoader.java:615) at java.security

Apache Commons SCXML - cannot find JexlContext

半腔热情 提交于 2019-12-01 22:14:13
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 with that class on classpath. Any ideas? Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/jexl/JexlContext at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631) at java.lang.ClassLoader.defineClass(ClassLoader.java:615) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141) at java.net.URLClassLoader.defineClass