myeclipse的批量修改功能+myeclipse不自动编译配置文件到class目录解决办法
?
4.myeclipse的批量修改功能
?window--Customize Perspective--Command Groups项中将Editor Presentation打勾
?Tool Bar Visbility中,展开Editor Presentation将前两个选项(Toggle、show Whitespace)打勾,OK
?然后在myeclipse工具栏上就能看到刚才的两个功能,打开文件就可以使用了
?
?
5.myeclipse不自动编译配置文件到class目录解决办法
myeclipse不能自动将class、struts.xml、jdbcOracle.properties等文件加载到WebContent\WEB-INF\classes目录下?
build Path--Configure build Path--Source--Remove掉所有项--Add Folder勾选你要加载到class目录下的东西
?