Can not install a Java web application on Fedora
Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
In company I use a licensed enterprise web app written in Java. So far I used it only on Windows. Not long ago I was able to install it on Ubuntu as well. Recently I discovered Fedora . And i try to move all my stuff on this distribution, including work stuff. When I try to install that app on Fedora, I get such an error :
fedora software-installation java
|
show 5 more comments
up vote
1
down vote
favorite
In company I use a licensed enterprise web app written in Java. So far I used it only on Windows. Not long ago I was able to install it on Ubuntu as well. Recently I discovered Fedora . And i try to move all my stuff on this distribution, including work stuff. When I try to install that app on Fedora, I get such an error :
fedora software-installation java
Start the program withjava -Djava.awt.headless=true yourprogram.jar
– nwildner
Jun 22 '17 at 16:35
its an installation file. with extension ".sh".
– Şansal Birbaş
Jun 22 '17 at 16:38
can you edit this.sh
an look for where it can be thejava
execution? other option is to export an empty display environment variable BEFORE you execute it:export DISPLAY=""
then run your.sh
script
– nwildner
Jun 22 '17 at 16:39
Latter did not work. And when i open .sh file with gedit it gets locked.
– Şansal Birbaş
Jun 22 '17 at 16:46
1
It's an X11 error, so you'll either need to a) turn off Java's use of X11 b) make X11-from-root work or c) login as root to an X11 session. Thechmod 777 *
instructions from the install guide do not inspire any sort of confidence in the quality of this software, though.
– thrig
Jun 22 '17 at 17:34
|
show 5 more comments
up vote
1
down vote
favorite
up vote
1
down vote
favorite
In company I use a licensed enterprise web app written in Java. So far I used it only on Windows. Not long ago I was able to install it on Ubuntu as well. Recently I discovered Fedora . And i try to move all my stuff on this distribution, including work stuff. When I try to install that app on Fedora, I get such an error :
fedora software-installation java
In company I use a licensed enterprise web app written in Java. So far I used it only on Windows. Not long ago I was able to install it on Ubuntu as well. Recently I discovered Fedora . And i try to move all my stuff on this distribution, including work stuff. When I try to install that app on Fedora, I get such an error :
fedora software-installation java
fedora software-installation java
edited Nov 17 at 20:28
Rui F Ribeiro
38.2k1475123
38.2k1475123
asked Jun 22 '17 at 16:26
Şansal Birbaş
164
164
Start the program withjava -Djava.awt.headless=true yourprogram.jar
– nwildner
Jun 22 '17 at 16:35
its an installation file. with extension ".sh".
– Şansal Birbaş
Jun 22 '17 at 16:38
can you edit this.sh
an look for where it can be thejava
execution? other option is to export an empty display environment variable BEFORE you execute it:export DISPLAY=""
then run your.sh
script
– nwildner
Jun 22 '17 at 16:39
Latter did not work. And when i open .sh file with gedit it gets locked.
– Şansal Birbaş
Jun 22 '17 at 16:46
1
It's an X11 error, so you'll either need to a) turn off Java's use of X11 b) make X11-from-root work or c) login as root to an X11 session. Thechmod 777 *
instructions from the install guide do not inspire any sort of confidence in the quality of this software, though.
– thrig
Jun 22 '17 at 17:34
|
show 5 more comments
Start the program withjava -Djava.awt.headless=true yourprogram.jar
– nwildner
Jun 22 '17 at 16:35
its an installation file. with extension ".sh".
– Şansal Birbaş
Jun 22 '17 at 16:38
can you edit this.sh
an look for where it can be thejava
execution? other option is to export an empty display environment variable BEFORE you execute it:export DISPLAY=""
then run your.sh
script
– nwildner
Jun 22 '17 at 16:39
Latter did not work. And when i open .sh file with gedit it gets locked.
– Şansal Birbaş
Jun 22 '17 at 16:46
1
It's an X11 error, so you'll either need to a) turn off Java's use of X11 b) make X11-from-root work or c) login as root to an X11 session. Thechmod 777 *
instructions from the install guide do not inspire any sort of confidence in the quality of this software, though.
– thrig
Jun 22 '17 at 17:34
Start the program with
java -Djava.awt.headless=true yourprogram.jar
– nwildner
Jun 22 '17 at 16:35
Start the program with
java -Djava.awt.headless=true yourprogram.jar
– nwildner
Jun 22 '17 at 16:35
its an installation file. with extension ".sh".
– Şansal Birbaş
Jun 22 '17 at 16:38
its an installation file. with extension ".sh".
– Şansal Birbaş
Jun 22 '17 at 16:38
can you edit this
.sh
an look for where it can be the java
execution? other option is to export an empty display environment variable BEFORE you execute it: export DISPLAY=""
then run your .sh
script– nwildner
Jun 22 '17 at 16:39
can you edit this
.sh
an look for where it can be the java
execution? other option is to export an empty display environment variable BEFORE you execute it: export DISPLAY=""
then run your .sh
script– nwildner
Jun 22 '17 at 16:39
Latter did not work. And when i open .sh file with gedit it gets locked.
– Şansal Birbaş
Jun 22 '17 at 16:46
Latter did not work. And when i open .sh file with gedit it gets locked.
– Şansal Birbaş
Jun 22 '17 at 16:46
1
1
It's an X11 error, so you'll either need to a) turn off Java's use of X11 b) make X11-from-root work or c) login as root to an X11 session. The
chmod 777 *
instructions from the install guide do not inspire any sort of confidence in the quality of this software, though.– thrig
Jun 22 '17 at 17:34
It's an X11 error, so you'll either need to a) turn off Java's use of X11 b) make X11-from-root work or c) login as root to an X11 session. The
chmod 777 *
instructions from the install guide do not inspire any sort of confidence in the quality of this software, though.– thrig
Jun 22 '17 at 17:34
|
show 5 more comments
1 Answer
1
active
oldest
votes
up vote
0
down vote
accepted
It is a Wayand problem. So, I clicked the gear on the login screen, after I have clicked my username. Then I selected "Gnome on Xorg" option. Finally I provided my password and it started Xorg session. Installation worked.
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
accepted
It is a Wayand problem. So, I clicked the gear on the login screen, after I have clicked my username. Then I selected "Gnome on Xorg" option. Finally I provided my password and it started Xorg session. Installation worked.
add a comment |
up vote
0
down vote
accepted
It is a Wayand problem. So, I clicked the gear on the login screen, after I have clicked my username. Then I selected "Gnome on Xorg" option. Finally I provided my password and it started Xorg session. Installation worked.
add a comment |
up vote
0
down vote
accepted
up vote
0
down vote
accepted
It is a Wayand problem. So, I clicked the gear on the login screen, after I have clicked my username. Then I selected "Gnome on Xorg" option. Finally I provided my password and it started Xorg session. Installation worked.
It is a Wayand problem. So, I clicked the gear on the login screen, after I have clicked my username. Then I selected "Gnome on Xorg" option. Finally I provided my password and it started Xorg session. Installation worked.
answered Jun 23 '17 at 3:21
Şansal Birbaş
164
164
add a comment |
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%2funix.stackexchange.com%2fquestions%2f372767%2fcan-not-install-a-java-web-application-on-fedora%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
Start the program with
java -Djava.awt.headless=true yourprogram.jar
– nwildner
Jun 22 '17 at 16:35
its an installation file. with extension ".sh".
– Şansal Birbaş
Jun 22 '17 at 16:38
can you edit this
.sh
an look for where it can be thejava
execution? other option is to export an empty display environment variable BEFORE you execute it:export DISPLAY=""
then run your.sh
script– nwildner
Jun 22 '17 at 16:39
Latter did not work. And when i open .sh file with gedit it gets locked.
– Şansal Birbaş
Jun 22 '17 at 16:46
1
It's an X11 error, so you'll either need to a) turn off Java's use of X11 b) make X11-from-root work or c) login as root to an X11 session. The
chmod 777 *
instructions from the install guide do not inspire any sort of confidence in the quality of this software, though.– thrig
Jun 22 '17 at 17:34