【发布时间】:2013-04-05 10:35:38
【问题描述】:
eclispe3.7 中的一个应用程序,我想在每次启动时为启动配置设置一个属性。我正在使用以下命令设置属性,但是在获取属性时,它只显示默认属性值。
launch.getLaunchConfiguration().getWorkingCopy().setAttribute(IGDBLaunchConfigurationConstants.ATTR_PORT, value);
在另一个类上,使用以下代码从第一个类启动:
launch.getLaunchConfiguration()..getWorkingCopy().getAttributes();
为什么不能设置属性?请帮帮我...
【问题讨论】:
标签: eclipse configuration attributes launch