Jump to content
  • 0

Unable to access jarfile Tekkit.jar


refpuz

Question

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

Link to comment
Share on other sites

15 answers to this question

Recommended Posts

  • 0

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

Link to comment
Share on other sites

  • 0

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.

Link to comment
Share on other sites

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...