I am trying to run a Java application on Linux that uses Tibco RV but I constantly get the following error logged:
ERROR: Uncaught exception
java.lang.NoClassDefFoundError: com/tibco/tibrv/TibrvException
at com.bet.blues.as.MessagingServer.loadRVTransports(MessagingServer.java:681)
at com.bet.blues.as.MessagingServer.main(MessagingServer.java:382)
Caused by: java.lang.ClassNotFoundException: com.tibco.tibrv.TibrvException
I verified my environment variables and they are set correctly:
my CLASSPATH contains: /opt/tibco/tibrv/8.2/lib and my PATH: /opt/tibco/tibrv/8.2/bin. At both location I have the tibrvj.jar with permissions to read, write and execute.
Did I miss something when setting up the paths? How can I get rid of this exception?