Merge branch 'bug/JAL-3810_annotation_ws_stopping_abruptly' into bug/JAL-3809_ws_para...
[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 }