JAL-3246 JAL-3247 Reworked JVL files as getdown.txt config with limitations
[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 }