JAL-4090 fix up release notes - add notes or JAL-4216 JAL-4169 JAL-4250 JAL-4327...
[jalview.git] / utils / showJVMVersion.java
1 public class showJVMVersion {
2  public static void main(String args[]) {
3    System.out.println(System.getProperty("java.version"));
4  }
5 }