1、教你如何隐藏引用包
In order to clean up the project view in Eclipse, you can hide the files you don't need. First of all, make sure you're in the Java Perspective (Window → Open Perspective). Then click the little (down) arrow in the top right corner of the Package Explorer pane. Select Filters, check the "Name Filter Patterns" and type "*.jar" (no quotes) in the text field. Then in the list of elements, scroll down and check Referenced Libraries. Click OK to continue.
2、教你如何简化自己的类路径名
Another useful Eclipse trick is to use abbreviated package names. You probably won't need it on this project, but its nice on projects where you're inflicted with super.long.package.name.syndrome. Go to Window → Preferences → Java → Appearance. Check the "Compress all package names" checkbox and type "1." (no quotes) in the text field.
Matt Raible 是何许人也?
Matt Raible 是国外J2EE和开源社区的一个牛人,是AppFuse的开发者,AppFuse指导开发人员快速构建由目前流行的框架建立J2EE构架。著有:Spring live。
In order to clean up the project view in Eclipse, you can hide the files you don't need. First of all, make sure you're in the Java Perspective (Window → Open Perspective). Then click the little (down) arrow in the top right corner of the Package Explorer pane. Select Filters, check the "Name Filter Patterns" and type "*.jar" (no quotes) in the text field. Then in the list of elements, scroll down and check Referenced Libraries. Click OK to continue.
2、教你如何简化自己的类路径名
Another useful Eclipse trick is to use abbreviated package names. You probably won't need it on this project, but its nice on projects where you're inflicted with super.long.package.name.syndrome. Go to Window → Preferences → Java → Appearance. Check the "Compress all package names" checkbox and type "1." (no quotes) in the text field.
Matt Raible 是何许人也?
Matt Raible 是国外J2EE和开源社区的一个牛人,是AppFuse的开发者,AppFuse指导开发人员快速构建由目前流行的框架建立J2EE构架。著有:Spring live。
Eclipse项目视图优化技巧
本文介绍两种Eclipse实用技巧:一是隐藏项目视图中不需要的文件,如.jar引用包,使视图更整洁;二是压缩包名称,简化类路径显示,特别适合于那些包名过长的项目。
1175

被折叠的 条评论
为什么被折叠?



