JAL-4090 JAL-4310 JAL-4298 JAL-4282 JAL-4223 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 }