Re: [tcljava-user] NoClassDefFound
Brought to you by:
mdejong
From: Mo D. <mo...@mo...> - 2007-07-13 23:12:28
|
Robinson, David wrote: > Actually, solved one problem - I found my default java.library.path from > looking through config.log. > > The other one is still an issue, however also I have no mqjbnd02.so as the > ibm MQ jar comes from an old Windows kit. I can only find a dll. > > Perhaps I need to find a different set of MQ libraries with a Solaris .so > file ? > If this MQ library includes native code, then you will need a version with native code compiled for Solaris. Are you able to write a simple pure Java main class that loads this MQ library and opens a connection? If that does not even work, there is no point in trying to get it to load into Tcl Blend. cheers Mo DeJong |