{"id":3775,"date":"2019-01-09T08:42:42","date_gmt":"2019-01-09T07:42:42","guid":{"rendered":"http:\/\/www.blue-bears.com\/blog\/?p=3775"},"modified":"2019-01-09T09:23:26","modified_gmt":"2019-01-09T08:23:26","slug":"java-sur-firefox-linux-ubuntu-in-progress","status":"publish","type":"post","link":"http:\/\/www.blue-bears.com\/blog\/?p=3775","title":{"rendered":"Java sur Firefox Linux Ubuntu [in progress..]"},"content":{"rendered":"<p>Firefox ne supporte plus java dans sa version \u00ab\u00a0ordinaire\u00a0\u00bb depuis 2018.<!--more-->Il existe une version qui semble le faire :<\/p>\n<pre><code>sudo add-apt-repository ppa:mozillateam\/ppa\r\nsudo apt-get update\r\nsudo apt-get install firefox-esr\r\n<\/code><\/pre>\n<p>Autre solution =&gt; repasser en version 32 :<\/p>\n<p><a href=\"https:\/\/gazelle.ihe.net\/content\/using-webex-under-linux\">https:\/\/gazelle.ihe.net\/content\/using-webex-under-linux<\/a><\/p>\n<header class=\"article-header\">\n<div class=\"title-wrapper\">\n<h1 class=\"article-title\">Using Webex under Linux<\/h1>\n<\/div>\n<\/header>\n<div class=\"field field-name-body field-type-text-with-summary field-label-hidden\">\n<div class=\"field-items\">\n<div class=\"field-item even\">\n<p>Some of us have experienced troubles with having webex working fully and perfectly in our Linux environment. Thanks to several tutorials found on the Internet we managed to fix the various issues we encountered. Below is an \u00ab\u00a0how to\u00a0\u00bb for setting up your environment. We are using Ubuntu 14.04, 64-bit arch.<\/p>\n<h2>Webex is freezing \/ I can&rsquo;t see shared screens \/ I can&rsquo;t chat<\/h2>\n<p>Firstly, it seems that Webex is more willing to fully work and to be stable when starting a webex session from Firefox instead of Chrome. If you were using Chrome, give a try with Firefox before going deeper in this tutorial.<\/p>\n<p>We started from this point :\u00a0<a href=\"http:\/\/askubuntu.com\/questions\/368270\/how-to-i-make-cisco-webex-work-with-13-10-64bit\">http:\/\/askubuntu.com\/questions\/368270\/how-to-i-make-cisco-webex-work-with-13-10-64bit<\/a><\/p>\n<p>As a summary :<\/p>\n<p>Execute the following command lines<\/p>\n<div>\n<div id=\"highlighter_122534\" class=\"syntaxhighlighter bash\">\n<div class=\"toolbar\"><a class=\"toolbar_item command_help help\" href=\"https:\/\/gazelle.ihe.net\/content\/using-webex-under-linux#\">?<\/a><\/div>\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td class=\"gutter\">\n<div class=\"line number1 index0 alt2\">1<\/div>\n<div class=\"line number2 index1 alt1\">2<\/div>\n<\/td>\n<td class=\"code\">\n<div class=\"container\">\n<div class=\"line number1 index0 alt2\"><code class=\"bash plain\">$&gt; <\/code><code class=\"bash functions\">sudo<\/code> <code class=\"bash plain\">apt-get <\/code><code class=\"bash functions\">install<\/code> <code class=\"bash plain\">libmux6:i386<\/code><\/div>\n<div class=\"line number2 index1 alt1\"><code class=\"bash plain\">$&gt; <\/code><code class=\"bash functions\">sudo<\/code> <code class=\"bash plain\">apt-get <\/code><code class=\"bash functions\">install<\/code> <code class=\"bash plain\">libgcj14-awt:i386<\/code><\/div>\n<\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<\/div>\n<p>This will fix a first set of issues. Then to check that all the required librairies are available on your computer, execute the following:<\/p>\n<div>\n<div id=\"highlighter_777100\" class=\"syntaxhighlighter bash\">\n<div class=\"toolbar\"><a class=\"toolbar_item command_help help\" href=\"https:\/\/gazelle.ihe.net\/content\/using-webex-under-linux#\">?<\/a><\/div>\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td class=\"gutter\">\n<div class=\"line number1 index0 alt2\">1<\/div>\n<\/td>\n<td class=\"code\">\n<div class=\"container\">\n<div class=\"line number1 index0 alt2\"><code class=\"bash plain\">$&gt; ldd $HOME\/.webex<\/code><code class=\"bash plain\">\/1324\/<\/code><code class=\"bash plain\">*.so | <\/code><code class=\"bash functions\">grep<\/code> <code class=\"bash string\">'not found'<\/code><\/div>\n<\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<\/div>\n<p>This will give you the list of the missing libraries. Find the packages in which they are available using apt-file (if it is not yet installed, run $&gt; sudo apt-get install apt-file)<\/p>\n<div>\n<div id=\"highlighter_559106\" class=\"syntaxhighlighter bash\">\n<div class=\"toolbar\"><a class=\"toolbar_item command_help help\" href=\"https:\/\/gazelle.ihe.net\/content\/using-webex-under-linux#\">?<\/a><\/div>\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td class=\"gutter\">\n<div class=\"line number1 index0 alt2\">1<\/div>\n<\/td>\n<td class=\"code\">\n<div class=\"container\">\n<div class=\"line number1 index0 alt2\"><code class=\"bash plain\">$&gt; apt-<\/code><code class=\"bash functions\">file<\/code> <code class=\"bash plain\">search libraryName<\/code><\/div>\n<\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<\/div>\n<p>For each library, install the i386 package, you might need libpangox-1.0-0:i386 and\/or libpangoxft-1.0-0:i386. You can then try to attend a webex meeting.<\/p>\n<h2>I have no sound<\/h2>\n<p>Typically, if you try to use your headset you might see a message like this : \u00ab\u00a0Audio device is unaccessible now\u00a0\u00bb. This section will help you with using your PC for voice. The solution we found is to use the 32-bits version of Firefox.<\/p>\n<p>Download jre7 32-bits <a href=\"http:\/\/www.oracle.com\/technetwork\/java\/javase\/downloads\/java-se-jre-7-download-432155.html\">here<\/a><\/p>\n<div>\n<div id=\"highlighter_791323\" class=\"syntaxhighlighter bash\">\n<div class=\"toolbar\"><a class=\"toolbar_item command_help help\" href=\"https:\/\/gazelle.ihe.net\/content\/using-webex-under-linux#\">?<\/a><\/div>\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td class=\"gutter\">\n<div class=\"line number1 index0 alt2\">1<\/div>\n<div class=\"line number2 index1 alt1\">2<\/div>\n<div class=\"line number3 index2 alt2\">3<\/div>\n<div class=\"line number4 index3 alt1\">4<\/div>\n<div class=\"line number5 index4 alt2\">5<\/div>\n<div class=\"line number6 index5 alt1\">6<\/div>\n<div class=\"line number7 index6 alt2\">7<\/div>\n<div class=\"line number8 index7 alt1\">8<\/div>\n<div class=\"line number9 index8 alt2\">9<\/div>\n<div class=\"line number10 index9 alt1\">10<\/div>\n<\/td>\n<td class=\"code\">\n<div class=\"container\">\n<div class=\"line number1 index0 alt2\"><code class=\"bash plain\">$&gt; <\/code><code class=\"bash functions\">sudo<\/code> <code class=\"bash plain\">apt-get remove firefox <\/code><code class=\"bash comments\">#uninstall the 64-bit version of firefox<\/code><\/div>\n<div class=\"line number2 index1 alt1\"><code class=\"bash plain\">$&gt; <\/code><code class=\"bash functions\">sudo<\/code> <code class=\"bash plain\">apt-get <\/code><code class=\"bash functions\">install<\/code> <code class=\"bash plain\">firefox:i386 <\/code><code class=\"bash comments\">#install the 32-bit version of firefox<\/code><\/div>\n<div class=\"line number3 index2 alt2\"><code class=\"bash comments\">#Download java jre 32 bit, use the tar for 32-bit from the official website<\/code><\/div>\n<div class=\"line number4 index3 alt1\"><code class=\"bash plain\">$&gt; <\/code><code class=\"bash functions\">mkdir<\/code> <code class=\"bash plain\">-p $HOME<\/code><code class=\"bash plain\">\/opt\/java32\/<\/code><\/div>\n<div class=\"line number5 index4 alt2\"><code class=\"bash plain\">$&gt; <\/code><code class=\"bash functions\">mv<\/code> <code class=\"bash plain\">Download<\/code><code class=\"bash plain\">\/jre-7u60-linux-i586<\/code><code class=\"bash plain\">.<\/code><code class=\"bash functions\">tar<\/code><code class=\"bash plain\">.gz\u00a0 $HOME<\/code><code class=\"bash plain\">\/opt\/java32\/<\/code><\/div>\n<div class=\"line number6 index5 alt1\"><code class=\"bash plain\">$&gt; <\/code><code class=\"bash functions\">cd<\/code>\u00a0 <code class=\"bash plain\">$HOME<\/code><code class=\"bash plain\">\/opt\/java32\/<\/code><\/div>\n<div class=\"line number7 index6 alt2\"><code class=\"bash plain\">$&gt; <\/code><code class=\"bash functions\">tar<\/code> <code class=\"bash plain\">-xzvf jre-7u60-linux-i586.<\/code><code class=\"bash functions\">tar<\/code><code class=\"bash plain\">.gz<\/code><\/div>\n<div class=\"line number8 index7 alt1\"><code class=\"bash plain\">$&gt; <\/code><code class=\"bash functions\">cd<\/code> <code class=\"bash plain\">~<\/code><code class=\"bash plain\">\/opt\/java32\/jre1<\/code><code class=\"bash plain\">.7.0_60<\/code><\/div>\n<div class=\"line number9 index8 alt2\"><code class=\"bash plain\">$&gt; <\/code><code class=\"bash functions\">mkdir<\/code> <code class=\"bash plain\">-p ~\/.mozilla<\/code><code class=\"bash plain\">\/plugins\/<\/code><\/div>\n<div class=\"line number10 index9 alt1\"><code class=\"bash plain\">$&gt;<\/code><code class=\"bash functions\">ln<\/code> <code class=\"bash plain\">-sf $PWD<\/code><code class=\"bash plain\">\/lib\/i386\/libnpjp2<\/code><code class=\"bash plain\">.so ~\/.mozilla<\/code><code class=\"bash plain\">\/plugins\/<\/code><\/div>\n<\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<\/div>\n<p>You can know try again to join a webex meeting and to use your computer for audio.<\/p>\n<\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Firefox ne supporte plus java dans sa version \u00ab\u00a0ordinaire\u00a0\u00bb depuis 2018.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-3775","post","type-post","status-publish","format-standard","hentry","category-non-classe"],"_links":{"self":[{"href":"http:\/\/www.blue-bears.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/3775","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/www.blue-bears.com\/blog\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.blue-bears.com\/blog\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.blue-bears.com\/blog\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.blue-bears.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3775"}],"version-history":[{"count":3,"href":"http:\/\/www.blue-bears.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/3775\/revisions"}],"predecessor-version":[{"id":3777,"href":"http:\/\/www.blue-bears.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/3775\/revisions\/3777"}],"wp:attachment":[{"href":"http:\/\/www.blue-bears.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3775"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.blue-bears.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=3775"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.blue-bears.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=3775"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}