Executing java program with ./programName
up vote
1
down vote
favorite
I'm doing a coding challenge and have all the logic and code done, but the instructions say they want to be able to execute the program with the following format:
./programName arg1 arg2 etc...
Being that I've mostly coded in Windows, I'm not sure how this is done. I created an executable jar, but that doesn't seem to conform to how they want to run the program. It seems like I can make a .sh file to run the program like .sh ./programName arg1 arg2 etc..., but even then I have the .sh in front.
java linux
add a comment |
up vote
1
down vote
favorite
I'm doing a coding challenge and have all the logic and code done, but the instructions say they want to be able to execute the program with the following format:
./programName arg1 arg2 etc...
Being that I've mostly coded in Windows, I'm not sure how this is done. I created an executable jar, but that doesn't seem to conform to how they want to run the program. It seems like I can make a .sh file to run the program like .sh ./programName arg1 arg2 etc..., but even then I have the .sh in front.
java linux
2
Answered here: superuser.com/q/912955
– rob mayoff
Mar 12 '16 at 6:21
This is perfect, thanks!
– Kevin
Mar 12 '16 at 20:56
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I'm doing a coding challenge and have all the logic and code done, but the instructions say they want to be able to execute the program with the following format:
./programName arg1 arg2 etc...
Being that I've mostly coded in Windows, I'm not sure how this is done. I created an executable jar, but that doesn't seem to conform to how they want to run the program. It seems like I can make a .sh file to run the program like .sh ./programName arg1 arg2 etc..., but even then I have the .sh in front.
java linux
I'm doing a coding challenge and have all the logic and code done, but the instructions say they want to be able to execute the program with the following format:
./programName arg1 arg2 etc...
Being that I've mostly coded in Windows, I'm not sure how this is done. I created an executable jar, but that doesn't seem to conform to how they want to run the program. It seems like I can make a .sh file to run the program like .sh ./programName arg1 arg2 etc..., but even then I have the .sh in front.
java linux
java linux
edited Nov 11 at 13:57
Flimzy
36.6k96496
36.6k96496
asked Mar 12 '16 at 6:03
Kevin
1,05952641
1,05952641
2
Answered here: superuser.com/q/912955
– rob mayoff
Mar 12 '16 at 6:21
This is perfect, thanks!
– Kevin
Mar 12 '16 at 20:56
add a comment |
2
Answered here: superuser.com/q/912955
– rob mayoff
Mar 12 '16 at 6:21
This is perfect, thanks!
– Kevin
Mar 12 '16 at 20:56
2
2
Answered here: superuser.com/q/912955
– rob mayoff
Mar 12 '16 at 6:21
Answered here: superuser.com/q/912955
– rob mayoff
Mar 12 '16 at 6:21
This is perfect, thanks!
– Kevin
Mar 12 '16 at 20:56
This is perfect, thanks!
– Kevin
Mar 12 '16 at 20:56
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
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
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f35954365%2fexecuting-java-program-with-programname%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
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
Required, but never shown
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
Required, but never shown
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
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
2
Answered here: superuser.com/q/912955
– rob mayoff
Mar 12 '16 at 6:21
This is perfect, thanks!
– Kevin
Mar 12 '16 at 20:56