1icedtea-web(1)              General Commands Manual             icedtea-web(1)
2
3
4

NAME

6       icedtea-web provides a Free Software web browser plugin running applets
7       written in the Java programming language and an implementation of  Java
8       Web Start, originally based on the NetX project.
9
10       NetX  allows  Java  applets  and applications to be downloaded over the
11       network, cached, and (by default) run in a secure sandbox  environment.
12       Subsequent  runs  of  the  applet download the latest version automati‐
13       cally. Update and security settings, among others, can be set using the
14       itw-settings command.
15       icedtea-web   also   includes   a   plugin   to   enable  Java  applets
16       (http://www.java.com/en/download/testjava.jsp) within web browsers.
17
18
19       Names and email addresses of contributors to this project can be  found
20       in the file AUTHORS in the IcedTea-Web root directory.
21
22
23       The full GPLv2 license of this project can be found in the file COPYING
24       in the IcedTea-Web root directory.
25
26
27       News about releases of this project can be found in the  file  NEWS  in
28       the IcedTea-Web root directory.
29
30
31
32
33

DESCRIPTION

35       NetX features:
36
37
38
39       Modular     Easily add JNLP capabilities to an application.
40
41       Saves Memory
42                   Launch programs in a shared JVM.
43
44       Fast startup
45                   Runs applications from a cache for fast starting.
46
47       Security    Run any application in a sandbox or log its activities.
48
49       Auto-Update Applications can auto-update without special code.
50
51       Network Deployment
52                   Deploy to the internet, not with installers.
53
54       Open Source GNU Lesser General Public License.
55
56
57
58
59       Visit     the     IcedTea     project    wiki    (http://icedtea.class
60       path.org/wiki/Main_Page)   or   specifically   the   IcedTea-Web   home
61       (http://icedtea.classpath.org/wiki/IcedTea-Web) pages for more informa‐
62       tion.
63       Help  with  common  issues  with  IcedTea-Web   can   be   found   here
64       (http://icedtea.classpath.org/wiki/IcedTea-Web#Common_Issues) .
65
66
67
68
69       Contributing:
70
71
72
73       A   QuickStart  (http://icedtea.classpath.org/wiki/DeveloperQuickStart)
74       guide for the IcedTea project is available on the wiki.
75
76       Code  style  (http://icedtea.classpath.org/wiki/IcedTea-Web#Code_style)
77       guidelines      and      Eclipse      setup      (http://icedtea.class
78       path.org/wiki/IcedTea-Web/DevelopingWithEclipse)    instructions    for
79       IcedTea-Web  are  available  as  well. Patches should be accompanied by
80       unit tests and reproducers (http://icedtea.classpath.org/wiki/Reproduc
81       ers)   before   being  sent  to  the  mailing  list  (http://mail.open
82       jdk.java.net/mailman/listinfo/distro-pkg-dev)
83
84
85

BUGS

87       There aren't any known bugs. If you come across one, please file it at:
88       http://icedtea.classpath.org/wiki/IcedTea-Web#Filing_bugs
89       http://icedtea.classpath.org/bugzilla
90
91       Please run  in  debug  (-verbose  switch  or  itw-settings  setting  or
92       ICEDTEAPLUGIN_DEBUG  variable set to true) mode and include that output
93       (best is from java console) with URL to  jnlp  or  html  file  (or  the
94       jnlp/html file or  application itself) when filing out the bug report.
95
96

AUTHOR

98       The following people have made contibutions to this project.
99       Please keep this list in alphabetical order.
100       Lillian    Angel    <langel@redhat.com>Andrew    Azores   <aazores@red‐
101       hat.com>Deepak       Bhole        <dbhole@redhat.com>Adam        Buchta
102       <adbuch7@gmail.com>Ricardo        Martín        Camarero       <rickye‐
103       poderi@yahoo.es>Marcin     Cieslak     <marcin.cieslak@gmail.com>Danesh
104       Dadachanji     <ddadacha@redhat.com>Adam     Domurad     <adomurad@red‐
105       hat.com>Lukasz     Dracz     <ldracz@redhat.com>Thomas      Fitzsimmons
106       <fitzsim@redhat.com>Michał   Górny   <mgorny@gentoo.org>Mark  Greenwood
107       <mark@dcs.shef.ac.uk>Tereza            Hlavackova             <hlavack‐
108       ova.tereza@gmail.com>Peter   Hatina   <phatina@redhat.com>Andrew   John
109       Hughes <ahughes@redhat.com>Jie Kang  <jkang@redhat.com>Alex  Kashchenko
110       <akashche@redhat.com>Matthias  Klose  <doko@ubuntu.com>Alexandr Kolouch
111       <skolnag@gmail.com>Jan  Kmetko  <jan.kmetko.ml@gmail.com>Francis   Kung
112       <fkung@redhat.com>Denis   Lila   <dlila@redhat.com>DJ  Lucas  <dj@luca‐
113       sit.com>Omair     Majid     <omajid@redhat.com>Jon      A.      Maxwell
114       <jmaxwell@users.sourceforge.net>Thomas    Meyer   <thomas@m3y3r.de>Kurt
115       Miller   <kurt@intricatesoftware.com>Saad   Mohammad    <smohammad@red‐
116       hat.com>Martin  Olsson   <martin@minimum.se>Stefan  Ring   <stefan@com‐
117       plang.tuwien.ac.at>Ville  Skyttä  <ville.skytta@iki.fi>Fridrich   Strba
118       <fridrich.strba@suse.com>Andrew    Su   <asu@redhat.com>Joshua   Sumali
119       <jsumali@redhat.com>Michal    Vala     <mvala@redhat.com>Jiri     Vanek
120       <jvanek@redhat.com>Tomáš   Votava  <tomcacolca@gmail.com>Mark  Wielaard
121       <mark@klomp.org>Jacob   Wisor    <gitne@excite.co.jp>Man   Lung    Wong
122       <mwong@redhat.com>
123       This project also includes code from the following projects:
124       OpenJDK <http://openjdk.java.net/>
125       Netx <http://jnlp.sourceforge.net/netx/>
126
127
128

SEE ALSO

130       icedtea-web(1)  javaws(1) icedtea-web-plugin(1) itweb-settings(1) poli‐
131       cyeditor(1) policytool(1) java(1)
132
133       http://icedtea.classpath.org/wiki/IcedTea-Web
134       http://icedtea.classpath.org/hg/icedtea-web
135
136
137
138
139icedtea-web (rhel-1.el7-x86_64)   11 Apr 2018                   icedtea-web(1)
Impressum