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 error I get in eclipse console is:
2010-09-15 14:33:52.730 | main | INFO | 3142:0 | Sending a request for the topic
2010-09-15 14:33:52.761 | main | WARN | 3173:31 | Failed to open Tibrv in native implementation:
2010-09-15 14:33:52.761 | main | ERROR | 3173:0 | TibrvException[error=901,messa ge=Library not found: tibrvj]
2010-09-15 14:33:52.761 | main | INFO | 3173:0 | Java (RVA) environment initialized
2010-09-15 14:33:52.777 | main | WARN | 3189:16 | Could not create RVD transport on ;xxx.75.2.3;:75 23 daemon 'xxxx:port' reason: Native implementation required TIBCO error code:27
2010-09-15 14:33:52.777 | main | ERROR | 3189:0 | Could not obtain a core physical transport for 'X.Y.Z'
2010-09-15 14:33:52.777 | main | ERROR | 3189:0 | Could not create a transport for 'X.Y.Z'
2010-09-15 14:33:52.777 | main | ERROR | 3189:0 | Could not obtain a transport on which to sent the request via subject 'X.Y.Z'
2010-09-15 14:33:52.777 | main | ERROR | 3189:0 | No response was returned; timed-out
The error I get in eclipse console is:
2010-09-15 14:33:52.730 | main | INFO | 3142:0 | Sending a request for the topic
2010-09-15 14:33:52.761 | main | WARN | 3173:31 | Failed to open Tibrv in native implementation:
2010-09-15 14:33:52.761 | main | ERROR | 3173:0 | TibrvException[error=901,messa ge=Library not found: tibrvj]
2010-09-15 14:33:52.761 | main | INFO | 3173:0 | Java (RVA) environment initialized
2010-09-15 14:33:52.777 | main | WARN | 3189:16 | Could not create RVD transport on ;xxx.75.2.3;:75 23 daemon 'xxxx:port' reason: Native implementation required TIBCO error code:27
2010-09-15 14:33:52.777 | main | ERROR | 3189:0 | Could not obtain a core physical transport for 'X.Y.Z'
2010-09-15 14:33:52.777 | main | ERROR | 3189:0 | Could not create a transport for 'X.Y.Z'
2010-09-15 14:33:52.777 | main | ERROR | 3189:0 | Could not obtain a transport on which to sent the request via subject 'X.Y.Z'
2010-09-15 14:33:52.777 | main | ERROR | 3189:0 | No response was returned; timed-out