kitchen sink
This commit is contained in:
@ -4,10 +4,6 @@
|
||||
*/
|
||||
public final class JavaVersion {
|
||||
public static void main(String[] args) {
|
||||
String p = System.getProperty("java.version");
|
||||
if (p != null)
|
||||
System.out.println(p);
|
||||
else
|
||||
System.exit(1);
|
||||
System.out.println(System.getProperty("java.version"));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user