Resolution: Cause:
=====
JMS related JARs (jms.jar and tibjms.jar) are not in the classpath or there is an incorrect BE HOME specified in the Studio tra files.
Resolution:
=======
1). Studio needs access to jms.jar and tibjms.jar. They can either be copied to the BE_HOME/lib/ext/tpcl directory and then add this directory reference to the extended classpath in the file BE_HOME/studio/eclipse/configuration/studio.tra.
Or
2). You can edit the Studio.tra file to point to the EMS location. Add a variable tibco.env.EMS_HOME=C:/TIBCO/
BE511/ems/7.0 and then change/extend the class path to look like:studio.extended.classpath=%BE_HOME%/hotfix/lib/ext/tpcl;%BE_HOME%/lib/ext/tpcl;%AS_HOME%/lib;%HAWK_HOME%/lib;%EMS_HOME%/lib
where you have added "%EMS_HOME%/lib.
See the attached (Filename: Studio.tra) for BE 5.2.1 .