java 相对路径

http://hi.baidu.com/h819/blog/item/ae3a090eacd62ec27bcbe123.html

 

1.Class c=AccessOdbcConnection.class;
  URL url=c.getResource("/rswz.mdb");

                        //Connection URL : file:/F:/apache-tomcat-6.0.20/webapps/Gcrs-website/WEB-INF/classes/rswz.mdb    在tomcat下发布的类路径下

 

2.可以用session.getServletContext().getRealPath("/"); 获取web运行的类路径(原来在src下的资源)

你可能感兴趣的:(java,tomcat,C++,Web,C#)