Re: [tcljava-user] NoClassDefFound
Brought to you by:
mdejong
From: Robinson, D. <Dav...@Co...> - 2007-07-11 17:25:29
|
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 % package require java 1.4.0 % java::load -classpath /apps/fidessa/top/commerzbank/lib:/. TEExt % te connect Exception in thread "main" java.lang.NoClassDefFoundError: com/ibm/mq/MQException at TECmd.cmdProc(TECmd.java:16) at tcl.lang.Interp.callCommand(Interp.java:1266) JavaCmdProc : Interp.callCommand() raised an Exception Abort Which path env var or tcl setting do I need to change to get the references to get these objects visibility ? Regards David Robinson ********************************************************************** This is a commercial communication from Commerzbank AG. This communication is confidential and is intended only for the person to whom it is addressed. If you are not that person you are not permitted to make use of the information and you are requested to notify <mailto:LON...@co...> immediately that you have received it and then destroy the copy in your possession. Commerzbank AG may monitor outgoing and incoming e-mails. By replying to this e-mail you consent to such monitoring. This e-mail message and any attached files have been scanned for the presence of computer viruses. However, you are advised that you open attachments at your own risk. This email was sent either by Commerzbank AG, London Branch, or by Commerzbank Corporates & Markets, a division of Commerzbank. Commerzbank AG is a limited liability company incorporated in the Federal Republic of Germany. Registered Company Number in England BR001025. Our registered address in the UK is 60 Gracechurch Street, London, EC3V 0HR. We are regulated by the Financial Services Authority for the conduct of investment business in the UK and we appear on the FSA register under number 124920. ********************************************************************** |