我们最近从Java 6(32位)升级到Java 7(64位),我正在尝试编译我们的插件项目。 我在下面收到错误 -
Undefined reference: void org.eclipse.swt.widgets.Button.setText(String)
[WARNING] Rule 5: org.codehaus.mojo.animal_sniffer.enforcer.CheckSignatureRule failed with message:
Signature errors found. Verify them and ignore them with the proper annotation if needed.
知道如何解决它吗?