Java 6 or Java 7?

Discussion in 'Plugin Development' started by Junrall, Jun 30, 2012.

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

    Junrall

    Should I update to Java 7? Or will this cause a problem?

    Thanks
     
  2. Offline

    Sushi

    It doesn't really matter...
     
  3. Offline

    CorrieKay

    only technically.

    Lots of people have problems when using 7.

    Its best to compile against 6.
     
  4. Offline

    Sushi

    Yeah... It doesn't really matter, but 6 is still more stable and more compatible/supported. It's still better to compile against 6.
     
    CorrieKay likes this.
  5. Offline

    Acrobot

    Compile with JDK 6, run with JRE 7. If you compile with JDK 7, people with JDK <= 6 won't be able to run it.
    You can also run with JRE6, but JRE7 includes the new garbage collector, which should increase the performance.
     
    ryanclancy000 and LucasEmanuel like this.
  6. Offline

    Junrall

    Thanks so much for the info :p
     
Thread Status:
Not open for further replies.

Share This Page