"UNC paths are not supported"

Discussion in 'Bukkit Help' started by EpikYummeh, Dec 21, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    EpikYummeh

    Here is a screenshot of the error as it appeared when I ran my .bat file:
    [​IMG]
    Using JDK6, Windows 8 x64, 8GB RAM.

    Compiler code:
    Code:
    @ECHO OFF
    java -Xincgc -Xmx1G -jar craftbukkit-1.0.1-R1.jar
    PAUSE
    The craftbukkit jar file is named as it appears in the compiler code (name it downloaded with; recommended build) and in the same folder as the compiler.
     
  2. Offline

    jsimmons6422

    windows 8 currently does not support this
     
  3. Offline

    yttriuszzerbus

    UNC paths are file addresses starting with \\
    You can map a drive letter to a UNC share, that should fix it.
     
  4. Offline

    EpikYummeh

    I will try that. I'm asking my step-dad who has been in systems admin for like 12 years how to do it. Thanks for the suggestion.
     
    yttriuszzerbus likes this.
Thread Status:
Not open for further replies.

Share This Page