Run Configuration tips
1. How to added the VM variables or Program variables
Suppose that we have the configuration
java -Djavax.net.debug=SSL,handshake,data,trustmanager yourPrograme needs to be configured first, so how to configure it at Eclipse
Start the Run Configuration 
The main classes related
(java -Djavax.net.debug=SSL,handshake,data,trustmanager yourPrograme )
Arguments Panel
(you can add you Program/VM arguments through the separate button Variables )
Select Variable 
Create/Edit Variables 
Added the new variable
(java -Djavax.net.debug=SSL,handshake,data,trustmanager) 

Compile Output Configuration tips
1. xml files can not deployed into the output folder 
2. maintain the Templates - such as how to update the @author 
Eclipse build ( clean not works ) - logs 中没有任何 Problems / Errors
解决办法,设置项目的 Project Facets,
本文介绍了如何在Eclipse中为运行配置添加VM参数和程序参数,例如设置java-Djavax.net.debug选项来调试SSL连接。此外还提供了关于XML文件部署及输出配置的建议。
350

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



