JAL-4012 what’s new and release notes (in the new styleee!) for JAL-4004, JAL-3989...
[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 }