Re: [tcljava-user] NoClassDefFound
Brought to you by:
mdejong
From: Mo D. <mo...@mo...> - 2007-07-13 23:08:27
|
Patrick Finnegan wrote: > > > On 12/07/07, *Robinson, David* <Dav...@co... > <mailto:Dav...@co...>> wrote: > > Patrick, > > On Solaris 10 TCL_CLASSPATH doesn't seem to like more than one jar > (or have > I got the separator wrong ?) : > > append x /apps/fidessa/top/commerzbank/lib/com.ibm.mq.jar: > append x /apps/fidessa/top/commerzbank/lib/com.ibm.mq_websphere.jar > > > > separator should be semi colon ";" > On Unix systems, one should use ':' and ';' should be used on Windows systems. It is very lame that Sun did not deal with this issue in the JDK, and left it to each application, but that is the way it is. cheers Mo DeJong |