[Bug 3198] Error in webmin
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Wed Nov 9 18:13:33 UTC 2016
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3198
--- Comment #12 from JiriVanek <jvanek at redhat.com> ---
Thax!
Depends what you can do...
Most easy for me would be:
- remove any installations of icedtea-web
- clone ITW:
hg clone http://icedtea.classpath.org/hg/icedtea-web
# hg is provided by mercurial
- build it:
cd icedtea-web/
./autogen.sh
./configure --prefix=/some/home/or/tmp/like/target/dir
--with-jdk-home=/path/to/openjdk8
# (eg in my case: ./configure --prefix=/home/jvanek/icedtea-web-image
--with-jdk-home=/usr/lib/jvm/java-1.8.0-openjdk )
make
make install
- some more reading baout it is on
http://icedtea.classpath.org/wiki/IcedTea-Web
- set up of links for plugin binaries so browser can find it is a bit more
tricky
- for global usage (you need to be root)
make stamps/global-links.stamp
- for local usage
make stamps/user-links.stamp
- both should help. If not, you will need to consult with ITW maintainer of
your distribution.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20161109/0d38b9ff/attachment.html>
More information about the distro-pkg-dev
mailing list