open eclipse from a terminal and pass a workspace to open
Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
I want to open eclipse through terminal and i am able to do it, but when when eclipse starts it asks for the workspace directory attached the screenshot,and then there i have to specify it, i dont want this.
As i pass the eclipse command in the terminal, i want to pass the workspace directory along with the eclipse command followed by OK as prompt ask for it.
Thanks in advance.
command-line terminal console arguments eclipse
add a comment |Â
up vote
1
down vote
favorite
I want to open eclipse through terminal and i am able to do it, but when when eclipse starts it asks for the workspace directory attached the screenshot,and then there i have to specify it, i dont want this.
As i pass the eclipse command in the terminal, i want to pass the workspace directory along with the eclipse command followed by OK as prompt ask for it.
Thanks in advance.
command-line terminal console arguments eclipse
Did you look atman eclipse
?
â guntbert
Jan 3 at 14:37
@guntbert no man eclipse does not work.
â Taleev Aalam
Jan 3 at 14:55
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I want to open eclipse through terminal and i am able to do it, but when when eclipse starts it asks for the workspace directory attached the screenshot,and then there i have to specify it, i dont want this.
As i pass the eclipse command in the terminal, i want to pass the workspace directory along with the eclipse command followed by OK as prompt ask for it.
Thanks in advance.
command-line terminal console arguments eclipse
I want to open eclipse through terminal and i am able to do it, but when when eclipse starts it asks for the workspace directory attached the screenshot,and then there i have to specify it, i dont want this.
As i pass the eclipse command in the terminal, i want to pass the workspace directory along with the eclipse command followed by OK as prompt ask for it.
Thanks in advance.
command-line terminal console arguments eclipse
edited Jan 5 at 14:12
Alex
3721414
3721414
asked Jan 3 at 14:09
Taleev Aalam
114
114
Did you look atman eclipse
?
â guntbert
Jan 3 at 14:37
@guntbert no man eclipse does not work.
â Taleev Aalam
Jan 3 at 14:55
add a comment |Â
Did you look atman eclipse
?
â guntbert
Jan 3 at 14:37
@guntbert no man eclipse does not work.
â Taleev Aalam
Jan 3 at 14:55
Did you look at
man eclipse
?â guntbert
Jan 3 at 14:37
Did you look at
man eclipse
?â guntbert
Jan 3 at 14:37
@guntbert no man eclipse does not work.
â Taleev Aalam
Jan 3 at 14:55
@guntbert no man eclipse does not work.
â Taleev Aalam
Jan 3 at 14:55
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
2
down vote
The following should do:
eclipse -data /home/user/path/to/workspace
Here a list of all eclipse command line arguments.
Alternatively, if you anyhow only have one workspace, you could select a workspace in the dialog and check the box "Use this as the default and do not ask again".
The -data command you are passing is it eclipse specific terminal command, any relevant resource regarding this answer would be good.
â Taleev Aalam
Jan 4 at 5:37
Yes, it is eclipse specific. Link to all eclipse command line arguments added.
â Alex
Jan 5 at 8:01
Would you mind to accept my answer if it solves your problem ?
â Alex
Jan 5 at 15:24
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
The following should do:
eclipse -data /home/user/path/to/workspace
Here a list of all eclipse command line arguments.
Alternatively, if you anyhow only have one workspace, you could select a workspace in the dialog and check the box "Use this as the default and do not ask again".
The -data command you are passing is it eclipse specific terminal command, any relevant resource regarding this answer would be good.
â Taleev Aalam
Jan 4 at 5:37
Yes, it is eclipse specific. Link to all eclipse command line arguments added.
â Alex
Jan 5 at 8:01
Would you mind to accept my answer if it solves your problem ?
â Alex
Jan 5 at 15:24
add a comment |Â
up vote
2
down vote
The following should do:
eclipse -data /home/user/path/to/workspace
Here a list of all eclipse command line arguments.
Alternatively, if you anyhow only have one workspace, you could select a workspace in the dialog and check the box "Use this as the default and do not ask again".
The -data command you are passing is it eclipse specific terminal command, any relevant resource regarding this answer would be good.
â Taleev Aalam
Jan 4 at 5:37
Yes, it is eclipse specific. Link to all eclipse command line arguments added.
â Alex
Jan 5 at 8:01
Would you mind to accept my answer if it solves your problem ?
â Alex
Jan 5 at 15:24
add a comment |Â
up vote
2
down vote
up vote
2
down vote
The following should do:
eclipse -data /home/user/path/to/workspace
Here a list of all eclipse command line arguments.
Alternatively, if you anyhow only have one workspace, you could select a workspace in the dialog and check the box "Use this as the default and do not ask again".
The following should do:
eclipse -data /home/user/path/to/workspace
Here a list of all eclipse command line arguments.
Alternatively, if you anyhow only have one workspace, you could select a workspace in the dialog and check the box "Use this as the default and do not ask again".
edited Jan 5 at 8:00
answered Jan 3 at 16:00
Alex
3721414
3721414
The -data command you are passing is it eclipse specific terminal command, any relevant resource regarding this answer would be good.
â Taleev Aalam
Jan 4 at 5:37
Yes, it is eclipse specific. Link to all eclipse command line arguments added.
â Alex
Jan 5 at 8:01
Would you mind to accept my answer if it solves your problem ?
â Alex
Jan 5 at 15:24
add a comment |Â
The -data command you are passing is it eclipse specific terminal command, any relevant resource regarding this answer would be good.
â Taleev Aalam
Jan 4 at 5:37
Yes, it is eclipse specific. Link to all eclipse command line arguments added.
â Alex
Jan 5 at 8:01
Would you mind to accept my answer if it solves your problem ?
â Alex
Jan 5 at 15:24
The -data command you are passing is it eclipse specific terminal command, any relevant resource regarding this answer would be good.
â Taleev Aalam
Jan 4 at 5:37
The -data command you are passing is it eclipse specific terminal command, any relevant resource regarding this answer would be good.
â Taleev Aalam
Jan 4 at 5:37
Yes, it is eclipse specific. Link to all eclipse command line arguments added.
â Alex
Jan 5 at 8:01
Yes, it is eclipse specific. Link to all eclipse command line arguments added.
â Alex
Jan 5 at 8:01
Would you mind to accept my answer if it solves your problem ?
â Alex
Jan 5 at 15:24
Would you mind to accept my answer if it solves your problem ?
â Alex
Jan 5 at 15:24
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f414544%2fopen-eclipse-from-a-terminal-and-pass-a-workspace-to-open%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Did you look at
man eclipse
?â guntbert
Jan 3 at 14:37
@guntbert no man eclipse does not work.
â Taleev Aalam
Jan 3 at 14:55