Re: query drive parameters
From: Paul Lutus (nospam_at_nosite.zzz)
Date: 08/29/04
- Next message: Paul Lutus: "Re: dynamic class loading"
- Previous message: pnguine: "Re: query drive parameters"
- In reply to: pn: "query drive parameters"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 28 Aug 2004 16:09:08 -0700
pn wrote:
> Hi all
>
> I have searched for days trying to find the answer to this and I'm sure
> it's just a matter of being pointed to the right place (maybe something
> to do with native functions which I know nothing about but probably
> should).
>
> How do I get drive parameters in Java?
You don't. Java is a platform-portable language, thus it cannot portably
deal with hardware-specific issues. You can always call native code to get
this kind of information, but how you call native code, and the information
this is returned, is different from platform to platform, so you can't
write a portable program that does this.
-- Paul Lutus http://www.arachnoid.com
- Next message: Paul Lutus: "Re: dynamic class loading"
- Previous message: pnguine: "Re: query drive parameters"
- In reply to: pn: "query drive parameters"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|