mirror of
https://github.com/Wisser/Jailer.git
synced 2026-05-24 11:39:31 -05:00
append java.version
This commit is contained in:
@@ -48,6 +48,10 @@ public class About extends javax.swing.JDialog {
|
||||
|
||||
jTextField4.setText(JailerVersion.VERSION);
|
||||
jTextField5.setText(props("", "java.vm.name", " ", "java.vm.version"));
|
||||
Object p = System.getProperties().get("java.version");
|
||||
if (p != null) {
|
||||
jTextField5.setText(jTextField5.getText() + " (" + p + ")");
|
||||
}
|
||||
|
||||
jTextField6.setText(props("", "os.name", " Version ", "os.version", " running on ", "os.arch", "; ", "file.encoding", "; ", "user.country"));
|
||||
File path = new File("x").getAbsoluteFile();
|
||||
|
||||
Reference in New Issue
Block a user