No X11 Display variable was set, installing netbeans from command line using MobaXTerm
up vote
0
down vote
favorite
I am trying to install netbeans from the command line using mobaxterm on suse enterprise. I have set X11 Forwarding when creating the session. However, I still get the following error when I try to run the downloaded netbeans script:
No X11 DISPLAY variable was set, but this program performed an operation which requires it.
Exception: java.awt.HeadlessException thrown from the UncaughtExceptionHandler in thread "main"
I tried this solution, but it didn't cut it.
UPDATE
I was able to resolve this by manually changing sshd_config:
Under
/etc/ssh/sshd_config
Make sure you have the following set:
X11Forwarding yes
X11UseLocalhost no
PermitRootLogin yes
netbeans install sh suse x11-forwarding
add a comment |
up vote
0
down vote
favorite
I am trying to install netbeans from the command line using mobaxterm on suse enterprise. I have set X11 Forwarding when creating the session. However, I still get the following error when I try to run the downloaded netbeans script:
No X11 DISPLAY variable was set, but this program performed an operation which requires it.
Exception: java.awt.HeadlessException thrown from the UncaughtExceptionHandler in thread "main"
I tried this solution, but it didn't cut it.
UPDATE
I was able to resolve this by manually changing sshd_config:
Under
/etc/ssh/sshd_config
Make sure you have the following set:
X11Forwarding yes
X11UseLocalhost no
PermitRootLogin yes
netbeans install sh suse x11-forwarding
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am trying to install netbeans from the command line using mobaxterm on suse enterprise. I have set X11 Forwarding when creating the session. However, I still get the following error when I try to run the downloaded netbeans script:
No X11 DISPLAY variable was set, but this program performed an operation which requires it.
Exception: java.awt.HeadlessException thrown from the UncaughtExceptionHandler in thread "main"
I tried this solution, but it didn't cut it.
UPDATE
I was able to resolve this by manually changing sshd_config:
Under
/etc/ssh/sshd_config
Make sure you have the following set:
X11Forwarding yes
X11UseLocalhost no
PermitRootLogin yes
netbeans install sh suse x11-forwarding
I am trying to install netbeans from the command line using mobaxterm on suse enterprise. I have set X11 Forwarding when creating the session. However, I still get the following error when I try to run the downloaded netbeans script:
No X11 DISPLAY variable was set, but this program performed an operation which requires it.
Exception: java.awt.HeadlessException thrown from the UncaughtExceptionHandler in thread "main"
I tried this solution, but it didn't cut it.
UPDATE
I was able to resolve this by manually changing sshd_config:
Under
/etc/ssh/sshd_config
Make sure you have the following set:
X11Forwarding yes
X11UseLocalhost no
PermitRootLogin yes
netbeans install sh suse x11-forwarding
netbeans install sh suse x11-forwarding
edited Nov 22 at 19:41
asked Nov 9 at 22:07
hadis
1452212
1452212
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
How do you connect?
Try echo $DISPLAY
after ssh -X susehost
. Depending from where you connect to susehost
, X11 forwarding may not work.
I was able to get it to work, see my edited question above.
– hadis
Nov 22 at 19:42
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
How do you connect?
Try echo $DISPLAY
after ssh -X susehost
. Depending from where you connect to susehost
, X11 forwarding may not work.
I was able to get it to work, see my edited question above.
– hadis
Nov 22 at 19:42
add a comment |
up vote
0
down vote
How do you connect?
Try echo $DISPLAY
after ssh -X susehost
. Depending from where you connect to susehost
, X11 forwarding may not work.
I was able to get it to work, see my edited question above.
– hadis
Nov 22 at 19:42
add a comment |
up vote
0
down vote
up vote
0
down vote
How do you connect?
Try echo $DISPLAY
after ssh -X susehost
. Depending from where you connect to susehost
, X11 forwarding may not work.
How do you connect?
Try echo $DISPLAY
after ssh -X susehost
. Depending from where you connect to susehost
, X11 forwarding may not work.
answered Nov 17 at 22:38
olh
83
83
I was able to get it to work, see my edited question above.
– hadis
Nov 22 at 19:42
add a comment |
I was able to get it to work, see my edited question above.
– hadis
Nov 22 at 19:42
I was able to get it to work, see my edited question above.
– hadis
Nov 22 at 19:42
I was able to get it to work, see my edited question above.
– hadis
Nov 22 at 19:42
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53233863%2fno-x11-display-variable-was-set-installing-netbeans-from-command-line-using-mob%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown