remote « Development « Java Swing Q&A





1. How do I remote control a GUI application?    stackoverflow.com

I can easily control a console based app with the input and output streams from Java's Runtime.exec() method. How would I control a GUI based application in the same manner. I ...

2. Running a Swing application programmatically (remote classes)    stackoverflow.com

I have a slightly complicated case where I do not have source code (or the compiled class) the swing application that I am trying to run automatically. I will try to ...

3. Auto updating a remote osgi instance (a swing gui)    stackoverflow.com

I am planning to use osgi in a typical client-server (with swing gui) application. Hot deploying bundles to the server is made easy with fileinstall but now I am looking for ...

4. Difference in viewing a swing application via a remote client and viewing directly    stackoverflow.com

So I have an executable jar file which when run in windows or in Linux by using the command

 `java -jar filename.jar`
the output is this. But when the same ...

5. Remote Desktop Connection Kills Java App    coderanch.com

I have a Java application (Swing) running on one PC (Windows XP). When I connect to this machine from a second PC (also Windows XP) using Remote Desktop Connection, the Swing application terminates abruptly. I built the application with JBuilder X and both machines run JDK 1.4.2. This is a showstopper for me and my group. We need to log in ...

6. how access Remote machine directory    coderanch.com

7. Running a swing application programmatically (remote classes)    coderanch.com

Dear Friends, I have a slightly complicated case where I do not have source code (or the compiled class) of the swing application that I am trying to run automatically. I will do a series of tasks on this application, press some buttons, click on some parts etc. I want to be able to do this programatically. Every single swing debugger/robot ...

8. : Accessing remote directory???    java-forums.org

9. Security and Remote Swing Application Clients    java.net

As soon as I start my client, UHHHH. I see a nasty 90's style dialog box demanding a username and password, the dlg is not even centred on the screen, and there is little clue that its todo with my application. +=====Login for user:========+ | Enter Username : ???? | | Enter Password : ???? | +----------------------------+





10. problem connecting swing client to remote applicationserver cluster    java.net

when i try to connect to a remote-applicationserver on port 33700 the client fails with the following error code : 19.06.2008 14:36:09 com.sun.appserv.naming.RoundRobinPolicy setClusterInstanceInfo WARNUNG: NAM1005 : No Endpoints selected. Please specify using system property com.sun.appserv.iiop.endpoints. 19.06.2008 14:36:11 com.sun.appserv.naming.RoundRobinPolicy setClusterInstanceInfo INFO: endpoint.weight after checking isWeight = 10 19.06.2008 14:36:11 com.sun.appserv.naming.RoundRobinPolicy setClusterInstanceInfo INFO: sumOfAllWeights = 10 19.06.2008 14:36:12 com.sun.corba.ee.impl.transport.SocketOrChannelConnectionImpl WARNUNG: "IOP00410201: (COMM_FAILURE) ...