Your IP : 3.139.70.69
# This defines the maximal version of Java bytecode # to make sure it runs on older JVM # Byte code numbers: # 45-49 -> Java1 # 50 -> Java6 # 51 -> Java7 # 52 -> Java8 # 53 -> Java9 - Current max version in Debian unstable # 54 -> Java10 max-bytecode-version = 53 max-bytecode-existing-version = 54 # The following should not change min-bytecode-version = 45 |