Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我从外部公司获得的一段代码遇到了一些困难。在代码中,我得到了以下建议:
//确保您的 Base64.encode 不包含换行符!//运行这个例子使用java -Dcom.sun.org.apache.xml.internal.security.ignoreLineBreaks=true
我的问题是,我如何/在哪里可以从 Eclipse 中传递该参数?
提前致谢
补充:我正在使用 Eclipse 平台
版本:3.8.1
打开您的 Lauch 配置并转到Arguments选项卡,输入您的参数
Arguments
-Dcom.sun.org.apache.xml.internal.security.ignoreLineBreaks=true
在该领域VM arguments
VM arguments
clkcit 应用并运行