Something about CLASSPATH
When I create a blank project,and then add Hibernate support,everything goes well.I put hibernate.properties and hibernate.cfg.xml under the src directory,and Hibernate can recognize them.But when I create a file named import.sql under the src directory,the log shows that hibernate could not find /import.sql.How could I do?
Thanks!
请先登录再写评论。
SQL files are not copied by default from src to classes.
You can configure that in Settings -> Project Settings -> Compiler
zhangjp wrote:
Too much thanks for your help!
I could not resolve the problem without your help!and please excuse for my poor English,and I am a Chinese programmer.
Message was edited by:
zhangjp
Hello zhangjp,
There is Compiler settings group near the Project Settings. That's it.
Alexander.