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 2 of 2

Thread: Java program to count External devices connected with the system. Eg. Pen drive

  1. #1
    Junior Member
    Join Date
    Aug 2013
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Java program to count External devices connected with the system. Eg. Pen drive

    Hi All I am Arindam, a very new member in this forum. I am trying to write a java program which can count current external USB/external devices connected with the system. I am not getting any idea which package or class will I use to write it. Please help me.


  2. #2
    Junior Member
    Join Date
    May 2013
    Posts
    20
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Java program to count External devices connected with the system. Eg. Pen drive

    Look here USB Detection (Threads forum at JavaRanch) . You may have to tweak it some and add the public static void main part in. It should give you something to go on.

Similar Threads

  1. Replies: 2
    Last Post: July 30th, 2013, 08:52 AM
  2. Replies: 0
    Last Post: January 24th, 2013, 01:46 AM
  3. Replies: 1
    Last Post: December 5th, 2012, 06:35 AM
  4. run an external program
    By righi in forum AWT / Java Swing
    Replies: 4
    Last Post: June 21st, 2012, 09:28 AM