JDK has a fairly complicated versioning scheme:
http://www.oracle.com/technetwork/java/javase/8u92-relnotes-2949471.html
The latest release can be described as:
- JDK 8, Update 92, Build 14
- 8u92
- 1.8.0_92-b14
We are currently using format 2, although 3 is more in line with how other software is versioned. Does anyone mind if I change things to 3? I would update the packages that depend on it too.
JDK has a fairly complicated versioning scheme:
http://www.oracle.com/technetwork/java/javase/8u92-relnotes-2949471.html
The latest release can be described as:
We are currently using format 2, although 3 is more in line with how other software is versioned. Does anyone mind if I change things to 3? I would update the packages that depend on it too.