Hello Classpath people, I'm an absolute newbie to java and started using it only for ofbiz.org. Unfortunately I run into several problems so I switched to Sun for a while, but for productivity I'd rather user classpath if I could convince it to work. This is the mail, I sent to the ofbiz list. If somebody has a clue, it'd be happy to try it and to help you making classpath better: Hallo, I've been trying to make friendship with opentaps half a day, but it doesn't even likes to say a "hello" to me... took opentaps 0.9.2 from sourceforge using debian's free-java-sdk after installing java-gcj-compat-dev I could do ./apt without errors did a java -jar ofbiz.jar -install and then ./startofbiz.sh gives me 2006-09-25 16:57:15,871 (main) [ClassLoaderContainer.java:59 :INFO ] CachedClassLoader created Exception in thread "main" java.lang.NoClassDefFoundError: org.objectweb.carol.jndi.registry.ManageableRegistry at org.objectweb.carol.jndi.ns.JRMPRegistry.start(JRMPRegistry.java:68) at org.objectweb.carol.jndi.ns.NameServiceManager.startNonStartedNS(NameServiceManager.java:126) at org.objectweb.carol.util.configuration.CarolConfiguration.loadCarolConfiguration(CarolConfiguration.java:423) at org.ofbiz.jotm.container.JotmContainer.startJotm(JotmContainer.java:85) at org.ofbiz.jotm.container.JotmContainer.init(JotmContainer.java:61) at org.ofbiz.base.container.ContainerLoader.loadContainer(ContainerLoader.java:150) at org.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:74) at org.ofbiz.base.start.Start.initStartLoaders(Start.java:257) at org.ofbiz.base.start.Start.init(Start.java:96) at org.ofbiz.base.start.Start.main(Start.java:412) Thanks a lot, Thomas Koch