Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Best way to "run/execute" my own file
Best way to "run/execute" my own file [message #934044] Fri, 05 October 2012 15:47 Go to next message
John M. is currently offline John M.Friend
Messages: 198
Registered: July 2010
Senior Member
Hello,

I have a complete editor for creating files.
Now I want to execute them, if it is possible with the launch button.

But there is no interpreter for my files, I have to write it on my own, but I don't know where to start.

Is it recommended to use the eclipse framework as interpreter for my files?
How shall I start to implement something like that?

[Updated on: Wed, 31 October 2012 12:14]

Report message to a moderator

Re: Best way to run my own file [message #964111 is a reply to message #934044] Tue, 30 October 2012 09:05 Go to previous messageGo to next message
Xiuang Lee is currently offline Xiuang LeeFriend
Messages: 9
Registered: October 2012
Junior Member
As I understand, you have editor of java source code and you want to lauch it from your editor?

Independent of your editor, you'll need to compile (e.g. using javac --) and launch .class files (e.g. using java --). You can use system calls to invoke these two.
Re: Best way to run my own file [message #965651] Wed, 31 October 2012 12:01 Go to previous message
John M. is currently offline John M.Friend
Messages: 198
Registered: July 2010
Senior Member
No not really.

I have my own editor for an emf model file, which shall be "executed".
The file contains a list of elements I want to go through.

I want a similar menu like in the debug view of java with step forward and continue run, so a support for "break points".
But I don't know what would be the best way to start that.
Previous Topic:Changes to eclipse project explorer refresh model in 3.7
Next Topic:Remove Column Property Sheet View
Goto Forum:
  


Current Time: Fri Apr 19 23:33:43 GMT 2024

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

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

Back to the top