NoClassDefFoundError when trying to use jacl [message #1064827] |
Fri, 21 June 2013 05:20  |
Eclipse User |
|
|
|
Hi,
I want to use some tcl code in java. Google revealed me that "jacl" should do the job via its function "eval". So I downloaded it and added the jars (itcl.jar, ..., tjcsrc.jar) to the project's (a plugin project) build path. Now the tcl code is needed when a certain handler is triggered. But then, as soon as I try to initiate the tcl interpreter via "Interp jacl = new Interp();" I get a "NoClassDefFoundError".
But the weird thing is that when I create a new java project, add the very same jars to the buildpath and do the same thing, everything works fine...
Do you have any idea why it doesn't work?
Cheers,
Maximilian
|
|
|
|
Powered by
FUDForum. Page generated in 0.04783 seconds