最近在用Eclipse的Sirius来建立metamodel (software requirement engeering领域)
请问有什么方法可以deploy我在sirius建立的project?好让end user可以double click
桌面上的icon就可以使用我建好的东西,而不用再跑runtime application
我已经查过以下资源,但对我这个初学者而言,仍然不太懂阿!
[1]Extending the Eclipse IDE - Plug-in development - Tutorial: http://www.vogella.com/tutorials/EclipsePlugIn/article.html#firstplugin (Only know how to deploy Hello world plugin in Eclipse's dropin file)
[2]Eclipse 4 RCP - Tutorial: http://www.vogella.com/tutorials/EclipseRCP/article.html#tutorial_installation (Can't install Eclipse e4 tool in my Eclipse Lunar SR2 4.4.2)
[3]Eclipse Tycho for building Eclipse Plugins and RCP applications - Tutorial: http://www.vogella.com/tutorials/EclipseTycho/article.html#deploy (Still don't understand after reading chapter 1 ~4 )
[4]Java Deployment - Creating a JAR: filehttps://www.youtube.com/watch?v=E93o15Yf2QE (It teaches how to make a jar file as a desktop application icon. But in my Viewpoint Specification Project exported as a plugin, it has no main manifest attribute.)
[5]http://style77125tech.pixnet.net/blog/category/2570559 (中文)
尤其是[5]的范例,建plugin是从template建的,不是从我已建好的sirius project来的。
请问有哪位强者可以回答一下问题呢?感恩~