java - .jar file will not open on my Mac -
this question has answer here:
i'm using macbook pro running 10.7.5 lion , i'm trying open java .jar file jar launcher v. 14.8.0. returns following error message:
the java jar file "1.6.2mod.jar" not launched. check console possible error messages.
on checking console, find error message:
7/31/13 2:07:11.415 pm [0x0-0xa89a89].com.apple.jarlauncher: error: not find or load main class net.minecraft.client.main
any ideas on why not working? running oracle's java, version 7 update 25.
thanks!
inside jar, there should file:
meta-inf\manifest.mf
inside text file, should have @ least:
main-class: net.minecraft.client.main
and make sure have inside jar:
net-. | minecraft-. | client-. | main.class
any jars should listed manifast element class-path
.
for more no this:
Comments
Post a Comment