Tagged Questions
7
votes
5answers
334 views
How to retrieve useful system information in java?
Which system information are useful - especially when tracing an exception or other problems down - in a java application?
I am thinking about details about exceptions, java/os information, ...
1
vote
2answers
276 views
How to find unix/linux sytem info using java or shell script?
How to find unix/linux system info like OS version, RAM, no. of processors, hard disk, memory dedicated to a particular process, memory utilization of java using java or shell scripts.
1
vote
5answers
2k views
Get System Information of a Remote Machine (Using Java)
As the question's title says, I want to get the system information (like OS name, version, etc.) of a remote system using Java. But before anyone answers this question, I just want to ask whether this ...
0
votes
2answers
195 views
Execute Unix system command from JAVA problem
I am facing a weird issue with executing a system command from JAVA code.
Actually i want to get the Mac OSX system information from my JAVA App.
For that im using
...