This is a recent upgrade.

Have had problems with java test pages. Particularly, Midori always
reported "missing plugin". Now I can have output from the page:

http://javatester.org/version.html

Missing plugin with:

./configure     --prefix=${JAVA_HOME}/jre        \
                --with-jdk-home=${JAVA_HOME}     \
                --with-browser-tests             \
                --disable-docs
Worked with:

./configure     --prefix=${JAVA_HOME}/jre        \
                --with-jdk-home=${JAVA_HOME}     \
                --with-browser-tests             \
                --with-firefox=/usr/bin/firefox  \
                --with-midori=/usr/bin/midori    \
                --disable-docs

I have also installed three files:

APPDIR=/usr/share/applications &&
install -v -Dm0644 javaws.desktop ${APPDIR}/javaws.desktop &&
install -v -Dm0644 itweb-settings.desktop
${APPDIR}/itweb-settings.desktop &&
install -v -Dm0644 javaws.png /usr/share/pixmaps/javaws.png

and now have an entry for "IcedTea Web Control Panel" in "Preferences".

-- 
[]s,
Fernando
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to