Author | Message |
---|---|
pthorat@calstatela.edu
Posts: 6
|
Posted 15:30 Mar 05, 2016 |
Hello Professor, I am trying to run my hbm2ddl file and it shows " java Hbm2ddl <outputFile> " error. |
erzubin
Posts: 5
|
Posted 17:16 Mar 05, 2016 |
Simply in Eclipse go top where you can find the green RUN button. in that go to Run Configuration , in that select Name: hbm and after that just go to Arguments and paste "${project_loc}/src/main/scripts/gapp.ddl" to Programs Arguments: and RUN ... hopefully this should work ... becoz it did work for me.
|