reset password
Author Message
plakhan
Posts: 37
Posted 19:52 Jan 21, 2015 |

Hello,

For hw3, when i run hbm2ddl.java i cannot see the folder for scripts as well as gefp.ddl file. I had also specified the arguments as

"${project_loc}\src\main\scripts".

cysun
Posts: 2935
Posted 21:52 Jan 21, 2015 |

It should be ${project_loc}/src/main/scripts/gefp.ddl. First you need to include the file name, and secondly use "/" instead of "\".

plakhan
Posts: 37
Posted 14:05 Jan 22, 2015 |

Tried this,but dint work...

cysun
Posts: 2935
Posted 14:10 Jan 22, 2015 |
plakhan wrote:

Tried this,but dint work...

Try harder. Don't be a Computer Science graduate student who can't run a Java program with a command line argument.

jpatel30
Posts: 18
Posted 20:29 Jan 22, 2015 |

Having same problem as gefp.dll does not show at point where it should be 

plakhan
Posts: 37
Posted 00:11 Jan 24, 2015 |

Finaly got this....

The problem was with the naming structure of the project folder.....i had spaces in between the project folder name.

lishenyu
Posts: 103
Posted 22:43 Jan 26, 2015 |

could you tell me how to run the Hmb2ddl.java to generate ddl file using eclipse? Thanks!

lishenyu
Posts: 103
Posted 23:01 Jan 26, 2015 |

O I see it after refreshing src/main/scripts folder.

lmann2
Posts: 156
Posted 21:09 Jan 27, 2015 |

This is helpful: 

source target project dir