public class SystemUtilities
extends java.lang.Object
| Constructor and Description |
|---|
SystemUtilities() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
acquireJavaPathFromSystem()
Automatically acquire the path to the systems default Java installation.
|
void |
print(java.lang.String output)
Print the output to console using a
StandardCharsets.UTF_8 PrintStream. |
void |
println(java.lang.String output)
Print the output to a new line to console using a
StandardCharsets.UTF_8 PrintStream. |
public void println(java.lang.String output)
StandardCharsets.UTF_8 PrintStream.output - String The text you want to print to console.public void print(java.lang.String output)
StandardCharsets.UTF_8 PrintStream.output - String The text you want to print to console.public java.lang.String acquireJavaPathFromSystem()