Tagged Questions
2
votes
1answer
904 views
UPnP AV Remote Control in Java or C#
I need to create some kind of remote control that can interact with a UPnP media server.
I've read that there are kind of like three applications for the UPnP AV stack: media server, media renderer, ...
2
votes
2answers
784 views
How do I remote control a GUI application?
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 have looked at the Robot ...
1
vote
4answers
188 views
Execute process from java and keeping it alive for input
i want to code a frontend for a fortran-application with java, since fortran has no gui-support as far as i know. ( japi does not seem to work with ifort, correct me on this one )
I want to build the ...