Hm, I'm not sure whats happening with that, I dont have classic mode installed on any of my macs. The starter app works fine on all my powermacs and powerbooks with only leopard installed.
----------
Since kondre2000 made a public download link, I have removed it from my dropbox. Thanks kondre!
Also, wanted to post the applescript I used in case any of you were curious. I'm not the author (I'm terrible with applescript).
-----------
property user_name : "Player"
display dialog "Enter A User Name" default answer "" buttons {"Cancel", "Continue"} default button 2
set the user_name to text returned of the result
set UsrApp to (path to current user folder)
set UsrApp_unx to POSIX path of UsrApp
set MineScript to "java -cp " & UsrApp_unx & "Library/Application\\ Support/minecraft/bin/minecraft.jar:" & UsrApp_unx & "Library/Application\\ Support/minecraft/bin/lwjgl.jar:" & UsrApp_unx & "Library/Application\\ Support/minecraft/bin/lwjgl_util.jar:" & UsrApp_unx & "Library/Application\\ Support/minecraft/bin/jinput.jar: -Djava.library.path=" & UsrApp_unx & "Library/Application\\ Support/minecraft/bin/natives -Xmx1024M -Xms512M net.minecraft.client.Minecraft '" & user_name & "'"
do shell script MineScript
---------------
I reunpacked the zip file and now it's getting closer. When I launch your minecraft ppc 1.5.1 file it asks for a name then it pops up with:
" Exception in thread "main"
java.lang.NoClassDefFoundError: net/minecraft/client/Minecraft"
Is that a problem with my Java?
Last edited: