On Thu, Sep 14, 2017 at 1:51 PM, John R Pierce <pierce at hogranch.com> wrote:> On 9/14/2017 10:43 AM, m.roth at 5-cent.us wrote: >> >> Jose wrote: >>> >>> Hello, >>> Although you've instaled Oracle JRE 1.8, OpenJDK is the default, as you >>> can see. >>> Remove OpenJDK and execute java -version again. >> >> Or change alternatives, or set JAVA_HOME. > > > > Or, change the path. the java command sets java_home internally based on > where its invoked from.Where would I do that? This is something running from a browser.
On 9/14/2017 10:54 AM, Larry Martell wrote:>> Or, change the path. the java command sets java_home internally based on >> where its invoked from. > Where would I do that? This is something running from a browser.I'm not sure how the browser plugin determines which java to run. -- john r pierce, recycling bits in santa cruz
On 14.09.2017 19:54, Larry Martell wrote:> Where would I do that? This is something running from a browser.Is the java plugin enabled in your browser? That's not the default nowadays. if you are running firefox you can check this by opening 'about:plugins'. here - configured for older HP ILOs - for example, the plugin is linked into my firefox profile: [ulf at bob ~]$ ll .mozilla/firefox/ln5frqem.default/plugins total 0 lrwxrwxrwx. 1 ulf ulf 37 Apr 21 2016 libnpjp2.so -> /opt/jre1.7.0_51/lib/i386/libnpjp2.so best regards Ulf
On Thu, Sep 14, 2017 at 2:32 PM, Ulf Volmer <u.volmer at u-v.de> wrote:> On 14.09.2017 19:54, Larry Martell wrote: > >> Where would I do that? This is something running from a browser. > > Is the java plugin enabled in your browser? That's not the default nowadays. > > if you are running firefox you can check this by opening 'about:plugins'. > > here - configured for older HP ILOs - for example, the plugin is linked > into my firefox profile: > > [ulf at bob ~]$ ll .mozilla/firefox/ln5frqem.default/plugins > total 0 > lrwxrwxrwx. 1 ulf ulf 37 Apr 21 2016 libnpjp2.so -> > /opt/jre1.7.0_51/lib/i386/libnpjp2.soI am running a very old versiond of FF, 24.6.0, and the menus and files are different. But I do not have a java plugin. But please note that this used to work until today when I upgraded the firmware in the IMM. That changed the java version required, so I updated that. But the FF version and config has not changed.