Custom Client run.bat says i need a default application??!! (mac)
I did everything it says to do int the readme.txt but when i try to "execute run.bat" it says i need a default application. help would be appreciated.
I'm on a mac btw.
I did
I did but a TextEdit window comes up with:
#!/bin/sh
JAVA=/System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home/bin/java
DIR=`echo $0 | sed -E 's/\/[^\/]+$/\//'`
if [ "X$0" != "X$DIR" ]; then
cd $DIR
fi
RUN=true
while [ $RUN == "true" ]; do
$JAVA -classpath skin:lib/jinput.jar:lib/lwjgl.jar:lib/lwjgl_util.jar:lib/World of Minecraft.jar:lib/minecraft.jar -Djava.library.path=native/macosx -Dsun.java2d.noddraw=true -Dsun.awt.noerasebackground=true -Dsun.java2d.d3d=false -Dsun.java2d.opengl=false -Dsun.java2d.pmoffscreen=false -Xmx800M Main
if [ $? -ne 10 ]; then RUN=false; fi
done
this. ima confuzed
Try right clicking on
Try right clicking on minecraft-osx.sh and choosing "Open With > Terminal".
nvm...
Yeah i figured it out thanks guys
What did you figure to do?
What did you figure to do? When i try to open minecraft-osx.sh in terminal, that option is dimmed so i can't do it.
I tried that and it still is
nvm
WoM Coins: -3
The bat file is used for opening the client on windows. On a Mac, try opening the file "minecraft-osx.sh".