From: Lars H. <he...@se...> - 2007-02-16 16:09:43
|
Hi Darina, > I downloaded the latest version of TM4J 0.9.8 from CVS, but now I have a Well, the CVS version isn't 0.9.8. It's newer. Do not use the binary downloads from TMJ, use the source. :) If you compile the source in from the CVS, you should get Jars in this form: tm4j-<builddate>.jar So, if you compile TM4J from source today, you'll get tm4j-20070215.jar tm4j-tmapi-20070215.jar ... [...] > I copied in the lib folder of my Eclipse TM4L project (I [Result from running TM4L] > java.lang.NoClassDefFoundError: > org/apache/commons/collections/map/LRUMap You need some additional libs in your build path. The error says, that the Apache Commons Collections lib is missing. The missing libs are located in the "tm4j/lib" folder (also in the CVS). You don't need all of them, but you add all of them into the build path if you want to be on the save side. :) Please note, that TM4J uses an old TMAPI release, you should use the TMAPI 1.0 SP1 release (you can find the release here: <http://sf.net/projects/tmapi/>) and remove the "tmapi-1_0.jar" the build path. Best regards, Lars -- http://www.semagia.com http://www.topicmaps.de/mailinglist German Topic Maps mailinglist |