Tapestry M2_REPO(添加了大量jar文件列表)
在Eclipse中,我添加了路径 Windows->偏好-> Java -> 构建路径 ->类路径变量 ->单击“新建”并添加以下内容:
Name = M2_REPO
Path = C:\Document and Settings\Uday\.m2\repository
但这包括我的 ECLIPSE 项目栏中的大量 JAR 文件列表。 那么,有人可以告诉我如何包含包含文件的文件夹吗?这样该文件夹在项目栏中可见,而不是每个文件都可见。
In Eclipse, I added the path
Windows-> Preference -> Java ->Build Path -> Classpath Variables -> click New and added the following:
Name = M2_REPO
Path = C:\Document and Settings\Uday\.m2\repository
BUT THIS INCLUDES A HUGE LIST OF JAR FILES IN MY ECLIPSE PROJECT BAR.
So, Can anybody please tell me, how to include the folder containing files. So that the folder is visible in project bar and not every file.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不要试图弄乱类路径,这是浪费时间。
相反,
Do not try to mess with the classpath, it's a waste of time.
Instead