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.

Results 1 to 6 of 6

Thread: Check opan applications w/ Java

  1. #1
    Junior Member
    Join Date
    Sep 2014
    Posts
    3
    My Mood
    Inspired
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Question Check opan applications w/ Java

    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


  2. #2
    Senior Member
    Join Date
    Jul 2013
    Location
    Europe
    Posts
    666
    Thanks
    0
    Thanked 121 Times in 105 Posts

    Default Re: Check opan applications w/ Java

    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++.

  3. The Following User Says Thank You to Cornix For This Useful Post:

    Netråm (September 24th, 2014)

  4. #3
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: Check opan applications w/ Java

    Thread moved.

  5. #4
    Junior Member
    Join Date
    Sep 2014
    Posts
    3
    My Mood
    Inspired
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Re: Check opan applications w/ Java

    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.

  6. #5
    Senior Member
    Join Date
    Jul 2013
    Location
    Europe
    Posts
    666
    Thanks
    0
    Thanked 121 Times in 105 Posts

    Default Re: Check opan applications w/ Java

    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.

  7. The Following User Says Thank You to Cornix For This Useful Post:

    Netråm (September 24th, 2014)

  8. #6
    Junior Member
    Join Date
    Sep 2014
    Posts
    3
    My Mood
    Inspired
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Re: Check opan applications w/ Java

    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.

Similar Threads

  1. Topics to learn for different types of java applications
    By viper_pranish in forum Java Theory & Questions
    Replies: 1
    Last Post: November 9th, 2013, 11:54 AM
  2. Replies: 3
    Last Post: December 9th, 2012, 04:49 PM
  3. Learning Java programming for developing Mobile Applications
    By Adrianvince7 in forum Java Theory & Questions
    Replies: 2
    Last Post: November 9th, 2012, 03:46 PM
  4. Setting up Directory Structure in Java Applications
    By Jyotirmoy in forum Member Introductions
    Replies: 0
    Last Post: July 28th, 2011, 05:28 AM
  5. Writing java applications for the iPod Touch
    By JavaPF in forum Java ME (Mobile Edition)
    Replies: 8
    Last Post: June 14th, 2011, 04:34 PM

Tags for this Thread