How can I make Java works in browser on Ubuntu (64bit) in 2017?
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
3
down vote
favorite
I need to run some old browser-based java applications. But when today I open my Firefox and try to open this app, I found that Java plugin not works. I searched Internet and find that new Firefox not longer supports Java plugin (Chrome and other browsers too). So how can I make this in-browser java application run?
I use Ubuntu 16.04 64-bit.
16.04 firefox java browser plugins
add a comment |Â
up vote
3
down vote
favorite
I need to run some old browser-based java applications. But when today I open my Firefox and try to open this app, I found that Java plugin not works. I searched Internet and find that new Firefox not longer supports Java plugin (Chrome and other browsers too). So how can I make this in-browser java application run?
I use Ubuntu 16.04 64-bit.
16.04 firefox java browser plugins
Some browser-based Java applications may be possible to launch usingappletviewer
â Thorbjørn Ravn Andersen
Apr 4 at 8:38
add a comment |Â
up vote
3
down vote
favorite
up vote
3
down vote
favorite
I need to run some old browser-based java applications. But when today I open my Firefox and try to open this app, I found that Java plugin not works. I searched Internet and find that new Firefox not longer supports Java plugin (Chrome and other browsers too). So how can I make this in-browser java application run?
I use Ubuntu 16.04 64-bit.
16.04 firefox java browser plugins
I need to run some old browser-based java applications. But when today I open my Firefox and try to open this app, I found that Java plugin not works. I searched Internet and find that new Firefox not longer supports Java plugin (Chrome and other browsers too). So how can I make this in-browser java application run?
I use Ubuntu 16.04 64-bit.
16.04 firefox java browser plugins
16.04 firefox java browser plugins
asked Mar 14 '17 at 9:46
Rib47
19118
19118
Some browser-based Java applications may be possible to launch usingappletviewer
â Thorbjørn Ravn Andersen
Apr 4 at 8:38
add a comment |Â
Some browser-based Java applications may be possible to launch usingappletviewer
â Thorbjørn Ravn Andersen
Apr 4 at 8:38
Some browser-based Java applications may be possible to launch using
appletviewer
â Thorbjørn Ravn Andersen
Apr 4 at 8:38
Some browser-based Java applications may be possible to launch using
appletviewer
â Thorbjørn Ravn Andersen
Apr 4 at 8:38
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
3
down vote
accepted
| Ubuntu 16.04 LTS 64-bit |
First, I have updated Java to have the latest version.
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java8-installerThen I download and unpack archive with 64-bit ESR Firefox (older version - v.45) from here
- Then I close my 'standard' previously installed Firefox and run 'firefox' file from the extracted folder of the version 45 archive.
And after that I open my site and successfully run Java application from it.
Did work in Ubuntu 17.04. But downloaded firefox from this ftp: ftp.mozilla.org/pub/firefox/releases/45.9.0esr and disabled automatic updates in firefox option's advanced section
â Paulo Henrique
Jan 14 at 14:42
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
3
down vote
accepted
| Ubuntu 16.04 LTS 64-bit |
First, I have updated Java to have the latest version.
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java8-installerThen I download and unpack archive with 64-bit ESR Firefox (older version - v.45) from here
- Then I close my 'standard' previously installed Firefox and run 'firefox' file from the extracted folder of the version 45 archive.
And after that I open my site and successfully run Java application from it.
Did work in Ubuntu 17.04. But downloaded firefox from this ftp: ftp.mozilla.org/pub/firefox/releases/45.9.0esr and disabled automatic updates in firefox option's advanced section
â Paulo Henrique
Jan 14 at 14:42
add a comment |Â
up vote
3
down vote
accepted
| Ubuntu 16.04 LTS 64-bit |
First, I have updated Java to have the latest version.
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java8-installerThen I download and unpack archive with 64-bit ESR Firefox (older version - v.45) from here
- Then I close my 'standard' previously installed Firefox and run 'firefox' file from the extracted folder of the version 45 archive.
And after that I open my site and successfully run Java application from it.
Did work in Ubuntu 17.04. But downloaded firefox from this ftp: ftp.mozilla.org/pub/firefox/releases/45.9.0esr and disabled automatic updates in firefox option's advanced section
â Paulo Henrique
Jan 14 at 14:42
add a comment |Â
up vote
3
down vote
accepted
up vote
3
down vote
accepted
| Ubuntu 16.04 LTS 64-bit |
First, I have updated Java to have the latest version.
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java8-installerThen I download and unpack archive with 64-bit ESR Firefox (older version - v.45) from here
- Then I close my 'standard' previously installed Firefox and run 'firefox' file from the extracted folder of the version 45 archive.
And after that I open my site and successfully run Java application from it.
| Ubuntu 16.04 LTS 64-bit |
First, I have updated Java to have the latest version.
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java8-installerThen I download and unpack archive with 64-bit ESR Firefox (older version - v.45) from here
- Then I close my 'standard' previously installed Firefox and run 'firefox' file from the extracted folder of the version 45 archive.
And after that I open my site and successfully run Java application from it.
edited Mar 16 '17 at 14:59
answered Mar 16 '17 at 14:28
Rib47
19118
19118
Did work in Ubuntu 17.04. But downloaded firefox from this ftp: ftp.mozilla.org/pub/firefox/releases/45.9.0esr and disabled automatic updates in firefox option's advanced section
â Paulo Henrique
Jan 14 at 14:42
add a comment |Â
Did work in Ubuntu 17.04. But downloaded firefox from this ftp: ftp.mozilla.org/pub/firefox/releases/45.9.0esr and disabled automatic updates in firefox option's advanced section
â Paulo Henrique
Jan 14 at 14:42
Did work in Ubuntu 17.04. But downloaded firefox from this ftp: ftp.mozilla.org/pub/firefox/releases/45.9.0esr and disabled automatic updates in firefox option's advanced section
â Paulo Henrique
Jan 14 at 14:42
Did work in Ubuntu 17.04. But downloaded firefox from this ftp: ftp.mozilla.org/pub/firefox/releases/45.9.0esr and disabled automatic updates in firefox option's advanced section
â Paulo Henrique
Jan 14 at 14:42
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f892848%2fhow-can-i-make-java-works-in-browser-on-ubuntu-64bit-in-2017%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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
Some browser-based Java applications may be possible to launch using
appletviewer
â Thorbjørn Ravn Andersen
Apr 4 at 8:38