source: general/prog/jdk/j2sdk-desc.xml@ a40092c

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb v1_0 v5_0 v5_0-pre1 v5_1 v5_1-pre1 xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since a40092c was 74c1100, checked in by Larry Lawrence <larry@…>, 22 years ago

added j2sdk

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@83 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 3.8 KB
Line 
1<sect2>
2<title>Contents</title>
3
4<para>The j2sdk package contains <userinput>appletviewer</userinput>,
5<userinput>extcheck</userinput>, <userinput>idlj</userinput>,
6<userinput>jar</userinput>, <userinput>jarsigner</userinput>,
7<userinput>java</userinput>, <userinput>javac</userinput>,
8<userinput>javadoc</userinput>, <userinput>javah</userinput>,
9<userinput>javap</userinput>, <userinput>jdb</userinput>,
10<userinput>keytool</userinput>, <userinput>native2ascii</userinput>,
11<userinput>orbd</userinput>, <userinput>policytool</userinput>,
12<userinput>rmic</userinput>, <userinput>rmid</userinput>,
13<userinput>rmiregistry</userinput>, <userinput>rmiregistry</userinput>,
14<userinput>serialver</userinput>, <userinput>servertool</userinput> and
15<userinput>tnameserv</userinput>.</para>
16
17</sect2>
18
19<sect2><title>Description</title>
20
21<sect3><title>appletviewer</title>
22<para>appletviewer runs Java applets outside of the context of a
23browser.</para></sect3>
24
25<sect3><title>extcheck</title>
26<para>extcheck checks a specified jar file for title and version
27conflicts with any extensions installed in the JDK software.</para></sect3>
28
29<sect3><title>idlj</title>
30<para>idlj generates Java bindings from a given IDL file.</para></sect3>
31
32<sect3><title>jar</title>
33<para>jar combines multiple files into a single JAR archive file.</para></sect3>
34
35<sect3><title>jarsigner</title>
36<para>jarsigner signs JAR (Java ARchive) files and verifys the
37signatures and integrity of a signed JAR.</para></sect3>
38
39<sect3><title>java</title>
40<para>java launches a Java application by starting a Java runtime
41environment, loading a specified class and invoking that class's main
42method.</para></sect3>
43
44<sect3><title>javac</title>
45<para>javac reads class and interface definitions, written in the Java
46programming language, and compiles them into bytecode class files.</para></sect3>
47
48<sect3><title>javadoc</title>
49<para>javadoc parses the declarations anddocumentation comments in a set
50of Java source files and produces a corresponding set of HTML pages
51describing the classes, interfaces, constructors, methods, and fields.</para></sect3>
52
53<sect3><title>javah</title>
54<para>javah generates C header and source files that are needed to
55implement native methods.</para></sect3>
56
57<sect3><title>javap</title>
58<para>javap disassembles a Java class file.</para></sect3>
59
60<sect3><title>jdb</title>
61<para>jdb is a simple command-line debugger for Java classes.</para></sect3>
62
63<sect3><title>keytool</title>
64<para>keytool is a key and certificate management utility.</para></sect3>
65
66<sect3><title>native2ascii</title>
67<para>native2ascii converts files that contain non-supported character encoding
68into files containing Latin-1 or Unicode-encoded charaters.</para></sect3>
69
70<sect3><title>orbd</title>
71<para>orbd is used to enable clients to transparently locate and invoke
72persistent objects on servers in the CORBA environment.</para></sect3>
73
74<sect3><title>policytool</title>
75<para>policytool creates and manages a policy file graphically.</para></sect3>
76
77<sect3><title>rmic</title>
78<para>rmic generates stub and skeleton class files for remote objects
79from the names of compiled Java classes that contain remote object
80implementations.</para></sect3>
81
82<sect3><title>rmid</title>
83<para>rmid starts the activation system daemon.</para></sect3>
84
85<sect3><title>rmiregistry</title>
86<para>rmiregistry creates and starts a remote object registry on the
87specified port on the current host.</para></sect3>
88
89<sect3><title>serialver</title>
90<para>serialver returns the serialVersionUID for one or more classes in
91a form suitable for copying into an evolving class.</para></sect3>
92
93<sect3><title>servertool</title>
94<para>servertool provides an ease-of-use interface for application
95programmers to register, unregister, startup and shutdown a server.</para></sect3>
96
97<sect3><title>tnameserv</title>
98<para>tnameserv starts the Java IDL name server.</para></sect3>
99
100
101</sect2>
102
Note: See TracBrowser for help on using the repository browser.