eclipse

1. 实际上program arguments中的值作为args[]的参数传入的,它通过主函数中的args来取值。

而VMArguments是设置的虚拟机的属性,要传给java虚拟机的。调用方法:System.getProperty("PropertyName")。

 选择Run as,打开Run Configurations

Program arguments中写:pro1 pro2 pro3

转自:qimiguang
http://blog.csdn.net/qimiguang/article/details/11559553

2.

File > New > Other >Ant buildfile

用Ant编译

3.

自动对齐快捷键 :ctrl+shift+F

定位到指定函数 :Ctrl+鼠标点击

回退操作         : Alt + <---

----------------------------------------------------------------------------------------------------------------------------------

eclipse 安装tomcat与使用

http://blog.csdn.net/ai297313/article/details/40046663

----------------------------------------------------------------------------------------------------------------------------------

eclipse新导入的项目,

尤其注意引用项目中自带的jar包   ----------------2017.7.4实习教训

原文地址:https://www.cnblogs.com/XDJjy/p/3938254.html