Re: [tcljava-user] NoClassDefFound
Brought to you by:
mdejong
From: Patrick F. <pfi...@oz...> - 2007-07-11 17:41:18
|
On Wednesday 11 July 2007 18:25, Robinson, David wrote: > Hi, I'm using tclblend for the first time. I have successfully compiled > some java classes that reference functions in an external MQSeries .jar > file which is in a non-standard directory. However, when I try to call the > class from jtclsh I get > See the examples at the Tcl Cookbook. http://aspn.activestate.com/ASPN/Cookbook/Tcl?kwd=TclBlend Specifically: http://aspn.activestate.com/ASPN/Cookbook/Tcl/Recipe/442320 Building the classpath. # build tcl classpath append x $drive/IBM/WebSphereMQ/Java/lib/com.ibm.mq.jar\; append x $drive/IBM/WebSphereMQ/Tools/Java/base\; append x $drive/IBM/WebSphereMQ/Java/lib/com.ibm.mqjms.jar\; append x $drive/IBM/WebSphereMQ/Tools/Java/jms\; append x $drive/IBM/WebSphereMQ/Java/lib/com.ibm.mqbind.jar\; set env(TCL_CLASSPATH) $x |