JAL-4090 release notes for JAL-4304,JAL-4305 and JAL-3783 and marking JAL-4323 as...
[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 }