icedtea-web 1.6.2
Java Web Start
IcedTea-Web is an implementation of the Java Network Launching Protocol, also known as Java Web Start. This package provides tools and libraries for working with JNLP applets.
- Outputs:
doc
,out
- Website: http://icedtea.classpath.org/wiki/IcedTea-Web
- Licenses: GPL 2+
- Package source: gnu/packages/web.scm
- Builds: See build status
- Issues: See known issues
Installation
Install icedtea-web 1.6.2
as follows:
guix install icedtea-web@1.6.2
Or install the latest version:
guix install icedtea-web
The icedtea-web
package provides more outputs besides the default (out
). You can install them by appending :output-name
to the package specification. For example:
guix install icedtea-web:doc
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.