kitchen sink
This commit is contained in:
parent
a0ebc39b59
commit
8eaa615596
25 changed files with 444 additions and 412 deletions
|
|
@ -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"));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue