Results 1 to 5 of 5
- 03-28-2009, 03:16 PM #1
Member
- Join Date
- Mar 2009
- Posts
- 5
- Rep Power
- 0
-
Question: I'm curious as to why you've chosen to use Java as the tool for tackling this task? I would guess that a language that's closer to the hardware such as C or C++ would work better in this situation.
Best of luck.Last edited by Fubarable; 03-28-2009 at 03:24 PM.
- 03-28-2009, 03:24 PM #3
Member
- Join Date
- Mar 2009
- Posts
- 5
- Rep Power
- 0
actually my whole project is in java so i want this BIOS date also to be done in java,,,,
plz help
-
You still may wish to create a module in C and then link this with your Java app using JNI.
- 03-28-2009, 05:21 PM #5
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Actually some of the basis data you can find using a Java application, such as current time/date, memory info and such things using java.lang.runtime class and java.util class. But not all info on BIOS.
I agreed with Fubarable. Better you workaround with JNI. Because using standard C++ it's easy to do.
Similar Threads
-
Java Locale Date Display Diff Format Prob
By hemanthjava in forum Advanced JavaReplies: 2Last Post: 03-05-2009, 02:05 PM -
Date n Time Display problem
By kapilverma32 in forum Advanced JavaReplies: 6Last Post: 02-10-2009, 01:53 PM -
can java program display icon on unix?
By java2008 in forum Advanced JavaReplies: 1Last Post: 10-06-2008, 07:33 AM -
How to get the last modified date of a file from a java program
By Java Tip in forum java.ioReplies: 0Last Post: 04-04-2008, 02:45 PM -
Date format display in CSV file after exporting
By latha in forum Advanced JavaReplies: 0Last Post: 08-03-2007, 08:09 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks