Results 1 to 9 of 9
Thread: retrieving hardware information
- 01-08-2012, 04:18 PM #1
Member
- Join Date
- Jan 2012
- Posts
- 5
- Rep Power
- 0
-
Re: retrieving hardware information
I've used Sigar to get some of this information, but I'm not sure if it can get info on the Graphics card.
- 01-09-2012, 09:04 AM #3
Member
- Join Date
- Jan 2012
- Posts
- 5
- Rep Power
- 0
Re: retrieving hardware information
sigar cannot retrieve graphic card information as far as i know, so i'm stucked at this area
-
Re: retrieving hardware information
You're not necessarily stuck. You can always find a C library that does what you want and then link to it via JNA or JNI, or even simpler, find a small app that does this, and get the info from the app via I/O streams.
- 01-11-2012, 01:13 AM #5
Member
- Join Date
- Jan 2012
- Posts
- 5
- Rep Power
- 0
Re: retrieving hardware information
so in short, i have to learn C language?
-
Re: retrieving hardware information
I would try to do things in an easier way. For instance I'd try to use a utility program and try to get the info via a socket or a file. I think that AutoIt can get some of this information: can-autoit-get-hardware-infomation
- 01-11-2012, 01:41 AM #7
Member
- Join Date
- Jan 2012
- Posts
- 5
- Rep Power
- 0
Re: retrieving hardware information
hmm, the problem is, how do i integrate this with the JNI so that it would run seamlessly for the users?
-
Re: retrieving hardware information
*Again*, if you used that, you wouldn't use JNI but rather Sockets.
- 01-11-2012, 07:45 AM #9
Member
- Join Date
- Jan 2012
- Posts
- 5
- Rep Power
- 0
Similar Threads
-
Storing and retrieving information?
By KeldonWarlord in forum New To JavaReplies: 11Last Post: 10-22-2011, 11:19 PM -
Create hardware diagnostic
By limpcaca in forum JCreatorReplies: 0Last Post: 04-20-2011, 07:36 PM -
get Hardware camera sound
By ilyas in forum Advanced JavaReplies: 0Last Post: 12-10-2010, 07:53 AM -
Problem in Hardware Input
By kirly in forum New To JavaReplies: 4Last Post: 01-22-2010, 08:37 AM -
VOIP Server Hardware Requirements
By asifsolkar in forum NetworkingReplies: 12Last Post: 05-21-2008, 04:23 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks