Skip to content
Snippets Groups Projects
Commit c97403d1 authored by Tobias Ullerich's avatar Tobias Ullerich
Browse files

Printing java version on app start

parent da75ebb0
No related branches found
No related tags found
No related merge requests found
...@@ -89,6 +89,7 @@ public class PlayPadMain extends Application { ...@@ -89,6 +89,7 @@ public class PlayPadMain extends Application {
@Override @Override
public void init() { public void init() {
App app = ApplicationUtils.getApplication(); App app = ApplicationUtils.getApplication();
Logger.info("Running on Java: " + System.getProperty("java.version") + " (" + System.getProperty("java.vendor") + ")");
Logger.info("Run Path: {0}", SystemUtils.getRunPath()); Logger.info("Run Path: {0}", SystemUtils.getRunPath());
// Init SSLContext // Init SSLContext
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment