Hello ddlutils members, when I'm using ddlutils in my Eclipse RCP, I get NoClassDefFoundError and ClassNotFoundException. When running ddlutils in a standard java class with main-method, all works fine. I think the problem is the ClassLoader. I have had the same problem with ojb. There, I have fixt this problem with setting ojb.borker.util.ClassHelper.setClassLoader(getClass().getClassLoader()) on startup.
Any ideas? Thanks a lot for your assistance! Regards Josef Wagner
