Hello there!
I have encountered a problem while trying to use classes from a third party imported package. I have, as expected, tried to use different settings for my CLASSPATH, but to no avail. And to make things worse, same thing happens on two platforms: Win 98 and Win NT. I have written an applet using classes from com.ibm.mq.jar (a transaction processing middleware). The location of the jar file is stated in my CLASSPATH and the package is imported in the first line of my code.
The class compiles all right.
I then call the applet from a small html file.
When running 'appletviewer <myhtml>' I always get
'NoClassDefFoundError <class name>', where class name is the name of the first class from the imported package. However, if I do
'appletviewer -debug <class name>', followed by 'run', eveything runs OK. The problem is consistent across two platforms (98 & NT).
I am using JDK 1.2.2 from Sun and the complete name of the third party package is IBM's MQ Series Client for Java.
As I am quite new to Java and not very skilled on Win, my investigations hit the wall. I would really appreciate your help. Should you need further details, please email me.

TIA

George Topfner

George Topfner
[email protected]
61 412 260 455