Merge branch 'features/JAL-4071_visibleFeaturesCounter' into features/JAL-3417_sdppre...
[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 }