1icedtea-web-plugin(1) General Commands Manual icedtea-web-plugin(1)
2
3
4
6 icedtea-web-plugin - allow to run java applets in your favorite browser
7
8
10 icedtea-web-plugin is working in your browser, once your browser knows
11 about this files.
12
13
14 The IcedTeaPlugin.so must be placed, or linked inside specific directo‐
15 ries. See http://icedtea.classpath.org/wiki/IcedTea-Web#Plugin
16
17 Mozilla compatible browsers like Firefox, Midori, Epiphany, Chrome or
18 Chromium use:
19
20 $HOME/.mozilla/plugins
21 Location of plugin library for user's purposes on Mozilla
22 compliant browser.
23
24 /usr/lib64/mozilla/plugins
25 Location of plugin library for global purposes on Mozilla
26 compliant browser, 64-bit systems.
27
28 /usr/lib/mozilla/plugins
29 Location of plugin library for global purposes on Mozilla
30 compliant browser, 32-bit systems.
31
32
33 Opera family browsers like Opera use:
34
35 /usr/lib64/opera/plugins
36 Location of plugin library for global purposes on opera
37 compliant browser, 64-bit systems.
38
39 /usr/lib/opera/plugins
40 Location of plugin library for global purposes on opera
41 compliant browser, 32-bit systems.
42
43
44 All third-party trademarks are the property of their respective owners
45
46
47
48
49
51 $HOME/.mozilla/plugins/IcedTeaPlugin.so
52 Location of plugin library for user's purposes on Mozilla
53 compliant browser.
54
55 $XDG_CACHE_HOME/icedtea-web/cache/recently_used
56 Additional information about items in cache
57
58 $XDG_CONFIG_HOME/icedtea-web/generated_jnlps
59 Location where jnlp files generated from html pages for
60 javaws applications desktop/menu launchers icons are stored
61
62 $XDG_RUNTIME_DIR/tmp/icedteaplugin-user-*
63 Contains in and out pipe for native2java communication and
64 (if enabled) debugging pipe.
65
66 /usr/lib/mozilla/plugins/IcedTeaPlugin.so
67 Location of plugin library for global purposes on Mozilla
68 compliant browser, 32-bit systems.
69
70 /usr/lib/opera/plugins/IcedTeaPlugin.so
71 Location of plugin library for global purposes on opera
72 compliant browser, 32-bit systems.
73
74 /usr/lib64/mozilla/plugins/IcedTeaPlugin.so
75 Location of plugin library for global purposes on Mozilla
76 compliant browser, 64-bit systems.
77
78 /usr/lib64/opera/plugins/IcedTeaPlugin.so
79 Location of plugin library for global purposes on opera
80 compliant browser, 64-bit systems.
81
82
83 Where $XDG_CONFIG_DIR, $XDG_CACHE_DIR and $XDG_RUNTIME_DIR are set as
84 ~/.config, ~/.cache and /tmp or /var/tmp if not set.
85
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
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
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-7.el6-x86_64) 19 Jun 2018 icedtea-web-plugin(1)