Hi!
I wonder if any of you know how to check witch applications or programmes (the first tab in Task Manager) with an java program. Or if it's even possible.
/Yours Netråm
Welcome to the Java Programming Forums
The professional, friendly Java community. 21,500 members and growing!
The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.
>> REGISTER NOW TO START POSTING
Members have full access to the forums. Advertisements are removed for registered users.
Hi!
I wonder if any of you know how to check witch applications or programmes (the first tab in Task Manager) with an java program. Or if it's even possible.
/Yours Netråm
Not really.
You could probably use the Java Native Interface to run OS specific C or C++ code, but at that point, you might as well ditch java completely and go all C / C++.
Netråm (September 24th, 2014)
Thread moved.
I know some C# and all the C language are almost the same, right?
So do you know how to do it in C# or should I ask on another forum maybe.
C# and C are not almost the same, they are quite different.
You should probably first search for third party libraries which allow you to do this on your target operating system. When you found the libraries you need you can pick the right language to use them.
Netråm (September 24th, 2014)
Thanks for the help, I will now search for a library with that function.[COLOR="Silver"]
--- Update ---
I should probably get better at using Bing (Google sucks!) before bothering other people. I found this and it's pretty much what I wanted.
Again I am sorry for bothering you.