You are not logged in.

#1 2013-01-16 03:38:14

kaymor
Member
Registered: 2011-06-27
Posts: 15

[solved] Minecraft Java Error

i install jre and download the technic minecraft launcher and keep getting this error:

[sean@seanarchbox ~]$ ./minecraft-mods.sh
Error: Could not find or load main class net.minecraft.LauncherFrame


the script i wrote looks like this:

cd /home
java -Xmx1024M -Xms1024M -cp /home/technic-launcher.jar net.minecraft.LauncherFrame

i aslo try this with no luck ether..............http://edgley.org/update-on-tekkit-and-linux/

Last edited by kaymor (2013-02-09 07:02:28)

Offline

#2 2013-01-16 19:30:05

Lennox
Member
Registered: 2012-07-16
Posts: 11

Re: [solved] Minecraft Java Error

I haven't tried Tekkit, but there is one thing that I had to do in order to get Minecraft to work.
Did Minecraft work for you before you started using Tekkit?

If it didn't, download the latest "lwjgl" (liblwjgl.so, libjinput-linux.so ...) native files for Linux. (My version of Minecraft only came with the .dll files.)
Once you downloaded them, put them in the Minecraft folder -> minecraft/bin/

Btw, your command should have been :

cd /home
java -Xmx1024M -Xms1024M -cp technic-launcher.jar net.minecraft.LauncherFrame

Give it another try.


Nothing in this world that's worth having comes easy

Offline

#3 2013-01-18 19:08:27

Tombula
Member
Registered: 2013-01-18
Posts: 2

Re: [solved] Minecraft Java Error

Hello

I'm not 100% sure but i think that net.minecraft.LauncherFrame works only with original MC launcher.

try this

java -Xmx1024M -Xms1024M -jar technic-launcher.jar

OFC You must call this from .minecraft directory. If not, there must be given full path to jar file.

Offline

#4 2013-02-09 07:04:20

kaymor
Member
Registered: 2011-06-27
Posts: 15

Re: [solved] Minecraft Java Error

thanks for the help guys, i google some things and try different stuff and found this to work:

java -jar technic-launcher.jar

Offline

Board footer

Powered by FluxBB