Jump to content
  • 0

Unable to access jarfile Tekkit.jar


Question

Posted

Hello everyone I am new to these forums and I hope you can help me.

I downloaded the server client today and extracted everything to a folder and yada yada...

When I launch the bat file CMD comes up but nothing happens. I get no error message. All it says is press any key to continue and when I do it closes. It does nothing. I have JAVA 7 64 bit on Windows 7 64 bit. I downloaded and installed the single player launcher successfully, I just want the server to work on my local network so I can play with my brother like I do on Minecraft vanilla.

EDIT: I managed to find an error message. Apparantly there was an error message displaying but it was opening and closing so fast that you couldn't see it.

It says "Unable to access jarfile Tekkit.jar".

Launcher/pack Version: 2.1.1

Operating System: Windows 7 Home Premium 64 Bit

Version of Java: 7.0.0.147, 64 bit

Description of Problem: Launch bat file does nothing.

Error Messages: Unable to access jarfile Tekkit.jar

Link to pastebin of log: http://pastebin.com/a77Mvz1a

Please help! I attached a screenshot of what happens.

Thanks

15 answers to this question

Recommended Posts

  • 0
Posted

Seriously I extract everything in the zip to a separate folder and then click launch and I get this message. Is there really NOBODY who can help me even in the slightest bit?

  • 0
Posted

I had this problem and i right clicked on "launch" and swapped what it said with this "java -Xmx1G -Xms512M -jar Tekkit.jar nogui

pause" and it works now

  • 0
Posted

I really hope my persistence for a fix for this isn't categorized as spam but I'm getting really frustrated as there seems to be no fix for this...

  • 0
Posted

I had this problem until I opened the launch.bat file and before the command that's already written there, I navigated to where my Tekkit.jar file was stored

Originally the file (launch.bat) looked like:

java -Xmx3G -Xms2G -jar Tekkit.jar nogui

pause

which I modified to:

cd C:\Users\Ben\Desktop\Minecraft\server

java -Xmx3G -Xms2G -jar Tekkit.jar nogui

pause

cd is the change directory command in Windows command line, obviously that directory is going to be different for any one else, so you just need to change that line to where your Tekkit.jar file is

Hope that helps others

  • 0
Posted

In order for terminal to be able to access the folder you have to type "cd" (without the ") then a space and then drag the tekkit server folder into the terminal. Once you've done that just copy and paste the launch.sh into terminal and hit enter.

  • 0
Posted

I found my error was that for some reason before the unable to acces jarfile my path while it apparently although it appeared correct typed in the output was incorrect, and had an unnecessary dash in it.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...