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

Thread: Remote Desktop Support Application

  1. #1
    mmm.. coffee JavaPF's Avatar
    Join Date
    May 2008
    Location
    United Kingdom
    Posts
    3,336
    My Mood
    Mellow
    Thanks
    258
    Thanked 294 Times in 227 Posts
    Blog Entries
    4

    Lightbulb Remote Desktop Support Application

    Hey guys,

    Just wondering if any of you have had any experience in writing a Java Remote Desktop Connection client?

    I am looking to develop remote support software.
    I need to be able to take full control of a clients machine. Keyboard, Mouse, possibly file transfer etc.

    If anyone has any resources or links regarding this, please let me know
    Please use [highlight=Java] code [/highlight] tags when posting your code.
    Forum Tip: Add to peoples reputation by clicking the button on their useful posts.


  2. #2
    Member
    Join Date
    May 2010
    Posts
    39
    Thanks
    4
    Thanked 3 Times in 3 Posts

    Default Re: Remote Desktop Support Application

    Hey Ive been working on a system for awhile now, I recommend before any of the hardware control you start of with the image sending (The actual viewing), I personally used a robot peer to take make the images.

    As for keyboard/mouse control, you can add a listener to the frame your viewing the client on, then send the events to the client, parsing it and replicating it with the Robot class.

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

    JavaPF (November 7th, 2010)

  4. #3
    mmm.. coffee JavaPF's Avatar
    Join Date
    May 2008
    Location
    United Kingdom
    Posts
    3,336
    My Mood
    Mellow
    Thanks
    258
    Thanked 294 Times in 227 Posts
    Blog Entries
    4

    Default Re: Remote Desktop Support Application

    Thanks Time,

    I have found some open source code which I will be looking at. This will help me move forward
    Please use [highlight=Java] code [/highlight] tags when posting your code.
    Forum Tip: Add to peoples reputation by clicking the button on their useful posts.

  5. #4
    Junior Member
    Join Date
    Dec 2013
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Remote Desktop Support Application

    Quote Originally Posted by JavaPF View Post
    Thanks Time,

    I have found some open source code which I will be looking at. This will help me move forward
    I have to connect to the remote desktop through Java application (Stand alone or web application). If anybody share the code for the same it will be great help for me.

    --- Update ---

    I have to connect to the remote desktop through Java application (Stand alone or web application). If anybody share the code for the same it will be great help for me.

  6. #5
    Member
    Join Date
    Dec 2013
    Location
    Honolulu
    Posts
    83
    Thanks
    1
    Thanked 4 Times in 2 Posts

    Default Re: Remote Desktop Support Application

    Here is how I want my file to look on the other person's pc upon startup at destop, first. WA2.jpg These two players are from Hilo, Hawaii and they are looking to come back to UH. Yes or No
    Please let me know A.S.A.P

Similar Threads

  1. Remote Desktop Application
    By Drango in forum Java ME (Mobile Edition)
    Replies: 3
    Last Post: January 24th, 2011, 08:01 AM
  2. Remote Installation
    By manshi in forum Java SE APIs
    Replies: 3
    Last Post: November 2nd, 2010, 05:52 AM
  3. remote system shutdown
    By prince joseph in forum What's Wrong With My Code?
    Replies: 0
    Last Post: March 28th, 2010, 02:35 AM
  4. SQLite and Desktop Application
    By urosz in forum JDBC & Databases
    Replies: 12
    Last Post: November 2nd, 2009, 03:50 AM
  5. Java program for remote host screen capture
    By krishnaraoveera1294 in forum Java Networking
    Replies: 1
    Last Post: March 13th, 2009, 04:53 AM