Dear all,
I want to export my database schema using the SchemaExport tool, in order to recreate the database on a different machine. However, I can't get the tool to work for me. I get a NoClassDefFoundError, but without a class specified. Here's the command line call to SchemaExport:
Code:
java -cp %CLASSPATH%;E:
\java\MyLibraries\hibernate-3\hibernate3.jar org.hibernate.tool.hbm2ddl.SchemaExport --con
fig=hibernate.cfg.xml
Exception in thread "main" java.lang.NoClassDefFoundError: */;
Any ideas what the problem might be?
Cheers,
Martin