今天下载了eclipse helios 3.6.1的rcp、rap、classic、java 4个版本的程序都无法正常生成可执行文件。找了很久好像都没完美解决方案,貌似版本or ID or 文件名冲突导致无法正常生成, 不过切换到3.3版本即能正常生成。。。
导出目录如下:
<exportDir>-eclipse -+p2 -+plugins --artifacts.xml-repository -+plugins --artifacts.jar --content.jar
附:
eclipse bug report ==> https://bugs.eclipse.org/bugs/show_bug.cgi?id=309758
rcp tutorial ==> http://www.vogella.de/articles/EclipseRCP/article.html
eclipse.org rcp forum ==> http://www.eclipse.org/forums/index.php?t=thread&frm_id=106&S=6e8dff29334f8f68b912b009d761f474
使用Eclipse RCP进行桌面程序开发(一):快速起步使用Eclipse RCP进行桌面程序开发(二):菜单、工具栏和对话框使用Eclipse RCP进行桌面程序开发(三):视图和透视图使用Eclipse RCP进行桌面程序开发(四):在Windows中使用Active X控件使用Eclipse RCP进行桌面程序开发(五):2D绘图使用Eclipse RCP进行桌面程序开发(六):向OpenGL进军