【发布时间】:2015-09-06 17:53:39
【问题描述】:
当我尝试构建 Netbeans RCP 应用程序的 OSGi 包时(例如:提供的示例 Feed 阅读器应用程序),它给出了以下错误:
[error] Exception in thread "main" /opt/developer/netbeans-8.0/harness/suite.xml:545: The following error occurred while executing this line:
[error] /opt/developer/netbeans-8.0/harness/osgi.xml:63: Could not prescan /opt/developer/netbeans-8.0/platform/modules/org-netbeans-libs-javafx.jar:
java.io.IOException: Unrecognized constant pool tag 18 at index 18; running UTF-8 strings: blah blah blah ...
环境:
- Debian 杰西
- JDK1.8.0_45
【问题讨论】:
标签: javafx-2 osgi netbeans-platform osgi-bundle