Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » TMF (Xtext) » Make an executable of my DSL once its complete?
Make an executable of my DSL once its complete? [message #1052905] Wed, 01 May 2013 09:11 Go to next message
Dan Barr is currently offline Dan BarrFriend
Messages: 10
Registered: April 2013
Junior Member
Hi,

So I finished my DSL and the generator and it all works as I expect, however it's all tied into Eclipse, how can I run it normally?

Is it possible to create a .exe of my DSL that I can send to other people for testing ect?
Re: Make an executable of my DSL once its complete? [message #1052909 is a reply to message #1052905] Wed, 01 May 2013 09:23 Go to previous message
Christian Dietrich is currently offline Christian DietrichFriend
Messages: 14665
Registered: July 2009
Senior Member
No this is not possible

you may have following options
- you create an eclipse feature containing your plugins so that users can install them into their eclipse
- you create an eclipse rcp client (this is an exe) that contains your plugins
- you create a standalone client (no editor) e.g. use the export java application wizard


Twitter : @chrdietrich
Blog : https://www.dietrich-it.de
Previous Topic:Can I generate a block of java independent of my model?
Next Topic:data binding beteen xtext and swt
Goto Forum:
  


Current Time: Thu Apr 25 18:57:42 GMT 2024

Powered by FUDForum. Page generated in 0.02807 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top