Niclas Hedhman wrote:

I notice that in the ./bin/lib/merlin-bootstrap-1.0.jar

The ExceptionHelper class is without package !!!!

That's why it is not found.


No it isn't! If you look at the output your getting the bootstrap ExceptionHelper is doing the formatting. Keep in mind that the bootstrap loader builds the classloader that is used to create the kernel. In your case you getting a NoClassDefFoundError which means that a class could not be loaded because a dependent class could not be found. The dependent class that it is reporting just happens to the standard ExceptionHelper from the compositon package. This means that the composition impl jar is not in the classloader that is being used to load the kernel loader.


Problem is that this appears to be specific to your environment.
What OS and Java version are you running?

Steve.

--

Stephen J. McConnell
mailto:[EMAIL PROTECTED]




--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to