Skip to content

Commit

Permalink
added java home dir to debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
Osiris-Team committed Sep 12, 2023
1 parent 7e4bcd1 commit 864e394
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/osiris/autoplug/client/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ public static void main(String[] _args) {
AL.debug(Main.class, "SYSTEM VERSION: " + System.getProperty("os.version"));
AL.debug(Main.class, "JAVA VERSION: " + System.getProperty("java.version"));
AL.debug(Main.class, "JAVA VENDOR: " + System.getProperty("java.vendor") + " " + System.getProperty("java.vendor.url"));
AL.debug(Main.class, "JAVA DIR: " + System.getProperty("java.home"));
AL.debug(Main.class, "WORKING DIR: " + WORKING_DIR);
AL.debug(Main.class, "TEST-MODE: " + GD.IS_TEST_MODE);
} catch (Exception e) {
Expand Down

0 comments on commit 864e394

Please sign in to comment.