Which JVM does Netty Use?
I am new to Server Development. I am a bit concerned about paying for JVMs. Henceforth I asked this question…
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It uses … whatever one you’re using or want to use.
All JVMs have to be compliant with the JLS (Java Language Specification) or they’re not really a JVM. Netty currently requires a Java
1.61.5 (or later) JVM, however the next release is going to require 1.6 or higher.(Edited to correct dumb user error on my part looking at the wrong branch on github)