Minecraft server CraftBukkit (Unable to access jarfile craftbukkit.jar)

Minecraft server CraftBukkit (Unable to access jarfile craftbukkit.jar) - Free stock photo of 2 4, 2 4ghz, 5ghz

I followed the steps from Bukkit.org but it still resulted in the problem I'm having. I made a .bat file:

@echo off  
java -Xmx1024M -Xms1024M -jar craftbukkit.jar -o true  
pause

After I run the bat file it results into this:

CMD output Couple of things I've already looked at:

  • My craftbukkit.jar is named craftbukkit.jar and not craftbukkit.jar.jar (file extensions are ON)
  • The above .bat file I'm running is in the same folder as where the .jar file is placed
  • I have installed the latest version of Java
  • I run the .bat file as Administrator
  • The .jar file had some protection (because it was downloaded from the internet), but I removed that

Also, when I run the .jar directly with Java (double click and run it with Java) it works, generates worlds and other files. Sadly, I don't get a console or any other interface.

I'm trying to run this on Windows 10 Pro.

UPDATE

Moved the .bat somewhere else in response to Adam's response and found that the error was given anywhere. Specified the code:

@echo off  
java -Xmx1024M -Xms1024M -jar "H:\Program Files\Minecraft\Bukkit server 1.8.8\craftbukkit.jar" -o true  
pause

Ran it again and it's loading libaries! I can tell it generated files but I can't find out where. It's not located in the same folder as the .jar and .bat files.

CMD output

Anyone know where they could be?






Pictures about "Minecraft server CraftBukkit (Unable to access jarfile craftbukkit.jar)"

Minecraft server CraftBukkit (Unable to access jarfile craftbukkit.jar) - Close Up Photo of Programming of Codes
Minecraft server CraftBukkit (Unable to access jarfile craftbukkit.jar) - Crop businessman giving contract to woman to sign
Minecraft server CraftBukkit (Unable to access jarfile craftbukkit.jar) - Woman Writing on Her Notebook



How do I fix unable to access the Jarfile server?

How To Fix the Unable to access jarfile Minecraft server error
  • Install or Update Java version to the latest.
  • Right java file path configuration.
  • Show Hidden files and folders.
  • Detect Malware.


  • How do I add CraftBukkit to my minecraft server?

    2, etc.
  • Login to Command Center.
  • From the server list, find the server you want to modify (or create a new one), and click the Manage button on the right.
  • From the server you selected, click the gear and then Game Update.
  • Under JAR File, select CraftBukkit [version], where version is the version number. ...
  • Click Install.


  • How do I run a CraftBukkit jar?

    The following is a basic server script to start your server.
  • Open up TextEdit set it to plain text mode under format and paste the following in #!/bin/bash cd "$( dirname "$0" )" java -Xmx1024M -jar craftbukkit.jar -o true.
  • Save the file Save it in your CraftBukkit folder as start_server.command.
  • Allow the script to run.




  • How to fix \




    Sources: Stack Exchange - This article follows the attribution requirements of Stack Exchange and is licensed under CC BY-SA 3.0.

    Images: Gareth Willey, luis gomes, Andrea Piacquadio, RF._.studio