mirror of
https://github.com/internetarchive/heritrix3.git
synced 2026-07-22 15:31:47 +00:00
* Heritrix.java
instanceMain() - log java vendor, version at startup
This commit is contained in:
@@ -201,6 +201,10 @@ public class Heritrix {
|
||||
System.err.println("Please try again with a later Java.");
|
||||
System.exit(1);
|
||||
}
|
||||
|
||||
System.out.println(System.getProperty("java.vendor")
|
||||
+ ' ' + System.getProperty("java.runtime.name")
|
||||
+ ' ' + System.getProperty("java.runtime.version"));
|
||||
|
||||
// Set some system properties early.
|
||||
// Can't use class names here without loading them.
|
||||
|
||||
Reference in New Issue
Block a user