Skip to content
Snippets Groups Projects
Commit b24fa45c authored by Brutzman, Don's avatar Brutzman, Don
Browse files

comment for Javadoc System.properties

parent 10c54961
No related branches found
No related tags found
No related merge requests found
......@@ -74,6 +74,7 @@ public class Xj3dVersionInformation {
// https://docs.oracle.com/javase/tutorial/essential/environment/sysprop.html
// https://stackoverflow.com/questions/5103121/how-to-find-the-jvm-version-from-a-program
// https://docs.oracle.com/en/java/javase/23/docs/api/java.base/java/lang/System.html#getProperties()
public static final String OS_JAVA_VERSION_MESSAGE = " Operating system: " + System.getProperty("os.name") + SP + System.getProperty("os.version") + "\n" +
" Java environment: " + System.getProperty("java.runtime.name") + SP + JAVA_VERSION;
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment