Hello, I just have got a small question that I did not find much about on google. I am currenlty running my bukkit server with java6 and wonder if I should upgrade to java 7. What are the benefits, do I have to modify my startscript and will all plugins still work properly ?
You would have to change the RUN.bat file. As far as I have heard java 7 is not as compatible with servers.
There are some speed optimizations especially in the garbage collection area of java, so the server could run better than on java 6
Java 7 works better in some cases. There have been some small improvements in that iteration of the JVM
Why would I need that ? Nevermind. I successfully updated to java 7, everything is doing fine. Thank you all.