Results 1 to 3 of 3
Hello, I am working with angstrom linux and trying to execute an java applet in the terminal, but the follow message is show when i try execute the applet:
"Exception ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-14-2013 #1Just Joined!
- Join Date
- Feb 2013
- Posts
- 2
x11 server to display applets in terminal
Hello, I am working with angstrom linux and trying to execute an java applet in the terminal, but the follow message is show when i try execute the applet:
"Exception in thread "main" java.lang.InternalError: Can't connect to X11 window server using 'localhost:0.0' as the value of the DISPLAY vari."
I installed xdm and tried other x11 packages, configured the environment variable DISPLAY=localhost:0.0 and the problem continues.
how can I proceed to install and configure correctly a X11 server in linux to execute graphics in terminal?
thanks in advanced.
- 02-15-2013 #2Linux User
- Join Date
- Jan 2005
- Location
- Saint Paul, MN
- Posts
- 398
You are running the GUI, right?
- 02-15-2013 #3Just Joined!
- Join Date
- Feb 2013
- Posts
- 2
Hi alf55, I solved the problem yesterday, it was missing install xinit, xauth and other complementar libraries: glx, dri2, fbdev.
and run xinit.
now it is working well.


Reply With Quote
