R
rdeman
Hello,
Is there a way, from a same JVM, to connect to several X11 displays.
I'd like to develop a kind of deamon in java that is executed once on a
Unix server (from an admin account). This daemon would provide services
at socket level to other programs, written in a different language
(Perl, C++, ...) running on the same server but from different users
(remotely logged in through an X emulation session with different
accounts). Some of those services need to open a UI (writtent in awt or
swing). So this daemon would have to open windows on several displays
(provided by the client program when connecting to the daemon).
So my question is :
1/ is this possible ?
2/ how can I do that ?
Thank you in advance
Rodolphe
I've found an open bug openned on SND
(http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4670851) but it is
still in progress ...
Is there a way, from a same JVM, to connect to several X11 displays.
I'd like to develop a kind of deamon in java that is executed once on a
Unix server (from an admin account). This daemon would provide services
at socket level to other programs, written in a different language
(Perl, C++, ...) running on the same server but from different users
(remotely logged in through an X emulation session with different
accounts). Some of those services need to open a UI (writtent in awt or
swing). So this daemon would have to open windows on several displays
(provided by the client program when connecting to the daemon).
So my question is :
1/ is this possible ?
2/ how can I do that ?
Thank you in advance
Rodolphe
I've found an open bug openned on SND
(http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4670851) but it is
still in progress ...