JAL-3608 JAL-3609 JAL-3628 JAL-3632 JAL-3633 added release notes
[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 }