Penguin
Annotated edit history of kissme(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 KISSME
2 !!!KISSME
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 SEE ALSO
7 AUTHOR
8 ----
9 !!NAME
10
11
12 kissme - A free Java Virtual Machine
13 !!SYNOPSIS
14
15
16 __kissme__ [[ ''-cp path1:path2:path3:...'' ]
17 ''''
18 !!DESCRIPTION
19
20
21 This manual page documents usage of the __kissme__
22 command.
23
24
25 kissme is used to run a java program. kissme looks for a
26 configuration file in the current directory named
27 'kissmerc'. If none is found it looks in the user's home
28 directory, and if that isn't found, it looks for
29 /etc/kissme/kissmerc.
30
31
32 The kissmerc file contains one line specifying the location
33 of the class libraries:
34
35
36 classpath=/usr/share/kissme/classpath
37
38
39 By default, the above line is used, and the kissmerc file is
40 placed in /etc/kissme/.
41
42
43 You must specify the your own classes with the -cp
44 path1:path2:... option.
45
46
47 kissme will not load files from .jar or .zip files, the
48 .class files must be unpacked in the correct directory
49 structure.
50
51
52 Currently kissme only supports the GNU Classpath class
53 libraries.
54
55
56 See http://kissme.sourceforge.net/ to obtain class libraries
57 or to find out more about kissme.
58 !!SEE ALSO
59
60
61 java(1),
62 !!AUTHOR
63
64
65 This manual page was written by John Leuner
66 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.