Minecraft 1.12.2 Forge API not appearing upon download (Mac) The 2019 Stack Overflow Developer Survey Results Are In Unicorn Meta Zoo #1: Why another podcast? Announcing the arrival of Valued Associate #679: Cesar ManaraMINECRAFT FILE DOWNLOAD (MAC)How exactly do I install Minecraft Mods and what is Forge?Help with installing Minecraft Mods on a MacMinecraft Forge 1.7.10 keeps crashing as soon as I launch the game with EXCEPTION_ACCESS_VIOLATION (0xc0000005)?Minecraft Forge 1.7.10 will not startminecraft launcher not opening forgeMinecraft on ARM Linux? (Samsung Chromebook)I can't run jar files on my Windows 7 PC1.10.x .jar MissingMinecraft Server not working
Is an up-to-date browser secure on an out-of-date OS?
Student Loan from years ago pops up and is taking my salary
When did F become S? Why?
Why did Peik Lin say, "I'm not an animal"?
"is" operation returns false even though two objects have same id
Button changing its text & action. Good or terrible?
Does Parliament need to approve the new Brexit delay to 31 October 2019?
What force causes entropy to increase?
Make it rain characters
Can withdrawing asylum be illegal?
Variable with quotation marks "$()"
Is it ok to offer lower paid work as a trial period before negotiating for a full-time job?
Deal with toxic manager when you can't quit
Does Parliament hold absolute power in the UK?
Why can't devices on different VLANs, but on the same subnet, communicate?
Example of compact Riemannian manifold with only one geodesic.
ELI5: Why do they say that Israel would have been the fourth country to land a spacecraft on the Moon and why do they call it low cost?
Why don't hard Brexiteers insist on a hard border to prevent illegal immigration after Brexit?
Can I visit the Trinity College (Cambridge) library and see some of their rare books
Is every episode of "Where are my Pants?" identical?
Why doesn't a hydraulic lever violate conservation of energy?
My body leaves; my core can stay
How do spell lists change if the party levels up without taking a long rest?
Sub-subscripts in strings cause different spacings than subscripts
Minecraft 1.12.2 Forge API not appearing upon download (Mac)
The 2019 Stack Overflow Developer Survey Results Are In
Unicorn Meta Zoo #1: Why another podcast?
Announcing the arrival of Valued Associate #679: Cesar ManaraMINECRAFT FILE DOWNLOAD (MAC)How exactly do I install Minecraft Mods and what is Forge?Help with installing Minecraft Mods on a MacMinecraft Forge 1.7.10 keeps crashing as soon as I launch the game with EXCEPTION_ACCESS_VIOLATION (0xc0000005)?Minecraft Forge 1.7.10 will not startminecraft launcher not opening forgeMinecraft on ARM Linux? (Samsung Chromebook)I can't run jar files on my Windows 7 PC1.10.x .jar MissingMinecraft Server not working
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
In an attempt to download the Forge for Minecraft to have access to many other mods, I have downloaded the Installer
from the Forge site. This downloads a .jar file. However, when I double-click the jar, instead of seeing a program API appear as seen here, I am shown a folder as seen here. How do I correct this and install Forge correctly?
minecraft minecraft-forge
bumped to the homepage by Community♦ 4 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
In an attempt to download the Forge for Minecraft to have access to many other mods, I have downloaded the Installer
from the Forge site. This downloads a .jar file. However, when I double-click the jar, instead of seeing a program API appear as seen here, I am shown a folder as seen here. How do I correct this and install Forge correctly?
minecraft minecraft-forge
bumped to the homepage by Community♦ 4 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
In an attempt to download the Forge for Minecraft to have access to many other mods, I have downloaded the Installer
from the Forge site. This downloads a .jar file. However, when I double-click the jar, instead of seeing a program API appear as seen here, I am shown a folder as seen here. How do I correct this and install Forge correctly?
minecraft minecraft-forge
In an attempt to download the Forge for Minecraft to have access to many other mods, I have downloaded the Installer
from the Forge site. This downloads a .jar file. However, when I double-click the jar, instead of seeing a program API appear as seen here, I am shown a folder as seen here. How do I correct this and install Forge correctly?
minecraft minecraft-forge
minecraft minecraft-forge
asked Jan 17 '18 at 3:58
ArcturusArcturus
18929
18929
bumped to the homepage by Community♦ 4 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 4 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
I can't say for sure if it's the same in Mac, but you should be able to right-click the file and select "open with", then possibly also "other" and then Java.
If that doesn't work, try "javac".
If you don't find it, there should be a button letting you search for a program. Go to wherever you have Java installed (if you didn't install it yourself, then it's in .minecraft/runtime
) and select "javac" there.
If all of that doesn't work, go to your download folder in a terminal (dir
to see folder contents, cd ..
to go up, cd lalala
to go to the sub-folder "lalala") and enter java -jar "<file name>"
, replacing <file name>
with the Forge installer file name.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "41"
;
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
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%2fgaming.stackexchange.com%2fquestions%2f325112%2fminecraft-1-12-2-forge-api-not-appearing-upon-download-mac%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I can't say for sure if it's the same in Mac, but you should be able to right-click the file and select "open with", then possibly also "other" and then Java.
If that doesn't work, try "javac".
If you don't find it, there should be a button letting you search for a program. Go to wherever you have Java installed (if you didn't install it yourself, then it's in .minecraft/runtime
) and select "javac" there.
If all of that doesn't work, go to your download folder in a terminal (dir
to see folder contents, cd ..
to go up, cd lalala
to go to the sub-folder "lalala") and enter java -jar "<file name>"
, replacing <file name>
with the Forge installer file name.
add a comment |
I can't say for sure if it's the same in Mac, but you should be able to right-click the file and select "open with", then possibly also "other" and then Java.
If that doesn't work, try "javac".
If you don't find it, there should be a button letting you search for a program. Go to wherever you have Java installed (if you didn't install it yourself, then it's in .minecraft/runtime
) and select "javac" there.
If all of that doesn't work, go to your download folder in a terminal (dir
to see folder contents, cd ..
to go up, cd lalala
to go to the sub-folder "lalala") and enter java -jar "<file name>"
, replacing <file name>
with the Forge installer file name.
add a comment |
I can't say for sure if it's the same in Mac, but you should be able to right-click the file and select "open with", then possibly also "other" and then Java.
If that doesn't work, try "javac".
If you don't find it, there should be a button letting you search for a program. Go to wherever you have Java installed (if you didn't install it yourself, then it's in .minecraft/runtime
) and select "javac" there.
If all of that doesn't work, go to your download folder in a terminal (dir
to see folder contents, cd ..
to go up, cd lalala
to go to the sub-folder "lalala") and enter java -jar "<file name>"
, replacing <file name>
with the Forge installer file name.
I can't say for sure if it's the same in Mac, but you should be able to right-click the file and select "open with", then possibly also "other" and then Java.
If that doesn't work, try "javac".
If you don't find it, there should be a button letting you search for a program. Go to wherever you have Java installed (if you didn't install it yourself, then it's in .minecraft/runtime
) and select "javac" there.
If all of that doesn't work, go to your download folder in a terminal (dir
to see folder contents, cd ..
to go up, cd lalala
to go to the sub-folder "lalala") and enter java -jar "<file name>"
, replacing <file name>
with the Forge installer file name.
answered Jan 17 '18 at 7:30
Fabian RölingFabian Röling
6,38231340
6,38231340
add a comment |
add a comment |
Thanks for contributing an answer to Arqade!
- 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%2fgaming.stackexchange.com%2fquestions%2f325112%2fminecraft-1-12-2-forge-api-not-appearing-upon-download-mac%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