Author | Message |
---|---|
lohitakodali
Posts: 3
|
Posted 18:48 Feb 01, 2016 |
Export DDL to F:/ebooks/PG/520 lab/workspace ... F:/ebooks/PG/520 lab/workspace Feb 01, 2016 6:47:34 PM org.hibernate.tool.hbm2ddl.SchemaExport execute
When I run Hbm2ddl.java I am etting this error |
ajoshi6
Posts: 46
|
Posted 18:55 Feb 01, 2016 |
check the spring dependecies in POM.xml , all springmvc dependencies should match the version |
lohitakodali
Posts: 3
|
Posted 19:10 Feb 01, 2016 |
checked the versions still the problem persists
|
ajoshi6
Posts: 46
|
Posted 19:25 Feb 01, 2016 |
u might be using java 8 , then u have to change the java-assist dependecy to match it |
cysun
Posts: 2935
|
Posted 21:44 Feb 01, 2016 |
You need to specify a file name. It looks like you specified a folder name. |