I am having problems getting a java window to come up from a Perl script. When I open an x-window I am able to execute to java command and the window shows up, but when I try and execute the java command in the perl script I get the following error:
Exception in thread "main" java.lang.InternalError: Can't connect to X11 window server using ':0.0' as the value of the DISPLAY variable.
Is there a way to pass the display variable in the perl script so that the java window will display on the user's PC.
Thanks,
Marc
Exception in thread "main" java.lang.InternalError: Can't connect to X11 window server using ':0.0' as the value of the DISPLAY variable.
Is there a way to pass the display variable in the perl script so that the java window will display on the user's PC.
Thanks,
Marc