1) Menu Run/Run... 2) Treeview, choose "Java Application" 3) Button "New" 4) Tab="Main"; TextField Name="Rebuild", project="magic-project", Main class="magicproject.xml.XmlConfiguration" 5) Tab="Arguments"; TextArea Program arguments (without quotes)="-full mtg", project="magic-project" 6) Tab="Classpath"; TreeView, choose "User entries" 7) Button "Advanced" 8) OptionButton "Add folder..." -> OK" 9) TreeView, choose the "magic-project" folder -> OK 10) Button "Apply"
It is not clear to me, what you mean by: 5) Tab="Arguments"; TextArea Program arguments (without quotes)="-full mtg", project="magic-project"
I assume, in the first tab (called "Main"), you have to enter "magic-project" under "project".
And on the second tab (called "Arguments") you have to enter "-full mtg" in the upper Textarea (which is titled "Programm arguments").
So in other words: call the "magic-project" project with "-full" as first and "mtg" as second parameter ;-)
I assume you are using eclipse v3.
> So in other words: call the "magic-project" project with "-full" as first and "mtg" as second parameter ;-)
Yes.
Log in to post a comment.
1) Menu Run/Run...
2) Treeview, choose "Java Application"
3) Button "New"
4) Tab="Main"; TextField Name="Rebuild", project="magic-project", Main class="magicproject.xml.XmlConfiguration"
5) Tab="Arguments"; TextArea Program arguments (without quotes)="-full mtg", project="magic-project"
6) Tab="Classpath"; TreeView, choose "User entries"
7) Button "Advanced"
8) OptionButton "Add folder..." -> OK"
9) TreeView, choose the "magic-project" folder -> OK
10) Button "Apply"
It is not clear to me, what you mean by:
5) Tab="Arguments"; TextArea Program arguments (without quotes)="-full mtg", project="magic-project"
I assume, in the first tab (called "Main"), you have to enter "magic-project" under "project".
And on the second tab (called "Arguments") you have to enter "-full mtg" in the upper Textarea (which is titled "Programm arguments").
So in other words: call the "magic-project" project with "-full" as first and "mtg" as second parameter ;-)
I assume you are using eclipse v3.
> So in other words: call the "magic-project" project with "-full" as first and "mtg" as second parameter ;-)
Yes.