简体   繁体   中英

Eclipse Application to standalone?

I have been using Eclipse for my Java needs for quite some time now, but I have never really delved deep into it.

I was recently given this project by a friend which makes use of the XText plugin library to act as an IDE for a custom file type.

However, to launch it, I need to open the source of the editor itself in Eclipse and run it as an Eclipse Application which in turns open a separate Eclipse IDE.

I have been looking around for an easy way around this, but to no avail. Is there a way to run said Eclipse Application without having to first open the source of the custom editor and launching it ?

Thank you!

I solved it by creating a shortcut for Eclipse and adding -data "PATH_TO_APP" on the 'target' field.

Thank you for your help everyone. :)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM