Java

Moderators: zibadian
Number of threads: 7818
Number of posts: 18218

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
how to get hard disk serial number using java code Posted by ayu86 on 18 May 2007 at 12:01 AM
for those who knows, plz send me an email
idayuhasman@yahoo.com
thanx
Report
Re: how to get hard disk serial number using java code Posted by zibadian on 18 May 2007 at 10:38 AM
: for those who knows, plz send me an email
: idayuhasman@yahoo.com
: thanx
:
With Java alone this cannot be done, because the JVM needs to call the native OS to get to the hardware.
Report
Re: how to get hard disk serial number using java code Posted by ayu86 on 23 May 2007 at 2:11 AM
: : for those who knows, plz send me an email
: : idayuhasman@yahoo.com
: : thanx
: :
: With Java alone this cannot be done, because the JVM needs to call
: the native OS to get to the hardware.

-->means that, i have to use JNI?
Report
Re: how to get hard disk serial number using java code Posted by ayu86 on 23 May 2007 at 2:12 AM
: : for those who knows, plz send me an email
: : idayuhasman@yahoo.com
: : thanx
: :
: With Java alone this cannot be done, because the JVM needs to call
: the native OS to get to the hardware.

-->means that, i have to use JNI?
Report
Re: how to get hard disk serial number using java code Posted by zibadian on 23 May 2007 at 4:47 AM
: : : for those who knows, plz send me an email
: : : idayuhasman@yahoo.com
: : : thanx
: : :
: : With Java alone this cannot be done, because the JVM needs to call
: : the native OS to get to the hardware.
:
: -->means that, i have to use JNI?
:
JNI is only part of the story. You also need some native code, which implements that interface. This can either be a 3rd party library or a library which you wrote yourself.



 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.