.classpath for Eclipse Java Project_JAVA_编程开发_程序员俱乐部

中国优秀的程序员网站程序员频道CXYCLUB技术地图
热搜:
更多>>
 
您所在的位置: 程序员俱乐部 > 编程开发 > JAVA > .classpath for Eclipse Java Project

.classpath for Eclipse Java Project

 2010/12/11 11:31:52  yaojingguo  http://yaojingguo.javaeye.com  我要评论(0)
  • 摘要:WhendoingdevelopmentworkwithJavaprojectwhose'sclasspathiscomplex,IneedtomakesurewhichclasspathisappendedtoCLASSPATHbeforeothers.Hereistherule:1.outputfolderisappendedfirst.2.Otherclasspathentriesareappendedastheorderthattheyarelistedin.classpath
  • 标签:for project Eclipse Java

When doing development work with Java project whose's classpath is complex, I need to make sure which classpath is appended to CLASSPATH before others. Here is the rule:

1. output folder is appended first.

2. Other classpathentries are appended as the order that they are listed in .classpath. The order that they are listed in Project properties dialog has no effect.

3. Inside a user library, entries are appended as the order that they are appeared.

?

?

发表评论
用户名: 匿名