This repository was archived by the owner on Jan 30, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathhelpsets.html
More file actions
103 lines (100 loc) · 5.45 KB
/
Copy pathhelpsets.html
File metadata and controls
103 lines (100 loc) · 5.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<!--
* Copyright © 2003 Sun Microsystems, Inc
* All rights reserved.
* Notice of copyright on this source code
* product does not indicate publication.
*
* RESTRICTED RIGHTS LEGEND: Use, duplication, or disclosure by
* the U.S. Government is subject to restrictions as set forth
* in subparagraph (c)(1)(ii) of the Rights in Technical Data
* and Computer Software Clause at DFARS 252.227-7013 (Oct. 1988)
* and FAR 52.227-19 (c) (June 1987).
* Sun Microsystems, Inc., 4150 Network Circle,
* Santa Clara, California 95054, U.S.A.
*
-->
<html>
<head>
<title>Sample HelpSets</title>
<link rel="stylesheet" type="text/css" href="../jhug.css" title="Style">
</head>
<body bgcolor="#ffffff">
<h2>Sample Helpsets</h2>
<p>
This release includes a variety of helpsets packaged in
different ways. Many of these helpsets are used by the <a
href="demos.html">demonstration programs</a>, but you can
also use the <a
href="../author/viewing.html"><code>hsviewer</code></a> executable
jar file to view them.
<p> Helpsets are described in detail in <a href="../author/author.html">Authoring
Help Information</a>.
<p> You can view these helpsets to familiarize yourself with the capabilities
of the JavaHelp system. You can also use these helpsets as templates for creating
your own help systems. The helpsets are described below. </p>
<h3>JavaHelp System User's Guide</h3>
<p> The <i>JavaHelp System User's Guide</i> (this document) is also available
as a JavaHelp helpset. It is located in <code>doc\jhug</code>.
<h3>History of the Holidays</h3>
<p> This helpset is interesting because it shows how a help system can be set
up with two different TOCs. This helpset can be found in the following location:
<pre> <i>JavaHelp_Home</i>/demos/hsjar/holidays.jar</pre>
<p> <img src="../../images/hg_proc.gif" width="18" height="13">To view this helpset
on a UNIX system, use the following command:
<pre> java -jar <i>JavaHelp_Home</i>/demos/bin/hsviewer.jar \
-helpset <i>JavaHelp_Home</i>/demos/hsjar/holidays.jar</pre>
<p> <img src="../../images/hg_proc.gif" width="18" height="13">To view this helpset
on a Windows system, use the following command in a Command window:
<pre> java -jar <i>JavaHelp_Home</i>\demos\bin\hsviewer.jar -helpset <i>JavaHelp_Home\</i>demos\hsjar\holidays.jar</pre>
<h3>IDE Demo</h3>
<p> This helpset is used in the <a href="demos.html#ide">IDE Demo</a> demonstration
program. It is located in</p>
<pre> demos/hsjar/idehelp.jar</pre>
<p> <img src="../../images/hg_proc.gif" width="18" height="13">To view this helpset
on a UNIX system, enter the following command at the command line: </p>
<pre> java -jar <i>JavaHelp_Home</i>/demos/bin/hsviewer.jar \
-helpset <i>JavaHelp_Home</i>/demos/hsjar/idehelp.jar</pre>
<p> <img src="../../images/hg_proc.gif" width="18" height="13">To view this helpset
on a Windows system, use the following command in a Command window:
<pre> java -jar <i>JavaHelp_Home</i>\demos\bin\hsviewer.jar -helpset <i>JavaHelp_Home\</i>demos\hsjar\idehelp.jar</pre>
<h3></h3>
<h3>Localized Helpsets</h3>
<p> Two localized helpsets, one in German and another in Japanese, are included
in the release. For more information about localizing helpsets, see <a href="../locale/loc.html">Localizing
Help Information</a>.
<table width="95%" border="0" cellspacing="1" cellpadding="2">
<tr valign="top">
<td width="2%" nowrap><img src="../../images/hg_note.gif" width="18" height="13"> </td>
<td width="98%">To view these helpsets, you must have installed the correct
fonts on your system.</td>
</tr>
</table>
<h4>German</h4>
<p> This helpset is a portion of the <code>IDE</code> <code>demo</code> helpset that has
been localized in German. It is located in
<pre> <i>JavaHelp_Home/</i>demos/hsjar/idehelp_de.jar</pre>
<p> <img src="../../images/hg_proc.gif" width="18" height="13">To view this helpset
on a UNIX system, enter the following command at the command line:
<pre> java -jar <i>JavaHelp_Home</i>/demos/bin/hsviewer.jar \
-helpset <i>JavaHelp_Home</i>/demos/hsjar/idehelp_de.jar</pre>
<p><img src="../../images/hg_proc.gif" width="18" height="13">To view this helpset
on a Windows system, use the following command in a Command window:
<pre> java -jar <i>JavaHelp_Home</i>\demos\bin\hsviewer.jar -helpset <i>JavaHelp_Home\</i>demos\hsjar\idehelp_de.jar</pre>
<h3></h3>
<h4><b>Japanese</b> </h4>
<p> This helpset is a portion of the <code>IDE</code> <code>demo</code> helpset that has
been localized in Japanese. To view the Japanese helpset, you must have installed
the correct Unicode fonts. This helpset is located in
<pre> <i>JavaHelp_Home</i>/demos/hsjar/idehelp_ja.jar</pre>
<p> <img src="../../images/hg_proc.gif" width="18" height="13">To view this helpset,
enter the following command at the UNIX command line:
<pre> java -jar <i>JavaHelp_Home</i>/demos/bin/hsviewer.jar \
-helpset <i>JavaHelp_Home/</i>demos/hsjar/idehelp_ja.jar</pre>
<p><img src="../../images/hg_proc.gif" width="18" height="13">To view this helpset
on a Windows system, use the following command in a Command window:
<pre> java -jar <i>JavaHelp_Home</i>\demos\bin\hsviewer.jar -helpset <i>JavaHelp_Home\</i>demos\hsjar\idehelp_ja.jar</pre>
<h3></h3>
<p>
</body>
</html>