File: classpath-NT.html

package info (click to toggle)
javamail 1.6.5-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,856 kB
  • sloc: java: 70,543; xml: 3,812; jsp: 284; sh: 97; ansic: 73; makefile: 6
file content (64 lines) | stat: -rw-r--r-- 3,106 bytes parent folder | download | duplicates (4)
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
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<!--

    Copyright (c) 2010, 2019 Oracle and/or its affiliates. All rights reserved.

    This program and the accompanying materials are made available under the
    terms of the Eclipse Public License v. 2.0, which is available at
    http://www.eclipse.org/legal/epl-2.0.

    This Source Code may also be made available under the following Secondary
    Licenses when the conditions for such availability set forth in the
    Eclipse Public License v. 2.0 are satisfied: GNU General Public License,
    version 2 with the GNU Classpath Exception, which is available at
    https://www.gnu.org/software/classpath/license.html.

    SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0

-->

   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <meta name="Author" content="JavaSoftware">
   <meta name="GENERATOR" content="Mozilla/4.61 [en] (WinNT; U) [Netscape]">
   <title>NT Classpath</title>
</head>
<body>
Environment variables are administered on Windows NT from the
<b>System
Properties</b> Control Panel settings (Start->Settings->Control Panel;
it's the <b>System</b> icon in the Control Panel). The <b>Environment</b>
tab contains all of the System and User Variables.
<p>System Variables exist for all users while User Variables only exist
for the current user. Only users with Administrator privileges are able
to define System Variables. For this example, environment variables will
be defined as User Variables.
<p>If this is the first time the CLASSPATH environment variable is being
defined, select the first User Variables entry (its name/value pair will
show up below the User Variables list). Enter 'CLASSPATH' in the 'Variable:'
text edit field.
<p>If the CLASSPATH environment variable has already been previously defined,
simply select it from the User Variables list.
<p>There are a couple of ways of adding something to an environment variable.
It can be added directly, or through the use of a separately defined environment
variable.
<p>When the Jakarta Mail and Java Activation Framework (JAF) jar files are
added directly to the CLASSPATH, the Value field should contain (for example)
".;D:\Java\jakartamail\jakarta.mail.jar;D:\Java\jaf\jakarta.activation.jar".
<p><img SRC="images/direct-classpath.jpg" height=466 width=410>
<br>&nbsp;
<p>When the Jakarta Mail and Java Activation Framework (JAF) jar files are
added to the CLASSPATH using separate environment variables, the Value
field should contain (for example) ".;%JAKARTAMAIL_JAR%;%JAF_JAR%"
<br>&nbsp;
<p><img SRC="images/indirect-classpath.jpg" height=466 width=410>
<br>&nbsp;
<p>Once you have finished updating the Value field, you must press the
Set button. Then press OK. It is not necessary to reboot or log out, however
these new settings will only be present in new Command Prompt windows.
Any existing windows must be closed and reopened for the new settings to
take effect. Any running Java applications which inherit the system CLASSPATH
also need to be restarted.
</body>
</html>