Jump to content

Correct way to launch on Mac OS X, EAQ needs updated?


melalton

Recommended Posts

I couldn't launch on a Mac using the method stated in the EAQ:

 

java -cp minecraft.jar net.minecraft.LauncherFrame

 

I would get a "NoClassDefFoundError: net/minecraft/LauncherFrame" error.  So I poked around found where the LauncherFrame.class is, and this method works instead:

 

java -cp {PATH-TO-YOUR-MINECRAFT-APP}/Minecraft.app/Contents/Resources/Java/MinecraftLauncher.jar net.minecraft.LauncherFrame

 

Should the EAQ be updated? Or am I doing it wrong?

 

I'm using OS X 10.8.2

Link to comment
Share on other sites

You're doing it wrong. As you're probably adding the real minecraft.jar and not the minecraft.jar that is the launcher {IE: the one that you download manually from minecraft.net}

They REALLY need to change that name to minecraft_launcher.jar but whatever.

 

Anyways as long as the 'minecraft.jar' it finds is the launcher the first will work.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.