Hi, I am trying to access adn manipulate SENS information in JAVA how would I go about this?
Printable View
Hi, I am trying to access adn manipulate SENS information in JAVA how would I go about this?
Sorry, but you're going to have to tell use what SENS is.
SENS is System Event Notification Servce in Microsoft Windows.
Unfortunately, I doubt you will be able to do this in pure Java (it's suppose to be platform independent, and is fairly isolated from the OS). However, you can use JNI to connect to a library that will do what you need.
OK I will check out JNI - I have never heard of it before - theonly thing I have been able to find that gets the data is C# so far I may have to do a hybrid. BTW how do I give thanks for your help?