Merge branch 'features/r2_11_2_alphafold/JAL-2349_JAL-3855' into bug/JAL-4083_excepti...
[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 }