I am using Eclipse and running a java application to connect to a TIBCO bus. I have added the tibrv.jar library file to the libraries in Eclipse. Similar query online yields results that I need to add the proper destination to PATH or LD_CLASS_PATH. However, I dont want to set these as I want Eclipse to directly figure that out just by adding the tibrv.jar to the libraries and referencing to it. Any help would be highl appreciated.
The...