Solved My run.bat is not running a few plugins.

Discussion in 'Bukkit Help' started by Korvic, Nov 27, 2012.

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

    Korvic

    Hello all, Korvic here. I've managed a few small servers, however I'm trying to get something bigger going. A team including myself are working hard to get things ready, however we've run into a hiccup in the road. While we're going to be getting a proper server after we're done building on the build server, we need to test plugins. For some reason a few plugins do not function whenever I run the run.bat file to start up the server. If I start up the server via the regular craftbukkit it'll load them all fine. I am using a beta build for craftbukkit (1.4.5 Newest Beta), so I don't know if it's a problem with the beta build, or the run batch. Here's a copy of what I have in my run.bat file;

    @Echo OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles%\Java\jre6\bin\java.exe" -Xincgc -Xmx1G -jar craftbukkit-1.4.5-R0.2.jar
    PAUSE

    Thanks for taking the time to look at this!
    -Korvic​


    Is there anything wrong with my batch file? Or is it just the bukkit build? It wouldn't make sense to be the bukkit build because without the batch file I can run all the plugins just fine. :I

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 30, 2016
  2. Offline

    PS3SUCKMYWii

    same thing happened to me but i updated my java then it seemed to work
     
  3. Offline

    Korvic

    I've updated java and all it'll load is the main plugins (Essentials, WorldEdit, dynmap, etc), but nothing small like PvP-Party or anything. ;~;
     
  4. Offline

    Fyre

    Two possibilities:

    1) Whatever the heck these two lines are doing, and I can't imagine why you might need them anyway.

    2) That ^

    Most of the major developers compile in 1.6 whenever possible, but the newish guys with the small plugins might not be doing so.
     
  5. Offline

    Korvic

    So how would one fix the jre6 issue?

    Anyone?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 30, 2016
  6. Offline

    TnT

    Two choices: Update to Java 7, or ask the devs to compile with Java 6 instead.
     
  7. Offline

    Korvic

    I was already updated. Thanks, but I solved it myself. I had to change the jre6 to jre7.
     
Thread Status:
Not open for further replies.

Share This Page