Solved Ban manager

Discussion in 'Bukkit Help' started by csextra, Apr 24, 2013.

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

    csextra

  2. Offline

    martian3333

    csextra
    You may need to upgrade to Java 7 or remove the plugin CommandBook. Those are the two most common problems listed on the ban management page.
     
  3. Offline

    csextra

    How to know what version is now?
     
  4. Offline

    martian3333

    csextra
    In Windows, open a command prompt and type: java -version
    In Linux, open a console and type: java --version
    In Mac... I have no idea.
     
  5. Offline

    csextra

    Java(TM) SE Runtime Environment (build 1.6.0_26-b03)
    Java HotSpot(TM) Client VM (build 20.1-b02, mixed mode, sharing)
     
  6. Offline

    UltiFix

    Try restart.... and I just set this plugin up... Nice plugin!
     
  7. Offline

    csextra

  8. Offline

    UltiFix

    Hmm.... what version are you using of craftbukkit? like i said above i just installed this plugin and hooked it up with my mysql server and my php server....
     
  9. Offline

    csextra

  10. Offline

    martian3333

    csextra
    You are using Java 6. You should go to http://java.com and download/install the newest version of java.
     
  11. Offline

    UltiFix

    Me to.... try updating your craftbukkit to the latest one. You sure the config isnt there? did it even make the folder?
     
  12. Offline

    timtower Administrator Administrator Moderator

    csextra How about posting your startup log?
     
  13. Offline

    csextra

    martian3333
    My pc java is latest, but how to update server java?

    UltiFix
    How to update? yes there isint it, no him do not make folder

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 1, 2016
  14. Offline

    martian3333

    The newest Java is 1.7.0_21 did you upgrade after seeing what version you were using? If java 1.7 is installed you may need to change the active JRE in your Control Panel.
     
  15. Offline

    csextra

    timtower
    In log is nothink bad... but in log no messages about banmanager, like him no exisist...

    martian3333
    I can't understand how update java in linux platform.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 1, 2016
  16. Offline

    martian3333

    csextra
    Also, I hate to ask this, but did you extract the .jar file from the .zip file that Ban Manager comes in?
     
  17. Offline

    csextra

  18. Offline

    martian3333

    Also in Linux, it mostly depends on your distribution.
    You can get it in an RPM or tar file from http://java.com/en/download/manual.jsp
    Gentoo makes it pretty easy for me to update Java. I imagine most of the other distributions make it pretty easy as well.
     
  19. Offline

    csextra

    martian3333
    Does way it more easyer, like write somethink i putty program?
     
  20. Offline

    martian3333

    csextra
    You tell me what Linux distribution you are using and I will get you instructions on how to update your java.
     
  21. Offline

    csextra

  22. Offline

    martian3333

    32 Bit or 64 Bit?
     
  23. Offline

    csextra

    martian3333
    maybe 32 bit... Hmm. Any command to know that is?
     
  24. Offline

    martian3333

    Should be able to use the command: uname -m
     
  25. Offline

    UltiFix

    That made no sense
     
  26. Offline

    csextra

  27. Offline

    martian3333

    @csextra
    I got this info from the site: https://sites.google.com/site/easylinuxtipsproject/java
    You must first download the file jre-7u21-linux-i586.tar.gz from the site http://java.com/en/download/manual.jsp
    sudo mkdir -p -v /opt/java/32
    cd Downloads && tar xvzf ~/Downloads/jre-7u21-linux-i586.tar.gz
    sudo mv -v ~/Downloads/jre1.7.0_21 /opt/java/32
    sudo update-alternatives --install "/usr/bin/java" "java" "/opt/java/32/jre1.7.0_21/bin/java" 1
    sudo update-alternatives --set java /opt/java/32/jre1.7.0_21/bin/java
     
  28. Offline

    csextra

    martian3333
    where i need add my downloaded file from java.com?
     
  29. Offline

    martian3333

    csextra
    The commands above assume that you downloaded the file into /home/<name>/Downloads
     
  30. Offline

    csextra

    Hmm. you meen this command make that? cd Downloads && tar xvzf ~/Downloads/jre-7u21-linux-i586.tar.gz
     
Thread Status:
Not open for further replies.

Share This Page