无法启动jboss服务器; NoClassDefFoundError:com / tibco / tibrv / TibrvException

时间:2014-12-22 15:22:13

标签: java jboss tibco-rv

我正在尝试设置我们的jboss服务器,但即使在下载并安装了集合64位后,我也会收到此错误。

Caused by: java.lang.NoClassDefFoundError: com/tibco/tibrv/TibrvException
        at java.lang.Class.getDeclaredConstructors0(Native Method)
        at java.lang.Class.privateGetDeclaredConstructors(Class.java:2398)
        at java.lang.Class.getConstructor0(Class.java:2708)
        at java.lang.Class.getDeclaredConstructor(Class.java:1987)
        at org.springframework.beans.factory.support.SimpleInstantiationStrategy

1 个答案:

答案 0 :(得分:0)

问题是我使用的是错误的库。我的公司有他们自己的tib库和修改。