Merge branch 'issues/JAL-3553+JAL-3978+JAL-3989+JAL-4004_merged_with_develop' into...
[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 }