The Java class was not found when the application was run on a test laptop. The following exception was thrown:
The test is run from an executable JAR file that was created in Eclipse on the development laptop. As I understand, the executable JAR should contain all support libraries.
When I run the executable JAR from the development laptop, I don't encounter the exception. It is encountered on the test system only. That's what is difficult to understand.
Secondly, I downloaded and added reference to activation-1.1.1.jar in the build path - but it did not help. The same exception is thrown.
So, I am scratching my head and looking for experts' help :)
Thanks.