Discussions
EJB programming & troubleshooting: How could I get the disk information of Windows with Java?
-
How could I get the disk information of Windows with Java? (1 messages)
- Posted by: michael yau
- Posted on: April 29 2002 05:44 EDT
such as get the free space of c: , etcThreaded Messages (1)
- How could I get the disk information of Windows with Java? by Maris Orbidans on April 29 2002 16:34 EDT
-
How could I get the disk information of Windows with Java?[ Go to top ]
- Posted by: Maris Orbidans
- Posted on: April 29 2002 16:34 EDT
- in response to michael yau
You can call C++ from Java via JNI
Maris