Add library (classpath) in IDEA 4

Right click the java module item in the project view, the popup menu shows, and click the “Module Settings ...”, then select “Library (Classpath)” tab, then click “Jar/Dir...” button. But you can only add jar files, but not add a dir which contains jar files.

From the hibernate/lib/Readme, you can see the description of each library, and whether it is optional or required.

In IDEA 4, you can create the hbm.xml and hibernate.properties in the src dir, and idea will automatically copy them to the classes dir after building.

 

posted on 2004-07-28 05:38  findsun  阅读(912)  评论(0编辑  收藏  举报

导航