|
Java code for getting pc information
|
|
07-08-2009, 05:37 PM
Post: #1
|
|||
|
|||
|
Java code for getting pc information
Can u provide the code(in java) for getting pc information like IP Address, MAC Address, Disk Space, Free space in Drives(C:, D:, E:, etc.), Antivirus being used, Last update, etc..
|
|||
|
07-09-2009, 02:40 PM
Post: #2
|
|||
|
|||
|
RE: Java code for getting pc information
To get the IP and Mac address check this link
http://www.albeesonline.com/forums/java-...tml#pid220 For disk space available http://www.albeesonline.com/code/javaio/...sing-java/ For free space http://www.albeesonline.com/code/javaio/...sing-java/ |
|||
|
07-11-2009, 05:32 PM
Post: #3
|
|||
|
|||
|
RE: Java code for getting pc information
hi diva i wana same answers if u got these anwers code for getting antivirus installed , last antivirus update then please mail me at atul_it67@yahoo.in
i needed it most |
|||
|
07-12-2009, 06:16 PM
Post: #4
|
|||
|
|||
|
RE: Java code for getting pc information
Thankyou!!
The links were really useful but I also want to get the code for showing 1. All Application softwares 2. Antivirus name, last update Please help if u can... |
|||
|
10-08-2009, 12:51 PM
(This post was last modified: 10-08-2009 01:45 PM by albinjoseph.)
Post: #5
|
|||
|
|||
|
RE: Java code for getting pc information
I think, a major benefit of using bytecode is porting. However, the overhead of interpretation means that interpreted programs almost always run more slowly than programs compiled to native executables would, and Java suffered a reputation for poor performance. This gap has been narrowed by a number of optimization techniques introduced in the more recent JVM implementations. An I right?
|
|||
|
03-13-2010, 04:47 PM
Post: #6
|
|||
|
|||
|
RE: Java code for getting pc information
Java doesn't have any such thing; you have to write a bit of C or C++ code that can do the job, wrap it in a bit of JNI (Java Native Interface) code so that your Java program can use the information.
|
|||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)





