Some time ago I posted problems with GenDD complianing about not finding classes, even if they are in classpath. (See subjects "Can not compile samples" and "Still can't compile examples") This is the error I always got: D:\Programme\jonas\samples\sb>java -Dinstall.root=D:/Programme/jonas com.bull.ejb.tools.GenDD Op.txt GenDD ERROR: Class 'samples.sb.OpBean' not Found. com.bull.ejb.tools.ParseException GenDD ERROR: Encountered ERRORs during parse This happend on NT, JDK1.2.2 so I used a Linux box with a very early JDK1.2 and there it worked. Now I set up anoter Linux Box with the latest JDK1.2 from www.blackdown.org and I had the exact same problem as I had before using NT. But now I think I found the problem, it has to do with the jar (or zip) files you can put in jre/lib/ext where Java2 will find it without adding the archives to the classpath. I had all jar's and zip's in lib/ext and I got the above problem. The solution seems to be _NOT_ to put jonas.jar in lib/ext (all others can stay there) but to include it using the classpath - this works using NT and Linux. (Why? I don't know exactly..., but it works) By the way, config.env (from jonas1.5) does not work under NT, you have to replace the seperators ':' with '\;' or java will not understand the classpath best regards, Max --- Dipl.-Ing. Maximilian Wei�b�ck Intellinet EDV-Dienstleistungsges.m.b.H mailto:[EMAIL PROTECTED] http://www.intellinet.at
