JAL-3130 tweaked build.xml to do java 11 bytecode compiling[git branchgit branch...
[jalview.git] / utils / showJVMVersion.java
diff --git a/utils/showJVMVersion.java b/utils/showJVMVersion.java
new file mode 100644 (file)
index 0000000..671abc4
--- /dev/null
@@ -0,0 +1,5 @@
+public class showJVMVersion {
+ public static void main(String args[]) {
+   System.out.println(System.getProperty("java.version"));
+ }
+}