Server JRE VS JDK

Discussion in 'Bukkit Discussion' started by Tomass, Sep 10, 2013.

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

    Tomass

    Hello,

    I want to known, what is better for PVP server 100+ players.
     
  2. Offline

    wacossusca34

    Zero difference. Unless your plugins are compiling code for some odd reason, JDK is redundant to have.

    JRE - Java Runtime Environment
    JDK - Java Development Kit

    The JDK contains JRE and tools so that developers can compile Java source. No server box should need this unless you have applications that compile Java code.
     
  3. Offline

    TnT

    JDK has more tools bundled that you can use for debugging and troubleshooting. Performance wise, there is no difference.
     
Thread Status:
Not open for further replies.

Share This Page