Makefile:1 *** missing separatorhow can I add a command in terminal to open a fileJava problems installing...
A starship is travelling at 0.9c and collides with a small rock. Will it leave a clean hole through, or will more happen?
Longest Jewish year
Please help me understand the following solution
Does the "particle exchange" operator have any validity?
What to do when being responsible for data protection in your lab, yet advice is ignored?
Why did the villain in the first Men in Black movie care about Earth's Cockroaches?
Manipulating a general length function
How to acknowledge an embarrassing job interview, now that I work directly with the interviewer?
Can you earn endless XP using a Flameskull and its self-revival feature?
Dilemma of explaining to interviewer that he is the reason for declining second interview
Why did Jodrell Bank assist the Soviet Union to collect data from their spacecraft in the mid 1960's?
How experienced do I need to be to go on a photography workshop?
Am I a Rude Number?
What is the purpose of easy combat scenarios that don't need resource expenditure?
Overfitting and Underfitting
What to do if authors don't respond to my serious concerns about their paper?
Is there any differences between “gucken” and “schauen”?
Why would the Pakistan airspace closure cancel flights not headed to Pakistan itself?
What's a good word to describe a public place that looks like it wouldn't be rough?
1 0 1 0 1 0 1 0 1 0 1
Why avoid shared user accounts?
How to remove trailing forward slash
integral inequality of length of curve
Word or phrase for showing great skill at something without formal training in it
Makefile:1 *** missing separator
how can I add a command in terminal to open a fileJava problems installing Glassfish 3.1.2 on Ubuntu LucidMakefile:448: *** missing separator. Stop. errorIssues with importing existing source C++ code in Eclipse CDTMissing separator in makefileMakefile: how to change a specific ruleHow specify a path in Java shortcut?@command -v gpg why is the version flag before the command?How to add the necessary libraries to this specific Makefile?Exit with error from subshell
My makefile will not run for some reason. This code comes from one of my instructors on how to run a makefile for java programs. It's called Makefile
all:
javac cs286_p1/*.javac
jar cmf manifest.mf cs286_p1.jar cs286_p1
@echo "+ to run type: java -jar exampleProgram.jar"
@echo "+ to run with command line arguments, simply append them to the line above"
~$
I've run cat -e -t -v Makefile to see what the result was and it was this:
$ cat -e -t -v Makefile
all:^M$
^Ijavac cs286_p1/*.javac^M$
^Ijar cmf manifest.mf cs286_p1.jar cs286_p1^M$
^I@echo "+ to run type: java -jar exampleProgram.jar"^M$
^I@echo "+ to run with command line arguments, simply append them to the line above"^M$
~$
Any help with this?
command-line bash java compiling make
New contributor
add a comment |
My makefile will not run for some reason. This code comes from one of my instructors on how to run a makefile for java programs. It's called Makefile
all:
javac cs286_p1/*.javac
jar cmf manifest.mf cs286_p1.jar cs286_p1
@echo "+ to run type: java -jar exampleProgram.jar"
@echo "+ to run with command line arguments, simply append them to the line above"
~$
I've run cat -e -t -v Makefile to see what the result was and it was this:
$ cat -e -t -v Makefile
all:^M$
^Ijavac cs286_p1/*.javac^M$
^Ijar cmf manifest.mf cs286_p1.jar cs286_p1^M$
^I@echo "+ to run type: java -jar exampleProgram.jar"^M$
^I@echo "+ to run with command line arguments, simply append them to the line above"^M$
~$
Any help with this?
command-line bash java compiling make
New contributor
add a comment |
My makefile will not run for some reason. This code comes from one of my instructors on how to run a makefile for java programs. It's called Makefile
all:
javac cs286_p1/*.javac
jar cmf manifest.mf cs286_p1.jar cs286_p1
@echo "+ to run type: java -jar exampleProgram.jar"
@echo "+ to run with command line arguments, simply append them to the line above"
~$
I've run cat -e -t -v Makefile to see what the result was and it was this:
$ cat -e -t -v Makefile
all:^M$
^Ijavac cs286_p1/*.javac^M$
^Ijar cmf manifest.mf cs286_p1.jar cs286_p1^M$
^I@echo "+ to run type: java -jar exampleProgram.jar"^M$
^I@echo "+ to run with command line arguments, simply append them to the line above"^M$
~$
Any help with this?
command-line bash java compiling make
New contributor
My makefile will not run for some reason. This code comes from one of my instructors on how to run a makefile for java programs. It's called Makefile
all:
javac cs286_p1/*.javac
jar cmf manifest.mf cs286_p1.jar cs286_p1
@echo "+ to run type: java -jar exampleProgram.jar"
@echo "+ to run with command line arguments, simply append them to the line above"
~$
I've run cat -e -t -v Makefile to see what the result was and it was this:
$ cat -e -t -v Makefile
all:^M$
^Ijavac cs286_p1/*.javac^M$
^Ijar cmf manifest.mf cs286_p1.jar cs286_p1^M$
^I@echo "+ to run type: java -jar exampleProgram.jar"^M$
^I@echo "+ to run with command line arguments, simply append them to the line above"^M$
~$
Any help with this?
command-line bash java compiling make
command-line bash java compiling make
New contributor
New contributor
New contributor
asked 8 mins ago
NallidNallid
1
1
New contributor
New contributor
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Nallid is a new contributor. Be nice, and check out our Code of Conduct.
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%2faskubuntu.com%2fquestions%2f1122651%2fmakefile1-missing-separator%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Nallid is a new contributor. Be nice, and check out our Code of Conduct.
Nallid is a new contributor. Be nice, and check out our Code of Conduct.
Nallid is a new contributor. Be nice, and check out our Code of Conduct.
Nallid is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Ask Ubuntu!
- 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%2faskubuntu.com%2fquestions%2f1122651%2fmakefile1-missing-separator%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