Skip to main content



      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 11:47 Go to next message
Eclipse UserFriend
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 08:14] by Moderator

Re: Best way to run my own file [message #964111 is a reply to message #934044] Tue, 30 October 2012 05:05 Go to previous messageGo to next message
Eclipse UserFriend
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 08:01 Go to previous message
Eclipse UserFriend
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: Wed Jul 23 02:41:00 EDT 2025

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

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

Back to the top