Merge branch 'feature/JAL-3692enaEndpoint' into patch/for2.11.2/JAL-3821_ena_rna_moltype
[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 }