Tagged Questions

2
votes
1answer
65 views

Is there an OS independent way to poll TOTAL and/or USED video memory?

I'm looking for a way to poll for total video memory on board a graphics cars / integrated chipset. I'm aware of WMI assisted polling under Windows, and as far as I understand that information is …
1
vote
8answers
2k views

How a servlet can get the absolute path to a file outside of the servlet?

We have been using System.getProperties("user.dir") to get the location of a properties file. Now that it has been deployed on Tomcat(via servlet), the System call is giving the location as tomcat and …
0
votes
4answers
541 views

OS detecting makefile

I routinely work on several different computers and several different operating systems, which are Mac OS X, Linux, or Solaris. For the project I'm working on, I pull my code from a remote git …