Hi Keith, I'm not sure wether your problem has been the same but I just run into this one today in a project at work (has absolutely nothing to do with JMeter). We use Applets (yes, I hate Applets too, but since our customers must be able do change maps out of a web-app interactively and shall not be bothered with any downloads [Java2-plugin] and/or WebStart-related additional installation steps, we have to use them). And therefore a small part of our project has to be compiled with jdk1.1.7. Now when I ran into the problem today there was a class compiled with jdk1.1.7 trying to use a class compiled with jdk1.3.1. This caused the IncompatibleClassChangeError in our case.
The reason why I'm not sure wether this is the same cause as with your problem is that you said you recompiled everything and still got the exception. A simple recompilation using jdk1.3.1 was the solution in our case. Anyway, that was just as a rather late reply to your qeustion ;-) Greetings, Wolfram --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
