Where is the best place to put your jdbc.jar

The best place for development is in you jvm dir. like

/usr/lib/jvm/java-6-sun/jre/lib/ext

you can put your oracle or mysql driver in there.

ojdbc14.jar and mysql-connector-java-5.1.6-bin.jar.

So now Eclipse can easyly pick them up in the project.

is it good place for deployment, I think so. but maybe SA has good manner to do this.
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章