World of Minecraft OSX 10.5 .sh issues
5 replies [Last post]
PHΩENIX
WoM Member
Members
WoM Member: 78483
WoM Coins: 0

Hi, this problem and question have probably already been answered, but I don't know how to properly run the .sh file.  I double click it and Text Edit opens up with the internal code of the file.

Is there a way to run it correctly?  I put the .jar into the lib folder as instructed.
Can someone help?  Sorry for asking a question that's probably been asked a thousand times before.

AutomatedChip
WoM Member
Members
WoM Member: 56484
WoM Coins: 0
Your computer could have edit

Your computer could have edit as the default action.
Try right clicking and look for run.

Spinnacre
WoM Member
Members
WoM Member: 13570
WoM Coins: -3
What he said, try right

Mainly what he said, try right clicking on it in Finder than 'Open With > Terminal'.

If Terminal isn't on the drop down list, try 'Open With > Other...' and select Terminal which is located in 'Applications/Utilities'.

PHΩENIX
WoM Member
Members
WoM Member: 78483
WoM Coins: 0
I 've tried open with, but

I 've tried open with, but even then the file won't work.  It just opens the main Java application (I guess you could say).

Spinnacre
WoM Member
Members
WoM Member: 13570
WoM Coins: -3
It should open the 'Main'

It should open the 'Main' java application. What specific problems are you having?

mineiro
WoM Member
Members
WoM Member: 73608
WoM Coins: 0
To run the .sh file

.sh is a script file. To run it, open a terminal (or command line) and type:

./name_of_the_file.sh

Note that there is a "." and a "/" before the name_of _the_file.sh with no spaces.

If that doesn't work for you, try:

sh name_of_the_file.sh

Hope this helps