%general-entities; ]> $LastChangedBy$ $Date$ IcedTea-Web-&icedtea-web-version; IcedTea-Web Introduction to IcedTea-Web The IcedTea-Web package contains both a Java browser plugin, and a new webstart implementation, licensed under GPLV3. &lfs75_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &icedtea-web-md5sum; Download size: &icedtea-web-size; Estimated disk space required: &icedtea-web-buildsize; Estimated build time: &icedtea-web-time; IcedTea-Web Dependencies Required and Required at runtime, a web browser, such as: , , , Chromium, Opera, and Optional , , , EMMA, and JACOCO User Notes: Installation of IcedTea-Web Install IcedTea-Web by running the following commands: ./configure --prefix=${JAVA_HOME}/jre \ --with-jdk-home=${JAVA_HOME} \ --disable-docs \ --mandir=${JAVA_HOME}/man && make This package does not come with a test suite. Now, as the root user: make install && mandb -c /opt/jdk/man Command Explanations --with-jdk-home: This switch provides the location of the installed JDK. --disable-docs: This switch disables installation of additional developer-related documentation. Omit this switch if you would like to do development work on IcedTea-Web. Configuration Information As the root user, create a symbolic link to the plugin from your browser(s) plugins directory: ln -s ${JAVA_HOME}/jre/lib/IcedTeaPlugin.so /usr/lib/mozilla/plugins/ The plugin must be a symlink for it to work. If not, the browsers will crash when you attempt to load a Java application. Contents Installed Programs Installed Libraries Installed Directories itweb-settings and javaws IcedTeaPlugin.so, about.jar, netx.jar, plugin.jar ${JAVA_HOME}/jre/share/icedtea-web Short Descriptions itweb-settings allows customization of the browser plugin and javaws. itweb-settings javaws launches Java application/applets hosted on a network. javaws IcedTeaPlugin.so is the Java browser plugin. IcedTeaPlugin.so about.jar contains functions for the about dialog boxes. about.jar netx.jar contains functions for the IcedTea-Web webstart implementation (NetX). netx.jar plugin.jar contains functions for the IcedTea-Web Java plugin. plugin.jar