JAL-3210 Using j2s plugins that work for 4.12. net.sf.j2s.core-3.2.4.08.jar not...
[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 }