diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2001-09-16 01:02:46 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2001-09-16 01:02:46 +0000 |
commit | db3dca6dbd32fe6ea3d51bc037e6f9cdc66c343b (patch) | |
tree | 29d590ca0bc9e66d81bc3218a0684c2daf9d4a68 /java | |
parent | Fix compilation problems. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_4_0'.release/4.4.0
Notes
Notes:
svn path=/head/; revision=47856
svn path=/tags/RELEASE_4_4_0/; revision=47857; tag=release/4.4.0
Diffstat (limited to 'java')
97 files changed, 0 insertions, 19592 deletions
diff --git a/java/java-tutorial/Makefile b/java/java-tutorial/Makefile deleted file mode 100644 index f51dff3ca503..000000000000 --- a/java/java-tutorial/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: JDK tutorial -# Date created: Tue Mar 23 10:18:20 EET 1999 -# Whom: Martti Kuparinen <martti.kuparinen@ericsson.com> -# -# $FreeBSD$ -# - -PORTNAME= jdk-tutorial -PORTVERSION= 1.1.8 -PORTREVISION= 3 -CATEGORIES= java -MASTER_SITES= ftp://ftp.javasoft.com/docs/ -DISTNAME= tutorial - -MAINTAINER= ports@freebsd.org - -NO_WRKSUBDIR= yes -RESTRICTED= "This software is under license and export control." -NO_BUILD= yes -PLIST_SUB+= VERSION=${PORTVERSION} -PKGMESSAGE= ${WRKDIR}/MESSAGE - -.include <bsd.port.pre.mk> - -do-install: - ${MKDIR} ${PREFIX}/jdk${PORTVERSION}/docs/books/tutorial - (cd ${WRKSRC} && ${TAR} -cf - * ) \ - | (cd ${PREFIX}/jdk${PORTVERSION}/docs/books/tutorial \ - && ${TAR} -xf -) - @${SED} s+!!PREFIX!!+${PREFIX}+g < ${PKGDIR}/pkg-message > ${PKGMESSAGE} - @${CAT} ${PKGMESSAGE} - @${RM} ${PKGMESSAGE} - -.include <bsd.port.post.mk> diff --git a/java/java-tutorial/distinfo b/java/java-tutorial/distinfo deleted file mode 100644 index 522bb0021433..000000000000 --- a/java/java-tutorial/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (tutorial.tar.gz) = d9426a8e44c55582bbe3b6e720c52872 diff --git a/java/java-tutorial/pkg-comment b/java/java-tutorial/pkg-comment deleted file mode 100644 index 237e16802f23..000000000000 --- a/java/java-tutorial/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Sun's Java Developers Kit tutorial diff --git a/java/java-tutorial/pkg-descr b/java/java-tutorial/pkg-descr deleted file mode 100644 index 6580137e0f14..000000000000 --- a/java/java-tutorial/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Tutorial for Sun's Java Developers Kit (JDK). For more information about -the JDK for FreeBSD see http://www.freebsd.org/java/ - -WWW: http://www.freebsd.org/java/ diff --git a/java/java-tutorial/pkg-message b/java/java-tutorial/pkg-message deleted file mode 100644 index e6795ffe2ed2..000000000000 --- a/java/java-tutorial/pkg-message +++ /dev/null @@ -1,7 +0,0 @@ - -Here is a useful bookmark entry for your Web browser: - -The Java Tutorial: ------------------- -file:!!PREFIX!!/jdk1.1.8/docs/books/tutorial/index.html - diff --git a/java/java-tutorial/pkg-plist b/java/java-tutorial/pkg-plist deleted file mode 100644 index 461b49e0d31a..000000000000 --- a/java/java-tutorial/pkg-plist +++ /dev/null @@ -1,3331 +0,0 @@ -jdk%%VERSION%%/docs/books/tutorial/2d/TOC.html -jdk%%VERSION%%/docs/books/tutorial/2d/display/ClipImage.atag -jdk%%VERSION%%/docs/books/tutorial/2d/display/ClipImage.html -jdk%%VERSION%%/docs/books/tutorial/2d/display/Composite.atag -jdk%%VERSION%%/docs/books/tutorial/2d/display/Composite.html -jdk%%VERSION%%/docs/books/tutorial/2d/display/Cubic.atag -jdk%%VERSION%%/docs/books/tutorial/2d/display/Cubic.html -jdk%%VERSION%%/docs/books/tutorial/2d/display/HitTestSample.atag -jdk%%VERSION%%/docs/books/tutorial/2d/display/HitTestSample.html -jdk%%VERSION%%/docs/books/tutorial/2d/display/Odd_Shape.atag -jdk%%VERSION%%/docs/books/tutorial/2d/display/Odd_Shape.html -jdk%%VERSION%%/docs/books/tutorial/2d/display/Pear.atag -jdk%%VERSION%%/docs/books/tutorial/2d/display/Pear.html -jdk%%VERSION%%/docs/books/tutorial/2d/display/Quad.atag -jdk%%VERSION%%/docs/books/tutorial/2d/display/Quad.html -jdk%%VERSION%%/docs/books/tutorial/2d/display/ShapeMover.atag -jdk%%VERSION%%/docs/books/tutorial/2d/display/ShapeMover.html -jdk%%VERSION%%/docs/books/tutorial/2d/display/ShapesDemo2D.atag -jdk%%VERSION%%/docs/books/tutorial/2d/display/ShapesDemo2D.html -jdk%%VERSION%%/docs/books/tutorial/2d/display/Starry.atag -jdk%%VERSION%%/docs/books/tutorial/2d/display/Starry.html -jdk%%VERSION%%/docs/books/tutorial/2d/display/StrokeAndFillDemo.atag -jdk%%VERSION%%/docs/books/tutorial/2d/display/StrokeAndFillDemo.html -jdk%%VERSION%%/docs/books/tutorial/2d/display/SwingShapeMover.atag -jdk%%VERSION%%/docs/books/tutorial/2d/display/SwingShapeMover.html -jdk%%VERSION%%/docs/books/tutorial/2d/display/Transform.atag -jdk%%VERSION%%/docs/books/tutorial/2d/display/Transform.html -jdk%%VERSION%%/docs/books/tutorial/2d/display/clipping.html -jdk%%VERSION%%/docs/books/tutorial/2d/display/complexshapes.html -jdk%%VERSION%%/docs/books/tutorial/2d/display/compositing.html -jdk%%VERSION%%/docs/books/tutorial/2d/display/example-1dot2/ClipImage.java -jdk%%VERSION%%/docs/books/tutorial/2d/display/example-1dot2/Composite.java -jdk%%VERSION%%/docs/books/tutorial/2d/display/example-1dot2/Cubic.java -jdk%%VERSION%%/docs/books/tutorial/2d/display/example-1dot2/HitTestSample.java -jdk%%VERSION%%/docs/books/tutorial/2d/display/example-1dot2/Odd_Shape.java -jdk%%VERSION%%/docs/books/tutorial/2d/display/example-1dot2/Pear.java -jdk%%VERSION%%/docs/books/tutorial/2d/display/example-1dot2/Quad.java -jdk%%VERSION%%/docs/books/tutorial/2d/display/example-1dot2/ShapeMover.java -jdk%%VERSION%%/docs/books/tutorial/2d/display/example-1dot2/ShapesDemo2D.java -jdk%%VERSION%%/docs/books/tutorial/2d/display/example-1dot2/Starry.java -jdk%%VERSION%%/docs/books/tutorial/2d/display/example-1dot2/StrokeAndFill.java -jdk%%VERSION%%/docs/books/tutorial/2d/display/example-1dot2/SwingShapeMover.java -jdk%%VERSION%%/docs/books/tutorial/2d/display/example-1dot2/Transform.java -jdk%%VERSION%%/docs/books/tutorial/2d/display/example-1dot2/clipimage.jar -jdk%%VERSION%%/docs/books/tutorial/2d/display/example-1dot2/composite.jar -jdk%%VERSION%%/docs/books/tutorial/2d/display/example-1dot2/cubic.jar -jdk%%VERSION%%/docs/books/tutorial/2d/display/example-1dot2/hittestsample.jar -jdk%%VERSION%%/docs/books/tutorial/2d/display/example-1dot2/images/Starry.gif -jdk%%VERSION%%/docs/books/tutorial/2d/display/example-1dot2/images/clouds.jpg -jdk%%VERSION%%/docs/books/tutorial/2d/display/example-1dot2/odd_shape.jar -jdk%%VERSION%%/docs/books/tutorial/2d/display/example-1dot2/pear.jar -jdk%%VERSION%%/docs/books/tutorial/2d/display/example-1dot2/quad.jar -jdk%%VERSION%%/docs/books/tutorial/2d/display/example-1dot2/shapemover.jar -jdk%%VERSION%%/docs/books/tutorial/2d/display/example-1dot2/shapesdemo2d.jar -jdk%%VERSION%%/docs/books/tutorial/2d/display/example-1dot2/starry.jar -jdk%%VERSION%%/docs/books/tutorial/2d/display/example-1dot2/strokeandfill.jar -jdk%%VERSION%%/docs/books/tutorial/2d/display/example-1dot2/swingshapemover.jar -jdk%%VERSION%%/docs/books/tutorial/2d/display/example-1dot2/transform.jar -jdk%%VERSION%%/docs/books/tutorial/2d/display/index.html -jdk%%VERSION%%/docs/books/tutorial/2d/display/quality.html -jdk%%VERSION%%/docs/books/tutorial/2d/display/strokeandfill.html -jdk%%VERSION%%/docs/books/tutorial/2d/display/transforming.html -jdk%%VERSION%%/docs/books/tutorial/2d/display/user.html -jdk%%VERSION%%/docs/books/tutorial/2d/end.html -jdk%%VERSION%%/docs/books/tutorial/2d/images/BufferedShapeMover.atag -jdk%%VERSION%%/docs/books/tutorial/2d/images/BufferedShapeMover.html -jdk%%VERSION%%/docs/books/tutorial/2d/images/ImageOps.atag -jdk%%VERSION%%/docs/books/tutorial/2d/images/ImageOps.html -jdk%%VERSION%%/docs/books/tutorial/2d/images/doublebuffering.html -jdk%%VERSION%%/docs/books/tutorial/2d/images/example-1dot2/BufferedShapeMover.java -jdk%%VERSION%%/docs/books/tutorial/2d/images/example-1dot2/ImageOps.java -jdk%%VERSION%%/docs/books/tutorial/2d/images/example-1dot2/bufferedshapemover.jar -jdk%%VERSION%%/docs/books/tutorial/2d/images/example-1dot2/imageops.jar -jdk%%VERSION%%/docs/books/tutorial/2d/images/example-1dot2/images/bld.jpg -jdk%%VERSION%%/docs/books/tutorial/2d/images/example-1dot2/images/boat.gif -jdk%%VERSION%%/docs/books/tutorial/2d/images/filtering.html -jdk%%VERSION%%/docs/books/tutorial/2d/images/immediate.html -jdk%%VERSION%%/docs/books/tutorial/2d/images/index.html -jdk%%VERSION%%/docs/books/tutorial/2d/index.html -jdk%%VERSION%%/docs/books/tutorial/2d/overview/coordinate.html -jdk%%VERSION%%/docs/books/tutorial/2d/overview/images.html -jdk%%VERSION%%/docs/books/tutorial/2d/overview/index.html -jdk%%VERSION%%/docs/books/tutorial/2d/overview/printing.html -jdk%%VERSION%%/docs/books/tutorial/2d/overview/rendering.html -jdk%%VERSION%%/docs/books/tutorial/2d/overview/shapes.html -jdk%%VERSION%%/docs/books/tutorial/2d/overview/text.html -jdk%%VERSION%%/docs/books/tutorial/2d/printing/collection.html -jdk%%VERSION%%/docs/books/tutorial/2d/printing/component.html -jdk%%VERSION%%/docs/books/tutorial/2d/printing/example-1dot2/ShapesPrint.java -jdk%%VERSION%%/docs/books/tutorial/2d/printing/example-1dot2/SimpleBook.java -jdk%%VERSION%%/docs/books/tutorial/2d/printing/index.html -jdk%%VERSION%%/docs/books/tutorial/2d/printing/overview.html -jdk%%VERSION%%/docs/books/tutorial/2d/printing/pagesetup.html -jdk%%VERSION%%/docs/books/tutorial/2d/problems/Map_Line.java -jdk%%VERSION%%/docs/books/tutorial/2d/problems/index.html -jdk%%VERSION%%/docs/books/tutorial/2d/textandfonts/FontSelectionDemo.atag -jdk%%VERSION%%/docs/books/tutorial/2d/textandfonts/FontSelectionDemo.html -jdk%%VERSION%%/docs/books/tutorial/2d/textandfonts/LineBreakSample.atag -jdk%%VERSION%%/docs/books/tutorial/2d/textandfonts/LineBreakSample.html -jdk%%VERSION%%/docs/books/tutorial/2d/textandfonts/example-1dot2/FontSelection.java -jdk%%VERSION%%/docs/books/tutorial/2d/textandfonts/example-1dot2/LineBreakSample.java -jdk%%VERSION%%/docs/books/tutorial/2d/textandfonts/example-1dot2/fontselection.jar -jdk%%VERSION%%/docs/books/tutorial/2d/textandfonts/example-1dot2/linebreaksample.jar -jdk%%VERSION%%/docs/books/tutorial/2d/textandfonts/fontselection.html -jdk%%VERSION%%/docs/books/tutorial/2d/textandfonts/index.html -jdk%%VERSION%%/docs/books/tutorial/2d/textandfonts/linebreakmeasure.html -jdk%%VERSION%%/docs/books/tutorial/applet/TOC.html -jdk%%VERSION%%/docs/books/tutorial/applet/appletsonly/_jarFile.html -jdk%%VERSION%%/docs/books/tutorial/applet/appletsonly/appletTag.html -jdk%%VERSION%%/docs/books/tutorial/applet/appletsonly/browser.html -jdk%%VERSION%%/docs/books/tutorial/applet/appletsonly/data.html -jdk%%VERSION%%/docs/books/tutorial/applet/appletsonly/example-1dot1/GetApplets.java -jdk%%VERSION%%/docs/books/tutorial/applet/appletsonly/example-1dot1/Receiver.java -jdk%%VERSION%%/docs/books/tutorial/applet/appletsonly/example-1dot1/Sender.java -jdk%%VERSION%%/docs/books/tutorial/applet/appletsonly/example-1dot1/ShowDocument.html -jdk%%VERSION%%/docs/books/tutorial/applet/appletsonly/example-1dot1/ShowDocument.java -jdk%%VERSION%%/docs/books/tutorial/applet/appletsonly/example-1dot1/SoundExample.html -jdk%%VERSION%%/docs/books/tutorial/applet/appletsonly/example-1dot1/SoundExample.java -jdk%%VERSION%%/docs/books/tutorial/applet/appletsonly/example-1dot1/SoundList.java -jdk%%VERSION%%/docs/books/tutorial/applet/appletsonly/example-1dot1/SoundLoader.java -jdk%%VERSION%%/docs/books/tutorial/applet/appletsonly/example-1dot1/bark.au -jdk%%VERSION%%/docs/books/tutorial/applet/appletsonly/example-1dot1/iac.html -jdk%%VERSION%%/docs/books/tutorial/applet/appletsonly/example-1dot1/train.au -jdk%%VERSION%%/docs/books/tutorial/applet/appletsonly/example/AppletButton.java -jdk%%VERSION%%/docs/books/tutorial/applet/appletsonly/example/GetApplets.class -jdk%%VERSION%%/docs/books/tutorial/applet/appletsonly/example/GetApplets.java -jdk%%VERSION%%/docs/books/tutorial/applet/appletsonly/example/Receiver.class -jdk%%VERSION%%/docs/books/tutorial/applet/appletsonly/example/Receiver.java -jdk%%VERSION%%/docs/books/tutorial/applet/appletsonly/example/Sender.class -jdk%%VERSION%%/docs/books/tutorial/applet/appletsonly/example/Sender.java -jdk%%VERSION%%/docs/books/tutorial/applet/appletsonly/example/ShowDocument.class -jdk%%VERSION%%/docs/books/tutorial/applet/appletsonly/example/ShowDocument.java -jdk%%VERSION%%/docs/books/tutorial/applet/appletsonly/example/SoundExample.class -jdk%%VERSION%%/docs/books/tutorial/applet/appletsonly/example/SoundExample.java -jdk%%VERSION%%/docs/books/tutorial/applet/appletsonly/example/SoundList.class -jdk%%VERSION%%/docs/books/tutorial/applet/appletsonly/example/SoundList.java -jdk%%VERSION%%/docs/books/tutorial/applet/appletsonly/example/SoundLoader.class -jdk%%VERSION%%/docs/books/tutorial/applet/appletsonly/example/SoundLoader.java -jdk%%VERSION%%/docs/books/tutorial/applet/appletsonly/example/URLWindow.class -jdk%%VERSION%%/docs/books/tutorial/applet/appletsonly/example/bark.au -jdk%%VERSION%%/docs/books/tutorial/applet/appletsonly/example/train.au -jdk%%VERSION%%/docs/books/tutorial/applet/appletsonly/getParam.html -jdk%%VERSION%%/docs/books/tutorial/applet/appletsonly/html.html -jdk%%VERSION%%/docs/books/tutorial/applet/appletsonly/iac.html -jdk%%VERSION%%/docs/books/tutorial/applet/appletsonly/index.html -jdk%%VERSION%%/docs/books/tutorial/applet/appletsonly/param.html -jdk%%VERSION%%/docs/books/tutorial/applet/appletsonly/paramInfo.html -jdk%%VERSION%%/docs/books/tutorial/applet/appletsonly/paramQs.html -jdk%%VERSION%%/docs/books/tutorial/applet/appletsonly/showStatus.html -jdk%%VERSION%%/docs/books/tutorial/applet/appletsonly/sound.html -jdk%%VERSION%%/docs/books/tutorial/applet/end.html -jdk%%VERSION%%/docs/books/tutorial/applet/finishing/checklist.html -jdk%%VERSION%%/docs/books/tutorial/applet/finishing/index.html -jdk%%VERSION%%/docs/books/tutorial/applet/finishing/perfect.html -jdk%%VERSION%%/docs/books/tutorial/applet/index.html -jdk%%VERSION%%/docs/books/tutorial/applet/overview/_stdout.html -jdk%%VERSION%%/docs/books/tutorial/applet/overview/appletMethods.html -jdk%%VERSION%%/docs/books/tutorial/applet/overview/componentMethods.html -jdk%%VERSION%%/docs/books/tutorial/applet/overview/containerMethods.html -jdk%%VERSION%%/docs/books/tutorial/applet/overview/example-1dot1/ScrollingSimple.java -jdk%%VERSION%%/docs/books/tutorial/applet/overview/example-1dot1/Simple.html -jdk%%VERSION%%/docs/books/tutorial/applet/overview/example-1dot1/Simple.java -jdk%%VERSION%%/docs/books/tutorial/applet/overview/example-1dot1/SimpleClick.html -jdk%%VERSION%%/docs/books/tutorial/applet/overview/example-1dot1/SimpleClick.java -jdk%%VERSION%%/docs/books/tutorial/applet/overview/example/ScrollingSimple.class -jdk%%VERSION%%/docs/books/tutorial/applet/overview/example/ScrollingSimple.java -jdk%%VERSION%%/docs/books/tutorial/applet/overview/example/Simple.class -jdk%%VERSION%%/docs/books/tutorial/applet/overview/example/Simple.java -jdk%%VERSION%%/docs/books/tutorial/applet/overview/example/SimpleClick.class -jdk%%VERSION%%/docs/books/tutorial/applet/overview/example/SimpleClick.java -jdk%%VERSION%%/docs/books/tutorial/applet/overview/index.html -jdk%%VERSION%%/docs/books/tutorial/applet/overview/lifeCycle.html -jdk%%VERSION%%/docs/books/tutorial/applet/overview/security.html -jdk%%VERSION%%/docs/books/tutorial/applet/overview/summary.html -jdk%%VERSION%%/docs/books/tutorial/applet/overview/test.html -jdk%%VERSION%%/docs/books/tutorial/applet/practical/betterThreadApplet.html -jdk%%VERSION%%/docs/books/tutorial/applet/practical/clientExample.html -jdk%%VERSION%%/docs/books/tutorial/applet/practical/example-1dot1/LamePrintThread.html -jdk%%VERSION%%/docs/books/tutorial/applet/practical/example-1dot1/LamePrintThread.java -jdk%%VERSION%%/docs/books/tutorial/applet/practical/example-1dot1/PrintThread.html -jdk%%VERSION%%/docs/books/tutorial/applet/practical/example-1dot1/PrintThread.java -jdk%%VERSION%%/docs/books/tutorial/applet/practical/example-1dot1/QuoteClientApplet.java -jdk%%VERSION%%/docs/books/tutorial/applet/practical/example-1dot1/QuoteServer.java -jdk%%VERSION%%/docs/books/tutorial/applet/practical/example-1dot1/QuoteServerThread.java -jdk%%VERSION%%/docs/books/tutorial/applet/practical/example-1dot1/TalkClientApplet.java -jdk%%VERSION%%/docs/books/tutorial/applet/practical/example-1dot1/TalkServer.java -jdk%%VERSION%%/docs/books/tutorial/applet/practical/example-1dot1/TalkServerThread.java -jdk%%VERSION%%/docs/books/tutorial/applet/practical/example-1dot1/one-liners.txt -jdk%%VERSION%%/docs/books/tutorial/applet/practical/example-1dot1/quoteApplet.html -jdk%%VERSION%%/docs/books/tutorial/applet/practical/example-1dot1/talk.html -jdk%%VERSION%%/docs/books/tutorial/applet/practical/example/GetOpenProperties.class -jdk%%VERSION%%/docs/books/tutorial/applet/practical/example/GetOpenProperties.java -jdk%%VERSION%%/docs/books/tutorial/applet/practical/example/LamePrintThread.class -jdk%%VERSION%%/docs/books/tutorial/applet/practical/example/LamePrintThread.java -jdk%%VERSION%%/docs/books/tutorial/applet/practical/example/PrintThread.class -jdk%%VERSION%%/docs/books/tutorial/applet/practical/example/PrintThread.java -jdk%%VERSION%%/docs/books/tutorial/applet/practical/example/QuoteClientApplet.java -jdk%%VERSION%%/docs/books/tutorial/applet/practical/example/QuoteServer.java -jdk%%VERSION%%/docs/books/tutorial/applet/practical/example/QuoteServerThread.java -jdk%%VERSION%%/docs/books/tutorial/applet/practical/example/TalkClientApplet.java -jdk%%VERSION%%/docs/books/tutorial/applet/practical/example/TalkServer.java -jdk%%VERSION%%/docs/books/tutorial/applet/practical/example/TalkServerThread.java -jdk%%VERSION%%/docs/books/tutorial/applet/practical/example/one-liners.txt -jdk%%VERSION%%/docs/books/tutorial/applet/practical/example/quoteApplet.html -jdk%%VERSION%%/docs/books/tutorial/applet/practical/example/talk.html -jdk%%VERSION%%/docs/books/tutorial/applet/practical/gui.html -jdk%%VERSION%%/docs/books/tutorial/applet/practical/index.html -jdk%%VERSION%%/docs/books/tutorial/applet/practical/properties.html -jdk%%VERSION%%/docs/books/tutorial/applet/practical/security.html -jdk%%VERSION%%/docs/books/tutorial/applet/practical/server.html -jdk%%VERSION%%/docs/books/tutorial/applet/practical/stdout.html -jdk%%VERSION%%/docs/books/tutorial/applet/practical/threadExample.html -jdk%%VERSION%%/docs/books/tutorial/applet/practical/threads.html -jdk%%VERSION%%/docs/books/tutorial/applet/practical/ui.html -jdk%%VERSION%%/docs/books/tutorial/applet/practical/workaround.html -jdk%%VERSION%%/docs/books/tutorial/applet/problems/index.html -jdk%%VERSION%%/docs/books/tutorial/book.html -jdk%%VERSION%%/docs/books/tutorial/books/1e/2ndprinting.html -jdk%%VERSION%%/docs/books/tutorial/books/1e/4thprinting.html -jdk%%VERSION%%/docs/books/tutorial/books/1e/book.html -jdk%%VERSION%%/docs/books/tutorial/books/1e/cdinfo.html -jdk%%VERSION%%/docs/books/tutorial/books/1e/errata.html -jdk%%VERSION%%/docs/books/tutorial/books/1e/missingfiles/bigimg.gif -jdk%%VERSION%%/docs/books/tutorial/books/1e/missingfiles/smallimg.gif -jdk%%VERSION%%/docs/books/tutorial/books/1e/reference.html -jdk%%VERSION%%/docs/books/tutorial/books/1e/toc.html -jdk%%VERSION%%/docs/books/tutorial/books/2e/book.html -jdk%%VERSION%%/docs/books/tutorial/books/2e/cdinfo.html -jdk%%VERSION%%/docs/books/tutorial/books/2e/errata.html -jdk%%VERSION%%/docs/books/tutorial/books/2e/reference.html -jdk%%VERSION%%/docs/books/tutorial/books/2e/toc.html -jdk%%VERSION%%/docs/books/tutorial/books/3e/bookTOC.pdf -jdk%%VERSION%%/docs/books/tutorial/books/3e/cdinfo.html -jdk%%VERSION%%/docs/books/tutorial/books/3e/pdf/p-229.pdf -jdk%%VERSION%%/docs/books/tutorial/books/3e/pdf/p-239-40.pdf -jdk%%VERSION%%/docs/books/tutorial/books/3e/pdf/p-267.pdf -jdk%%VERSION%%/docs/books/tutorial/books/3e/pdf/p-309.pdf -jdk%%VERSION%%/docs/books/tutorial/books/3e/pdf/p-32.pdf -jdk%%VERSION%%/docs/books/tutorial/books/3e/pdf/p-56.pdf -jdk%%VERSION%%/docs/books/tutorial/books/3e/errata.html -jdk%%VERSION%%/docs/books/tutorial/books/3e/exercises/packages.html -jdk%%VERSION%%/docs/books/tutorial/books/3e/index.html -jdk%%VERSION%%/docs/books/tutorial/books/3e/toc.html -jdk%%VERSION%%/docs/books/tutorial/books/continued/cdinfo.html -jdk%%VERSION%%/docs/books/tutorial/books/continued/errata.html -jdk%%VERSION%%/docs/books/tutorial/books/continued/index.html -jdk%%VERSION%%/docs/books/tutorial/books/continued/toc.html -jdk%%VERSION%%/docs/books/tutorial/books/swing/cdinfo.html -jdk%%VERSION%%/docs/books/tutorial/books/swing/errata.html -jdk%%VERSION%%/docs/books/tutorial/books/swing/index.html -jdk%%VERSION%%/docs/books/tutorial/books/swing/toc.html -jdk%%VERSION%%/docs/books/tutorial/collections/TOC.html -jdk%%VERSION%%/docs/books/tutorial/collections/algorithms/example-1dot2/Perm2.java -jdk%%VERSION%%/docs/books/tutorial/collections/algorithms/example-1dot2/Sort.java -jdk%%VERSION%%/docs/books/tutorial/collections/algorithms/index.html -jdk%%VERSION%%/docs/books/tutorial/collections/custom-implementations/index.html -jdk%%VERSION%%/docs/books/tutorial/collections/end.html -jdk%%VERSION%%/docs/books/tutorial/collections/implementations/convenience.html -jdk%%VERSION%%/docs/books/tutorial/collections/implementations/general.html -jdk%%VERSION%%/docs/books/tutorial/collections/implementations/index.html -jdk%%VERSION%%/docs/books/tutorial/collections/implementations/wrapper.html -jdk%%VERSION%%/docs/books/tutorial/collections/index.html -jdk%%VERSION%%/docs/books/tutorial/collections/interfaces/collection.html -jdk%%VERSION%%/docs/books/tutorial/collections/interfaces/example-1dot2/Deal.java -jdk%%VERSION%%/docs/books/tutorial/collections/interfaces/example-1dot2/FindDups.java -jdk%%VERSION%%/docs/books/tutorial/collections/interfaces/example-1dot2/FindDups2.java -jdk%%VERSION%%/docs/books/tutorial/collections/interfaces/example-1dot2/Freq.java -jdk%%VERSION%%/docs/books/tutorial/collections/interfaces/example-1dot2/Name.java -jdk%%VERSION%%/docs/books/tutorial/collections/interfaces/example-1dot2/NameSort.java -jdk%%VERSION%%/docs/books/tutorial/collections/interfaces/example-1dot2/Perm.java -jdk%%VERSION%%/docs/books/tutorial/collections/interfaces/example-1dot2/Shuffle.java -jdk%%VERSION%%/docs/books/tutorial/collections/interfaces/example-1dot2/dictionary.txt -jdk%%VERSION%%/docs/books/tutorial/collections/interfaces/index.html -jdk%%VERSION%%/docs/books/tutorial/collections/interfaces/list.html -jdk%%VERSION%%/docs/books/tutorial/collections/interfaces/map.html -jdk%%VERSION%%/docs/books/tutorial/collections/interfaces/order.html -jdk%%VERSION%%/docs/books/tutorial/collections/interfaces/set.html -jdk%%VERSION%%/docs/books/tutorial/collections/interfaces/sorted-map.html -jdk%%VERSION%%/docs/books/tutorial/collections/interfaces/sorted-set.html -jdk%%VERSION%%/docs/books/tutorial/collections/interoperability/api-design.html -jdk%%VERSION%%/docs/books/tutorial/collections/interoperability/compatibility.html -jdk%%VERSION%%/docs/books/tutorial/collections/interoperability/index.html -jdk%%VERSION%%/docs/books/tutorial/collections/intro/index.html -jdk%%VERSION%%/docs/books/tutorial/collections/problems/index.html -jdk%%VERSION%%/docs/books/tutorial/dnd/TOC.html -jdk%%VERSION%%/docs/books/tutorial/dnd/end.html -jdk%%VERSION%%/docs/books/tutorial/dnd/example-1dot2/DNDComponentInterface.java -jdk%%VERSION%%/docs/books/tutorial/dnd/example-1dot2/DNDList.java -jdk%%VERSION%%/docs/books/tutorial/dnd/example-1dot2/SwingDrop.java -jdk%%VERSION%%/docs/books/tutorial/dnd/example-1dot2/TestDND.java -jdk%%VERSION%%/docs/books/tutorial/dnd/index.html -jdk%%VERSION%%/docs/books/tutorial/dnd/sheetal.html -jdk%%VERSION%%/docs/books/tutorial/essential/TOC.html -jdk%%VERSION%%/docs/books/tutorial/essential/attributes/_posix.html -jdk%%VERSION%%/docs/books/tutorial/essential/attributes/cmdLineArgs.html -jdk%%VERSION%%/docs/books/tutorial/essential/attributes/example-1dot1/Echo.java -jdk%%VERSION%%/docs/books/tutorial/essential/attributes/example/Echo.java -jdk%%VERSION%%/docs/books/tutorial/essential/attributes/index.html -jdk%%VERSION%%/docs/books/tutorial/essential/attributes/properties.html -jdk%%VERSION%%/docs/books/tutorial/essential/end.html -jdk%%VERSION%%/docs/books/tutorial/essential/exceptions/QandE/answers.html -jdk%%VERSION%%/docs/books/tutorial/essential/exceptions/QandE/questions.html -jdk%%VERSION%%/docs/books/tutorial/essential/exceptions/catch.html -jdk%%VERSION%%/docs/books/tutorial/essential/exceptions/catchOrDeclare.html -jdk%%VERSION%%/docs/books/tutorial/essential/exceptions/creating.html -jdk%%VERSION%%/docs/books/tutorial/essential/exceptions/dealing.html -jdk%%VERSION%%/docs/books/tutorial/essential/exceptions/declaring.html -jdk%%VERSION%%/docs/books/tutorial/essential/exceptions/definition.html -jdk%%VERSION%%/docs/books/tutorial/essential/exceptions/example-1dot1/Cat.java -jdk%%VERSION%%/docs/books/tutorial/essential/exceptions/example-1dot1/InputFile.java -jdk%%VERSION%%/docs/books/tutorial/essential/exceptions/example-1dot1/InputFileDeclared.java -jdk%%VERSION%%/docs/books/tutorial/essential/exceptions/example-1dot1/InputFileTest.java -jdk%%VERSION%%/docs/books/tutorial/essential/exceptions/example-1dot1/ListOfNumbers.java -jdk%%VERSION%%/docs/books/tutorial/essential/exceptions/example-1dot1/ListOfNumbers2.java -jdk%%VERSION%%/docs/books/tutorial/essential/exceptions/example-1dot1/ListOfNumbersDeclared.java -jdk%%VERSION%%/docs/books/tutorial/essential/exceptions/example-1dot1/ListOfNumbersTest.java -jdk%%VERSION%%/docs/books/tutorial/essential/exceptions/example-1dot1/ListOfNumbersWOHandler.java -jdk%%VERSION%%/docs/books/tutorial/essential/exceptions/example-1dot1/infile.txt -jdk%%VERSION%%/docs/books/tutorial/essential/exceptions/example-1dot1/testing -jdk%%VERSION%%/docs/books/tutorial/essential/exceptions/example/InputFile.java -jdk%%VERSION%%/docs/books/tutorial/essential/exceptions/example/InputFileDeclared.java -jdk%%VERSION%%/docs/books/tutorial/essential/exceptions/example/InputFileTest.java -jdk%%VERSION%%/docs/books/tutorial/essential/exceptions/example/ListOfNumbers.java -jdk%%VERSION%%/docs/books/tutorial/essential/exceptions/example/ListOfNumbersDeclared.java -jdk%%VERSION%%/docs/books/tutorial/essential/exceptions/example/ListOfNumbersTest.java -jdk%%VERSION%%/docs/books/tutorial/essential/exceptions/example/ListOfNumbersWOHandler.java -jdk%%VERSION%%/docs/books/tutorial/essential/exceptions/example/testing -jdk%%VERSION%%/docs/books/tutorial/essential/exceptions/finally.html -jdk%%VERSION%%/docs/books/tutorial/essential/exceptions/firstencounter.html -jdk%%VERSION%%/docs/books/tutorial/essential/exceptions/handling.html -jdk%%VERSION%%/docs/books/tutorial/essential/exceptions/index.html -jdk%%VERSION%%/docs/books/tutorial/essential/exceptions/putItTogether.html -jdk%%VERSION%%/docs/books/tutorial/essential/exceptions/runtime.html -jdk%%VERSION%%/docs/books/tutorial/essential/exceptions/theexample.html -jdk%%VERSION%%/docs/books/tutorial/essential/exceptions/throw.html -jdk%%VERSION%%/docs/books/tutorial/essential/exceptions/throwable.html -jdk%%VERSION%%/docs/books/tutorial/essential/exceptions/throwing.html -jdk%%VERSION%%/docs/books/tutorial/essential/exceptions/try.html -jdk%%VERSION%%/docs/books/tutorial/essential/index.html -jdk%%VERSION%%/docs/books/tutorial/essential/io/QandE/FileReader.java -jdk%%VERSION%%/docs/books/tutorial/essential/io/QandE/FileWriter.java -jdk%%VERSION%%/docs/books/tutorial/essential/io/QandE/answers.html -jdk%%VERSION%%/docs/books/tutorial/essential/io/QandE/questions.html -jdk%%VERSION%%/docs/books/tutorial/essential/io/catstreams.html -jdk%%VERSION%%/docs/books/tutorial/essential/io/dataIO.html -jdk%%VERSION%%/docs/books/tutorial/essential/io/datasinks.html -jdk%%VERSION%%/docs/books/tutorial/essential/io/example-1dot1/Adler32.java -jdk%%VERSION%%/docs/books/tutorial/essential/io/example-1dot1/Card3.java -jdk%%VERSION%%/docs/books/tutorial/essential/io/example-1dot1/CardReader.java -jdk%%VERSION%%/docs/books/tutorial/essential/io/example-1dot1/CardWriter.java -jdk%%VERSION%%/docs/books/tutorial/essential/io/example-1dot1/CheckedDITest.java -jdk%%VERSION%%/docs/books/tutorial/essential/io/example-1dot1/CheckedDataInput.java -jdk%%VERSION%%/docs/books/tutorial/essential/io/example-1dot1/CheckedDataOutput.java -jdk%%VERSION%%/docs/books/tutorial/essential/io/example-1dot1/CheckedIOTest.java -jdk%%VERSION%%/docs/books/tutorial/essential/io/example-1dot1/CheckedInputStream.java -jdk%%VERSION%%/docs/books/tutorial/essential/io/example-1dot1/CheckedOutputStream.java -jdk%%VERSION%%/docs/books/tutorial/essential/io/example-1dot1/CheckedRAFTest.java -jdk%%VERSION%%/docs/books/tutorial/essential/io/example-1dot1/Checksum.java -jdk%%VERSION%%/docs/books/tutorial/essential/io/example-1dot1/Concatenate.java -jdk%%VERSION%%/docs/books/tutorial/essential/io/example-1dot1/Copy.java -jdk%%VERSION%%/docs/books/tutorial/essential/io/example-1dot1/CountReader.java -jdk%%VERSION%%/docs/books/tutorial/essential/io/example-1dot1/CountWriter.java -jdk%%VERSION%%/docs/books/tutorial/essential/io/example-1dot1/CounterDemo.java -jdk%%VERSION%%/docs/books/tutorial/essential/io/example-1dot1/DataIODemo.java -jdk%%VERSION%%/docs/books/tutorial/essential/io/example-1dot1/DataIOTest.java -jdk%%VERSION%%/docs/books/tutorial/essential/io/example-1dot1/DataIODemo2.java -jdk%%VERSION%%/docs/books/tutorial/essential/io/example-1dot1/DataIOTest2.java -jdk%%VERSION%%/docs/books/tutorial/essential/io/example-1dot1/ListOfFiles.java -jdk%%VERSION%%/docs/books/tutorial/essential/io/example-1dot1/ReverseThread.java -jdk%%VERSION%%/docs/books/tutorial/essential/io/example-1dot1/RhymingWords.java -jdk%%VERSION%%/docs/books/tutorial/essential/io/example-1dot1/SortThread.java -jdk%%VERSION%%/docs/books/tutorial/essential/io/example-1dot1/card.out -jdk%%VERSION%%/docs/books/tutorial/essential/io/example-1dot1/farrago.txt -jdk%%VERSION%%/docs/books/tutorial/essential/io/example-1dot1/outagain.txt -jdk%%VERSION%%/docs/books/tutorial/essential/io/example-1dot1/words.txt -jdk%%VERSION%%/docs/books/tutorial/essential/io/example/Adler32.java -jdk%%VERSION%%/docs/books/tutorial/essential/io/example/CheckedDIDemo.java -jdk%%VERSION%%/docs/books/tutorial/essential/io/example/CheckedDITest.java -jdk%%VERSION%%/docs/books/tutorial/essential/io/example/CheckedDataInput.java -jdk%%VERSION%%/docs/books/tutorial/essential/io/example/CheckedDataOutput.java -jdk%%VERSION%%/docs/books/tutorial/essential/io/example/CheckedIODemo.java -jdk%%VERSION%%/docs/books/tutorial/essential/io/example/CheckedIOTest.java -jdk%%VERSION%%/docs/books/tutorial/essential/io/example/CheckedInputStream.java -jdk%%VERSION%%/docs/books/tutorial/essential/io/example/CheckedOutputStream.java -jdk%%VERSION%%/docs/books/tutorial/essential/io/example/CheckedRAFDemo.java -jdk%%VERSION%%/docs/books/tutorial/essential/io/example/CheckedRAFTest.java -jdk%%VERSION%%/docs/books/tutorial/essential/io/example/Checksum.java -jdk%%VERSION%%/docs/books/tutorial/essential/io/example/Concatenate.java -jdk%%VERSION%%/docs/books/tutorial/essential/io/example/CopyBytes.java -jdk%%VERSION%%/docs/books/tutorial/essential/io/example/DataIODemo.java -jdk%%VERSION%%/docs/books/tutorial/essential/io/example/DataIOTest.java -jdk%%VERSION%%/docs/books/tutorial/essential/io/example/ListOfFiles.java -jdk%%VERSION%%/docs/books/tutorial/essential/io/example/ReverseThread.java -jdk%%VERSION%%/docs/books/tutorial/essential/io/example/RhymingWords.java -jdk%%VERSION%%/docs/books/tutorial/essential/io/example/SortThread.java -jdk%%VERSION%%/docs/books/tutorial/essential/io/example/datafile -jdk%%VERSION%%/docs/books/tutorial/essential/io/example/farrago.txt -jdk%%VERSION%%/docs/books/tutorial/essential/io/example/words.txt -jdk%%VERSION%%/docs/books/tutorial/essential/io/filestreams.html -jdk%%VERSION%%/docs/books/tutorial/essential/io/filtered.html -jdk%%VERSION%%/docs/books/tutorial/essential/io/index.html -jdk%%VERSION%%/docs/books/tutorial/essential/io/overview.html -jdk%%VERSION%%/docs/books/tutorial/essential/io/pipedstreams.html -jdk%%VERSION%%/docs/books/tutorial/essential/io/processing.html -jdk%%VERSION%%/docs/books/tutorial/essential/io/providing.html -jdk%%VERSION%%/docs/books/tutorial/essential/io/rafFilters.html -jdk%%VERSION%%/docs/books/tutorial/essential/io/rafIO.html -jdk%%VERSION%%/docs/books/tutorial/essential/io/rafs.html -jdk%%VERSION%%/docs/books/tutorial/essential/io/rest.html -jdk%%VERSION%%/docs/books/tutorial/essential/io/serialization.html -jdk%%VERSION%%/docs/books/tutorial/essential/io/serializing.html -jdk%%VERSION%%/docs/books/tutorial/essential/io/summary.html -jdk%%VERSION%%/docs/books/tutorial/essential/io/writingFiltered.html -jdk%%VERSION%%/docs/books/tutorial/essential/strings/lessondefs.mem4.old -jdk%%VERSION%%/docs/books/tutorial/essential/system/example-1dot1/DataTypePrintTest.java -jdk%%VERSION%%/docs/books/tutorial/essential/system/example-1dot1/DisplaySystemProps.java -jdk%%VERSION%%/docs/books/tutorial/essential/system/example-1dot1/PasswordSecurityManager.java -jdk%%VERSION%%/docs/books/tutorial/essential/system/example-1dot1/PropertiesTest.java -jdk%%VERSION%%/docs/books/tutorial/essential/system/example-1dot1/SecurityManagerTest.java -jdk%%VERSION%%/docs/books/tutorial/essential/system/example-1dot1/TimingIsEverything.html -jdk%%VERSION%%/docs/books/tutorial/essential/system/example-1dot1/TimingIsEverything.java -jdk%%VERSION%%/docs/books/tutorial/essential/system/example-1dot1/UserNameTest.java -jdk%%VERSION%%/docs/books/tutorial/essential/system/example-1dot1/inputtext.txt -jdk%%VERSION%%/docs/books/tutorial/essential/system/example/DataTypePrintTest.java -jdk%%VERSION%%/docs/books/tutorial/essential/system/example/DisplaySystemProps.java -jdk%%VERSION%%/docs/books/tutorial/essential/system/example/PasswordSecurityManager.java -jdk%%VERSION%%/docs/books/tutorial/essential/system/example/PropertiesTest.java -jdk%%VERSION%%/docs/books/tutorial/essential/system/example/SecurityManagerTest.java -jdk%%VERSION%%/docs/books/tutorial/essential/system/example/TimingIsEverything.class -jdk%%VERSION%%/docs/books/tutorial/essential/system/example/TimingIsEverything.java -jdk%%VERSION%%/docs/books/tutorial/essential/system/example/UserNameTest.java -jdk%%VERSION%%/docs/books/tutorial/essential/system/example/inputtext.txt -jdk%%VERSION%%/docs/books/tutorial/essential/system/example/myProperties.txt -jdk%%VERSION%%/docs/books/tutorial/essential/system/garbage.html -jdk%%VERSION%%/docs/books/tutorial/essential/system/index.html -jdk%%VERSION%%/docs/books/tutorial/essential/system/installSMgr.html -jdk%%VERSION%%/docs/books/tutorial/essential/system/iostreams.html -jdk%%VERSION%%/docs/books/tutorial/essential/system/misc.html -jdk%%VERSION%%/docs/books/tutorial/essential/system/more.html -jdk%%VERSION%%/docs/books/tutorial/essential/system/properties.html -jdk%%VERSION%%/docs/books/tutorial/essential/system/runtime.html -jdk%%VERSION%%/docs/books/tutorial/essential/system/security.html -jdk%%VERSION%%/docs/books/tutorial/essential/system/securityIntro.html -jdk%%VERSION%%/docs/books/tutorial/essential/system/using.html -jdk%%VERSION%%/docs/books/tutorial/essential/system/writingSMgr.html -jdk%%VERSION%%/docs/books/tutorial/essential/threads/DiningPhilosophers.atag -jdk%%VERSION%%/docs/books/tutorial/essential/threads/DiningPhilosophers.html -jdk%%VERSION%%/docs/books/tutorial/essential/threads/FairRaceApplet.atag -jdk%%VERSION%%/docs/books/tutorial/essential/threads/FairRaceApplet.html -jdk%%VERSION%%/docs/books/tutorial/essential/threads/QandE/answers.html -jdk%%VERSION%%/docs/books/tutorial/essential/threads/QandE/questions.html -jdk%%VERSION%%/docs/books/tutorial/essential/threads/UnfairRaceApplet.atag -jdk%%VERSION%%/docs/books/tutorial/essential/threads/UnfairRaceApplet.html -jdk%%VERSION%%/docs/books/tutorial/essential/threads/clock.html -jdk%%VERSION%%/docs/books/tutorial/essential/threads/customizing.html -jdk%%VERSION%%/docs/books/tutorial/essential/threads/deadlock.html -jdk%%VERSION%%/docs/books/tutorial/essential/threads/definition.html -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example-1dot1/BidirectionalBubbleSortAlgorithm.java -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example-1dot1/BubbleSortAlgorithm.java -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example-1dot1/Chopstick.java -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example-1dot1/Clock.html -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example-1dot1/Clock.java -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example-1dot1/Consumer.java -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example-1dot1/CubbyHole.java -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example-1dot1/DiningPhilosophers.html -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example-1dot1/EnumerateMain.java -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example-1dot1/EnumerateTest.java -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example-1dot1/FramedArea.java -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example-1dot1/MaxPriorityTest.java -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example-1dot1/PhilAnimator.java -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example-1dot1/Philosopher.java -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example-1dot1/PhilosopherArea.java -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example-1dot1/PoliteRunner.java -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example-1dot1/Producer.java -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example-1dot1/ProducerConsumerTest.java -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example-1dot1/QSortAlgorithm.java -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example-1dot1/RaceApplet.html -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example-1dot1/RaceApplet.java -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example-1dot1/RaceTest.java -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example-1dot1/RaceTest2.java -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example-1dot1/Reentrant.java -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example-1dot1/ReentrantTest.java -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example-1dot1/Runner.java -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example-1dot1/SelfishRunner.java -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example-1dot1/SimpleThread.java -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example-1dot1/Sort.html -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example-1dot1/SortAlgorithm.java -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example-1dot1/SortItem.java -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example-1dot1/ThreeThreadsTest.java -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example-1dot1/TwoThreadsTest.java -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example-1dot1/bothspoonsduke.gif -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example-1dot1/hungryduke.gif -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example-1dot1/rightspoonduke.gif -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example-1dot3/AnnoyingBeep.java -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example-1dot3/Reminder.java -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example-1dot3/ReminderBeep.java -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example-1dot3/SkippingBeep.java -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example-swing/Chopstick.java -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example-swing/DiningPhilosophers.java -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example-swing/Philosopher.java -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example-swing/RaceApplet.java -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example-swing/Runner.java -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example-swing/diningphilosophers.jar -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example-swing/images/bothspoonsduke.gif -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example-swing/images/hungryduke.gif -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example-swing/images/rightspoonduke.gif -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example-swing/raceapplet.jar -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example/BidirectionalBubbleSortAlgorithm.class -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example/BidirectionalBubbleSortAlgorithm.java -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example/BubbleSortAlgorithm.class -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example/BubbleSortAlgorithm.java -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example/Chopstick.class -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example/Chopstick.java -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example/Clock.class -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example/Clock.java -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example/Consumer.java -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example/CubbyHole.java -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example/EnumerateMain.java -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example/EnumerateTest.java -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example/FramedArea.class -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example/FramedArea.java -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example/MaxPriorityTest.java -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example/PhilAnimator.class -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example/PhilAnimator.java -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example/Philosopher.class -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example/Philosopher.java -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example/PhilosopherArea.class -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example/PhilosopherArea.java -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example/PoliteRunner.java -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example/Producer.java -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example/ProducerConsumerTest.java -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example/QSortAlgorithm.class -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example/QSortAlgorithm.java -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example/RaceApplet.class -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example/RaceApplet.java -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example/RaceDemo.java -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example/RaceDemo2.java -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example/Reentrant.java -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example/ReentrantTest.java -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example/Runner.class -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example/Runner.java -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example/SelfishRunner.java -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example/SimpleThread.java -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example/SortAlgorithm.class -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example/SortAlgorithm.java -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example/SortItem.class -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example/SortItem.java -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example/ThreeThreadsTest.java -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example/TwoThreadsDemo.java -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example/bothspoonsduke.gif -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example/hungryduke.gif -jdk%%VERSION%%/docs/books/tutorial/essential/threads/example/rightspoonduke.gif -jdk%%VERSION%%/docs/books/tutorial/essential/threads/group.html -jdk%%VERSION%%/docs/books/tutorial/essential/threads/index.html -jdk%%VERSION%%/docs/books/tutorial/essential/threads/lifecycle.html -jdk%%VERSION%%/docs/books/tutorial/essential/threads/monitors.html -jdk%%VERSION%%/docs/books/tutorial/essential/threads/multithreaded.html -jdk%%VERSION%%/docs/books/tutorial/essential/threads/priority.html -jdk%%VERSION%%/docs/books/tutorial/essential/threads/reentrant.html -jdk%%VERSION%%/docs/books/tutorial/essential/threads/simple.html -jdk%%VERSION%%/docs/books/tutorial/essential/threads/summary.html -jdk%%VERSION%%/docs/books/tutorial/essential/threads/synchronization.html -jdk%%VERSION%%/docs/books/tutorial/essential/threads/threadgroup.html -jdk%%VERSION%%/docs/books/tutorial/essential/threads/timer.html -jdk%%VERSION%%/docs/books/tutorial/essential/threads/waitAndNotify.html -jdk%%VERSION%%/docs/books/tutorial/ext/TOC.html -jdk%%VERSION%%/docs/books/tutorial/ext/basics/download.html -jdk%%VERSION%%/docs/books/tutorial/ext/basics/index.html -jdk%%VERSION%%/docs/books/tutorial/ext/basics/install.html -jdk%%VERSION%%/docs/books/tutorial/ext/basics/load.html -jdk%%VERSION%%/docs/books/tutorial/ext/end.html -jdk%%VERSION%%/docs/books/tutorial/ext/index.html -jdk%%VERSION%%/docs/books/tutorial/ext/security/index.html -jdk%%VERSION%%/docs/books/tutorial/ext/security/policy.html -jdk%%VERSION%%/docs/books/tutorial/ext/security/sealing.html -jdk%%VERSION%%/docs/books/tutorial/extra/TOC.html -jdk%%VERSION%%/docs/books/tutorial/extra/end.html -jdk%%VERSION%%/docs/books/tutorial/extra/fullscreen/bufferstrategy.html -jdk%%VERSION%%/docs/books/tutorial/extra/fullscreen/displaymode.html -jdk%%VERSION%%/docs/books/tutorial/extra/fullscreen/doublebuf.html -jdk%%VERSION%%/docs/books/tutorial/extra/fullscreen/example.html -jdk%%VERSION%%/docs/books/tutorial/extra/fullscreen/example-1dot4/CapabilitiesTest.java -jdk%%VERSION%%/docs/books/tutorial/extra/fullscreen/example-1dot4/DisplayModeTest.java -jdk%%VERSION%%/docs/books/tutorial/extra/fullscreen/example-1dot4/MultiBufferTest.java -jdk%%VERSION%%/docs/books/tutorial/extra/fullscreen/exclusivemode.html -jdk%%VERSION%%/docs/books/tutorial/extra/fullscreen/index.html -jdk%%VERSION%%/docs/books/tutorial/extra/fullscreen/rendering.html -jdk%%VERSION%%/docs/books/tutorial/extra/index.html -jdk%%VERSION%%/docs/books/tutorial/figures/2d/2D-1.gif -jdk%%VERSION%%/docs/books/tutorial/figures/2d/2D-10.gif -jdk%%VERSION%%/docs/books/tutorial/figures/2d/2D-11.gif -jdk%%VERSION%%/docs/books/tutorial/figures/2d/2D-12.gif -jdk%%VERSION%%/docs/books/tutorial/figures/2d/2D-13.gif -jdk%%VERSION%%/docs/books/tutorial/figures/2d/2D-14.gif -jdk%%VERSION%%/docs/books/tutorial/figures/2d/2D-15.gif -jdk%%VERSION%%/docs/books/tutorial/figures/2d/2D-16.gif -jdk%%VERSION%%/docs/books/tutorial/figures/2d/2D-17.gif -jdk%%VERSION%%/docs/books/tutorial/figures/2d/2D-18.gif -jdk%%VERSION%%/docs/books/tutorial/figures/2d/2D-19.gif -jdk%%VERSION%%/docs/books/tutorial/figures/2d/2D-2.gif -jdk%%VERSION%%/docs/books/tutorial/figures/2d/2D-20.gif -jdk%%VERSION%%/docs/books/tutorial/figures/2d/2D-21.gif -jdk%%VERSION%%/docs/books/tutorial/figures/2d/2D-22.gif -jdk%%VERSION%%/docs/books/tutorial/figures/2d/2D-23.gif -jdk%%VERSION%%/docs/books/tutorial/figures/2d/2D-24.gif -jdk%%VERSION%%/docs/books/tutorial/figures/2d/2D-25.gif -jdk%%VERSION%%/docs/books/tutorial/figures/2d/2D-26.gif -jdk%%VERSION%%/docs/books/tutorial/figures/2d/2D-27.gif -jdk%%VERSION%%/docs/books/tutorial/figures/2d/2D-28.gif -jdk%%VERSION%%/docs/books/tutorial/figures/2d/2D-29.gif -jdk%%VERSION%%/docs/books/tutorial/figures/2d/2D-30.gif -jdk%%VERSION%%/docs/books/tutorial/figures/2d/2D-31.gif -jdk%%VERSION%%/docs/books/tutorial/figures/2d/2D-32.gif -jdk%%VERSION%%/docs/books/tutorial/figures/2d/2D-33.gif -jdk%%VERSION%%/docs/books/tutorial/figures/2d/2D-34.gif -jdk%%VERSION%%/docs/books/tutorial/figures/2d/2D-35.gif -jdk%%VERSION%%/docs/books/tutorial/figures/2d/2D-36.gif -jdk%%VERSION%%/docs/books/tutorial/figures/2d/2D-37.gif -jdk%%VERSION%%/docs/books/tutorial/figures/2d/2D-38.gif -jdk%%VERSION%%/docs/books/tutorial/figures/2d/2D-39.gif -jdk%%VERSION%%/docs/books/tutorial/figures/2d/2D-4.gif -jdk%%VERSION%%/docs/books/tutorial/figures/2d/2D-40.gif -jdk%%VERSION%%/docs/books/tutorial/figures/2d/2D-41.gif -jdk%%VERSION%%/docs/books/tutorial/figures/2d/2D-42.gif -jdk%%VERSION%%/docs/books/tutorial/figures/2d/2D-43.gif -jdk%%VERSION%%/docs/books/tutorial/figures/2d/2D-44.gif -jdk%%VERSION%%/docs/books/tutorial/figures/2d/2D-45.gif -jdk%%VERSION%%/docs/books/tutorial/figures/2d/2D-46.gif -jdk%%VERSION%%/docs/books/tutorial/figures/2d/2D-47.gif -jdk%%VERSION%%/docs/books/tutorial/figures/2d/2D-48.gif -jdk%%VERSION%%/docs/books/tutorial/figures/2d/2D-49.gif -jdk%%VERSION%%/docs/books/tutorial/figures/2d/2D-5.gif -jdk%%VERSION%%/docs/books/tutorial/figures/2d/2D-50.gif -jdk%%VERSION%%/docs/books/tutorial/figures/2d/2D-51.gif -jdk%%VERSION%%/docs/books/tutorial/figures/2d/2D-52.gif -jdk%%VERSION%%/docs/books/tutorial/figures/2d/2D-53.gif -jdk%%VERSION%%/docs/books/tutorial/figures/2d/2D-54.gif -jdk%%VERSION%%/docs/books/tutorial/figures/2d/2D-55.gif -jdk%%VERSION%%/docs/books/tutorial/figures/2d/2D-56.gif -jdk%%VERSION%%/docs/books/tutorial/figures/2d/2D-6.gif -jdk%%VERSION%%/docs/books/tutorial/figures/2d/2D-7.gif -jdk%%VERSION%%/docs/books/tutorial/figures/2d/2D-8.gif -jdk%%VERSION%%/docs/books/tutorial/figures/2d/2D-9.gif -jdk%%VERSION%%/docs/books/tutorial/figures/2d/Caret.gif -jdk%%VERSION%%/docs/books/tutorial/figures/2d/CubicApp.gif -jdk%%VERSION%%/docs/books/tutorial/figures/2d/LineBreak.gif -jdk%%VERSION%%/docs/books/tutorial/figures/2d/PolyApp.gif -jdk%%VERSION%%/docs/books/tutorial/figures/2d/PolyShape.gif -jdk%%VERSION%%/docs/books/tutorial/figures/2d/QuadApp.gif -jdk%%VERSION%%/docs/books/tutorial/figures/2d/fontselection.gif -jdk%%VERSION%%/docs/books/tutorial/figures/2d/starryApp.gif -jdk%%VERSION%%/docs/books/tutorial/figures/2d/starryOutline.gif -jdk%%VERSION%%/docs/books/tutorial/figures/applet/10buddy.gif -jdk%%VERSION%%/docs/books/tutorial/figures/applet/11getap.gif -jdk%%VERSION%%/docs/books/tutorial/figures/applet/12sound.gif -jdk%%VERSION%%/docs/books/tutorial/figures/applet/13codebs.gif -jdk%%VERSION%%/docs/books/tutorial/figures/applet/14codebs.gif -jdk%%VERSION%%/docs/books/tutorial/figures/applet/15flowap.gif -jdk%%VERSION%%/docs/books/tutorial/figures/applet/16flowl.gif -jdk%%VERSION%%/docs/books/tutorial/figures/applet/17brows.gif -jdk%%VERSION%%/docs/books/tutorial/figures/applet/18thread.gif -jdk%%VERSION%%/docs/books/tutorial/figures/applet/19quote.gif -jdk%%VERSION%%/docs/books/tutorial/figures/applet/1classes.gif -jdk%%VERSION%%/docs/books/tutorial/figures/applet/20sun.gif -jdk%%VERSION%%/docs/books/tutorial/figures/applet/21pc.gif -jdk%%VERSION%%/docs/books/tutorial/figures/applet/2init.gif -jdk%%VERSION%%/docs/books/tutorial/figures/applet/3init.gif -jdk%%VERSION%%/docs/books/tutorial/figures/applet/4init.gif -jdk%%VERSION%%/docs/books/tutorial/figures/applet/5init.gif -jdk%%VERSION%%/docs/books/tutorial/figures/applet/6pkg.gif -jdk%%VERSION%%/docs/books/tutorial/figures/applet/7pkg.gif -jdk%%VERSION%%/docs/books/tutorial/figures/applet/8show.gif -jdk%%VERSION%%/docs/books/tutorial/figures/applet/9pal.gif -jdk%%VERSION%%/docs/books/tutorial/figures/applet/GetApplets.gif -jdk%%VERSION%%/docs/books/tutorial/figures/applet/PrintThread.gif -jdk%%VERSION%%/docs/books/tutorial/figures/collections/ccinterf.gif -jdk%%VERSION%%/docs/books/tutorial/figures/collections/javalogo52x88.gif -jdk%%VERSION%%/docs/books/tutorial/figures/dnd/dndGupta.gif -jdk%%VERSION%%/docs/books/tutorial/figures/essential/10bubble.gif -jdk%%VERSION%%/docs/books/tutorial/figures/essential/11thread.gif -jdk%%VERSION%%/docs/books/tutorial/figures/essential/12thread.gif -jdk%%VERSION%%/docs/books/tutorial/figures/essential/13time.gif -jdk%%VERSION%%/docs/books/tutorial/figures/essential/14run.gif -jdk%%VERSION%%/docs/books/tutorial/figures/essential/15number.gif -jdk%%VERSION%%/docs/books/tutorial/figures/essential/16thread.gif -jdk%%VERSION%%/docs/books/tutorial/figures/essential/17phil.gif -jdk%%VERSION%%/docs/books/tutorial/figures/essential/18thread.gif -jdk%%VERSION%%/docs/books/tutorial/figures/essential/19stream.gif -jdk%%VERSION%%/docs/books/tutorial/figures/essential/1loads.gif -jdk%%VERSION%%/docs/books/tutorial/figures/essential/20stream2.gif -jdk%%VERSION%%/docs/books/tutorial/figures/essential/21chstream.gif -jdk%%VERSION%%/docs/books/tutorial/figures/essential/22charstream.gif -jdk%%VERSION%%/docs/books/tutorial/figures/essential/23reader.gif -jdk%%VERSION%%/docs/books/tutorial/figures/essential/24writer.gif -jdk%%VERSION%%/docs/books/tutorial/figures/essential/25inputs.gif -jdk%%VERSION%%/docs/books/tutorial/figures/essential/26outputs.gif -jdk%%VERSION%%/docs/books/tutorial/figures/essential/27list.gif -jdk%%VERSION%%/docs/books/tutorial/figures/essential/28listofw.gif -jdk%%VERSION%%/docs/books/tutorial/figures/essential/29revers.gif -jdk%%VERSION%%/docs/books/tutorial/figures/essential/2yourpr.gif -jdk%%VERSION%%/docs/books/tutorial/figures/essential/30file.gif -jdk%%VERSION%%/docs/books/tutorial/figures/essential/30fileptr.gif -jdk%%VERSION%%/docs/books/tutorial/figures/essential/4double.gif -jdk%%VERSION%%/docs/books/tutorial/figures/essential/5runtime.gif -jdk%%VERSION%%/docs/books/tutorial/figures/essential/6excep.gif -jdk%%VERSION%%/docs/books/tutorial/figures/essential/7excep.gif -jdk%%VERSION%%/docs/books/tutorial/figures/essential/8object.gif -jdk%%VERSION%%/docs/books/tutorial/figures/essential/9linked.gif -jdk%%VERSION%%/docs/books/tutorial/figures/essential/DiningPhilosophers.gif -jdk%%VERSION%%/docs/books/tutorial/figures/essential/FairRaceApplet.gif -jdk%%VERSION%%/docs/books/tutorial/figures/essential/UnfairRaceApplet.gif -jdk%%VERSION%%/docs/books/tutorial/figures/ext/exta.gif -jdk%%VERSION%%/docs/books/tutorial/figures/ext/extb1.gif -jdk%%VERSION%%/docs/books/tutorial/figures/extra/fullscreen/doubleBuffering.gif -jdk%%VERSION%%/docs/books/tutorial/figures/extra/fullscreen/pageFlipping.gif -jdk%%VERSION%%/docs/books/tutorial/figures/getStarted/1flow.gif -jdk%%VERSION%%/docs/books/tutorial/figures/getStarted/2comp.gif -jdk%%VERSION%%/docs/books/tutorial/figures/getStarted/3play.gif -jdk%%VERSION%%/docs/books/tutorial/figures/getStarted/4dukewav.gif -jdk%%VERSION%%/docs/books/tutorial/figures/getStarted/5world.gif -jdk%%VERSION%%/docs/books/tutorial/figures/getStarted/Apple Applet Runner 1.gif -jdk%%VERSION%%/docs/books/tutorial/figures/getStarted/AppleAppletRunner1.gif -jdk%%VERSION%%/docs/books/tutorial/figures/getStarted/Finder 1.gif -jdk%%VERSION%%/docs/books/tutorial/figures/getStarted/Finder1.gif -jdk%%VERSION%%/docs/books/tutorial/figures/getStarted/Finder3.gif -jdk%%VERSION%%/docs/books/tutorial/figures/getStarted/Hello-50.gif -jdk%%VERSION%%/docs/books/tutorial/figures/getStarted/JBindery1.gif -jdk%%VERSION%%/docs/books/tutorial/figures/getStarted/Jbindicon-mac.gif -jdk%%VERSION%%/docs/books/tutorial/figures/getStarted/SimpleText1.gif -jdk%%VERSION%%/docs/books/tutorial/figures/getStarted/applet-mac.gif -jdk%%VERSION%%/docs/books/tutorial/figures/getStarted/applet.gif -jdk%%VERSION%%/docs/books/tutorial/figures/getStarted/applet_unix.gif -jdk%%VERSION%%/docs/books/tutorial/figures/getStarted/arrow.gif -jdk%%VERSION%%/docs/books/tutorial/figures/getStarted/butlersm.gif -jdk%%VERSION%%/docs/books/tutorial/figures/getStarted/cd.gif -jdk%%VERSION%%/docs/books/tutorial/figures/getStarted/check.gif -jdk%%VERSION%%/docs/books/tutorial/figures/getStarted/classfile-mac.gif -jdk%%VERSION%%/docs/books/tutorial/figures/getStarted/dos.gif -jdk%%VERSION%%/docs/books/tutorial/figures/getStarted/dosclass.gif -jdk%%VERSION%%/docs/books/tutorial/figures/getStarted/dosresult.gif -jdk%%VERSION%%/docs/books/tutorial/figures/getStarted/explorea.gif -jdk%%VERSION%%/docs/books/tutorial/figures/getStarted/extrastep.gif -jdk%%VERSION%%/docs/books/tutorial/figures/getStarted/firstls.gif -jdk%%VERSION%%/docs/books/tutorial/figures/getStarted/folder-mac.gif -jdk%%VERSION%%/docs/books/tutorial/figures/getStarted/g1.gif -jdk%%VERSION%%/docs/books/tutorial/figures/getStarted/g2.gif -jdk%%VERSION%%/docs/books/tutorial/figures/getStarted/g3.gif -jdk%%VERSION%%/docs/books/tutorial/figures/getStarted/g35.gif -jdk%%VERSION%%/docs/books/tutorial/figures/getStarted/g4.gif -jdk%%VERSION%%/docs/books/tutorial/figures/getStarted/getStartedIcon.gif -jdk%%VERSION%%/docs/books/tutorial/figures/getStarted/gs5.gif -jdk%%VERSION%%/docs/books/tutorial/figures/getStarted/helloWorld.gif -jdk%%VERSION%%/docs/books/tutorial/figures/getStarted/javaIcon.gif -jdk%%VERSION%%/docs/books/tutorial/figures/getStarted/javac-mac.gif -jdk%%VERSION%%/docs/books/tutorial/figures/getStarted/javac1.gif -jdk%%VERSION%%/docs/books/tutorial/figures/getStarted/javac2.gif -jdk%%VERSION%%/docs/books/tutorial/figures/getStarted/javacicon-mac.gif -jdk%%VERSION%%/docs/books/tutorial/figures/getStarted/notequal.gif -jdk%%VERSION%%/docs/books/tutorial/figures/getStarted/output-mac.gif -jdk%%VERSION%%/docs/books/tutorial/figures/getStarted/prompt.gif -jdk%%VERSION%%/docs/books/tutorial/figures/getStarted/result.gif -jdk%%VERSION%%/docs/books/tutorial/figures/getStarted/saveas-mac.gif -jdk%%VERSION%%/docs/books/tutorial/figures/getStarted/saveas.gif -jdk%%VERSION%%/docs/books/tutorial/figures/getStarted/secondls.gif -jdk%%VERSION%%/docs/books/tutorial/figures/getStarted/typeA.gif -jdk%%VERSION%%/docs/books/tutorial/figures/getStarted/typea2.gif -jdk%%VERSION%%/docs/books/tutorial/figures/getStarted/viewericon-mac.gif -jdk%%VERSION%%/docs/books/tutorial/figures/i18n/conversion.gif -jdk%%VERSION%%/docs/books/tutorial/figures/i18n/i18n-2.gif -jdk%%VERSION%%/docs/books/tutorial/figures/i18n/i18n-3.gif -jdk%%VERSION%%/docs/books/tutorial/figures/i18n/i18n-4.gif -jdk%%VERSION%%/docs/books/tutorial/figures/i18n/i18n-5.gif -jdk%%VERSION%%/docs/books/tutorial/figures/i18n/i18n-6.gif -jdk%%VERSION%%/docs/books/tutorial/figures/idl/IDL-1.gif -jdk%%VERSION%%/docs/books/tutorial/figures/information/ALL.gif -jdk%%VERSION%%/docs/books/tutorial/figures/information/BON_MAY.gif -jdk%%VERSION%%/docs/books/tutorial/figures/information/java.language.gif -jdk%%VERSION%%/docs/books/tutorial/figures/information/oop.gif -jdk%%VERSION%%/docs/books/tutorial/figures/information/smallbabies.jpeg -jdk%%VERSION%%/docs/books/tutorial/figures/information/walking.man.sign.jpg -jdk%%VERSION%%/docs/books/tutorial/figures/information/whatsnew-bang.gif -jdk%%VERSION%%/docs/books/tutorial/figures/jar/jar1.gif -jdk%%VERSION%%/docs/books/tutorial/figures/java/10array.gif -jdk%%VERSION%%/docs/books/tutorial/figures/java/10point.gif -jdk%%VERSION%%/docs/books/tutorial/figures/java/11array.gif -jdk%%VERSION%%/docs/books/tutorial/figures/java/11rect.gif -jdk%%VERSION%%/docs/books/tutorial/figures/java/12point2.gif -jdk%%VERSION%%/docs/books/tutorial/figures/java/13parts.gif -jdk%%VERSION%%/docs/books/tutorial/figures/java/14class.gif -jdk%%VERSION%%/docs/books/tutorial/figures/java/15type.gif -jdk%%VERSION%%/docs/books/tutorial/figures/java/16method.gif -jdk%%VERSION%%/docs/books/tutorial/figures/java/17push.gif -jdk%%VERSION%%/docs/books/tutorial/figures/java/18method.gif -jdk%%VERSION%%/docs/books/tutorial/figures/java/19object.gif -jdk%%VERSION%%/docs/books/tutorial/figures/java/1ad.gif -jdk%%VERSION%%/docs/books/tutorial/figures/java/1array.gif -jdk%%VERSION%%/docs/books/tutorial/figures/java/20object.gif -jdk%%VERSION%%/docs/books/tutorial/figures/java/21graphic.gif -jdk%%VERSION%%/docs/books/tutorial/figures/java/22interf.gif -jdk%%VERSION%%/docs/books/tutorial/figures/java/23interf.gif -jdk%%VERSION%%/docs/books/tutorial/figures/java/24inner.gif -jdk%%VERSION%%/docs/books/tutorial/figures/java/25rectan.gif -jdk%%VERSION%%/docs/books/tutorial/figures/java/26packag.gif -jdk%%VERSION%%/docs/books/tutorial/figures/java/27helper.gif -jdk%%VERSION%%/docs/books/tutorial/figures/java/28classes.gif -jdk%%VERSION%%/docs/books/tutorial/figures/java/2array.gif -jdk%%VERSION%%/docs/books/tutorial/figures/java/2class.gif -jdk%%VERSION%%/docs/books/tutorial/figures/java/2pointObj.gif -jdk%%VERSION%%/docs/books/tutorial/figures/java/3array.gif -jdk%%VERSION%%/docs/books/tutorial/figures/java/3brake.gif -jdk%%VERSION%%/docs/books/tutorial/figures/java/3pointObj.gif -jdk%%VERSION%%/docs/books/tutorial/figures/java/3srcindex.gif -jdk%%VERSION%%/docs/books/tutorial/figures/java/4caffein.gif -jdk%%VERSION%%/docs/books/tutorial/figures/java/4char.gif -jdk%%VERSION%%/docs/books/tutorial/figures/java/4message.gif -jdk%%VERSION%%/docs/books/tutorial/figures/java/5messagb.gif -jdk%%VERSION%%/docs/books/tutorial/figures/java/6class.gif -jdk%%VERSION%%/docs/books/tutorial/figures/java/7brake.gif -jdk%%VERSION%%/docs/books/tutorial/figures/java/8bike.gif -jdk%%VERSION%%/docs/books/tutorial/figures/java/9array.gif -jdk%%VERSION%%/docs/books/tutorial/figures/java/9parts.gif -jdk%%VERSION%%/docs/books/tutorial/figures/java/ClickMe.gif -jdk%%VERSION%%/docs/books/tutorial/figures/java/con17.gif -jdk%%VERSION%%/docs/books/tutorial/figures/java/con18.gif -jdk%%VERSION%%/docs/books/tutorial/figures/java/con19.gif -jdk%%VERSION%%/docs/books/tutorial/figures/java/con20.gif -jdk%%VERSION%%/docs/books/tutorial/figures/java/con21.gif -jdk%%VERSION%%/docs/books/tutorial/figures/java/con22.gif -jdk%%VERSION%%/docs/books/tutorial/figures/java/con23.gif -jdk%%VERSION%%/docs/books/tutorial/figures/java/con24.gif -jdk%%VERSION%%/docs/books/tutorial/figures/java/con25.gif -jdk%%VERSION%%/docs/books/tutorial/figures/java/con27.gif -jdk%%VERSION%%/docs/books/tutorial/figures/java/con28.gif -jdk%%VERSION%%/docs/books/tutorial/figures/java/con29.gif -jdk%%VERSION%%/docs/books/tutorial/figures/java/construction.gif -jdk%%VERSION%%/docs/books/tutorial/figures/java/errors.gif -jdk%%VERSION%%/docs/books/tutorial/figures/java/i18n-2.gif -jdk%%VERSION%%/docs/books/tutorial/figures/java/i18n-3.gif -jdk%%VERSION%%/docs/books/tutorial/figures/java/interpack1.gif -jdk%%VERSION%%/docs/books/tutorial/figures/java/interpack2.gif -jdk%%VERSION%%/docs/books/tutorial/figures/java/methodcall.gif -jdk%%VERSION%%/docs/books/tutorial/figures/java/n30.gif -jdk%%VERSION%%/docs/books/tutorial/figures/java/n31.gif -jdk%%VERSION%%/docs/books/tutorial/figures/java/n32.gif -jdk%%VERSION%%/docs/books/tutorial/figures/java/n33.gif -jdk%%VERSION%%/docs/books/tutorial/figures/java/number.gif -jdk%%VERSION%%/docs/books/tutorial/figures/java/opex.gif -jdk%%VERSION%%/docs/books/tutorial/figures/java/origin.gif -jdk%%VERSION%%/docs/books/tutorial/figures/java/package1.gif -jdk%%VERSION%%/docs/books/tutorial/figures/java/package2.gif -jdk%%VERSION%%/docs/books/tutorial/figures/java/package3.gif -jdk%%VERSION%%/docs/books/tutorial/figures/java/package4.gif -jdk%%VERSION%%/docs/books/tutorial/figures/java/scope.gif -jdk%%VERSION%%/docs/books/tutorial/figures/javabeans/2contexts.jpg -jdk%%VERSION%%/docs/books/tutorial/figures/javabeans/3beans.jpg -jdk%%VERSION%%/docs/books/tutorial/figures/javabeans/OurButtonProperties.gif -jdk%%VERSION%%/docs/books/tutorial/figures/javabeans/OurListBoxNoPropSheet.gif -jdk%%VERSION%%/docs/books/tutorial/figures/javabeans/OurListBoxWithEditor.gif -jdk%%VERSION%%/docs/books/tutorial/figures/javabeans/beanboxReducedColor.gif -jdk%%VERSION%%/docs/books/tutorial/figures/javabeans/beaninfo.jpg -jdk%%VERSION%%/docs/books/tutorial/figures/javabeans/empty_beancontext.jpg -jdk%%VERSION%%/docs/books/tutorial/figures/javabeans/eventTargetDialog.gif -jdk%%VERSION%%/docs/books/tutorial/figures/javabeans/events.jpg -jdk%%VERSION%%/docs/books/tutorial/figures/javabeans/fullbeanbox.gif -jdk%%VERSION%%/docs/books/tutorial/figures/javabeans/interfaces.jpg -jdk%%VERSION%%/docs/books/tutorial/figures/javabeans/jugglerApplet.gif -jdk%%VERSION%%/docs/books/tutorial/figures/javabeans/listeners.jpg -jdk%%VERSION%%/docs/books/tutorial/figures/javabeans/makeAppletDialog.gif -jdk%%VERSION%%/docs/books/tutorial/figures/javabeans/property.gif -jdk%%VERSION%%/docs/books/tutorial/figures/javabeans/proxy_interfaces.jpg -jdk%%VERSION%%/docs/books/tutorial/figures/javabeans/single.jpg -jdk%%VERSION%%/docs/books/tutorial/figures/javabeans/support.jpg -jdk%%VERSION%%/docs/books/tutorial/figures/native1.1/getLine.gif -jdk%%VERSION%%/docs/books/tutorial/figures/native1.1/native1.gif -jdk%%VERSION%%/docs/books/tutorial/figures/native1.1/native2.gif -jdk%%VERSION%%/docs/books/tutorial/figures/native1.1/native3.gif -jdk%%VERSION%%/docs/books/tutorial/figures/native1.1/native4.gif -jdk%%VERSION%%/docs/books/tutorial/figures/native1.1/native5.gif -jdk%%VERSION%%/docs/books/tutorial/figures/native1.1/native6.gif -jdk%%VERSION%%/docs/books/tutorial/figures/native1.1/nativehello.gif -jdk%%VERSION%%/docs/books/tutorial/figures/native1.1/nativesides.gif -jdk%%VERSION%%/docs/books/tutorial/figures/networking/1netw.gif -jdk%%VERSION%%/docs/books/tutorial/figures/networking/2tcp.gif -jdk%%VERSION%%/docs/books/tutorial/figures/networking/3tcpudp.gif -jdk%%VERSION%%/docs/books/tutorial/figures/networking/4url.gif -jdk%%VERSION%%/docs/books/tutorial/figures/networking/5connect.gif -jdk%%VERSION%%/docs/books/tutorial/figures/networking/6connect.gif -jdk%%VERSION%%/docs/books/tutorial/figures/rmi/pi.gif -jdk%%VERSION%%/docs/books/tutorial/figures/rmi/rmi-2.gif -jdk%%VERSION%%/docs/books/tutorial/figures/rmi/rmi-3.gif -jdk%%VERSION%%/docs/books/tutorial/figures/rmi/rmi-4.gif -jdk%%VERSION%%/docs/books/tutorial/figures/rmi/rmi-5.gif -jdk%%VERSION%%/docs/books/tutorial/figures/security1.2/AddEntryBlank1.gif -jdk%%VERSION%%/docs/books/tutorial/figures/security1.2/AddPermBlank.gif -jdk%%VERSION%%/docs/books/tutorial/figures/security1.2/WQ1addEntry1.gif -jdk%%VERSION%%/docs/books/tutorial/figures/security1.2/WQ1addFilePerm.gif -jdk%%VERSION%%/docs/books/tutorial/figures/security1.2/WQ1ptOneCB1.gif -jdk%%VERSION%%/docs/books/tutorial/figures/security1.2/WQ1ptWithFilename1.gif -jdk%%VERSION%%/docs/books/tutorial/figures/security1.2/WQ2addEntry1.gif -jdk%%VERSION%%/docs/books/tutorial/figures/security1.2/WQ2addEntry2.gif -jdk%%VERSION%%/docs/books/tutorial/figures/security1.2/WQ2addPropPerm1.gif -jdk%%VERSION%%/docs/books/tutorial/figures/security1.2/WQ2addPropPerm2.gif -jdk%%VERSION%%/docs/books/tutorial/figures/security1.2/WQ2ptTwoCBandFilename1.gif -jdk%%VERSION%%/docs/books/tutorial/figures/security1.2/WTaddEntry.gif -jdk%%VERSION%%/docs/books/tutorial/figures/security1.2/WTaddFilePerm.gif -jdk%%VERSION%%/docs/books/tutorial/figures/security1.2/WTaddKeystore.gif -jdk%%VERSION%%/docs/books/tutorial/figures/security1.2/WTptKeystore.gif -jdk%%VERSION%%/docs/books/tutorial/figures/security1.2/WTptOneSB.gif -jdk%%VERSION%%/docs/books/tutorial/figures/security1.2/WTptWithFilename.gif -jdk%%VERSION%%/docs/books/tutorial/figures/security1.2/jcaap.gif -jdk%%VERSION%%/docs/books/tutorial/figures/security1.2/ptBlank1.gif -jdk%%VERSION%%/docs/books/tutorial/figures/security1.2/rayReceiver.gif -jdk%%VERSION%%/docs/books/tutorial/figures/security1.2/ruthReceiver.gif -jdk%%VERSION%%/docs/books/tutorial/figures/security1.2/scrtmdl2.gif -jdk%%VERSION%%/docs/books/tutorial/figures/security1.2/scrtmdl3.gif -jdk%%VERSION%%/docs/books/tutorial/figures/security1.2/scrtymdl.gif -jdk%%VERSION%%/docs/books/tutorial/figures/security1.2/stanSender.gif -jdk%%VERSION%%/docs/books/tutorial/figures/security1.2/step1.gif -jdk%%VERSION%%/docs/books/tutorial/figures/security1.2/step2.gif -jdk%%VERSION%%/docs/books/tutorial/figures/security1.2/step3.gif -jdk%%VERSION%%/docs/books/tutorial/figures/security1.2/step4.gif -jdk%%VERSION%%/docs/books/tutorial/figures/security1.2/step5.gif -jdk%%VERSION%%/docs/books/tutorial/figures/security1.2/step6.gif -jdk%%VERSION%%/docs/books/tutorial/figures/security1.2/susanSigner.gif -jdk%%VERSION%%/docs/books/tutorial/figures/servlets/duke.gif -jdk%%VERSION%%/docs/books/tutorial/figures/servlets/inheritance.gif -jdk%%VERSION%%/docs/books/tutorial/figures/servlets/lifecycle.gif -jdk%%VERSION%%/docs/books/tutorial/figures/servlets/overview.gif -jdk%%VERSION%%/docs/books/tutorial/figures/sound/sound-1.gif -jdk%%VERSION%%/docs/books/tutorial/figures/together/CommOverview.gif -jdk%%VERSION%%/docs/books/tutorial/figures/together/Dreamin.gif -jdk%%VERSION%%/docs/books/tutorial/figures/together/GKEngine.gif -jdk%%VERSION%%/docs/books/tutorial/figures/together/GKUI.gif -jdk%%VERSION%%/docs/books/tutorial/figures/together/GameFlow.gif -jdk%%VERSION%%/docs/books/tutorial/figures/together/RMI.gif -jdk%%VERSION%%/docs/books/tutorial/figures/together/called.gif -jdk%%VERSION%%/docs/books/tutorial/figures/together/card.gif -jdk%%VERSION%%/docs/books/tutorial/figures/together/controlpanel.gif -jdk%%VERSION%%/docs/books/tutorial/figures/together/legend.gif -jdk%%VERSION%%/docs/books/tutorial/figures/together/multicasting.gif -jdk%%VERSION%%/docs/books/tutorial/figures/together/player.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/QandE/sApp1.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/QandE/sApp2.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/QandE/sApp3.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/QandE/test1.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/10jtextcomp.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/10model.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/1layers.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/2framecon.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/3jframe.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/4aFrameDemo.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/4bFrameDemo-win.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/5ANpa.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/5aANview.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/6corverns.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/7object.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/8model.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/9model.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/ActualPains.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/ButtonDemo-TT.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/ButtonDemo.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/ButtonDemo2-b.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/ButtonDemo2.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/ButtonDemoFiles.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/CheckBoxDemo.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/ColorChooserDemo.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/ColorChooserDemo2.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/ColorChooserInt.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/ComboBoxDemo.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/ComboBoxDemo2.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/ConceptualPains.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/ConverterCOLORS.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/CustomComboBoxDemo.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/DD-OK-half.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/DD-OK.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/DD-YN-half.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/DD-YN.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/DD-YN2-half.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/DD-YNC-half.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/DD-constructor-half.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/DD-custom-half.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/DD-error-half.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/DD-plain-half.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/DD-warning-half.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/DialogDemo.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/DynamicTreeDemo.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/FileChooserDemo.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/FileChooserDemo2.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/FileChooserOpen.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/FrameDemo.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/GenealogyExample.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/GlassPaneDemo.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/HtmlDemo.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/InternalFrameDemo.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/LabelDemo.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/LayeredPaneDemo.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/LayeredPaneDemo2.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/LayeredPaneDemoModified.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/ListDemo.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/ListDemoSwing.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/ListDialog.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/Menu-accel.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/Menu-mnemonic.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/MenuDemo.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/MenuGlueDemo.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/MenuLayoutDemo.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/MenuLookDemo-2.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/MenuLookDemo.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/MultipleIntervalSelection.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/PasswordDemo.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/ProgressBarDemo.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/ProgressMonitorDemo.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/RadioButtonDemo.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/ScrollDemo.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/ScrollDemo2.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/SimpleTableDemo-resize-0.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/SimpleTableDemo-resize-1.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/SimpleTableDemo.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/SingleIntervalSelection.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/SingleSelection.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/SliderDemo.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/SliderDemo2.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/SplitPaneDemo.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/SplitPaneDemo2.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/T7.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/TabbedPaneDemo.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/TableDemo.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/TableDialogEditDemo.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/TableRenderDemo.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/TableSorterDemo.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/TextComponentDemo.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/TextDemoSwing.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/TextFieldDemo.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/TextFieldDemoWithLayout.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/TextHierarchy.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/TextSamplerDemo.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/ToolBarDemo-2.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/ToolBarDemo-3.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/ToolBarDemo.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/ToolBarDemo2.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/TopLevelDemo.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/TreeDT-jlf.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/TreeDT-motif.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/TreeDemo-angled.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/TreeDemo-horiz.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/TreeDemo.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/TreeIconDemo.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/TreeIconDemo2.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/cg-buttons.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/cg-combobox.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/cg-label.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/cg-list.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/cg-menu.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/cg-optionpane.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/cg-progressbar.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/cg-scrollpane.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/cg-slider.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/cg-splitpane.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/cg-tabbedpane.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/cg-table.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/cg-textarea.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/cg-textfield.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/cg-toolbar.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/cg-tooltip.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/cg-tree.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/layeredPaneLayers.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/metal-Error.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/metal-Inform.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/metal-Question.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/metal-Warn.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/object.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/positions.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/scrollarchitecture.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/scrollbarparts.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/scrollpanecorners.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/scrollpanedecorations.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/smcolorchooser.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/smfilechooser.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/smframedemo.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/sminternalframe.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/smlayeredpane.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/smpanel.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/smrootpane.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/tablemodel.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components/tree.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/converting/13ui11.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/converting/AWTConverter.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/converting/ButtonDemoApplet.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/converting/ListDemo.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/converting/TextEventDemo.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/events/13ui11a.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/events/Beeper.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/events/ComponentEventDemo.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/events/ContainerEventDemo.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/events/DocumentEventDemo.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/events/FocusEventDemo.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/events/FocusEventDemoWindow.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/events/InternalFrameEventDemo.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/events/KeyEventDemo.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/events/ListDataEventDemo.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/events/ListSelectionDemo.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/events/MouseEventDemo.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/events/MouseMotionEventDemo.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/events/MultiListener.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/events/TreeExpandEventDemo.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/events/TreeExpandEventDemo2.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/events/WindowEventDemo.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/layout/13absolpos32.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/layout/13custom31.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/layout/1fill.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/layout/2fill.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/layout/3fill.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/layout/4fill.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/layout/5fill.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/layout/6fill.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/layout/7fill.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/layout/8fill.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/layout/9fill.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/layout/AlignmentDemo-0.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/layout/AlignmentDemo-1.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/layout/BoxLayoutDemo-center.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/layout/BoxLayoutDemo-left.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/layout/BoxLayoutDemo-left2.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/layout/BoxLayoutDemo-right.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/layout/BoxLayoutDemo-wacky.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/layout/BoxLayoutDemo-wacky2.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/layout/GraphPaperTest.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/layout/TabWindow.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/layout/borderlayout.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/layout/boxlayout.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/layout/cardlayout.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/layout/flowlayout.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/layout/gridbagbig.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/layout/gridbagbigA.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/layout/gridbaglayout.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/layout/gridbagnofill.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/layout/gridbagnoweightx.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/layout/gridlayout.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/mini/10LunarPhases-open.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/mini/11multPanels.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/mini/12borders.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/mini/13combo1.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/mini/14combo-open.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/mini/15VoteDialog.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/mini/16NoThere.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/mini/19invalidVote.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/mini/1helloworldswing.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/mini/20DukeVote.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/mini/21FlowLayout-buttons.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/mini/21FlowLayout.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/mini/22BoxLayout-button.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/mini/22BoxLayout.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/mini/23BorderLayout-button.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/mini/23BorderLayout.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/mini/24GridLayout-button.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/mini/24GridLayout.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/mini/25GridBagLayout-button.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/mini/25GridBagLayout.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/mini/26allLayouts.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/mini/2closebutton.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/mini/3SwingApplication.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/mini/3aSwingApp.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/mini/4CheckBoxDemo.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/mini/5RadioButtonDemo.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/mini/6actionlistener.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/mini/7CelsiusConverter.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/mini/8CelsiusConverter2.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/mini/9LunarPhases.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/mini/SimpleExample-metal.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/mini/SimpleExample-motif.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/mini/SimpleExample-win.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/mini/close.tif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/mini/sApp1.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/mini/sApp2.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/mini/sApp3.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/mini/test1.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/misc/APIPanelForColumnHeader.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/misc/ActionDemo-2.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/misc/ActionDemo.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/misc/ActionDemoFiles.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/misc/AssistiveTechnologies.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/misc/BorderDemo-0.5.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/misc/BorderDemo-0.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/misc/BorderDemo-1.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/misc/BorderDemo-2.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/misc/BorderDemo-line.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/misc/IconDemoApplet.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/misc/InaccessibleMonkey.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/misc/Monkey.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/misc/ScrollDemoWithRulerSelected.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/misc/inaccessible.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/misc/left.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/misc/miscIcon.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/misc/right.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/misc/setup.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/overview/1jframehier.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/overview/2eventsource.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/overview/3eventlistener.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/overview/4jframehier.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/overview/5aorder.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/overview/5border.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/overview/5corder.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/overview/5dorder.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/overview/5fill.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/overview/6ConverterAN.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/overview/7jframeH.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/overview/8Converter.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/overview/Converter.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/overview/ConverterCOLORS.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/overview/ConverterCOLORSAN.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/overview/SwingApplication.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/overview/generallm67.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/painting/13ui33.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/painting/13ui38.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/painting/13ui41.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/painting/AnimatorApplet.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/painting/CoordinatesDemo.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/painting/FontDemo.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/painting/MTImageTimer.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/painting/MovingImage.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/painting/RectangleDemo.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/painting/SelectionDemo.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/painting/ShapesDemo.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/painting/T1.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/painting/T10.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/painting/T2.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/painting/T3.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/painting/T3a.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/painting/T3a.tif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/painting/T4.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/painting/T5.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/painting/T6.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/painting/T7.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/painting/T8.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/painting/T9.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/painting/TextXY.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/painting/border.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/painting/imageDisp.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/painting/jack_trans.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/painting/rocketship.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/painting/starfield.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/start/AppletDemo.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/start/Converter-55.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/start/ConverterMotif.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/start/ConverterWindows.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/start/HelloSwingApplet.gif -jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/start/SwingApplication.gif -jdk%%VERSION%%/docs/books/tutorial/forms/sendusmail.html -jdk%%VERSION%%/docs/books/tutorial/forms/survey.html -jdk%%VERSION%%/docs/books/tutorial/getStarted/QandE-1dot1/FirstClass.java -jdk%%VERSION%%/docs/books/tutorial/getStarted/QandE-1dot1/SecondClass.java -jdk%%VERSION%%/docs/books/tutorial/getStarted/QandE-1dot1/Useless.java -jdk%%VERSION%%/docs/books/tutorial/getStarted/QandE/FirstClass.java -jdk%%VERSION%%/docs/books/tutorial/getStarted/QandE/HelloWorldApp2.java -jdk%%VERSION%%/docs/books/tutorial/getStarted/QandE/README -jdk%%VERSION%%/docs/books/tutorial/getStarted/QandE/SecondClass.java -jdk%%VERSION%%/docs/books/tutorial/getStarted/QandE/Useless.java -jdk%%VERSION%%/docs/books/tutorial/getStarted/QandE/answers.html -jdk%%VERSION%%/docs/books/tutorial/getStarted/QandE/questions.html -jdk%%VERSION%%/docs/books/tutorial/getStarted/TOC.html -jdk%%VERSION%%/docs/books/tutorial/getStarted/applet/_compiling.html -jdk%%VERSION%%/docs/books/tutorial/getStarted/applet/_loading.html -jdk%%VERSION%%/docs/books/tutorial/getStarted/applet/example/Hello.html -jdk%%VERSION%%/docs/books/tutorial/getStarted/applet/example/HelloWorld.java -jdk%%VERSION%%/docs/books/tutorial/getStarted/applet/import.html -jdk%%VERSION%%/docs/books/tutorial/getStarted/applet/index.html -jdk%%VERSION%%/docs/books/tutorial/getStarted/applet/methods.html -jdk%%VERSION%%/docs/books/tutorial/getStarted/applet/running.html -jdk%%VERSION%%/docs/books/tutorial/getStarted/applet/subclass.html -jdk%%VERSION%%/docs/books/tutorial/getStarted/application/_compiling.html -jdk%%VERSION%%/docs/books/tutorial/getStarted/application/_interpreting.html -jdk%%VERSION%%/docs/books/tutorial/getStarted/application/classdef.html -jdk%%VERSION%%/docs/books/tutorial/getStarted/application/comments.html -jdk%%VERSION%%/docs/books/tutorial/getStarted/application/example/HelloWorldApp.java -jdk%%VERSION%%/docs/books/tutorial/getStarted/application/index.html -jdk%%VERSION%%/docs/books/tutorial/getStarted/application/main.html -jdk%%VERSION%%/docs/books/tutorial/getStarted/application/objects.html -jdk%%VERSION%%/docs/books/tutorial/getStarted/cupojava/index.html -jdk%%VERSION%%/docs/books/tutorial/getStarted/cupojava/mac.html -jdk%%VERSION%%/docs/books/tutorial/getStarted/cupojava/unix.html -jdk%%VERSION%%/docs/books/tutorial/getStarted/cupojava/win32.html -jdk%%VERSION%%/docs/books/tutorial/getStarted/end.html -jdk%%VERSION%%/docs/books/tutorial/getStarted/example/Animator.class -jdk%%VERSION%%/docs/books/tutorial/getStarted/example/Animator.java -jdk%%VERSION%%/docs/books/tutorial/getStarted/example/ImageNotFoundException.class -jdk%%VERSION%%/docs/books/tutorial/getStarted/example/ImageNotFoundException.java -jdk%%VERSION%%/docs/books/tutorial/getStarted/example/ParseException.class -jdk%%VERSION%%/docs/books/tutorial/getStarted/example/ParseException.java -jdk%%VERSION%%/docs/books/tutorial/getStarted/example/T1.gif -jdk%%VERSION%%/docs/books/tutorial/getStarted/example/T10.gif -jdk%%VERSION%%/docs/books/tutorial/getStarted/example/T2.gif -jdk%%VERSION%%/docs/books/tutorial/getStarted/example/T3.gif -jdk%%VERSION%%/docs/books/tutorial/getStarted/example/T4.gif -jdk%%VERSION%%/docs/books/tutorial/getStarted/example/T5.gif -jdk%%VERSION%%/docs/books/tutorial/getStarted/example/T6.gif -jdk%%VERSION%%/docs/books/tutorial/getStarted/example/T7.gif -jdk%%VERSION%%/docs/books/tutorial/getStarted/example/T8.gif -jdk%%VERSION%%/docs/books/tutorial/getStarted/example/T9.gif -jdk%%VERSION%%/docs/books/tutorial/getStarted/index.html -jdk%%VERSION%%/docs/books/tutorial/getStarted/intro/cando.html -jdk%%VERSION%%/docs/books/tutorial/getStarted/intro/changemylife.html -jdk%%VERSION%%/docs/books/tutorial/getStarted/intro/definition.html -jdk%%VERSION%%/docs/books/tutorial/getStarted/intro/index.html -jdk%%VERSION%%/docs/books/tutorial/getStarted/problems/index.html -jdk%%VERSION%%/docs/books/tutorial/i18n/TOC.html -jdk%%VERSION%%/docs/books/tutorial/i18n/end.html -jdk%%VERSION%%/docs/books/tutorial/i18n/format/choiceFormat.html -jdk%%VERSION%%/docs/books/tutorial/i18n/format/dateFormat.html -jdk%%VERSION%%/docs/books/tutorial/i18n/format/dateFormatSymbols.html -jdk%%VERSION%%/docs/books/tutorial/i18n/format/dateintro.html -jdk%%VERSION%%/docs/books/tutorial/i18n/format/datepattern.html -jdk%%VERSION%%/docs/books/tutorial/i18n/format/decimalFormat.html -jdk%%VERSION%%/docs/books/tutorial/i18n/format/example-1dot1/ChoiceBundle.properties -jdk%%VERSION%%/docs/books/tutorial/i18n/format/example-1dot1/ChoiceBundle_en_US.properties -jdk%%VERSION%%/docs/books/tutorial/i18n/format/example-1dot1/ChoiceBundle_fr_FR.properties -jdk%%VERSION%%/docs/books/tutorial/i18n/format/example-1dot1/ChoiceFormatDemo.java -jdk%%VERSION%%/docs/books/tutorial/i18n/format/example-1dot1/DateFormatDemo.java -jdk%%VERSION%%/docs/books/tutorial/i18n/format/example-1dot1/DateFormatSymbolsDemo.java -jdk%%VERSION%%/docs/books/tutorial/i18n/format/example-1dot1/DecimalFormatDemo.java -jdk%%VERSION%%/docs/books/tutorial/i18n/format/example-1dot1/MessageBundle.properties -jdk%%VERSION%%/docs/books/tutorial/i18n/format/example-1dot1/MessageBundle_de_DE.properties -jdk%%VERSION%%/docs/books/tutorial/i18n/format/example-1dot1/MessageBundle_en_US.properties -jdk%%VERSION%%/docs/books/tutorial/i18n/format/example-1dot1/MessageFormatDemo.java -jdk%%VERSION%%/docs/books/tutorial/i18n/format/example-1dot1/NumberFormatDemo.java -jdk%%VERSION%%/docs/books/tutorial/i18n/format/example-1dot1/SimpleDateFormatDemo.java -jdk%%VERSION%%/docs/books/tutorial/i18n/format/index.html -jdk%%VERSION%%/docs/books/tutorial/i18n/format/messageFormat.html -jdk%%VERSION%%/docs/books/tutorial/i18n/format/messageintro.html -jdk%%VERSION%%/docs/books/tutorial/i18n/format/numberFormat.html -jdk%%VERSION%%/docs/books/tutorial/i18n/format/numberintro.html -jdk%%VERSION%%/docs/books/tutorial/i18n/format/numberpattern.html -jdk%%VERSION%%/docs/books/tutorial/i18n/format/simpleDateFormat.html -jdk%%VERSION%%/docs/books/tutorial/i18n/index.html -jdk%%VERSION%%/docs/books/tutorial/i18n/intro/after.html -jdk%%VERSION%%/docs/books/tutorial/i18n/intro/before.html -jdk%%VERSION%%/docs/books/tutorial/i18n/intro/checklist.html -jdk%%VERSION%%/docs/books/tutorial/i18n/intro/example-1dot1/I18NSample.java -jdk%%VERSION%%/docs/books/tutorial/i18n/intro/example-1dot1/MessagesBundle.properties -jdk%%VERSION%%/docs/books/tutorial/i18n/intro/example-1dot1/MessagesBundle_de_DE.properties -jdk%%VERSION%%/docs/books/tutorial/i18n/intro/example-1dot1/MessagesBundle_en_US.properties -jdk%%VERSION%%/docs/books/tutorial/i18n/intro/example-1dot1/MessagesBundle_fr_FR.properties -jdk%%VERSION%%/docs/books/tutorial/i18n/intro/example-1dot1/NotI18N.java -jdk%%VERSION%%/docs/books/tutorial/i18n/intro/index.html -jdk%%VERSION%%/docs/books/tutorial/i18n/intro/quick.html -jdk%%VERSION%%/docs/books/tutorial/i18n/intro/run.html -jdk%%VERSION%%/docs/books/tutorial/i18n/intro/steps.html -jdk%%VERSION%%/docs/books/tutorial/i18n/locale/create.html -jdk%%VERSION%%/docs/books/tutorial/i18n/locale/example-1dot1/Available.java -jdk%%VERSION%%/docs/books/tutorial/i18n/locale/identify.html -jdk%%VERSION%%/docs/books/tutorial/i18n/locale/index.html -jdk%%VERSION%%/docs/books/tutorial/i18n/locale/scope.html -jdk%%VERSION%%/docs/books/tutorial/i18n/resbundle/concept.html -jdk%%VERSION%%/docs/books/tutorial/i18n/resbundle/example-1dot1/LabelsBundle.properties -jdk%%VERSION%%/docs/books/tutorial/i18n/resbundle/example-1dot1/LabelsBundle_de.properties -jdk%%VERSION%%/docs/books/tutorial/i18n/resbundle/example-1dot1/LabelsBundle_de_DE.properties -jdk%%VERSION%%/docs/books/tutorial/i18n/resbundle/example-1dot1/LabelsBundle_fr.properties -jdk%%VERSION%%/docs/books/tutorial/i18n/resbundle/example-1dot1/ListDemo.java -jdk%%VERSION%%/docs/books/tutorial/i18n/resbundle/example-1dot1/PropertiesDemo.java -jdk%%VERSION%%/docs/books/tutorial/i18n/resbundle/example-1dot1/StatsBundle.java -jdk%%VERSION%%/docs/books/tutorial/i18n/resbundle/example-1dot1/StatsBundle_en_CA.java -jdk%%VERSION%%/docs/books/tutorial/i18n/resbundle/example-1dot1/StatsBundle_fr_FR.java -jdk%%VERSION%%/docs/books/tutorial/i18n/resbundle/example-1dot1/StatsBundle_ja_JP.java -jdk%%VERSION%%/docs/books/tutorial/i18n/resbundle/index.html -jdk%%VERSION%%/docs/books/tutorial/i18n/resbundle/list.html -jdk%%VERSION%%/docs/books/tutorial/i18n/resbundle/prepare.html -jdk%%VERSION%%/docs/books/tutorial/i18n/resbundle/propfile.html -jdk%%VERSION%%/docs/books/tutorial/i18n/text/about.html -jdk%%VERSION%%/docs/books/tutorial/i18n/text/boundaryintro.html -jdk%%VERSION%%/docs/books/tutorial/i18n/text/char.html -jdk%%VERSION%%/docs/books/tutorial/i18n/text/charintro.html -jdk%%VERSION%%/docs/books/tutorial/i18n/text/collationintro.html -jdk%%VERSION%%/docs/books/tutorial/i18n/text/convertintro.html -jdk%%VERSION%%/docs/books/tutorial/i18n/text/example-1dot1/BreakIteratorDemo.java -jdk%%VERSION%%/docs/books/tutorial/i18n/text/example-1dot1/CollatorDemo.java -jdk%%VERSION%%/docs/books/tutorial/i18n/text/example-1dot1/KeysDemo.java -jdk%%VERSION%%/docs/books/tutorial/i18n/text/example-1dot1/RulesDemo.java -jdk%%VERSION%%/docs/books/tutorial/i18n/text/example-1dot1/ShowString.java -jdk%%VERSION%%/docs/books/tutorial/i18n/text/example-1dot1/StreamConverter.java -jdk%%VERSION%%/docs/books/tutorial/i18n/text/example-1dot1/StringConverter.java -jdk%%VERSION%%/docs/books/tutorial/i18n/text/example-1dot1/UnicodeFormatter.java -jdk%%VERSION%%/docs/books/tutorial/i18n/text/index.html -jdk%%VERSION%%/docs/books/tutorial/i18n/text/line.html -jdk%%VERSION%%/docs/books/tutorial/i18n/text/locale.html -jdk%%VERSION%%/docs/books/tutorial/i18n/text/perform.html -jdk%%VERSION%%/docs/books/tutorial/i18n/text/rule.html -jdk%%VERSION%%/docs/books/tutorial/i18n/text/sentence.html -jdk%%VERSION%%/docs/books/tutorial/i18n/text/stream.html -jdk%%VERSION%%/docs/books/tutorial/i18n/text/string.html -jdk%%VERSION%%/docs/books/tutorial/i18n/text/word.html -jdk%%VERSION%%/docs/books/tutorial/idl/TOC.html -jdk%%VERSION%%/docs/books/tutorial/idl/end.html -jdk%%VERSION%%/docs/books/tutorial/idl/hello/client.html -jdk%%VERSION%%/docs/books/tutorial/idl/hello/compiling.html -jdk%%VERSION%%/docs/books/tutorial/idl/hello/example-1dot2/Hello.idl -jdk%%VERSION%%/docs/books/tutorial/idl/hello/example-1dot2/HelloApp/Hello.java -jdk%%VERSION%%/docs/books/tutorial/idl/hello/example-1dot2/HelloApp/HelloHelper.java -jdk%%VERSION%%/docs/books/tutorial/idl/hello/example-1dot2/HelloApp/HelloHolder.java -jdk%%VERSION%%/docs/books/tutorial/idl/hello/example-1dot2/HelloApp/_HelloImplBase.java -jdk%%VERSION%%/docs/books/tutorial/idl/hello/example-1dot2/HelloApp/_HelloStub.java -jdk%%VERSION%%/docs/books/tutorial/idl/hello/example-1dot2/HelloApplet.java -jdk%%VERSION%%/docs/books/tutorial/idl/hello/example-1dot2/HelloClient.java -jdk%%VERSION%%/docs/books/tutorial/idl/hello/example-1dot2/HelloServer.java -jdk%%VERSION%%/docs/books/tutorial/idl/hello/example-1dot2/HelloStringifiedClient.java -jdk%%VERSION%%/docs/books/tutorial/idl/hello/example-1dot2/HelloStringifiedServer.java -jdk%%VERSION%%/docs/books/tutorial/idl/hello/example-1dot2/Tutorial.html -jdk%%VERSION%%/docs/books/tutorial/idl/hello/idltojava.html -jdk%%VERSION%%/docs/books/tutorial/idl/hello/index.html -jdk%%VERSION%%/docs/books/tutorial/idl/hello/server.html -jdk%%VERSION%%/docs/books/tutorial/idl/hello/stringified.html -jdk%%VERSION%%/docs/books/tutorial/idl/index.html -jdk%%VERSION%%/docs/books/tutorial/idl/intro/corba.html -jdk%%VERSION%%/docs/books/tutorial/idl/intro/index.html -jdk%%VERSION%%/docs/books/tutorial/idl/intro/intro.html -jdk%%VERSION%%/docs/books/tutorial/idl/intro/model.html -jdk%%VERSION%%/docs/books/tutorial/idl/summary/_jidlGlossary.html -jdk%%VERSION%%/docs/books/tutorial/idl/summary/index.html -jdk%%VERSION%%/docs/books/tutorial/images/NextArrow.gif -jdk%%VERSION%%/docs/books/tutorial/images/PreviousArrow.gif -jdk%%VERSION%%/docs/books/tutorial/images/TOCIcon.gif -jdk%%VERSION%%/docs/books/tutorial/images/apiIcon.gif -jdk%%VERSION%%/docs/books/tutorial/images/appletIcon.gif -jdk%%VERSION%%/docs/books/tutorial/images/appletTrail.gif -jdk%%VERSION%%/docs/books/tutorial/images/background.gif -jdk%%VERSION%%/docs/books/tutorial/images/backgroundsm.gif -jdk%%VERSION%%/docs/books/tutorial/images/blueline.gif -jdk%%VERSION%%/docs/books/tutorial/images/bluelinesm.gif -jdk%%VERSION%%/docs/books/tutorial/images/bookcovers/3ebook.jpg -jdk%%VERSION%%/docs/books/tutorial/images/bookcovers/almanac99.jpg -jdk%%VERSION%%/docs/books/tutorial/images/bookcovers/continued.gif -jdk%%VERSION%%/docs/books/tutorial/images/bookcovers/first-edition.gif -jdk%%VERSION%%/docs/books/tutorial/images/bookcovers/jdbc.gif -jdk%%VERSION%%/docs/books/tutorial/images/bookcovers/leasecond.jpg -jdk%%VERSION%%/docs/books/tutorial/images/bookcovers/native.gif -jdk%%VERSION%%/docs/books/tutorial/images/bookcovers/second-edition.gif -jdk%%VERSION%%/docs/books/tutorial/images/bookcovers/supplement.gif -jdk%%VERSION%%/docs/books/tutorial/images/bookcovers/swing.gif -jdk%%VERSION%%/docs/books/tutorial/images/bookcovers/third-edition.jpg -jdk%%VERSION%%/docs/books/tutorial/images/coreIcon.gif -jdk%%VERSION%%/docs/books/tutorial/images/coreTrail.gif -jdk%%VERSION%%/docs/books/tutorial/images/diamonds/aqua.gif -jdk%%VERSION%%/docs/books/tutorial/images/diamonds/black.gif -jdk%%VERSION%%/docs/books/tutorial/images/diamonds/blue.gif -jdk%%VERSION%%/docs/books/tutorial/images/diamonds/blue2.gif -jdk%%VERSION%%/docs/books/tutorial/images/diamonds/green.gif -jdk%%VERSION%%/docs/books/tutorial/images/diamonds/pink.gif -jdk%%VERSION%%/docs/books/tutorial/images/diamonds/purple.gif -jdk%%VERSION%%/docs/books/tutorial/images/diamonds/red.gif -jdk%%VERSION%%/docs/books/tutorial/images/diamonds/yellow.gif -jdk%%VERSION%%/docs/books/tutorial/images/duke-survey-sm.gif -jdk%%VERSION%%/docs/books/tutorial/images/dukesign.GIF -jdk%%VERSION%%/docs/books/tutorial/images/getStartedIcon.gif -jdk%%VERSION%%/docs/books/tutorial/images/getStartedTrail.gif -jdk%%VERSION%%/docs/books/tutorial/images/glossaryArrow.gif -jdk%%VERSION%%/docs/books/tutorial/images/glossaryIcon.gif -jdk%%VERSION%%/docs/books/tutorial/images/internat.GIF -jdk%%VERSION%%/docs/books/tutorial/images/internatsm.GIF -jdk%%VERSION%%/docs/books/tutorial/images/javaIcon.gif -jdk%%VERSION%%/docs/books/tutorial/images/javaTrail.gif -jdk%%VERSION%%/docs/books/tutorial/images/javalogo52x88.gif -jdk%%VERSION%%/docs/books/tutorial/images/javatut.gif -jdk%%VERSION%%/docs/books/tutorial/images/jdc-cross-link.gif -jdk%%VERSION%%/docs/books/tutorial/images/jdk1-2.gif -jdk%%VERSION%%/docs/books/tutorial/images/jdk1_1.gif -jdk%%VERSION%%/docs/books/tutorial/images/lgsunlogo.gif -jdk%%VERSION%%/docs/books/tutorial/images/nativeIcon.gif -jdk%%VERSION%%/docs/books/tutorial/images/nativeTrail.gif -jdk%%VERSION%%/docs/books/tutorial/images/networkingIcon.gif -jdk%%VERSION%%/docs/books/tutorial/images/networkingTrail.gif -jdk%%VERSION%%/docs/books/tutorial/images/otherIcon.gif -jdk%%VERSION%%/docs/books/tutorial/images/reflection.GIF -jdk%%VERSION%%/docs/books/tutorial/images/reflectionsm.GIF -jdk%%VERSION%%/docs/books/tutorial/images/security1_2Header.gif -jdk%%VERSION%%/docs/books/tutorial/images/security1_2Icon.gif -jdk%%VERSION%%/docs/books/tutorial/images/shoeline2.GIF -jdk%%VERSION%%/docs/books/tutorial/images/shoenavbar.gif -jdk%%VERSION%%/docs/books/tutorial/images/shoes3b.GIF -jdk%%VERSION%%/docs/books/tutorial/images/sourceIcon.gif -jdk%%VERSION%%/docs/books/tutorial/images/steam.gif -jdk%%VERSION%%/docs/books/tutorial/images/tutorialIcon.gif -jdk%%VERSION%%/docs/books/tutorial/images/uiIcon.gif -jdk%%VERSION%%/docs/books/tutorial/images/uiTrail.gif -jdk%%VERSION%%/docs/books/tutorial/images/wood8.GIF -jdk%%VERSION%%/docs/books/tutorial/index.html -jdk%%VERSION%%/docs/books/tutorial/information/FAQ.html -jdk%%VERSION%%/docs/books/tutorial/information/announcelist.html -jdk%%VERSION%%/docs/books/tutorial/information/auto-reply.html -jdk%%VERSION%%/docs/books/tutorial/information/bios.html -jdk%%VERSION%%/docs/books/tutorial/information/copyright.html -jdk%%VERSION%%/docs/books/tutorial/information/download.html -jdk%%VERSION%%/docs/books/tutorial/information/examples.html -jdk%%VERSION%%/docs/books/tutorial/information/feature_article.html -jdk%%VERSION%%/docs/books/tutorial/information/glossary.html -jdk%%VERSION%%/docs/books/tutorial/information/history.html -jdk%%VERSION%%/docs/books/tutorial/information/inprogress.html -jdk%%VERSION%%/docs/books/tutorial/information/resources.html -jdk%%VERSION%%/docs/books/tutorial/jar/TOC.html -jdk%%VERSION%%/docs/books/tutorial/jar/api/example-1dot2/JarClassLoader.java -jdk%%VERSION%%/docs/books/tutorial/jar/api/example-1dot2/JarRunner.java -jdk%%VERSION%%/docs/books/tutorial/jar/api/index.html -jdk%%VERSION%%/docs/books/tutorial/jar/api/jarclassloader.html -jdk%%VERSION%%/docs/books/tutorial/jar/api/jarrunner.html -jdk%%VERSION%%/docs/books/tutorial/jar/basics/build.html -jdk%%VERSION%%/docs/books/tutorial/jar/basics/index.html -jdk%%VERSION%%/docs/books/tutorial/jar/basics/manifest.html -jdk%%VERSION%%/docs/books/tutorial/jar/basics/mod.html -jdk%%VERSION%%/docs/books/tutorial/jar/basics/run.html -jdk%%VERSION%%/docs/books/tutorial/jar/basics/unpack.html -jdk%%VERSION%%/docs/books/tutorial/jar/basics/update.html -jdk%%VERSION%%/docs/books/tutorial/jar/basics/view.html -jdk%%VERSION%%/docs/books/tutorial/jar/end.html -jdk%%VERSION%%/docs/books/tutorial/jar/index.html -jdk%%VERSION%%/docs/books/tutorial/jar/sign/index.html -jdk%%VERSION%%/docs/books/tutorial/jar/sign/intro.html -jdk%%VERSION%%/docs/books/tutorial/jar/sign/signing.html -jdk%%VERSION%%/docs/books/tutorial/jar/sign/verify.html -jdk%%VERSION%%/docs/books/tutorial/java/TOC.html -jdk%%VERSION%%/docs/books/tutorial/java/classes/example/AClass.java -jdk%%VERSION%%/docs/books/tutorial/java/classes/example/AdapterSpot.java -jdk%%VERSION%%/docs/books/tutorial/java/classes/example/AnonymousSpot.java -jdk%%VERSION%%/docs/books/tutorial/java/classes/example/Earth.java -jdk%%VERSION%%/docs/books/tutorial/java/classes/example/One/Alpha.java -jdk%%VERSION%%/docs/books/tutorial/java/classes/example/One/DeltaOne.java -jdk%%VERSION%%/docs/books/tutorial/java/classes/example/Planet.java -jdk%%VERSION%%/docs/books/tutorial/java/classes/example/Point.java -jdk%%VERSION%%/docs/books/tutorial/java/classes/example/Rectangle.java -jdk%%VERSION%%/docs/books/tutorial/java/classes/example/Spot.java -jdk%%VERSION%%/docs/books/tutorial/java/classes/example/Stack.java -jdk%%VERSION%%/docs/books/tutorial/java/classes/example/Subclass.java -jdk%%VERSION%%/docs/books/tutorial/java/classes/example/Superclass.java -jdk%%VERSION%%/docs/books/tutorial/java/classes/example/Two/AlphaTwo.java -jdk%%VERSION%%/docs/books/tutorial/java/classes/example/Two/DeltaTwo.java -jdk%%VERSION%%/docs/books/tutorial/java/classes/index.html -jdk%%VERSION%%/docs/books/tutorial/java/concepts/ClickMeApplets.html -jdk%%VERSION%%/docs/books/tutorial/java/concepts/QandE/ClickMeGreen.java -jdk%%VERSION%%/docs/books/tutorial/java/concepts/QandE/ClickMePurple.java -jdk%%VERSION%%/docs/books/tutorial/java/concepts/QandE/Spot.java -jdk%%VERSION%%/docs/books/tutorial/java/concepts/QandE/answers.html -jdk%%VERSION%%/docs/books/tutorial/java/concepts/QandE/questions.html -jdk%%VERSION%%/docs/books/tutorial/java/concepts/class.html -jdk%%VERSION%%/docs/books/tutorial/java/concepts/example-1dot1/ClickMe.class -jdk%%VERSION%%/docs/books/tutorial/java/concepts/example-1dot1/ClickMe.html -jdk%%VERSION%%/docs/books/tutorial/java/concepts/example-1dot1/ClickMe.java -jdk%%VERSION%%/docs/books/tutorial/java/concepts/example-1dot1/Spot.class -jdk%%VERSION%%/docs/books/tutorial/java/concepts/example-1dot1/Spot.java -jdk%%VERSION%%/docs/books/tutorial/java/concepts/index.html -jdk%%VERSION%%/docs/books/tutorial/java/concepts/inheritance.html -jdk%%VERSION%%/docs/books/tutorial/java/concepts/interface.html -jdk%%VERSION%%/docs/books/tutorial/java/concepts/message.html -jdk%%VERSION%%/docs/books/tutorial/java/concepts/object.html -jdk%%VERSION%%/docs/books/tutorial/java/concepts/practical.html -jdk%%VERSION%%/docs/books/tutorial/java/data/QandE/Adder.java -jdk%%VERSION%%/docs/books/tutorial/java/data/QandE/Anagram.java -jdk%%VERSION%%/docs/books/tutorial/java/data/QandE/ComputeInitials.java -jdk%%VERSION%%/docs/books/tutorial/java/data/QandE/ComputeResult.java -jdk%%VERSION%%/docs/books/tutorial/java/data/QandE/FPAdder.java -jdk%%VERSION%%/docs/books/tutorial/java/data/QandE/MinVariablesDemo.java -jdk%%VERSION%%/docs/books/tutorial/java/data/QandE/NumberHolder.java -jdk%%VERSION%%/docs/books/tutorial/java/data/QandE/NumberHolderDisplay.java -jdk%%VERSION%%/docs/books/tutorial/java/data/QandE/Point.java -jdk%%VERSION%%/docs/books/tutorial/java/data/QandE/Rectangle.java -jdk%%VERSION%%/docs/books/tutorial/java/data/QandE/SomethingIsRight.java -jdk%%VERSION%%/docs/books/tutorial/java/data/QandE/SomethingIsWrong.java -jdk%%VERSION%%/docs/books/tutorial/java/data/QandE/ThisHappens.java -jdk%%VERSION%%/docs/books/tutorial/java/data/QandE/WhatHappens.java -jdk%%VERSION%%/docs/books/tutorial/java/data/QandE/arrays-answers.html -jdk%%VERSION%%/docs/books/tutorial/java/data/QandE/arrays-questions.html -jdk%%VERSION%%/docs/books/tutorial/java/data/QandE/characters-answers.html -jdk%%VERSION%%/docs/books/tutorial/java/data/QandE/characters-questions.html -jdk%%VERSION%%/docs/books/tutorial/java/data/QandE/numbers-answers.html -jdk%%VERSION%%/docs/books/tutorial/java/data/QandE/numbers-questions.html -jdk%%VERSION%%/docs/books/tutorial/java/data/QandE/objects-answers.html -jdk%%VERSION%%/docs/books/tutorial/java/data/QandE/objects-questions.html -jdk%%VERSION%%/docs/books/tutorial/java/data/accessors.html -jdk%%VERSION%%/docs/books/tutorial/java/data/andback.html -jdk%%VERSION%%/docs/books/tutorial/java/data/arraybasics.html -jdk%%VERSION%%/docs/books/tutorial/java/data/arrays.html -jdk%%VERSION%%/docs/books/tutorial/java/data/arraysOfObjects.html -jdk%%VERSION%%/docs/books/tutorial/java/data/arraysummary.html -jdk%%VERSION%%/docs/books/tutorial/java/data/cStrings.html -jdk%%VERSION%%/docs/books/tutorial/java/data/conversion.html -jdk%%VERSION%%/docs/books/tutorial/java/data/copyingarrays.html -jdk%%VERSION%%/docs/books/tutorial/java/data/creating.html -jdk%%VERSION%%/docs/books/tutorial/java/data/decimalFormat.html -jdk%%VERSION%%/docs/books/tutorial/java/data/example-1dot1/ArrayCopyDemo.java -jdk%%VERSION%%/docs/books/tutorial/java/data/example-1dot1/DecimalFormatDemo.java -jdk%%VERSION%%/docs/books/tutorial/java/data/example-1dot1/Filename.java -jdk%%VERSION%%/docs/books/tutorial/java/data/example-1dot1/FilenameDemo.java -jdk%%VERSION%%/docs/books/tutorial/java/data/example-1dot1/NumberFormatDemo.java -jdk%%VERSION%%/docs/books/tutorial/java/data/example-1dot1/ReverseString.java -jdk%%VERSION%%/docs/books/tutorial/java/data/example-1dot1/ReverseStringTest.java -jdk%%VERSION%%/docs/books/tutorial/java/data/example/ArrayCopyDemo.java -jdk%%VERSION%%/docs/books/tutorial/java/data/example/ArrayDemo.java -jdk%%VERSION%%/docs/books/tutorial/java/data/example/ArrayOfArraysDemo.java -jdk%%VERSION%%/docs/books/tutorial/java/data/example/ArrayOfArraysDemo2.java -jdk%%VERSION%%/docs/books/tutorial/java/data/example/ArrayOfIntegersDemo.java -jdk%%VERSION%%/docs/books/tutorial/java/data/example/ArrayOfStringsDemo.java -jdk%%VERSION%%/docs/books/tutorial/java/data/example/BasicMathDemo.java -jdk%%VERSION%%/docs/books/tutorial/java/data/example/BostonAccentDemo.java -jdk%%VERSION%%/docs/books/tutorial/java/data/example/CharacterDemo.java -jdk%%VERSION%%/docs/books/tutorial/java/data/example/CreateObjectDemo.java -jdk%%VERSION%%/docs/books/tutorial/java/data/example/DecimalFormatDemo.java -jdk%%VERSION%%/docs/books/tutorial/java/data/example/ExponentialDemo.java -jdk%%VERSION%%/docs/books/tutorial/java/data/example/Filename.java -jdk%%VERSION%%/docs/books/tutorial/java/data/example/FilenameDemo.java -jdk%%VERSION%%/docs/books/tutorial/java/data/example/InsertDemo.java -jdk%%VERSION%%/docs/books/tutorial/java/data/example/MinDemo.java -jdk%%VERSION%%/docs/books/tutorial/java/data/example/NumberDemo.java -jdk%%VERSION%%/docs/books/tutorial/java/data/example/Palindrome.java -jdk%%VERSION%%/docs/books/tutorial/java/data/example/Point.java -jdk%%VERSION%%/docs/books/tutorial/java/data/example/RandomBagDemo.java -jdk%%VERSION%%/docs/books/tutorial/java/data/example/Rectangle.java -jdk%%VERSION%%/docs/books/tutorial/java/data/example/RegionMatchesDemo.java -jdk%%VERSION%%/docs/books/tutorial/java/data/example/ReverseString.java -jdk%%VERSION%%/docs/books/tutorial/java/data/example/ReverseStringTest.java -jdk%%VERSION%%/docs/books/tutorial/java/data/example/SimplePoint.java -jdk%%VERSION%%/docs/books/tutorial/java/data/example/SimpleRectangle.java -jdk%%VERSION%%/docs/books/tutorial/java/data/example/StringsDemo.java -jdk%%VERSION%%/docs/books/tutorial/java/data/example/ToStringDemo.java -jdk%%VERSION%%/docs/books/tutorial/java/data/example/TrigonometricDemo.java -jdk%%VERSION%%/docs/books/tutorial/java/data/example/ValueOfDemo.java -jdk%%VERSION%%/docs/books/tutorial/java/data/garbagecollection.html -jdk%%VERSION%%/docs/books/tutorial/java/data/index.html -jdk%%VERSION%%/docs/books/tutorial/java/data/modifying.html -jdk%%VERSION%%/docs/books/tutorial/java/data/moreaccessors.html -jdk%%VERSION%%/docs/books/tutorial/java/data/multiarrays.html -jdk%%VERSION%%/docs/books/tutorial/java/data/numberFormat.html -jdk%%VERSION%%/docs/books/tutorial/java/data/numberintro.html -jdk%%VERSION%%/docs/books/tutorial/java/data/numberpattern.html -jdk%%VERSION%%/docs/books/tutorial/java/data/numbers.html -jdk%%VERSION%%/docs/books/tutorial/java/data/numbersummary.html -jdk%%VERSION%%/docs/books/tutorial/java/data/objectcreation.html -jdk%%VERSION%%/docs/books/tutorial/java/data/objects.html -jdk%%VERSION%%/docs/books/tutorial/java/data/objectsummary.html -jdk%%VERSION%%/docs/books/tutorial/java/data/strings.html -jdk%%VERSION%%/docs/books/tutorial/java/data/stringsAndJavac.html -jdk%%VERSION%%/docs/books/tutorial/java/data/stringsummary.html -jdk%%VERSION%%/docs/books/tutorial/java/data/usingobject.html -jdk%%VERSION%%/docs/books/tutorial/java/data/whytwo.html -jdk%%VERSION%%/docs/books/tutorial/java/end.html -jdk%%VERSION%%/docs/books/tutorial/java/index.html -jdk%%VERSION%%/docs/books/tutorial/java/interpack/QandE/IteratorDemo.java -jdk%%VERSION%%/docs/books/tutorial/java/interpack/QandE/TimeClient.java -jdk%%VERSION%%/docs/books/tutorial/java/interpack/QandE/interfaces-answers.html -jdk%%VERSION%%/docs/books/tutorial/java/interpack/QandE/interfaces-questions.html -jdk%%VERSION%%/docs/books/tutorial/java/interpack/QandE/mygame.zip -jdk%%VERSION%%/docs/books/tutorial/java/interpack/QandE/packages-answers.html -jdk%%VERSION%%/docs/books/tutorial/java/interpack/QandE/packages-questions.html -jdk%%VERSION%%/docs/books/tutorial/java/interpack/QandE/question/Client.java -jdk%%VERSION%%/docs/books/tutorial/java/interpack/QandE/question/Server.java -jdk%%VERSION%%/docs/books/tutorial/java/interpack/QandE/question/Utilities.java -jdk%%VERSION%%/docs/books/tutorial/java/interpack/createinterface.html -jdk%%VERSION%%/docs/books/tutorial/java/interpack/createpkgs.html -jdk%%VERSION%%/docs/books/tutorial/java/interpack/example-1dot1/AlarmClock.java -jdk%%VERSION%%/docs/books/tutorial/java/interpack/example-1dot1/GUIClock.html -jdk%%VERSION%%/docs/books/tutorial/java/interpack/example-1dot1/GUIClock.java -jdk%%VERSION%%/docs/books/tutorial/java/interpack/example-1dot1/Sleeper.java -jdk%%VERSION%%/docs/books/tutorial/java/interpack/example/AlarmClock.class -jdk%%VERSION%%/docs/books/tutorial/java/interpack/example/AlarmClock.java -jdk%%VERSION%%/docs/books/tutorial/java/interpack/example/AlarmThread.class -jdk%%VERSION%%/docs/books/tutorial/java/interpack/example/AlarmThread.java -jdk%%VERSION%%/docs/books/tutorial/java/interpack/example/GUIClock.class -jdk%%VERSION%%/docs/books/tutorial/java/interpack/example/GUIClock.java -jdk%%VERSION%%/docs/books/tutorial/java/interpack/example/Sleeper.class -jdk%%VERSION%%/docs/books/tutorial/java/interpack/example/Sleeper.java -jdk%%VERSION%%/docs/books/tutorial/java/interpack/index.html -jdk%%VERSION%%/docs/books/tutorial/java/interpack/interfaceAsType.html -jdk%%VERSION%%/docs/books/tutorial/java/interpack/interfaceDef.html -jdk%%VERSION%%/docs/books/tutorial/java/interpack/interfaces.html -jdk%%VERSION%%/docs/books/tutorial/java/interpack/managingfiles.html -jdk%%VERSION%%/docs/books/tutorial/java/interpack/nogrow.html -jdk%%VERSION%%/docs/books/tutorial/java/interpack/packages.html -jdk%%VERSION%%/docs/books/tutorial/java/interpack/summary-interface.html -jdk%%VERSION%%/docs/books/tutorial/java/interpack/summary-package.html -jdk%%VERSION%%/docs/books/tutorial/java/interpack/usepkgs.html -jdk%%VERSION%%/docs/books/tutorial/java/interpack/usinginterface.html -jdk%%VERSION%%/docs/books/tutorial/java/javaOO/QandE/Class1.java -jdk%%VERSION%%/docs/books/tutorial/java/javaOO/QandE/Class2.java -jdk%%VERSION%%/docs/books/tutorial/java/javaOO/QandE/InnerClassDemo.java -jdk%%VERSION%%/docs/books/tutorial/java/javaOO/QandE/InnerClassDemo2.java -jdk%%VERSION%%/docs/books/tutorial/java/javaOO/QandE/InnerClassDemo3.java -jdk%%VERSION%%/docs/books/tutorial/java/javaOO/QandE/Problem.java -jdk%%VERSION%%/docs/books/tutorial/java/javaOO/QandE/ProblemSolved.java -jdk%%VERSION%%/docs/books/tutorial/java/javaOO/QandE/creating-answers.html -jdk%%VERSION%%/docs/books/tutorial/java/javaOO/QandE/creating-questions.html -jdk%%VERSION%%/docs/books/tutorial/java/javaOO/QandE/final.txt -jdk%%VERSION%%/docs/books/tutorial/java/javaOO/QandE/inherit-answers.html -jdk%%VERSION%%/docs/books/tutorial/java/javaOO/QandE/inherit-questions.html -jdk%%VERSION%%/docs/books/tutorial/java/javaOO/QandE/nested-answers.html -jdk%%VERSION%%/docs/books/tutorial/java/javaOO/QandE/nested-questions.html -jdk%%VERSION%%/docs/books/tutorial/java/javaOO/abstract.html -jdk%%VERSION%%/docs/books/tutorial/java/javaOO/accesscontrol.html -jdk%%VERSION%%/docs/books/tutorial/java/javaOO/arguments.html -jdk%%VERSION%%/docs/books/tutorial/java/javaOO/classbody.html -jdk%%VERSION%%/docs/books/tutorial/java/javaOO/classdecl.html -jdk%%VERSION%%/docs/books/tutorial/java/javaOO/classes.html -jdk%%VERSION%%/docs/books/tutorial/java/javaOO/classvars.html -jdk%%VERSION%%/docs/books/tutorial/java/javaOO/constructors.html -jdk%%VERSION%%/docs/books/tutorial/java/javaOO/example-1dot1/AdapterSpot$MyMouseAdapter.class -jdk%%VERSION%%/docs/books/tutorial/java/javaOO/example-1dot1/AdapterSpot.class -jdk%%VERSION%%/docs/books/tutorial/java/javaOO/example-1dot1/AdapterSpot.html -jdk%%VERSION%%/docs/books/tutorial/java/javaOO/example-1dot1/AdapterSpot.java -jdk%%VERSION%%/docs/books/tutorial/java/javaOO/example-1dot1/AnonymousSpot$1.class -jdk%%VERSION%%/docs/books/tutorial/java/javaOO/example-1dot1/AnonymousSpot.class -jdk%%VERSION%%/docs/books/tutorial/java/javaOO/example-1dot1/AnonymousSpot.html -jdk%%VERSION%%/docs/books/tutorial/java/javaOO/example-1dot1/AnonymousSpot.java -jdk%%VERSION%%/docs/books/tutorial/java/javaOO/example-1dot1/Point.java -jdk%%VERSION%%/docs/books/tutorial/java/javaOO/example-1dot1/Rectangle.java -jdk%%VERSION%%/docs/books/tutorial/java/javaOO/example-1dot1/SimplePoint.java -jdk%%VERSION%%/docs/books/tutorial/java/javaOO/example-1dot1/SimpleRectangle.java -jdk%%VERSION%%/docs/books/tutorial/java/javaOO/example-1dot1/Spot.class -jdk%%VERSION%%/docs/books/tutorial/java/javaOO/example-1dot1/Spot.html -jdk%%VERSION%%/docs/books/tutorial/java/javaOO/example-1dot1/Spot.java -jdk%%VERSION%%/docs/books/tutorial/java/javaOO/example-1dot1/Stack.java -jdk%%VERSION%%/docs/books/tutorial/java/javaOO/example/AClass.java -jdk%%VERSION%%/docs/books/tutorial/java/javaOO/example/AdapterSpot.java -jdk%%VERSION%%/docs/books/tutorial/java/javaOO/example/AnonymousSpot.java -jdk%%VERSION%%/docs/books/tutorial/java/javaOO/example/Card.java -jdk%%VERSION%%/docs/books/tutorial/java/javaOO/example/Card2.java -jdk%%VERSION%%/docs/books/tutorial/java/javaOO/example/Deck.java -jdk%%VERSION%%/docs/books/tutorial/java/javaOO/example/DisplayDeck.java -jdk%%VERSION%%/docs/books/tutorial/java/javaOO/example/Earth.java -jdk%%VERSION%%/docs/books/tutorial/java/javaOO/example/One/Alpha.java -jdk%%VERSION%%/docs/books/tutorial/java/javaOO/example/One/DeltaOne.java -jdk%%VERSION%%/docs/books/tutorial/java/javaOO/example/Planet.java -jdk%%VERSION%%/docs/books/tutorial/java/javaOO/example/Point.java -jdk%%VERSION%%/docs/books/tutorial/java/javaOO/example/Rectangle.java -jdk%%VERSION%%/docs/books/tutorial/java/javaOO/example/Spot.class -jdk%%VERSION%%/docs/books/tutorial/java/javaOO/example/Spot.java -jdk%%VERSION%%/docs/books/tutorial/java/javaOO/example/Stack.java -jdk%%VERSION%%/docs/books/tutorial/java/javaOO/example/Two/AlphaTwo.java -jdk%%VERSION%%/docs/books/tutorial/java/javaOO/example/Two/DeltaTwo.java -jdk%%VERSION%%/docs/books/tutorial/java/javaOO/final.html -jdk%%VERSION%%/docs/books/tutorial/java/javaOO/index.html -jdk%%VERSION%%/docs/books/tutorial/java/javaOO/innerclasses.html -jdk%%VERSION%%/docs/books/tutorial/java/javaOO/methodbody.html -jdk%%VERSION%%/docs/books/tutorial/java/javaOO/methoddecl.html -jdk%%VERSION%%/docs/books/tutorial/java/javaOO/methods.html -jdk%%VERSION%%/docs/books/tutorial/java/javaOO/nested.html -jdk%%VERSION%%/docs/books/tutorial/java/javaOO/objectclass.html -jdk%%VERSION%%/docs/books/tutorial/java/javaOO/override.html -jdk%%VERSION%%/docs/books/tutorial/java/javaOO/subclass.html -jdk%%VERSION%%/docs/books/tutorial/java/javaOO/subclasses.html -jdk%%VERSION%%/docs/books/tutorial/java/javaOO/variables.html -jdk%%VERSION%%/docs/books/tutorial/java/nutsandbolts/QandE/Bits.java -jdk%%VERSION%%/docs/books/tutorial/java/nutsandbolts/QandE/CurrencyExchange.java -jdk%%VERSION%%/docs/books/tutorial/java/nutsandbolts/QandE/FloatTest.java -jdk%%VERSION%%/docs/books/tutorial/java/nutsandbolts/QandE/MinVariablesDemo.java -jdk%%VERSION%%/docs/books/tutorial/java/nutsandbolts/QandE/NestedIf.java -jdk%%VERSION%%/docs/books/tutorial/java/nutsandbolts/QandE/NewDoWhileDemo.java -jdk%%VERSION%%/docs/books/tutorial/java/nutsandbolts/QandE/NewWhileDemo.java -jdk%%VERSION%%/docs/books/tutorial/java/nutsandbolts/QandE/OperatorEx.java -jdk%%VERSION%%/docs/books/tutorial/java/nutsandbolts/QandE/answers_expressions.html -jdk%%VERSION%%/docs/books/tutorial/java/nutsandbolts/QandE/answers_flow.html -jdk%%VERSION%%/docs/books/tutorial/java/nutsandbolts/QandE/answers_operators.html -jdk%%VERSION%%/docs/books/tutorial/java/nutsandbolts/QandE/answers_variables.html -jdk%%VERSION%%/docs/books/tutorial/java/nutsandbolts/QandE/questions_expressions.html -jdk%%VERSION%%/docs/books/tutorial/java/nutsandbolts/QandE/questions_flow.html -jdk%%VERSION%%/docs/books/tutorial/java/nutsandbolts/QandE/questions_operators.html -jdk%%VERSION%%/docs/books/tutorial/java/nutsandbolts/QandE/questions_variables.html -jdk%%VERSION%%/docs/books/tutorial/java/nutsandbolts/_keywords.html -jdk%%VERSION%%/docs/books/tutorial/java/nutsandbolts/_runSort.html -jdk%%VERSION%%/docs/books/tutorial/java/nutsandbolts/arithmetic.html -jdk%%VERSION%%/docs/books/tutorial/java/nutsandbolts/assignment.html -jdk%%VERSION%%/docs/books/tutorial/java/nutsandbolts/bitwise.html -jdk%%VERSION%%/docs/books/tutorial/java/nutsandbolts/branch.html -jdk%%VERSION%%/docs/books/tutorial/java/nutsandbolts/datatypes.html -jdk%%VERSION%%/docs/books/tutorial/java/nutsandbolts/example-1dot1/MaxVariablesDemo.java -jdk%%VERSION%%/docs/books/tutorial/java/nutsandbolts/example/ArithmeticDemo.java -jdk%%VERSION%%/docs/books/tutorial/java/nutsandbolts/example/BasicsDemo.java -jdk%%VERSION%%/docs/books/tutorial/java/nutsandbolts/example/BitwiseDemo.java -jdk%%VERSION%%/docs/books/tutorial/java/nutsandbolts/example/BreakDemo.java -jdk%%VERSION%%/docs/books/tutorial/java/nutsandbolts/example/BreakWithLabelDemo.java -jdk%%VERSION%%/docs/books/tutorial/java/nutsandbolts/example/ContinueDemo.java -jdk%%VERSION%%/docs/books/tutorial/java/nutsandbolts/example/ContinueWithLabelDemo.java -jdk%%VERSION%%/docs/books/tutorial/java/nutsandbolts/example/DoWhileDemo.java -jdk%%VERSION%%/docs/books/tutorial/java/nutsandbolts/example/ForDemo.java -jdk%%VERSION%%/docs/books/tutorial/java/nutsandbolts/example/IfElseDemo.java -jdk%%VERSION%%/docs/books/tutorial/java/nutsandbolts/example/RelationalDemo.java -jdk%%VERSION%%/docs/books/tutorial/java/nutsandbolts/example/SortDemo.java -jdk%%VERSION%%/docs/books/tutorial/java/nutsandbolts/example/SwitchDemo.java -jdk%%VERSION%%/docs/books/tutorial/java/nutsandbolts/example/SwitchDemo2.java -jdk%%VERSION%%/docs/books/tutorial/java/nutsandbolts/example/WhileDemo.java -jdk%%VERSION%%/docs/books/tutorial/java/nutsandbolts/exception.html -jdk%%VERSION%%/docs/books/tutorial/java/nutsandbolts/expressions.html -jdk%%VERSION%%/docs/books/tutorial/java/nutsandbolts/finalVariables.html -jdk%%VERSION%%/docs/books/tutorial/java/nutsandbolts/flow.html -jdk%%VERSION%%/docs/books/tutorial/java/nutsandbolts/flowsummary.html -jdk%%VERSION%%/docs/books/tutorial/java/nutsandbolts/for.html -jdk%%VERSION%%/docs/books/tutorial/java/nutsandbolts/if.html -jdk%%VERSION%%/docs/books/tutorial/java/nutsandbolts/index.html -jdk%%VERSION%%/docs/books/tutorial/java/nutsandbolts/operators.html -jdk%%VERSION%%/docs/books/tutorial/java/nutsandbolts/opsummary.html -jdk%%VERSION%%/docs/books/tutorial/java/nutsandbolts/other.html -jdk%%VERSION%%/docs/books/tutorial/java/nutsandbolts/relational.html -jdk%%VERSION%%/docs/books/tutorial/java/nutsandbolts/scope.html -jdk%%VERSION%%/docs/books/tutorial/java/nutsandbolts/switch.html -jdk%%VERSION%%/docs/books/tutorial/java/nutsandbolts/variableInitialization.html -jdk%%VERSION%%/docs/books/tutorial/java/nutsandbolts/variableNames.html -jdk%%VERSION%%/docs/books/tutorial/java/nutsandbolts/variables.html -jdk%%VERSION%%/docs/books/tutorial/java/nutsandbolts/variablesummary.html -jdk%%VERSION%%/docs/books/tutorial/java/nutsandbolts/while.html -jdk%%VERSION%%/docs/books/tutorial/java/problems/index.html -jdk%%VERSION%%/docs/books/tutorial/javabeans/TOC.html -jdk%%VERSION%%/docs/books/tutorial/javabeans/beanbox/index.html -jdk%%VERSION%%/docs/books/tutorial/javabeans/beanbox/introBeanBox.html -jdk%%VERSION%%/docs/books/tutorial/javabeans/beanbox/makeApplet.html -jdk%%VERSION%%/docs/books/tutorial/javabeans/beanbox/usingBeanBox.html -jdk%%VERSION%%/docs/books/tutorial/javabeans/beancontext/containment.html -jdk%%VERSION%%/docs/books/tutorial/javabeans/beancontext/example-1dot2/DocumentBean.java -jdk%%VERSION%%/docs/books/tutorial/javabeans/beancontext/example-1dot2/DocumentTester.java -jdk%%VERSION%%/docs/books/tutorial/javabeans/beancontext/example-1dot2/Example1.java -jdk%%VERSION%%/docs/books/tutorial/javabeans/beancontext/example-1dot2/Example2.java -jdk%%VERSION%%/docs/books/tutorial/javabeans/beancontext/example-1dot2/Example3.java -jdk%%VERSION%%/docs/books/tutorial/javabeans/beancontext/example-1dot2/MembershipTest.java -jdk%%VERSION%%/docs/books/tutorial/javabeans/beancontext/example-1dot2/Test.txt -jdk%%VERSION%%/docs/books/tutorial/javabeans/beancontext/example-1dot2/WordCount.java -jdk%%VERSION%%/docs/books/tutorial/javabeans/beancontext/example-1dot2/WordCountServiceProvider.java -jdk%%VERSION%%/docs/books/tutorial/javabeans/beancontext/gui.html -jdk%%VERSION%%/docs/books/tutorial/javabeans/beancontext/index.html -jdk%%VERSION%%/docs/books/tutorial/javabeans/beancontext/overview.html -jdk%%VERSION%%/docs/books/tutorial/javabeans/beancontext/services.html -jdk%%VERSION%%/docs/books/tutorial/javabeans/beaninfo/index.html -jdk%%VERSION%%/docs/books/tutorial/javabeans/customization/index.html -jdk%%VERSION%%/docs/books/tutorial/javabeans/end.html -jdk%%VERSION%%/docs/books/tutorial/javabeans/events/index.html -jdk%%VERSION%%/docs/books/tutorial/javabeans/glasgow/index.html -jdk%%VERSION%%/docs/books/tutorial/javabeans/index.html -jdk%%VERSION%%/docs/books/tutorial/javabeans/persistence/index.html -jdk%%VERSION%%/docs/books/tutorial/javabeans/properties/bound.html -jdk%%VERSION%%/docs/books/tutorial/javabeans/properties/constrained.html -jdk%%VERSION%%/docs/books/tutorial/javabeans/properties/index.html -jdk%%VERSION%%/docs/books/tutorial/javabeans/properties/indexed.html -jdk%%VERSION%%/docs/books/tutorial/javabeans/properties/properties.html -jdk%%VERSION%%/docs/books/tutorial/javabeans/whatis/bdkDescription.html -jdk%%VERSION%%/docs/books/tutorial/javabeans/whatis/beanDefinition.html -jdk%%VERSION%%/docs/books/tutorial/javabeans/whatis/index.html -jdk%%VERSION%%/docs/books/tutorial/javabeans/writingbean/index.html -jdk%%VERSION%%/docs/books/tutorial/jdbc/TOC.html -jdk%%VERSION%%/docs/books/tutorial/jdbc/basics/_retrievingTable.html -jdk%%VERSION%%/docs/books/tutorial/jdbc/basics/applet.html -jdk%%VERSION%%/docs/books/tutorial/jdbc/basics/complete.html -jdk%%VERSION%%/docs/books/tutorial/jdbc/basics/connecting.html -jdk%%VERSION%%/docs/books/tutorial/jdbc/basics/example-1dot2/BatchUpdate.java -jdk%%VERSION%%/docs/books/tutorial/jdbc/basics/example-1dot2/CreateCoffees.java -jdk%%VERSION%%/docs/books/tutorial/jdbc/basics/example-1dot2/OutputApplet.html -jdk%%VERSION%%/docs/books/tutorial/jdbc/basics/example-1dot2/OutputApplet.java -jdk%%VERSION%%/docs/books/tutorial/jdbc/basics/example-1dot2/TransactionPairs.java -jdk%%VERSION%%/docs/books/tutorial/jdbc/basics/gettingstarted.html -jdk%%VERSION%%/docs/books/tutorial/jdbc/basics/index.html -jdk%%VERSION%%/docs/books/tutorial/jdbc/basics/joins.html -jdk%%VERSION%%/docs/books/tutorial/jdbc/basics/milestone.html -jdk%%VERSION%%/docs/books/tutorial/jdbc/basics/prepared.html -jdk%%VERSION%%/docs/books/tutorial/jdbc/basics/retrieving.html -jdk%%VERSION%%/docs/books/tutorial/jdbc/basics/running.html -jdk%%VERSION%%/docs/books/tutorial/jdbc/basics/settingup.html -jdk%%VERSION%%/docs/books/tutorial/jdbc/basics/sql.html -jdk%%VERSION%%/docs/books/tutorial/jdbc/basics/storedprocedures.html -jdk%%VERSION%%/docs/books/tutorial/jdbc/basics/tables.html -jdk%%VERSION%%/docs/books/tutorial/jdbc/basics/transactions.html -jdk%%VERSION%%/docs/books/tutorial/jdbc/basics/updating.html -jdk%%VERSION%%/docs/books/tutorial/jdbc/end.html -jdk%%VERSION%%/docs/books/tutorial/jdbc/index.html -jdk%%VERSION%%/docs/books/tutorial/jdbc/jdbc2dot0/batchupdates.html -jdk%%VERSION%%/docs/books/tutorial/jdbc/jdbc2dot0/cursor.html -jdk%%VERSION%%/docs/books/tutorial/jdbc/jdbc2dot0/deleting.html -jdk%%VERSION%%/docs/books/tutorial/jdbc/jdbc2dot0/example-1dot2/BatchUpdate.java -jdk%%VERSION%%/docs/books/tutorial/jdbc/jdbc2dot0/extension.html -jdk%%VERSION%%/docs/books/tutorial/jdbc/jdbc2dot0/index.html -jdk%%VERSION%%/docs/books/tutorial/jdbc/jdbc2dot0/inserting.html -jdk%%VERSION%%/docs/books/tutorial/jdbc/jdbc2dot0/makingupdates.html -jdk%%VERSION%%/docs/books/tutorial/jdbc/jdbc2dot0/sample.html -jdk%%VERSION%%/docs/books/tutorial/jdbc/jdbc2dot0/settingup.html -jdk%%VERSION%%/docs/books/tutorial/jdbc/jdbc2dot0/sql3.html -jdk%%VERSION%%/docs/books/tutorial/jdbc/jdbc2dot0/updating.html -jdk%%VERSION%%/docs/books/tutorial/listofapplets.html -jdk%%VERSION%%/docs/books/tutorial/native1.1/TOC.html -jdk%%VERSION%%/docs/books/tutorial/native1.1/concepts/index.html -jdk%%VERSION%%/docs/books/tutorial/native1.1/end.html -jdk%%VERSION%%/docs/books/tutorial/native1.1/implementing/array.html -jdk%%VERSION%%/docs/books/tutorial/native1.1/implementing/cpp.html -jdk%%VERSION%%/docs/books/tutorial/native1.1/implementing/error.html -jdk%%VERSION%%/docs/books/tutorial/native1.1/implementing/example-1dot1/Callbacks.c -jdk%%VERSION%%/docs/books/tutorial/native1.1/implementing/example-1dot1/Callbacks.h -jdk%%VERSION%%/docs/books/tutorial/native1.1/implementing/example-1dot1/Callbacks.java -jdk%%VERSION%%/docs/books/tutorial/native1.1/implementing/example-1dot1/CatchThrow.c -jdk%%VERSION%%/docs/books/tutorial/native1.1/implementing/example-1dot1/CatchThrow.h -jdk%%VERSION%%/docs/books/tutorial/native1.1/implementing/example-1dot1/CatchThrow.java -jdk%%VERSION%%/docs/books/tutorial/native1.1/implementing/example-1dot1/Consumer.java -jdk%%VERSION%%/docs/books/tutorial/native1.1/implementing/example-1dot1/CubbyHole.h -jdk%%VERSION%%/docs/books/tutorial/native1.1/implementing/example-1dot1/CubbyHole.java -jdk%%VERSION%%/docs/books/tutorial/native1.1/implementing/example-1dot1/FieldAccess.c -jdk%%VERSION%%/docs/books/tutorial/native1.1/implementing/example-1dot1/FieldAccess.h -jdk%%VERSION%%/docs/books/tutorial/native1.1/implementing/example-1dot1/FieldAccess.java -jdk%%VERSION%%/docs/books/tutorial/native1.1/implementing/example-1dot1/IntArray.c -jdk%%VERSION%%/docs/books/tutorial/native1.1/implementing/example-1dot1/IntArray.h -jdk%%VERSION%%/docs/books/tutorial/native1.1/implementing/example-1dot1/IntArray.java -jdk%%VERSION%%/docs/books/tutorial/native1.1/implementing/example-1dot1/Main.java -jdk%%VERSION%%/docs/books/tutorial/native1.1/implementing/example-1dot1/MyTest.h -jdk%%VERSION%%/docs/books/tutorial/native1.1/implementing/example-1dot1/MyTest.java -jdk%%VERSION%%/docs/books/tutorial/native1.1/implementing/example-1dot1/Producer.java -jdk%%VERSION%%/docs/books/tutorial/native1.1/implementing/example-1dot1/ProducerConsumerTest.java -jdk%%VERSION%%/docs/books/tutorial/native1.1/implementing/example-1dot1/Prompt.c -jdk%%VERSION%%/docs/books/tutorial/native1.1/implementing/example-1dot1/Prompt.h -jdk%%VERSION%%/docs/books/tutorial/native1.1/implementing/example-1dot1/Prompt.java -jdk%%VERSION%%/docs/books/tutorial/native1.1/implementing/example-1dot1/attach.c -jdk%%VERSION%%/docs/books/tutorial/native1.1/implementing/example-1dot1/createArray.c -jdk%%VERSION%%/docs/books/tutorial/native1.1/implementing/example-1dot1/get.c -jdk%%VERSION%%/docs/books/tutorial/native1.1/implementing/example-1dot1/getInfo.c -jdk%%VERSION%%/docs/books/tutorial/native1.1/implementing/example-1dot1/getIntValue.c -jdk%%VERSION%%/docs/books/tutorial/native1.1/implementing/example-1dot1/getLine.c -jdk%%VERSION%%/docs/books/tutorial/native1.1/implementing/example-1dot1/handleError.c -jdk%%VERSION%%/docs/books/tutorial/native1.1/implementing/example-1dot1/handleError2.c -jdk%%VERSION%%/docs/books/tutorial/native1.1/implementing/example-1dot1/invoke.c -jdk%%VERSION%%/docs/books/tutorial/native1.1/implementing/example-1dot1/mytestImp1.c -jdk%%VERSION%%/docs/books/tutorial/native1.1/implementing/example-1dot1/put.c -jdk%%VERSION%%/docs/books/tutorial/native1.1/implementing/field.html -jdk%%VERSION%%/docs/books/tutorial/native1.1/implementing/index.html -jdk%%VERSION%%/docs/books/tutorial/native1.1/implementing/method.html -jdk%%VERSION%%/docs/books/tutorial/native1.1/implementing/refs.html -jdk%%VERSION%%/docs/books/tutorial/native1.1/implementing/string.html -jdk%%VERSION%%/docs/books/tutorial/native1.1/implementing/sync.html -jdk%%VERSION%%/docs/books/tutorial/native1.1/index.html -jdk%%VERSION%%/docs/books/tutorial/native1.1/integrating/declare.html -jdk%%VERSION%%/docs/books/tutorial/native1.1/integrating/example-1dot1/Prompt.c -jdk%%VERSION%%/docs/books/tutorial/native1.1/integrating/example-1dot1/Prompt.h -jdk%%VERSION%%/docs/books/tutorial/native1.1/integrating/example-1dot1/Prompt.java -jdk%%VERSION%%/docs/books/tutorial/native1.1/integrating/example-1dot1/Prompt2.h -jdk%%VERSION%%/docs/books/tutorial/native1.1/integrating/example-1dot1/Prompt2.java -jdk%%VERSION%%/docs/books/tutorial/native1.1/integrating/index.html -jdk%%VERSION%%/docs/books/tutorial/native1.1/integrating/types.html -jdk%%VERSION%%/docs/books/tutorial/native1.1/invoking/example-1dot1/attach.c -jdk%%VERSION%%/docs/books/tutorial/native1.1/invoking/example-1dot1/invoke.c -jdk%%VERSION%%/docs/books/tutorial/native1.1/invoking/index.html -jdk%%VERSION%%/docs/books/tutorial/native1.1/invoking/invo.html -jdk%%VERSION%%/docs/books/tutorial/native1.1/stepbystep/_library.html -jdk%%VERSION%%/docs/books/tutorial/native1.1/stepbystep/_runjavah.html -jdk%%VERSION%%/docs/books/tutorial/native1.1/stepbystep/_setlibpath.html -jdk%%VERSION%%/docs/books/tutorial/native1.1/stepbystep/example-1dot1/HelloWorld.h -jdk%%VERSION%%/docs/books/tutorial/native1.1/stepbystep/example-1dot1/HelloWorld.java -jdk%%VERSION%%/docs/books/tutorial/native1.1/stepbystep/example-1dot1/HelloWorldImp.c -jdk%%VERSION%%/docs/books/tutorial/native1.1/stepbystep/example-1dot1/Main.java -jdk%%VERSION%%/docs/books/tutorial/native1.1/stepbystep/index.html -jdk%%VERSION%%/docs/books/tutorial/native1.1/stepbystep/step1.html -jdk%%VERSION%%/docs/books/tutorial/native1.1/stepbystep/step2.html -jdk%%VERSION%%/docs/books/tutorial/native1.1/stepbystep/step3.html -jdk%%VERSION%%/docs/books/tutorial/native1.1/stepbystep/step4.html -jdk%%VERSION%%/docs/books/tutorial/native1.1/stepbystep/step5.html -jdk%%VERSION%%/docs/books/tutorial/native1.1/stepbystep/step6.html -jdk%%VERSION%%/docs/books/tutorial/native1.1/summary/index.html -jdk%%VERSION%%/docs/books/tutorial/networking/TOC.html -jdk%%VERSION%%/docs/books/tutorial/networking/datagrams/broadcasting.html -jdk%%VERSION%%/docs/books/tutorial/networking/datagrams/clientServer.html -jdk%%VERSION%%/docs/books/tutorial/networking/datagrams/definition.html -jdk%%VERSION%%/docs/books/tutorial/networking/datagrams/example-1dot1/MulticastClient.java -jdk%%VERSION%%/docs/books/tutorial/networking/datagrams/example-1dot1/MulticastServer.java -jdk%%VERSION%%/docs/books/tutorial/networking/datagrams/example-1dot1/MulticastServerThread.java -jdk%%VERSION%%/docs/books/tutorial/networking/datagrams/example-1dot1/QuoteClient.java -jdk%%VERSION%%/docs/books/tutorial/networking/datagrams/example-1dot1/QuoteServer.java -jdk%%VERSION%%/docs/books/tutorial/networking/datagrams/example-1dot1/QuoteServerThread.java -jdk%%VERSION%%/docs/books/tutorial/networking/datagrams/example-1dot1/one-liners.txt -jdk%%VERSION%%/docs/books/tutorial/networking/datagrams/example/MulticastClient.java -jdk%%VERSION%%/docs/books/tutorial/networking/datagrams/example/MulticastServer.java -jdk%%VERSION%%/docs/books/tutorial/networking/datagrams/example/MulticastServerThread.java -jdk%%VERSION%%/docs/books/tutorial/networking/datagrams/example/QuoteClient.java -jdk%%VERSION%%/docs/books/tutorial/networking/datagrams/example/QuoteServer.java -jdk%%VERSION%%/docs/books/tutorial/networking/datagrams/example/QuoteServerThread.java -jdk%%VERSION%%/docs/books/tutorial/networking/datagrams/example/one-liners.txt -jdk%%VERSION%%/docs/books/tutorial/networking/datagrams/index.html -jdk%%VERSION%%/docs/books/tutorial/networking/end.html -jdk%%VERSION%%/docs/books/tutorial/networking/index.html -jdk%%VERSION%%/docs/books/tutorial/networking/overview/alreadyknow.html -jdk%%VERSION%%/docs/books/tutorial/networking/overview/index.html -jdk%%VERSION%%/docs/books/tutorial/networking/overview/networking.html -jdk%%VERSION%%/docs/books/tutorial/networking/sockets/clientServer.html -jdk%%VERSION%%/docs/books/tutorial/networking/sockets/definition.html -jdk%%VERSION%%/docs/books/tutorial/networking/sockets/example-1dot1/EchoClient.java -jdk%%VERSION%%/docs/books/tutorial/networking/sockets/example-1dot1/KKMultiServer.java -jdk%%VERSION%%/docs/books/tutorial/networking/sockets/example-1dot1/KKMultiServerThread.java -jdk%%VERSION%%/docs/books/tutorial/networking/sockets/example-1dot1/KnockKnockClient.java -jdk%%VERSION%%/docs/books/tutorial/networking/sockets/example-1dot1/KnockKnockProtocol.java -jdk%%VERSION%%/docs/books/tutorial/networking/sockets/example-1dot1/KnockKnockServer.java -jdk%%VERSION%%/docs/books/tutorial/networking/sockets/example/EchoClient.java -jdk%%VERSION%%/docs/books/tutorial/networking/sockets/example/KKMultiServer.java -jdk%%VERSION%%/docs/books/tutorial/networking/sockets/example/KKMultiServerThread.java -jdk%%VERSION%%/docs/books/tutorial/networking/sockets/example/KnockKnockClient.java -jdk%%VERSION%%/docs/books/tutorial/networking/sockets/example/KnockKnockProtocol.java -jdk%%VERSION%%/docs/books/tutorial/networking/sockets/example/KnockKnockServer.java -jdk%%VERSION%%/docs/books/tutorial/networking/sockets/index.html -jdk%%VERSION%%/docs/books/tutorial/networking/sockets/readingWriting.html -jdk%%VERSION%%/docs/books/tutorial/networking/urls/_setProxy.html -jdk%%VERSION%%/docs/books/tutorial/networking/urls/connecting.html -jdk%%VERSION%%/docs/books/tutorial/networking/urls/creatingUrls.html -jdk%%VERSION%%/docs/books/tutorial/networking/urls/definition.html -jdk%%VERSION%%/docs/books/tutorial/networking/urls/example-1dot1/ParseURL.java -jdk%%VERSION%%/docs/books/tutorial/networking/urls/example-1dot1/Reverse.java -jdk%%VERSION%%/docs/books/tutorial/networking/urls/example-1dot1/URLConnectionReader.java -jdk%%VERSION%%/docs/books/tutorial/networking/urls/example-1dot1/URLReader.java -jdk%%VERSION%%/docs/books/tutorial/networking/urls/example-1dot1/backwards -jdk%%VERSION%%/docs/books/tutorial/networking/urls/example/ParseURL.java -jdk%%VERSION%%/docs/books/tutorial/networking/urls/example/Reverse.java -jdk%%VERSION%%/docs/books/tutorial/networking/urls/example/URLConnectionReader.java -jdk%%VERSION%%/docs/books/tutorial/networking/urls/example/URLReader.java -jdk%%VERSION%%/docs/books/tutorial/networking/urls/example/backwards -jdk%%VERSION%%/docs/books/tutorial/networking/urls/index.html -jdk%%VERSION%%/docs/books/tutorial/networking/urls/readingURL.html -jdk%%VERSION%%/docs/books/tutorial/networking/urls/readingWriting.html -jdk%%VERSION%%/docs/books/tutorial/networking/urls/urlInfo.html -jdk%%VERSION%%/docs/books/tutorial/overview/TOC.html -jdk%%VERSION%%/docs/books/tutorial/overview/end.html -jdk%%VERSION%%/docs/books/tutorial/overview/essential.html -jdk%%VERSION%%/docs/books/tutorial/overview/gui.html -jdk%%VERSION%%/docs/books/tutorial/overview/index.html -jdk%%VERSION%%/docs/books/tutorial/overview/language.html -jdk%%VERSION%%/docs/books/tutorial/overview/networking.html -jdk%%VERSION%%/docs/books/tutorial/overview/packaging.html -jdk%%VERSION%%/docs/books/tutorial/overview/tables.html -jdk%%VERSION%%/docs/books/tutorial/post1.0/TOC.html -jdk%%VERSION%%/docs/books/tutorial/post1.0/converting/_updateAWT.html -jdk%%VERSION%%/docs/books/tutorial/post1.0/converting/charVsByteStreams.html -jdk%%VERSION%%/docs/books/tutorial/post1.0/converting/compatibility.html -jdk%%VERSION%%/docs/books/tutorial/post1.0/converting/converting.html -jdk%%VERSION%%/docs/books/tutorial/post1.0/converting/convertingAWT.html -jdk%%VERSION%%/docs/books/tutorial/post1.0/converting/convertingIO.html -jdk%%VERSION%%/docs/books/tutorial/post1.0/converting/deprecated.html -jdk%%VERSION%%/docs/books/tutorial/post1.0/converting/deprecatedAWT.html -jdk%%VERSION%%/docs/books/tutorial/post1.0/converting/deprecatedIO.html -jdk%%VERSION%%/docs/books/tutorial/post1.0/converting/deprecatedlist.html -jdk%%VERSION%%/docs/books/tutorial/post1.0/converting/deprecation.html -jdk%%VERSION%%/docs/books/tutorial/post1.0/converting/eventConversion.html -jdk%%VERSION%%/docs/books/tutorial/post1.0/converting/incompatibleChangesAWT.html -jdk%%VERSION%%/docs/books/tutorial/post1.0/converting/index.html -jdk%%VERSION%%/docs/books/tutorial/post1.0/converting/languageChanges.html -jdk%%VERSION%%/docs/books/tutorial/post1.0/converting/listsAndTables.html -jdk%%VERSION%%/docs/books/tutorial/post1.0/converting/nameChangesAWT.html -jdk%%VERSION%%/docs/books/tutorial/post1.0/converting/newClasses.html -jdk%%VERSION%%/docs/books/tutorial/post1.0/converting/newPackages.html -jdk%%VERSION%%/docs/books/tutorial/post1.0/converting/techniques.html -jdk%%VERSION%%/docs/books/tutorial/post1.0/converting/updateAWT -jdk%%VERSION%%/docs/books/tutorial/post1.0/converting/when.html -jdk%%VERSION%%/docs/books/tutorial/post1.0/end.html -jdk%%VERSION%%/docs/books/tutorial/post1.0/index.html -jdk%%VERSION%%/docs/books/tutorial/post1.0/preview/audio.html -jdk%%VERSION%%/docs/books/tutorial/post1.0/preview/beans.html -jdk%%VERSION%%/docs/books/tutorial/post1.0/preview/collections.html -jdk%%VERSION%%/docs/books/tutorial/post1.0/preview/idl.html -jdk%%VERSION%%/docs/books/tutorial/post1.0/preview/index.html -jdk%%VERSION%%/docs/books/tutorial/post1.0/preview/inputFramework.html -jdk%%VERSION%%/docs/books/tutorial/post1.0/preview/jfc.html -jdk%%VERSION%%/docs/books/tutorial/post1.0/preview/packageVersion.html -jdk%%VERSION%%/docs/books/tutorial/post1.0/preview/performance.html -jdk%%VERSION%%/docs/books/tutorial/post1.0/preview/rmi.html -jdk%%VERSION%%/docs/books/tutorial/post1.0/preview/security.html -jdk%%VERSION%%/docs/books/tutorial/post1.0/preview/serialization.html -jdk%%VERSION%%/docs/books/tutorial/post1.0/preview/threads.html -jdk%%VERSION%%/docs/books/tutorial/post1.0/preview/weak.html -jdk%%VERSION%%/docs/books/tutorial/post1.0/whatsnew/awt.html -jdk%%VERSION%%/docs/books/tutorial/post1.0/whatsnew/index.html -jdk%%VERSION%%/docs/books/tutorial/post1.0/whatsnew/inner.html -jdk%%VERSION%%/docs/books/tutorial/post1.0/whatsnew/internationalization.html -jdk%%VERSION%%/docs/books/tutorial/post1.0/whatsnew/io.html -jdk%%VERSION%%/docs/books/tutorial/post1.0/whatsnew/jar.html -jdk%%VERSION%%/docs/books/tutorial/post1.0/whatsnew/javabeans.html -jdk%%VERSION%%/docs/books/tutorial/post1.0/whatsnew/jdbc.html -jdk%%VERSION%%/docs/books/tutorial/post1.0/whatsnew/jni.html -jdk%%VERSION%%/docs/books/tutorial/post1.0/whatsnew/math.html -jdk%%VERSION%%/docs/books/tutorial/post1.0/whatsnew/misc.html -jdk%%VERSION%%/docs/books/tutorial/post1.0/whatsnew/networking.html -jdk%%VERSION%%/docs/books/tutorial/post1.0/whatsnew/performance.html -jdk%%VERSION%%/docs/books/tutorial/post1.0/whatsnew/reflection.html -jdk%%VERSION%%/docs/books/tutorial/post1.0/whatsnew/rmi.html -jdk%%VERSION%%/docs/books/tutorial/post1.0/whatsnew/security.html -jdk%%VERSION%%/docs/books/tutorial/reallybigindex.html -jdk%%VERSION%%/docs/books/tutorial/reflect/TOC.html -jdk%%VERSION%%/docs/books/tutorial/reflect/array/example-1dot1/KeyPad.java -jdk%%VERSION%%/docs/books/tutorial/reflect/array/example-1dot1/SampleArray.java -jdk%%VERSION%%/docs/books/tutorial/reflect/array/example-1dot1/SampleComponent.java -jdk%%VERSION%%/docs/books/tutorial/reflect/array/example-1dot1/SampleCreateArray.java -jdk%%VERSION%%/docs/books/tutorial/reflect/array/example-1dot1/SampleGetArray.java -jdk%%VERSION%%/docs/books/tutorial/reflect/array/example-1dot1/SampleMultiArray.java -jdk%%VERSION%%/docs/books/tutorial/reflect/array/getComponentType.html -jdk%%VERSION%%/docs/books/tutorial/reflect/array/getset.html -jdk%%VERSION%%/docs/books/tutorial/reflect/array/index.html -jdk%%VERSION%%/docs/books/tutorial/reflect/array/isArray.html -jdk%%VERSION%%/docs/books/tutorial/reflect/array/newInstance.html -jdk%%VERSION%%/docs/books/tutorial/reflect/class/example-1dot1/SampleCheckInterface.java -jdk%%VERSION%%/docs/books/tutorial/reflect/class/example-1dot1/SampleConstructor.java -jdk%%VERSION%%/docs/books/tutorial/reflect/class/example-1dot1/SampleField.java -jdk%%VERSION%%/docs/books/tutorial/reflect/class/example-1dot1/SampleInterface.java -jdk%%VERSION%%/docs/books/tutorial/reflect/class/example-1dot1/SampleMethod.java -jdk%%VERSION%%/docs/books/tutorial/reflect/class/example-1dot1/SampleModifier.java -jdk%%VERSION%%/docs/books/tutorial/reflect/class/example-1dot1/SampleName.java -jdk%%VERSION%%/docs/books/tutorial/reflect/class/example-1dot1/SampleSuper.java -jdk%%VERSION%%/docs/books/tutorial/reflect/class/getClass.html -jdk%%VERSION%%/docs/books/tutorial/reflect/class/getConstructors.html -jdk%%VERSION%%/docs/books/tutorial/reflect/class/getFields.html -jdk%%VERSION%%/docs/books/tutorial/reflect/class/getInterfaces.html -jdk%%VERSION%%/docs/books/tutorial/reflect/class/getMethods.html -jdk%%VERSION%%/docs/books/tutorial/reflect/class/getModifiers.html -jdk%%VERSION%%/docs/books/tutorial/reflect/class/getName.html -jdk%%VERSION%%/docs/books/tutorial/reflect/class/getSuperclass.html -jdk%%VERSION%%/docs/books/tutorial/reflect/class/index.html -jdk%%VERSION%%/docs/books/tutorial/reflect/class/isInterface.html -jdk%%VERSION%%/docs/books/tutorial/reflect/end.html -jdk%%VERSION%%/docs/books/tutorial/reflect/index.html -jdk%%VERSION%%/docs/books/tutorial/reflect/object/arg.html -jdk%%VERSION%%/docs/books/tutorial/reflect/object/create.html -jdk%%VERSION%%/docs/books/tutorial/reflect/object/example-1dot1/SampleGet.java -jdk%%VERSION%%/docs/books/tutorial/reflect/object/example-1dot1/SampleInstance.java -jdk%%VERSION%%/docs/books/tutorial/reflect/object/example-1dot1/SampleInvoke.java -jdk%%VERSION%%/docs/books/tutorial/reflect/object/example-1dot1/SampleNoArg.java -jdk%%VERSION%%/docs/books/tutorial/reflect/object/example-1dot1/SampleSet.java -jdk%%VERSION%%/docs/books/tutorial/reflect/object/get.html -jdk%%VERSION%%/docs/books/tutorial/reflect/object/index.html -jdk%%VERSION%%/docs/books/tutorial/reflect/object/invoke.html -jdk%%VERSION%%/docs/books/tutorial/reflect/object/noarg.html -jdk%%VERSION%%/docs/books/tutorial/reflect/object/set.html -jdk%%VERSION%%/docs/books/tutorial/reflect/summary/index.html -jdk%%VERSION%%/docs/books/tutorial/rmi/TOC.html -jdk%%VERSION%%/docs/books/tutorial/rmi/client.html -jdk%%VERSION%%/docs/books/tutorial/rmi/compiling.html -jdk%%VERSION%%/docs/books/tutorial/rmi/designing.html -jdk%%VERSION%%/docs/books/tutorial/rmi/end.html -jdk%%VERSION%%/docs/books/tutorial/rmi/example-1dot2/client/ComputePi.java -jdk%%VERSION%%/docs/books/tutorial/rmi/example-1dot2/client/Pi.java -jdk%%VERSION%%/docs/books/tutorial/rmi/example-1dot2/compute/Compute.java -jdk%%VERSION%%/docs/books/tutorial/rmi/example-1dot2/compute/Task.java -jdk%%VERSION%%/docs/books/tutorial/rmi/example-1dot2/engine/ComputeEngine.java -jdk%%VERSION%%/docs/books/tutorial/rmi/example-1dot2/java.policy -jdk%%VERSION%%/docs/books/tutorial/rmi/example-1dot2/java.policy2 -jdk%%VERSION%%/docs/books/tutorial/rmi/example.html -jdk%%VERSION%%/docs/books/tutorial/rmi/implementing.html -jdk%%VERSION%%/docs/books/tutorial/rmi/index.html -jdk%%VERSION%%/docs/books/tutorial/rmi/overview.html -jdk%%VERSION%%/docs/books/tutorial/rmi/running.html -jdk%%VERSION%%/docs/books/tutorial/rmi/server.html -jdk%%VERSION%%/docs/books/tutorial/search.html -jdk%%VERSION%%/docs/books/tutorial/security1.1/TOC.html -jdk%%VERSION%%/docs/books/tutorial/security1.1/api/_interpreting.html -jdk%%VERSION%%/docs/books/tutorial/security1.1/api/example-1dot1/data -jdk%%VERSION%%/docs/books/tutorial/security1.1/api/example-1dot1/testSig.java -jdk%%VERSION%%/docs/books/tutorial/security1.1/api/index.html -jdk%%VERSION%%/docs/books/tutorial/security1.1/api/step1.html -jdk%%VERSION%%/docs/books/tutorial/security1.1/api/step2.html -jdk%%VERSION%%/docs/books/tutorial/security1.1/api/step3.html -jdk%%VERSION%%/docs/books/tutorial/security1.1/api/step4.html -jdk%%VERSION%%/docs/books/tutorial/security1.1/api/step5.html -jdk%%VERSION%%/docs/books/tutorial/security1.1/api/step6.html -jdk%%VERSION%%/docs/books/tutorial/security1.1/end.html -jdk%%VERSION%%/docs/books/tutorial/security1.1/index.html -jdk%%VERSION%%/docs/books/tutorial/security1.1/overview/index.html -jdk%%VERSION%%/docs/books/tutorial/security1.2/TOC.html -jdk%%VERSION%%/docs/books/tutorial/security1.2/apisign/enhancements.html -jdk%%VERSION%%/docs/books/tutorial/security1.2/apisign/example-1dot2/GenSig.java -jdk%%VERSION%%/docs/books/tutorial/security1.2/apisign/example-1dot2/VerSig.java -jdk%%VERSION%%/docs/books/tutorial/security1.2/apisign/example-1dot2/data -jdk%%VERSION%%/docs/books/tutorial/security1.2/apisign/gensig.html -jdk%%VERSION%%/docs/books/tutorial/security1.2/apisign/index.html -jdk%%VERSION%%/docs/books/tutorial/security1.2/apisign/step1.html -jdk%%VERSION%%/docs/books/tutorial/security1.2/apisign/step2.html -jdk%%VERSION%%/docs/books/tutorial/security1.2/apisign/step3.html -jdk%%VERSION%%/docs/books/tutorial/security1.2/apisign/step4.html -jdk%%VERSION%%/docs/books/tutorial/security1.2/apisign/step5.html -jdk%%VERSION%%/docs/books/tutorial/security1.2/apisign/versig.html -jdk%%VERSION%%/docs/books/tutorial/security1.2/apisign/vstep1.html -jdk%%VERSION%%/docs/books/tutorial/security1.2/apisign/vstep2.html -jdk%%VERSION%%/docs/books/tutorial/security1.2/apisign/vstep3.html -jdk%%VERSION%%/docs/books/tutorial/security1.2/apisign/vstep4.html -jdk%%VERSION%%/docs/books/tutorial/security1.2/apisign/vstep5.html -jdk%%VERSION%%/docs/books/tutorial/security1.2/end.html -jdk%%VERSION%%/docs/books/tutorial/security1.2/index.html -jdk%%VERSION%%/docs/books/tutorial/security1.2/overview/index.html -jdk%%VERSION%%/docs/books/tutorial/security1.2/sigcert/index.html -jdk%%VERSION%%/docs/books/tutorial/security1.2/summary/apicore.html -jdk%%VERSION%%/docs/books/tutorial/security1.2/summary/apiov.html -jdk%%VERSION%%/docs/books/tutorial/security1.2/summary/apisum.html -jdk%%VERSION%%/docs/books/tutorial/security1.2/summary/files.html -jdk%%VERSION%%/docs/books/tutorial/security1.2/summary/glossary.html -jdk%%VERSION%%/docs/books/tutorial/security1.2/summary/index.html -jdk%%VERSION%%/docs/books/tutorial/security1.2/summary/tools.html -jdk%%VERSION%%/docs/books/tutorial/security1.2/toolfilex/example-1dot2/contract -jdk%%VERSION%%/docs/books/tutorial/security1.2/toolfilex/index.html -jdk%%VERSION%%/docs/books/tutorial/security1.2/toolfilex/receiver.html -jdk%%VERSION%%/docs/books/tutorial/security1.2/toolfilex/rstep1.html -jdk%%VERSION%%/docs/books/tutorial/security1.2/toolfilex/rstep2.html -jdk%%VERSION%%/docs/books/tutorial/security1.2/toolfilex/sender.html -jdk%%VERSION%%/docs/books/tutorial/security1.2/toolfilex/step1.html -jdk%%VERSION%%/docs/books/tutorial/security1.2/toolfilex/step2.html -jdk%%VERSION%%/docs/books/tutorial/security1.2/toolfilex/step3.html -jdk%%VERSION%%/docs/books/tutorial/security1.2/toolfilex/step4.html -jdk%%VERSION%%/docs/books/tutorial/security1.2/toolsign/example-1dot2/Count.java -jdk%%VERSION%%/docs/books/tutorial/security1.2/toolsign/example-1dot2/data -jdk%%VERSION%%/docs/books/tutorial/security1.2/toolsign/index.html -jdk%%VERSION%%/docs/books/tutorial/security1.2/toolsign/receiver.html -jdk%%VERSION%%/docs/books/tutorial/security1.2/toolsign/rstep1.html -jdk%%VERSION%%/docs/books/tutorial/security1.2/toolsign/rstep2.html -jdk%%VERSION%%/docs/books/tutorial/security1.2/toolsign/rstep3.html -jdk%%VERSION%%/docs/books/tutorial/security1.2/toolsign/rstep4.html -jdk%%VERSION%%/docs/books/tutorial/security1.2/toolsign/signer.html -jdk%%VERSION%%/docs/books/tutorial/security1.2/toolsign/step1.html -jdk%%VERSION%%/docs/books/tutorial/security1.2/toolsign/step2.html -jdk%%VERSION%%/docs/books/tutorial/security1.2/toolsign/step3.html -jdk%%VERSION%%/docs/books/tutorial/security1.2/toolsign/step4.html -jdk%%VERSION%%/docs/books/tutorial/security1.2/toolsign/step5.html -jdk%%VERSION%%/docs/books/tutorial/security1.2/toolsign/wstep1.html -jdk%%VERSION%%/docs/books/tutorial/security1.2/toolsign/wstep2.html -jdk%%VERSION%%/docs/books/tutorial/security1.2/toolsign/wstep3.html -jdk%%VERSION%%/docs/books/tutorial/security1.2/toolsign/wstep4.html -jdk%%VERSION%%/docs/books/tutorial/security1.2/tour1/example-1dot2/WriteFile.class -jdk%%VERSION%%/docs/books/tutorial/security1.2/tour1/example-1dot2/WriteFile.html -jdk%%VERSION%%/docs/books/tutorial/security1.2/tour1/example-1dot2/WriteFile.java -jdk%%VERSION%%/docs/books/tutorial/security1.2/tour1/index.html -jdk%%VERSION%%/docs/books/tutorial/security1.2/tour1/step1.html -jdk%%VERSION%%/docs/books/tutorial/security1.2/tour1/step2.html -jdk%%VERSION%%/docs/books/tutorial/security1.2/tour1/step3.html -jdk%%VERSION%%/docs/books/tutorial/security1.2/tour1/wstep1.html -jdk%%VERSION%%/docs/books/tutorial/security1.2/tour1/wstep2.html -jdk%%VERSION%%/docs/books/tutorial/security1.2/tour1/wstep3.html -jdk%%VERSION%%/docs/books/tutorial/security1.2/tour2/example-1dot2/GetProps.java -jdk%%VERSION%%/docs/books/tutorial/security1.2/tour2/example-1dot2/java.policy -jdk%%VERSION%%/docs/books/tutorial/security1.2/tour2/index.html -jdk%%VERSION%%/docs/books/tutorial/security1.2/tour2/step1.html -jdk%%VERSION%%/docs/books/tutorial/security1.2/tour2/step2.html -jdk%%VERSION%%/docs/books/tutorial/security1.2/tour2/step3.html -jdk%%VERSION%%/docs/books/tutorial/security1.2/tour2/step4.html -jdk%%VERSION%%/docs/books/tutorial/security1.2/tour2/wstep1.html -jdk%%VERSION%%/docs/books/tutorial/security1.2/tour2/wstep2.html -jdk%%VERSION%%/docs/books/tutorial/security1.2/tour2/wstep3.html -jdk%%VERSION%%/docs/books/tutorial/security1.2/userperm/chris.html -jdk%%VERSION%%/docs/books/tutorial/security1.2/userperm/example-1dot2/com/gamedev/games/TerrysGame.java -jdk%%VERSION%%/docs/books/tutorial/security1.2/userperm/example-1dot2/com/scoredev/scores/HighScore.java -jdk%%VERSION%%/docs/books/tutorial/security1.2/userperm/example-1dot2/com/scoredev/scores/HighScorePermission.java -jdk%%VERSION%%/docs/books/tutorial/security1.2/userperm/example-1dot2/kim.policy -jdk%%VERSION%%/docs/books/tutorial/security1.2/userperm/game.html -jdk%%VERSION%%/docs/books/tutorial/security1.2/userperm/highscore.html -jdk%%VERSION%%/docs/books/tutorial/security1.2/userperm/index.html -jdk%%VERSION%%/docs/books/tutorial/security1.2/userperm/kim.html -jdk%%VERSION%%/docs/books/tutorial/security1.2/userperm/perm.html -jdk%%VERSION%%/docs/books/tutorial/security1.2/userperm/policy.html -jdk%%VERSION%%/docs/books/tutorial/security1.2/userperm/terry.html -jdk%%VERSION%%/docs/books/tutorial/security1.2/userperm/together.html -jdk%%VERSION%%/docs/books/tutorial/servlets/TOC.html -jdk%%VERSION%%/docs/books/tutorial/servlets/call-servlets/browser.html -jdk%%VERSION%%/docs/books/tutorial/servlets/call-servlets/html-page.html -jdk%%VERSION%%/docs/books/tutorial/servlets/call-servlets/index.html -jdk%%VERSION%%/docs/books/tutorial/servlets/client-interaction/http-methods.html -jdk%%VERSION%%/docs/books/tutorial/servlets/client-interaction/index.html -jdk%%VERSION%%/docs/books/tutorial/servlets/client-interaction/req-res.html -jdk%%VERSION%%/docs/books/tutorial/servlets/client-interaction/servlet-info.html -jdk%%VERSION%%/docs/books/tutorial/servlets/client-interaction/threads.html -jdk%%VERSION%%/docs/books/tutorial/servlets/client-state/cookies.html -jdk%%VERSION%%/docs/books/tutorial/servlets/client-state/index.html -jdk%%VERSION%%/docs/books/tutorial/servlets/client-state/session-tracking.html -jdk%%VERSION%%/docs/books/tutorial/servlets/communication/attributes.html -jdk%%VERSION%%/docs/books/tutorial/servlets/communication/index.html -jdk%%VERSION%%/docs/books/tutorial/servlets/communication/request-dispatcher.html -jdk%%VERSION%%/docs/books/tutorial/servlets/end.html -jdk%%VERSION%%/docs/books/tutorial/servlets/example-1dot2/jsdk2dot0/BookDetailServlet.java -jdk%%VERSION%%/docs/books/tutorial/servlets/example-1dot2/jsdk2dot0/BookStoreServlet.java -jdk%%VERSION%%/docs/books/tutorial/servlets/example-1dot2/jsdk2dot0/CashierServlet.java -jdk%%VERSION%%/docs/books/tutorial/servlets/example-1dot2/jsdk2dot0/CatalogServlet.java -jdk%%VERSION%%/docs/books/tutorial/servlets/example-1dot2/jsdk2dot0/ReceiptServlet.java -jdk%%VERSION%%/docs/books/tutorial/servlets/example-1dot2/jsdk2dot0/ShowCartServlet.java -jdk%%VERSION%%/docs/books/tutorial/servlets/example-1dot2/jsdk2dot0/cart/Cashier.java -jdk%%VERSION%%/docs/books/tutorial/servlets/example-1dot2/jsdk2dot0/cart/ShoppingCart.java -jdk%%VERSION%%/docs/books/tutorial/servlets/example-1dot2/jsdk2dot0/cart/ShoppingCartItem.java -jdk%%VERSION%%/docs/books/tutorial/servlets/example-1dot2/jsdk2dot0/database/BookDBServlet.java -jdk%%VERSION%%/docs/books/tutorial/servlets/example-1dot2/jsdk2dot0/database/BookDetails.java -jdk%%VERSION%%/docs/books/tutorial/servlets/example-1dot2/jsdk2dot0/database/BookstoreDB.java -jdk%%VERSION%%/docs/books/tutorial/servlets/example-1dot2/jsdk2dot0/servlet.properties -jdk%%VERSION%%/docs/books/tutorial/servlets/example-1dot2/jsdk2dot1/BookDetailServlet.java -jdk%%VERSION%%/docs/books/tutorial/servlets/example-1dot2/jsdk2dot1/BookStoreServlet.java -jdk%%VERSION%%/docs/books/tutorial/servlets/example-1dot2/jsdk2dot1/CashierServlet.java -jdk%%VERSION%%/docs/books/tutorial/servlets/example-1dot2/jsdk2dot1/CatalogServlet.java -jdk%%VERSION%%/docs/books/tutorial/servlets/example-1dot2/jsdk2dot1/ReceiptServlet.java -jdk%%VERSION%%/docs/books/tutorial/servlets/example-1dot2/jsdk2dot1/ShowCartServlet.java -jdk%%VERSION%%/docs/books/tutorial/servlets/example-1dot2/jsdk2dot1/bookstore.html -jdk%%VERSION%%/docs/books/tutorial/servlets/example-1dot2/jsdk2dot1/cart/Cashier.java -jdk%%VERSION%%/docs/books/tutorial/servlets/example-1dot2/jsdk2dot1/cart/ShoppingCart.java -jdk%%VERSION%%/docs/books/tutorial/servlets/example-1dot2/jsdk2dot1/cart/ShoppingCartItem.java -jdk%%VERSION%%/docs/books/tutorial/servlets/example-1dot2/jsdk2dot1/database/BookDBFrontEnd.java -jdk%%VERSION%%/docs/books/tutorial/servlets/example-1dot2/jsdk2dot1/database/BookDetails.java -jdk%%VERSION%%/docs/books/tutorial/servlets/example-1dot2/jsdk2dot1/database/BookStoreDB.java -jdk%%VERSION%%/docs/books/tutorial/servlets/example-1dot2/jsdk2dot1/servlets.properties -jdk%%VERSION%%/docs/books/tutorial/servlets/example-1dot2/tomcat/BannerServlet.java -jdk%%VERSION%%/docs/books/tutorial/servlets/example-1dot2/tomcat/BookDetailServlet.java -jdk%%VERSION%%/docs/books/tutorial/servlets/example-1dot2/tomcat/BookStoreServlet.java -jdk%%VERSION%%/docs/books/tutorial/servlets/example-1dot2/tomcat/CashierServlet.java -jdk%%VERSION%%/docs/books/tutorial/servlets/example-1dot2/tomcat/CatalogServlet.java -jdk%%VERSION%%/docs/books/tutorial/servlets/example-1dot2/tomcat/Currency.java -jdk%%VERSION%%/docs/books/tutorial/servlets/example-1dot2/tomcat/ReceiptServlet.java -jdk%%VERSION%%/docs/books/tutorial/servlets/example-1dot2/tomcat/ShowCartServlet.java -jdk%%VERSION%%/docs/books/tutorial/servlets/example-1dot2/tomcat/bookstore.html -jdk%%VERSION%%/docs/books/tutorial/servlets/example-1dot2/tomcat/cart/ShoppingCart.java -jdk%%VERSION%%/docs/books/tutorial/servlets/example-1dot2/tomcat/cart/ShoppingCartItem.java -jdk%%VERSION%%/docs/books/tutorial/servlets/example-1dot2/tomcat/database/BookDB.java -jdk%%VERSION%%/docs/books/tutorial/servlets/example-1dot2/tomcat/database/BookDetails.java -jdk%%VERSION%%/docs/books/tutorial/servlets/example-1dot2/tomcat/web.xml -jdk%%VERSION%%/docs/books/tutorial/servlets/index.html -jdk%%VERSION%%/docs/books/tutorial/servlets/lifecycle/destroy.html -jdk%%VERSION%%/docs/books/tutorial/servlets/lifecycle/index.html -jdk%%VERSION%%/docs/books/tutorial/servlets/lifecycle/init.html -jdk%%VERSION%%/docs/books/tutorial/servlets/lifecycle/service-threads.html -jdk%%VERSION%%/docs/books/tutorial/servlets/overview/architecture.html -jdk%%VERSION%%/docs/books/tutorial/servlets/overview/example.html -jdk%%VERSION%%/docs/books/tutorial/servlets/overview/index.html -jdk%%VERSION%%/docs/books/tutorial/servlets/overview/simple.html -jdk%%VERSION%%/docs/books/tutorial/servlets/servletrunner/index.html -jdk%%VERSION%%/docs/books/tutorial/servlets/servletrunner/properties.html -jdk%%VERSION%%/docs/books/tutorial/servlets/servletrunner/server-start.html -jdk%%VERSION%%/docs/books/tutorial/servlets/servletrunner/tomcat-start.html -jdk%%VERSION%%/docs/books/tutorial/servlets/servletrunner/webappdd.html -jdk%%VERSION%%/docs/books/tutorial/sound/SoundApplet.atag -jdk%%VERSION%%/docs/books/tutorial/sound/SoundApplet.html -jdk%%VERSION%%/docs/books/tutorial/sound/TOC.html -jdk%%VERSION%%/docs/books/tutorial/sound/end.html -jdk%%VERSION%%/docs/books/tutorial/sound/example-1dot2/AppletSoundList.java -jdk%%VERSION%%/docs/books/tutorial/sound/example-1dot2/AppletSoundLoader.java -jdk%%VERSION%%/docs/books/tutorial/sound/example-1dot2/PictButton.html -jdk%%VERSION%%/docs/books/tutorial/sound/example-1dot2/PictButton.java -jdk%%VERSION%%/docs/books/tutorial/sound/example-1dot2/SoundApplet.java -jdk%%VERSION%%/docs/books/tutorial/sound/example-1dot2/SoundApplication.java -jdk%%VERSION%%/docs/books/tutorial/sound/example-1dot2/SoundList.java -jdk%%VERSION%%/docs/books/tutorial/sound/example-1dot2/SoundLoader.java -jdk%%VERSION%%/docs/books/tutorial/sound/example-1dot2/bottle-open.wav -jdk%%VERSION%%/docs/books/tutorial/sound/example-1dot2/flute+hrn+mrmba.aif -jdk%%VERSION%%/docs/books/tutorial/sound/example-1dot2/jungle.rmf -jdk%%VERSION%%/docs/books/tutorial/sound/example-1dot2/playing.jar -jdk%%VERSION%%/docs/books/tutorial/sound/example-1dot2/rocketship.gif -jdk%%VERSION%%/docs/books/tutorial/sound/example-1dot2/spacemusic.au -jdk%%VERSION%%/docs/books/tutorial/sound/example-1dot2/trippygaia1.mid -jdk%%VERSION%%/docs/books/tutorial/sound/index.html -jdk%%VERSION%%/docs/books/tutorial/sound/integration.html -jdk%%VERSION%%/docs/books/tutorial/sound/playing.html -jdk%%VERSION%%/docs/books/tutorial/sound/problems.html -jdk%%VERSION%%/docs/books/tutorial/together/TOC.html -jdk%%VERSION%%/docs/books/tutorial/together/bingo/UIdiagrams.html -jdk%%VERSION%%/docs/books/tutorial/together/bingo/broadcasting.html -jdk%%VERSION%%/docs/books/tutorial/together/bingo/classDesign.html -jdk%%VERSION%%/docs/books/tutorial/together/bingo/communication.html -jdk%%VERSION%%/docs/books/tutorial/together/bingo/diagrams.html -jdk%%VERSION%%/docs/books/tutorial/together/bingo/eventQueue.html -jdk%%VERSION%%/docs/books/tutorial/together/bingo/example-swing/bingo.policy -jdk%%VERSION%%/docs/books/tutorial/together/bingo/example-swing/bingo/game/BINGO.java -jdk%%VERSION%%/docs/books/tutorial/together/bingo/example-swing/bingo/game/BagOfBalls.java -jdk%%VERSION%%/docs/books/tutorial/together/bingo/example-swing/bingo/game/BallAnnouncer.java -jdk%%VERSION%%/docs/books/tutorial/together/bingo/example-swing/bingo/game/ControlPane.java -jdk%%VERSION%%/docs/books/tutorial/together/bingo/example-swing/bingo/game/GameParameters.java -jdk%%VERSION%%/docs/books/tutorial/together/bingo/example-swing/bingo/game/GamesThread.java -jdk%%VERSION%%/docs/books/tutorial/together/bingo/example-swing/bingo/game/NotaryPublic.java -jdk%%VERSION%%/docs/books/tutorial/together/bingo/example-swing/bingo/game/RandomBag.java -jdk%%VERSION%%/docs/books/tutorial/together/bingo/example-swing/bingo/game/RegistrarImpl.java -jdk%%VERSION%%/docs/books/tutorial/together/bingo/example-swing/bingo/game/RingMaster.java -jdk%%VERSION%%/docs/books/tutorial/together/bingo/example-swing/bingo/game/Roster.java -jdk%%VERSION%%/docs/books/tutorial/together/bingo/example-swing/bingo/game/SocketGate.java -jdk%%VERSION%%/docs/books/tutorial/together/bingo/example-swing/bingo/game/States.java -jdk%%VERSION%%/docs/books/tutorial/together/bingo/example-swing/bingo/player/CardWindow.java -jdk%%VERSION%%/docs/books/tutorial/together/bingo/example-swing/bingo/player/ControlPane.java -jdk%%VERSION%%/docs/books/tutorial/together/bingo/example-swing/bingo/player/IWonEvent.java -jdk%%VERSION%%/docs/books/tutorial/together/bingo/example-swing/bingo/player/NumberButton.java -jdk%%VERSION%%/docs/books/tutorial/together/bingo/example-swing/bingo/player/PaperPane.java -jdk%%VERSION%%/docs/books/tutorial/together/bingo/example-swing/bingo/player/Player.java -jdk%%VERSION%%/docs/books/tutorial/together/bingo/example-swing/bingo/player/PlayerParameters.java -jdk%%VERSION%%/docs/books/tutorial/together/bingo/example-swing/bingo/player/PlayerQueue.java -jdk%%VERSION%%/docs/books/tutorial/together/bingo/example-swing/bingo/player/RegisterEvent.java -jdk%%VERSION%%/docs/books/tutorial/together/bingo/example-swing/bingo/player/StatusRequestEvent.java -jdk%%VERSION%%/docs/books/tutorial/together/bingo/example-swing/bingo/shared/Answer.java -jdk%%VERSION%%/docs/books/tutorial/together/bingo/example-swing/bingo/shared/BallListener.java -jdk%%VERSION%%/docs/books/tutorial/together/bingo/example-swing/bingo/shared/BallListenerThread.java -jdk%%VERSION%%/docs/books/tutorial/together/bingo/example-swing/bingo/shared/BingoBall.java -jdk%%VERSION%%/docs/books/tutorial/together/bingo/example-swing/bingo/shared/BingoException.java -jdk%%VERSION%%/docs/books/tutorial/together/bingo/example-swing/bingo/shared/Card.java -jdk%%VERSION%%/docs/books/tutorial/together/bingo/example-swing/bingo/shared/Constants.java -jdk%%VERSION%%/docs/books/tutorial/together/bingo/example-swing/bingo/shared/ErrorMessages.java -jdk%%VERSION%%/docs/books/tutorial/together/bingo/example-swing/bingo/shared/GameListener.java -jdk%%VERSION%%/docs/books/tutorial/together/bingo/example-swing/bingo/shared/GameListenerThread.java -jdk%%VERSION%%/docs/books/tutorial/together/bingo/example-swing/bingo/shared/GameStatusLabel.java -jdk%%VERSION%%/docs/books/tutorial/together/bingo/example-swing/bingo/shared/LightBoardPane.java -jdk%%VERSION%%/docs/books/tutorial/together/bingo/example-swing/bingo/shared/Listener.java -jdk%%VERSION%%/docs/books/tutorial/together/bingo/example-swing/bingo/shared/ListenerThread.java -jdk%%VERSION%%/docs/books/tutorial/together/bingo/example-swing/bingo/shared/NoMoreBallsException.java -jdk%%VERSION%%/docs/books/tutorial/together/bingo/example-swing/bingo/shared/OverallStatusPane.java -jdk%%VERSION%%/docs/books/tutorial/together/bingo/example-swing/bingo/shared/Parameters.java -jdk%%VERSION%%/docs/books/tutorial/together/bingo/example-swing/bingo/shared/PlayerInfoModel.java -jdk%%VERSION%%/docs/books/tutorial/together/bingo/example-swing/bingo/shared/PlayerInfoPane.java -jdk%%VERSION%%/docs/books/tutorial/together/bingo/example-swing/bingo/shared/PlayerListener.java -jdk%%VERSION%%/docs/books/tutorial/together/bingo/example-swing/bingo/shared/PlayerListenerThread.java -jdk%%VERSION%%/docs/books/tutorial/together/bingo/example-swing/bingo/shared/PlayerRecord.java -jdk%%VERSION%%/docs/books/tutorial/together/bingo/example-swing/bingo/shared/Registrar.java -jdk%%VERSION%%/docs/books/tutorial/together/bingo/example-swing/bingo/shared/Ticket.java -jdk%%VERSION%%/docs/books/tutorial/together/bingo/example-swing/bingo/shared/Utilities.java -jdk%%VERSION%%/docs/books/tutorial/together/bingo/example-swing/chit.gif -jdk%%VERSION%%/docs/books/tutorial/together/bingo/example-swing/invisible.gif -jdk%%VERSION%%/docs/books/tutorial/together/bingo/exercises.html -jdk%%VERSION%%/docs/books/tutorial/together/bingo/gamePackage.html -jdk%%VERSION%%/docs/books/tutorial/together/bingo/gameThreads.html -jdk%%VERSION%%/docs/books/tutorial/together/bingo/index.html -jdk%%VERSION%%/docs/books/tutorial/together/bingo/letsplay.html -jdk%%VERSION%%/docs/books/tutorial/together/bingo/ofInterest.html -jdk%%VERSION%%/docs/books/tutorial/together/bingo/otherTidbits.html -jdk%%VERSION%%/docs/books/tutorial/together/bingo/overview.html -jdk%%VERSION%%/docs/books/tutorial/together/bingo/playerPackage.html -jdk%%VERSION%%/docs/books/tutorial/together/bingo/playerThreads.html -jdk%%VERSION%%/docs/books/tutorial/together/bingo/properties.html -jdk%%VERSION%%/docs/books/tutorial/together/bingo/rmi.html -jdk%%VERSION%%/docs/books/tutorial/together/bingo/sharedPackage.html -jdk%%VERSION%%/docs/books/tutorial/together/bingo/signatures.html -jdk%%VERSION%%/docs/books/tutorial/together/bingo/synchronized.html -jdk%%VERSION%%/docs/books/tutorial/together/bingo/theCode.html -jdk%%VERSION%%/docs/books/tutorial/together/bingo/threads.html -jdk%%VERSION%%/docs/books/tutorial/together/bingo/traditional.html -jdk%%VERSION%%/docs/books/tutorial/together/end.html -jdk%%VERSION%%/docs/books/tutorial/together/index.html -jdk%%VERSION%%/docs/books/tutorial/trailmap.html -jdk%%VERSION%%/docs/books/tutorial/ui/TOC.html -jdk%%VERSION%%/docs/books/tutorial/ui/components/canvas.html -jdk%%VERSION%%/docs/books/tutorial/ui/components/dialog.html -jdk%%VERSION%%/docs/books/tutorial/ui/components/index.html -jdk%%VERSION%%/docs/books/tutorial/ui/components/peer.html -jdk%%VERSION%%/docs/books/tutorial/ui/components/problems.html -jdk%%VERSION%%/docs/books/tutorial/ui/drawing/animLoop.html -jdk%%VERSION%%/docs/books/tutorial/ui/drawing/example-1dot1/AnimatorApplet.java -jdk%%VERSION%%/docs/books/tutorial/ui/drawing/index.html -jdk%%VERSION%%/docs/books/tutorial/ui/drawing/problems.html -jdk%%VERSION%%/docs/books/tutorial/ui/end.html -jdk%%VERSION%%/docs/books/tutorial/ui/index.html -jdk%%VERSION%%/docs/books/tutorial/ui/layout/example/AppletButton.java -jdk%%VERSION%%/docs/books/tutorial/ui/layout/index.html -jdk%%VERSION%%/docs/books/tutorial/ui/layout/problems.html -jdk%%VERSION%%/docs/books/tutorial/ui/layout/using.html -jdk%%VERSION%%/docs/books/tutorial/ui/overview/components.html -jdk%%VERSION%%/docs/books/tutorial/ui/overview/drawing.html -jdk%%VERSION%%/docs/books/tutorial/ui/overview/events.html -jdk%%VERSION%%/docs/books/tutorial/ui/overview/index.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/QandE/SwingApp1.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/QandE/SwingApp2.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/QandE/SwingApp3.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/QandE/Test1.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/QandE/answers.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/QandE/questions.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/TOC.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/TextDemo.atag -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/TextDemo.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/TumbleItem.atag -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/TumbleItem.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/applet.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/button.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/colorchooser.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/combobox.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/components.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/components_desc.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/components_header.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/components_pics.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/dialog.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/editorpane.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-1dot3/TableDemo.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-1dot3/TableRenderDemo.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/ButtonDemo.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/CheckBoxDemo.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/ColorChooserDemo.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/ColorChooserDemo2.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/ComboBoxDemo.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/ComboBoxDemo2.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/Corner.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/CrayonPanel.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/CustomComboBoxDemo.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/CustomDialog.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/DecimalField.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/DialogDemo.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/DynamicTree.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/DynamicTreeDemo.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/FileChooserDemo.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/FileChooserDemo2.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/FormattedDocument.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/FrameDemo.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/Framework.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/GenealogyExample.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/GenealogyModel.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/GenealogyTree.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/GlassPaneDemo.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/HtmlDemo.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/ImageFileView.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/ImageFilter.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/ImagePreview.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/InternalFrameDemo.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/LabelDemo.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/LayeredPaneDemo.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/LayeredPaneDemo2.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/LimitedStyledDocument.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/ListDemo.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/ListDialog.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/LongTask.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/MenuDemo.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/MenuGlueDemo.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/MenuLayoutDemo.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/MenuLookDemo.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/MyInternalFrame.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/PasswordDemo.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/Person.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/PopupMenuDemo.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/ProgressBarDemo.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/ProgressMonitorDemo.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/RadioButtonDemo.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/Rule.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/ScrollDemo.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/ScrollDemo2.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/ScrollablePicture.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/SharedModelDemo.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/SimpleTableDemo.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/SimpleTableSelectionDemo.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/SliderDemo.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/SliderDemo2.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/SplitPaneDemo.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/SplitPaneDemo2.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/SwingWorker.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/TabbedPaneDemo.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/TableDemo.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/TableDialogEditDemo.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/TableEditDemo.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/TableMap.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/TableRenderDemo.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/TableSorter.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/TableSorterDemo.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/TextComponentDemo.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/TextDemo.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/TextFieldDemo.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/TextSamplerDemo.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/TextSamplerDemoHelp.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/ToolBarDemo.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/ToolBarDemo2.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/TopLevelDemo.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/TreeDemo.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/TreeDemoHelp.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/TreeIconDemo.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/TreeIconDemo2.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/TumbleItem.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/Utils.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/WholeNumberField.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/arnold.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/chanlee.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/faq.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/imagenames.properties -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/images/Bird.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/images/Cat.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/images/Dog.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/images/Pig.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/images/Rabbit.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/images/all.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/images/blue.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/images/doggy/T0.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/images/doggy/T1.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/images/doggy/T10.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/images/doggy/T11.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/images/doggy/T12.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/images/doggy/T13.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/images/doggy/T2.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/images/doggy/T3.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/images/doggy/T4.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/images/doggy/T5.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/images/doggy/T6.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/images/doggy/T7.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/images/doggy/T8.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/images/doggy/T9.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/images/dukeWaveRed.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/images/geek/geek-----.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/images/geek/geek----t.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/images/geek/geek---h-.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/images/geek/geek---ht.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/images/geek/geek--g--.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/images/geek/geek--g-t.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/images/geek/geek--gh-.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/images/geek/geek--ght.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/images/geek/geek-c---.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/images/geek/geek-c--t.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/images/geek/geek-c-h-.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/images/geek/geek-c-ht.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/images/geek/geek-cg--.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/images/geek/geek-cg-t.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/images/geek/geek-cgh-.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/images/geek/geek-cght.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/images/gifIcon.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/images/green.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/images/jpgIcon.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/images/kathyCosmo.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/images/lainesTongue.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/images/left.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/images/middle.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/images/open.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/images/red.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/images/right.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/images/save.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/images/smallbabies.jpeg -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/images/sophie.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/images/sound.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/images/stickerface.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/images/tiffIcon.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/images/tumble/T1.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/images/tumble/T10.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/images/tumble/T11.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/images/tumble/T12.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/images/tumble/T13.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/images/tumble/T14.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/images/tumble/T15.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/images/tumble/T16.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/images/tumble/T17.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/images/tumble/T2.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/images/tumble/T3.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/images/tumble/T4.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/images/tumble/T5.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/images/tumble/T6.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/images/tumble/T7.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/images/tumble/T8.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/images/tumble/T9.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/images/yellow.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/images/youngdad.jpeg -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/index.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/jls.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/swingtutorial.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/textfield.jar -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/thread.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/tumble.jar -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/tutorial.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/tutorialcont.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/vm.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/filechooser.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/frame.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/generaltext.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/index.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/intermediate.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/internalframe.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/jcomponent.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/label.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/layeredpane.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/list.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/menu.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/panel.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/problems.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/progress.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/rootpane.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/scrollpane.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/simpletext.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/slider.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/splitpane.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/tabbedpane.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/table.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/text.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/textapi.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/textfield.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/toolbar.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/tooltip.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/toplevel.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/tree.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/components/widgets.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/converting/ButtonDemoApplet.atag -jdk%%VERSION%%/docs/books/tutorial/uiswing/converting/ButtonDemoApplet.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/converting/TextEventDemo.atag -jdk%%VERSION%%/docs/books/tutorial/uiswing/converting/TextEventDemo.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/converting/example-1dot1/AnimatorApplication.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/converting/example-1dot1/ButtonDemoApplet.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/converting/example-1dot1/ButtonDemoApplet.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/converting/example-1dot1/ConversionPanel.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/converting/example-1dot1/Converter.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/converting/example-1dot1/CoordinatesDemo.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/converting/example-1dot1/ImageSequence.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/converting/example-1dot1/ListDemo.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/converting/example-1dot1/ListDemo.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/converting/example-1dot1/TextEventDemo.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/converting/example-1dot1/TextEventDemo.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/converting/example-1dot1/Unit.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/converting/example-1dot1/index.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/converting/example-swing/AnimatorApplication.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/converting/example-swing/ButtonDemoApplet.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/converting/example-swing/TextEventDemo.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/converting/example-swing/buttondemo.jar -jdk%%VERSION%%/docs/books/tutorial/uiswing/converting/example-swing/images/left.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/converting/example-swing/images/middle.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/converting/example-swing/images/right.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/converting/example-swing/index.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/converting/example-swing/textdemo.jar -jdk%%VERSION%%/docs/books/tutorial/uiswing/converting/examples.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/converting/generaltips.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/converting/how.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/converting/index.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/converting/problems.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/converting/resources.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/converting/table.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/converting/tips.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/converting/why.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/end.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/Beeper.atag -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/Beeper.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/ComponentEventDemo.atag -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/ComponentEventDemo.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/ContainerEventDemo.atag -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/ContainerEventDemo.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/DocumentEventDemo.atag -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/DocumentEventDemo.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/FocusEventDemo.atag -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/FocusEventDemo.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/KeyEventDemo.atag -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/KeyEventDemo.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/ListDataEventDemo.atag -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/ListDataEventDemo.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/MouseEventDemo.atag -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/MouseEventDemo.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/MouseMotionEventDemo.atag -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/MouseMotionEventDemo.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/MultiListener.atag -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/MultiListener.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/TreeExpandEventDemo.atag -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/TreeExpandEventDemo.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/TreeExpandEventDemo2.atag -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/TreeExpandEventDemo2.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/WindowEventDemo.atag -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/WindowEventDemo.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/actionlistener.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/api.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/caretlistener.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/changelistener.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/componentlistener.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/containerlistener.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/documentlistener.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/eventsandcomponents.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/example-swing/Beeper.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/example-swing/BlankArea.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/example-swing/ComponentEventDemo.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/example-swing/ContainerEventDemo.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/example-swing/DocumentEventDemo.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/example-swing/FocusEventDemo.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/example-swing/InternalFrameEventDemo.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/example-swing/KeyEventDemo.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/example-swing/ListDataEventDemo.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/example-swing/ListSelectionDemo.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/example-swing/MouseEventDemo.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/example-swing/MouseMotionEventDemo.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/example-swing/MultiListener.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/example-swing/TreeExpandEventDemo.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/example-swing/TreeExpandEventDemo2.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/example-swing/WindowEventDemo.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/example-swing/component.jar -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/example-swing/container.jar -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/example-swing/document.jar -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/example-swing/focus.jar -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/example-swing/images/down.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/example-swing/images/up.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/example-swing/index.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/example-swing/intro.jar -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/example-swing/key.jar -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/example-swing/listdata.jar -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/example-swing/mousemotion.jar -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/example-swing/treeexpand.jar -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/example-swing/treeexpand2.jar -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/example-swing/window.jar -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/focuslistener.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/generalrules.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/handling.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/index.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/internalframelistener.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/intro.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/itemlistener.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/keylistener.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/listdatalistener.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/listselectionlistener.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/mouselistener.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/mousemotionlistener.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/problems.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/tablemodellistener.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/treeexpansionlistener.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/treemodellistener.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/treeselectionlistener.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/treewillexpandlistener.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/undoableeditlistener.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/events/windowlistener.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/examples.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/index.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/layout/BorderDemo.atag -jdk%%VERSION%%/docs/books/tutorial/uiswing/layout/BorderDemo.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/layout/BoxDemo.atag -jdk%%VERSION%%/docs/books/tutorial/uiswing/layout/BoxDemo.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/layout/CardDemo.atag -jdk%%VERSION%%/docs/books/tutorial/uiswing/layout/CardDemo.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/layout/CustomDemo.atag -jdk%%VERSION%%/docs/books/tutorial/uiswing/layout/CustomDemo.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/layout/FlowDemo.atag -jdk%%VERSION%%/docs/books/tutorial/uiswing/layout/FlowDemo.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/layout/GridDemo.atag -jdk%%VERSION%%/docs/books/tutorial/uiswing/layout/GridDemo.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/layout/GridbagDemo.atag -jdk%%VERSION%%/docs/books/tutorial/uiswing/layout/GridbagDemo.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/layout/NoneDemo.atag -jdk%%VERSION%%/docs/books/tutorial/uiswing/layout/NoneDemo.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/layout/TabDemo.atag -jdk%%VERSION%%/docs/books/tutorial/uiswing/layout/TabDemo.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/layout/border.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/layout/box.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/layout/card.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/layout/custom.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/layout/example-swing/AlignmentDemo.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/layout/example-swing/AppletButton.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/layout/example-swing/BLDComponent.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/layout/example-swing/BorderWindow.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/layout/example-swing/BoxLayoutDemo.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/layout/example-swing/BoxWindow.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/layout/example-swing/CardWindow.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/layout/example-swing/CustomWindow.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/layout/example-swing/DiagonalLayout.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/layout/example-swing/FlowWindow.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/layout/example-swing/GraphPaperLayout.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/layout/example-swing/GraphPaperTest.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/layout/example-swing/GridBagWindow.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/layout/example-swing/GridWindow.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/layout/example-swing/NoneWindow.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/layout/example-swing/TabWindow.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/layout/example-swing/images/geek-cght.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/layout/example-swing/images/middle.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/layout/example-swing/index.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/layout/example-swing/layout.jar -jdk%%VERSION%%/docs/books/tutorial/uiswing/layout/flow.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/layout/generalRules.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/layout/grid.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/layout/gridbag.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/layout/gridbagConstraints.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/layout/gridbagExample.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/layout/index.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/layout/none.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/layout/problems.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/layout/using.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/mini/example-1dot3/CelsiusConverter.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/mini/example-1dot3/CelsiusConverter2.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/mini/example-1dot3/HelloWorldSwing.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/mini/example-1dot3/LunarPhases.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/mini/example-1dot3/SimpleExample.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/mini/example-1dot3/SwingApplication.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/mini/example-1dot3/VoteDialog.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/mini/example-1dot3/images/convert.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/mini/example-1dot3/images/image0.jpg -jdk%%VERSION%%/docs/books/tutorial/uiswing/mini/example-1dot3/images/image1.jpg -jdk%%VERSION%%/docs/books/tutorial/uiswing/mini/example-1dot3/images/image2.jpg -jdk%%VERSION%%/docs/books/tutorial/uiswing/mini/example-1dot3/images/image3.jpg -jdk%%VERSION%%/docs/books/tutorial/uiswing/mini/example-1dot3/images/image4.jpg -jdk%%VERSION%%/docs/books/tutorial/uiswing/mini/example-1dot3/images/image5.jpg -jdk%%VERSION%%/docs/books/tutorial/uiswing/mini/example-1dot3/images/image6.jpg -jdk%%VERSION%%/docs/books/tutorial/uiswing/mini/example-1dot3/images/image7.jpg -jdk%%VERSION%%/docs/books/tutorial/uiswing/mini/example-1dot3/images/image8.jpg -jdk%%VERSION%%/docs/books/tutorial/uiswing/mini/fifthexample.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/mini/firstexample.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/mini/fourthexample.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/mini/index.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/mini/layout.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/mini/overview.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/mini/secondexample.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/mini/summary.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/mini/thirdexample.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/mini/threads.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/misc/IconDemoApplet.atag -jdk%%VERSION%%/docs/books/tutorial/uiswing/misc/IconDemoApplet.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/misc/access.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/misc/action.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/misc/border.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/misc/example-swing/AccessibleScrollDemo.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/misc/example-swing/ActionDemo.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/misc/example-swing/ArrowIcon.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/misc/example-swing/BorderDemo.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/misc/example-swing/Corner.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/misc/example-swing/CustomIconDemo.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/misc/example-swing/IconDemoApplet.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/misc/example-swing/Photo.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/misc/example-swing/Rule.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/misc/example-swing/ScrollablePicture.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/misc/example-swing/SwingWorker.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/misc/example-swing/icon.jar -jdk%%VERSION%%/docs/books/tutorial/uiswing/misc/example-swing/images/dimmedLeft.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/misc/example-swing/images/dimmedRight.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/misc/example-swing/images/ewanPumpkin.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/misc/example-swing/images/kathyCosmo.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/misc/example-swing/images/lainesTongue.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/misc/example-swing/images/left.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/misc/example-swing/images/middle.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/misc/example-swing/images/right.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/misc/example-swing/images/stickerface.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/misc/example-swing/images/youngdad.jpeg -jdk%%VERSION%%/docs/books/tutorial/uiswing/misc/example-swing/index.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/misc/example-swing/swing.properties -jdk%%VERSION%%/docs/books/tutorial/uiswing/misc/icon.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/misc/index.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/misc/plaf.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/misc/problems.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/misc/threads.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/misc/timer.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/overview/anatomy.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/overview/draw.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/overview/event.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/overview/example-swing/ConversionPanel.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/overview/example-swing/Converter.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/overview/example-swing/ConverterRangeModel.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/overview/example-swing/DecimalField.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/overview/example-swing/FollowerRangeModel.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/overview/example-swing/FormattedDocument.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/overview/example-swing/Unit.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/overview/example-swing/index.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/overview/hierarchy.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/overview/index.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/overview/layout.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/overview/swingFeatures.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/overview/threads.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/AnimatorAppletTimer.atag -jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/AnimatorAppletTimer.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/CoordinatesDemo.atag -jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/CoordinatesDemo.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/FontDemo.atag -jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/FontDemo.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/ImageDisplayer.atag -jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/ImageDisplayer.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/ImageSequenceTimer.atag -jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/ImageSequenceTimer.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/MTImageSequenceTimer.atag -jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/MTImageSequenceTimer.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/MovingImageTimer.atag -jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/MovingImageTimer.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/MovingLabels.atag -jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/MovingLabels.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/RectangleDemo.atag -jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/RectangleDemo.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/SelectionDemo.atag -jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/SelectionDemo.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/ShapesDemo.atag -jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/ShapesDemo.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/TextXY.atag -jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/TextXY.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/animLoop.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/animation.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/drawingImages.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/drawingShapes.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/drawingText.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/example-swing/AnimatorAppletTimer.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/example-swing/AnimatorApplicationTimer.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/example-swing/CoordinatesDemo.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/example-swing/FontDemo.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/example-swing/ImageDisplayer.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/example-swing/ImageSequenceTimer.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/example-swing/MTImageSequenceTimer.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/example-swing/MovingImageTimer.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/example-swing/MovingLabels.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/example-swing/RectangleDemo.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/example-swing/SelectionDemo.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/example-swing/ShapesDemo.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/example-swing/TextXY.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/example-swing/animApp.jar -jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/example-swing/coordinatesDemo.jar -jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/example-swing/fontDemo.jar -jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/example-swing/image.jar -jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/example-swing/imageTimer.jar -jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/example-swing/images/T1.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/example-swing/images/T10.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/example-swing/images/T2.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/example-swing/images/T3.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/example-swing/images/T4.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/example-swing/images/T5.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/example-swing/images/T6.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/example-swing/images/T7.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/example-swing/images/T8.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/example-swing/images/T9.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/example-swing/images/rocketship.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/example-swing/images/starfield.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/example-swing/index.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/example-swing/moveLabels.jar -jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/example-swing/moveTimer.jar -jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/example-swing/mtTimer.jar -jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/example-swing/rectangleDemo.jar -jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/example-swing/selectionDemo.jar -jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/example-swing/shapesDemo.jar -jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/example-swing/textXY.jar -jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/imageSequence.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/improvingImageAnim.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/index.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/loadingImages.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/movingImage.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/overview.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/problems.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/usingImages.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/usingPrimitives.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/start/AppletDemo.atag -jdk%%VERSION%%/docs/books/tutorial/uiswing/start/AppletDemo.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/start/HelloSwingApplet.atag -jdk%%VERSION%%/docs/books/tutorial/uiswing/start/HelloSwingApplet.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/start/_classpath.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/start/_envVariables.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/start/_packagename.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/start/example-swing/AppletDemo.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/start/example-swing/HelloSwingApplet.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/start/example-swing/SwingApplet.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/start/example-swing/SwingApplication.java -jdk%%VERSION%%/docs/books/tutorial/uiswing/start/example-swing/applets.jar -jdk%%VERSION%%/docs/books/tutorial/uiswing/start/example-swing/images/left.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/start/example-swing/images/middle.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/start/example-swing/images/right.gif -jdk%%VERSION%%/docs/books/tutorial/uiswing/start/example-swing/index.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/start/index.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/start/swingApplet.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/start/swingIntro.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/start/swingStart.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/start/swingStart11.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/start/swingStart12.html -jdk%%VERSION%%/docs/books/tutorial/uiswing/start/swingTour.html -@dirrm jdk%%VERSION%%/docs/books/tutorial/uiswing/start/example-swing/images -@dirrm jdk%%VERSION%%/docs/books/tutorial/uiswing/start/example-swing -@dirrm jdk%%VERSION%%/docs/books/tutorial/uiswing/start -@dirrm jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/example-swing/images -@dirrm jdk%%VERSION%%/docs/books/tutorial/uiswing/painting/example-swing -@dirrm jdk%%VERSION%%/docs/books/tutorial/uiswing/painting -@dirrm jdk%%VERSION%%/docs/books/tutorial/uiswing/overview/example-swing -@dirrm jdk%%VERSION%%/docs/books/tutorial/uiswing/overview -@dirrm jdk%%VERSION%%/docs/books/tutorial/uiswing/misc/example-swing/images -@dirrm jdk%%VERSION%%/docs/books/tutorial/uiswing/misc/example-swing -@dirrm jdk%%VERSION%%/docs/books/tutorial/uiswing/misc -@dirrm jdk%%VERSION%%/docs/books/tutorial/uiswing/mini/example-1dot3/images -@dirrm jdk%%VERSION%%/docs/books/tutorial/uiswing/mini/example-1dot3 -@dirrm jdk%%VERSION%%/docs/books/tutorial/uiswing/mini -@dirrm jdk%%VERSION%%/docs/books/tutorial/uiswing/layout/example-swing/images -@dirrm jdk%%VERSION%%/docs/books/tutorial/uiswing/layout/example-swing -@dirrm jdk%%VERSION%%/docs/books/tutorial/uiswing/layout -@dirrm jdk%%VERSION%%/docs/books/tutorial/uiswing/events/example-swing/images -@dirrm jdk%%VERSION%%/docs/books/tutorial/uiswing/events/example-swing -@dirrm jdk%%VERSION%%/docs/books/tutorial/uiswing/events -@dirrm jdk%%VERSION%%/docs/books/tutorial/uiswing/converting/example-swing/images -@dirrm jdk%%VERSION%%/docs/books/tutorial/uiswing/converting/example-swing -@dirrm jdk%%VERSION%%/docs/books/tutorial/uiswing/converting/example-1dot1 -@dirrm jdk%%VERSION%%/docs/books/tutorial/uiswing/converting -@dirrm jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/images/tumble -@dirrm jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/images/geek -@dirrm jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/images/doggy -@dirrm jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing/images -@dirrm jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-swing -@dirrm jdk%%VERSION%%/docs/books/tutorial/uiswing/components/example-1dot3 -@dirrm jdk%%VERSION%%/docs/books/tutorial/uiswing/components -@dirrm jdk%%VERSION%%/docs/books/tutorial/uiswing/QandE -@dirrm jdk%%VERSION%%/docs/books/tutorial/uiswing -@dirrm jdk%%VERSION%%/docs/books/tutorial/ui/overview -@dirrm jdk%%VERSION%%/docs/books/tutorial/ui/layout/example -@dirrm jdk%%VERSION%%/docs/books/tutorial/ui/layout -@dirrm jdk%%VERSION%%/docs/books/tutorial/ui/drawing/example-1dot1 -@dirrm jdk%%VERSION%%/docs/books/tutorial/ui/drawing -@dirrm jdk%%VERSION%%/docs/books/tutorial/ui/components -@dirrm jdk%%VERSION%%/docs/books/tutorial/ui -@dirrm jdk%%VERSION%%/docs/books/tutorial/together/bingo/example-swing/bingo/shared -@dirrm jdk%%VERSION%%/docs/books/tutorial/together/bingo/example-swing/bingo/player -@dirrm jdk%%VERSION%%/docs/books/tutorial/together/bingo/example-swing/bingo/game -@dirrm jdk%%VERSION%%/docs/books/tutorial/together/bingo/example-swing/bingo -@dirrm jdk%%VERSION%%/docs/books/tutorial/together/bingo/example-swing -@dirrm jdk%%VERSION%%/docs/books/tutorial/together/bingo -@dirrm jdk%%VERSION%%/docs/books/tutorial/together -@dirrm jdk%%VERSION%%/docs/books/tutorial/sound/example-1dot2 -@dirrm jdk%%VERSION%%/docs/books/tutorial/sound -@dirrm jdk%%VERSION%%/docs/books/tutorial/servlets/servletrunner -@dirrm jdk%%VERSION%%/docs/books/tutorial/servlets/overview -@dirrm jdk%%VERSION%%/docs/books/tutorial/servlets/lifecycle -@dirrm jdk%%VERSION%%/docs/books/tutorial/servlets/example-1dot2/tomcat/database -@dirrm jdk%%VERSION%%/docs/books/tutorial/servlets/example-1dot2/tomcat/cart -@dirrm jdk%%VERSION%%/docs/books/tutorial/servlets/example-1dot2/tomcat -@dirrm jdk%%VERSION%%/docs/books/tutorial/servlets/example-1dot2/jsdk2dot1/database -@dirrm jdk%%VERSION%%/docs/books/tutorial/servlets/example-1dot2/jsdk2dot1/cart -@dirrm jdk%%VERSION%%/docs/books/tutorial/servlets/example-1dot2/jsdk2dot1 -@dirrm jdk%%VERSION%%/docs/books/tutorial/servlets/example-1dot2/jsdk2dot0/database -@dirrm jdk%%VERSION%%/docs/books/tutorial/servlets/example-1dot2/jsdk2dot0/cart -@dirrm jdk%%VERSION%%/docs/books/tutorial/servlets/example-1dot2/jsdk2dot0 -@dirrm jdk%%VERSION%%/docs/books/tutorial/servlets/example-1dot2 -@dirrm jdk%%VERSION%%/docs/books/tutorial/servlets/communication -@dirrm jdk%%VERSION%%/docs/books/tutorial/servlets/client-state -@dirrm jdk%%VERSION%%/docs/books/tutorial/servlets/client-interaction -@dirrm jdk%%VERSION%%/docs/books/tutorial/servlets/call-servlets -@dirrm jdk%%VERSION%%/docs/books/tutorial/servlets -@dirrm jdk%%VERSION%%/docs/books/tutorial/security1.2/userperm/example-1dot2/com/scoredev/scores -@dirrm jdk%%VERSION%%/docs/books/tutorial/security1.2/userperm/example-1dot2/com/scoredev -@dirrm jdk%%VERSION%%/docs/books/tutorial/security1.2/userperm/example-1dot2/com/gamedev/games -@dirrm jdk%%VERSION%%/docs/books/tutorial/security1.2/userperm/example-1dot2/com/gamedev -@dirrm jdk%%VERSION%%/docs/books/tutorial/security1.2/userperm/example-1dot2/com -@dirrm jdk%%VERSION%%/docs/books/tutorial/security1.2/userperm/example-1dot2 -@dirrm jdk%%VERSION%%/docs/books/tutorial/security1.2/userperm -@dirrm jdk%%VERSION%%/docs/books/tutorial/security1.2/tour2/example-1dot2 -@dirrm jdk%%VERSION%%/docs/books/tutorial/security1.2/tour2 -@dirrm jdk%%VERSION%%/docs/books/tutorial/security1.2/tour1/example-1dot2 -@dirrm jdk%%VERSION%%/docs/books/tutorial/security1.2/tour1 -@dirrm jdk%%VERSION%%/docs/books/tutorial/security1.2/toolsign/example-1dot2 -@dirrm jdk%%VERSION%%/docs/books/tutorial/security1.2/toolsign -@dirrm jdk%%VERSION%%/docs/books/tutorial/security1.2/toolfilex/example-1dot2 -@dirrm jdk%%VERSION%%/docs/books/tutorial/security1.2/toolfilex -@dirrm jdk%%VERSION%%/docs/books/tutorial/security1.2/summary -@dirrm jdk%%VERSION%%/docs/books/tutorial/security1.2/sigcert -@dirrm jdk%%VERSION%%/docs/books/tutorial/security1.2/overview -@dirrm jdk%%VERSION%%/docs/books/tutorial/security1.2/apisign/example-1dot2 -@dirrm jdk%%VERSION%%/docs/books/tutorial/security1.2/apisign -@dirrm jdk%%VERSION%%/docs/books/tutorial/security1.2 -@dirrm jdk%%VERSION%%/docs/books/tutorial/security1.1/overview -@dirrm jdk%%VERSION%%/docs/books/tutorial/security1.1/api/example-1dot1 -@dirrm jdk%%VERSION%%/docs/books/tutorial/security1.1/api -@dirrm jdk%%VERSION%%/docs/books/tutorial/security1.1 -@dirrm jdk%%VERSION%%/docs/books/tutorial/rmi/example-1dot2/engine -@dirrm jdk%%VERSION%%/docs/books/tutorial/rmi/example-1dot2/compute -@dirrm jdk%%VERSION%%/docs/books/tutorial/rmi/example-1dot2/client -@dirrm jdk%%VERSION%%/docs/books/tutorial/rmi/example-1dot2 -@dirrm jdk%%VERSION%%/docs/books/tutorial/rmi -@dirrm jdk%%VERSION%%/docs/books/tutorial/reflect/summary -@dirrm jdk%%VERSION%%/docs/books/tutorial/reflect/object/example-1dot1 -@dirrm jdk%%VERSION%%/docs/books/tutorial/reflect/object -@dirrm jdk%%VERSION%%/docs/books/tutorial/reflect/class/example-1dot1 -@dirrm jdk%%VERSION%%/docs/books/tutorial/reflect/class -@dirrm jdk%%VERSION%%/docs/books/tutorial/reflect/array/example-1dot1 -@dirrm jdk%%VERSION%%/docs/books/tutorial/reflect/array -@dirrm jdk%%VERSION%%/docs/books/tutorial/reflect -@dirrm jdk%%VERSION%%/docs/books/tutorial/post1.0/whatsnew -@dirrm jdk%%VERSION%%/docs/books/tutorial/post1.0/preview -@dirrm jdk%%VERSION%%/docs/books/tutorial/post1.0/converting -@dirrm jdk%%VERSION%%/docs/books/tutorial/post1.0 -@dirrm jdk%%VERSION%%/docs/books/tutorial/overview -@dirrm jdk%%VERSION%%/docs/books/tutorial/networking/urls/example-1dot1 -@dirrm jdk%%VERSION%%/docs/books/tutorial/networking/urls/example -@dirrm jdk%%VERSION%%/docs/books/tutorial/networking/urls -@dirrm jdk%%VERSION%%/docs/books/tutorial/networking/sockets/example-1dot1 -@dirrm jdk%%VERSION%%/docs/books/tutorial/networking/sockets/example -@dirrm jdk%%VERSION%%/docs/books/tutorial/networking/sockets -@dirrm jdk%%VERSION%%/docs/books/tutorial/networking/overview -@dirrm jdk%%VERSION%%/docs/books/tutorial/networking/datagrams/example-1dot1 -@dirrm jdk%%VERSION%%/docs/books/tutorial/networking/datagrams/example -@dirrm jdk%%VERSION%%/docs/books/tutorial/networking/datagrams -@dirrm jdk%%VERSION%%/docs/books/tutorial/networking -@dirrm jdk%%VERSION%%/docs/books/tutorial/native1.1/summary -@dirrm jdk%%VERSION%%/docs/books/tutorial/native1.1/stepbystep/example-1dot1 -@dirrm jdk%%VERSION%%/docs/books/tutorial/native1.1/stepbystep -@dirrm jdk%%VERSION%%/docs/books/tutorial/native1.1/invoking/example-1dot1 -@dirrm jdk%%VERSION%%/docs/books/tutorial/native1.1/invoking -@dirrm jdk%%VERSION%%/docs/books/tutorial/native1.1/integrating/example-1dot1 -@dirrm jdk%%VERSION%%/docs/books/tutorial/native1.1/integrating -@dirrm jdk%%VERSION%%/docs/books/tutorial/native1.1/implementing/example-1dot1 -@dirrm jdk%%VERSION%%/docs/books/tutorial/native1.1/implementing -@dirrm jdk%%VERSION%%/docs/books/tutorial/native1.1/concepts -@dirrm jdk%%VERSION%%/docs/books/tutorial/native1.1 -@dirrm jdk%%VERSION%%/docs/books/tutorial/jdbc/jdbc2dot0/example-1dot2 -@dirrm jdk%%VERSION%%/docs/books/tutorial/jdbc/jdbc2dot0 -@dirrm jdk%%VERSION%%/docs/books/tutorial/jdbc/basics/example-1dot2 -@dirrm jdk%%VERSION%%/docs/books/tutorial/jdbc/basics -@dirrm jdk%%VERSION%%/docs/books/tutorial/jdbc -@dirrm jdk%%VERSION%%/docs/books/tutorial/javabeans/writingbean -@dirrm jdk%%VERSION%%/docs/books/tutorial/javabeans/whatis -@dirrm jdk%%VERSION%%/docs/books/tutorial/javabeans/properties -@dirrm jdk%%VERSION%%/docs/books/tutorial/javabeans/persistence -@dirrm jdk%%VERSION%%/docs/books/tutorial/javabeans/glasgow -@dirrm jdk%%VERSION%%/docs/books/tutorial/javabeans/events -@dirrm jdk%%VERSION%%/docs/books/tutorial/javabeans/customization -@dirrm jdk%%VERSION%%/docs/books/tutorial/javabeans/beaninfo -@dirrm jdk%%VERSION%%/docs/books/tutorial/javabeans/beancontext/example-1dot2 -@dirrm jdk%%VERSION%%/docs/books/tutorial/javabeans/beancontext -@dirrm jdk%%VERSION%%/docs/books/tutorial/javabeans/beanbox -@dirrm jdk%%VERSION%%/docs/books/tutorial/javabeans -@dirrm jdk%%VERSION%%/docs/books/tutorial/java/problems -@dirrm jdk%%VERSION%%/docs/books/tutorial/java/nutsandbolts/tables -@dirrm jdk%%VERSION%%/docs/books/tutorial/java/nutsandbolts/example-1dot1 -@dirrm jdk%%VERSION%%/docs/books/tutorial/java/nutsandbolts/example -@dirrm jdk%%VERSION%%/docs/books/tutorial/java/nutsandbolts/QandE -@dirrm jdk%%VERSION%%/docs/books/tutorial/java/nutsandbolts -@dirrm jdk%%VERSION%%/docs/books/tutorial/java/javaOO/example/Two -@dirrm jdk%%VERSION%%/docs/books/tutorial/java/javaOO/example/One -@dirrm jdk%%VERSION%%/docs/books/tutorial/java/javaOO/example-1dot1 -@dirrm jdk%%VERSION%%/docs/books/tutorial/java/javaOO/example -@dirrm jdk%%VERSION%%/docs/books/tutorial/java/javaOO/QandE -@dirrm jdk%%VERSION%%/docs/books/tutorial/java/javaOO -@dirrm jdk%%VERSION%%/docs/books/tutorial/java/interpack/example-1dot1 -@dirrm jdk%%VERSION%%/docs/books/tutorial/java/interpack/example -@dirrm jdk%%VERSION%%/docs/books/tutorial/java/interpack/QandE/question -@dirrm jdk%%VERSION%%/docs/books/tutorial/java/interpack/QandE -@dirrm jdk%%VERSION%%/docs/books/tutorial/java/interpack -@dirrm jdk%%VERSION%%/docs/books/tutorial/java/data/example-1dot1 -@dirrm jdk%%VERSION%%/docs/books/tutorial/java/data/example -@dirrm jdk%%VERSION%%/docs/books/tutorial/java/data/QandE -@dirrm jdk%%VERSION%%/docs/books/tutorial/java/data -@dirrm jdk%%VERSION%%/docs/books/tutorial/java/concepts/example-1dot1 -@dirrm jdk%%VERSION%%/docs/books/tutorial/java/concepts/QandE -@dirrm jdk%%VERSION%%/docs/books/tutorial/java/concepts -@dirrm jdk%%VERSION%%/docs/books/tutorial/java/classes/example/Two -@dirrm jdk%%VERSION%%/docs/books/tutorial/java/classes/example/One -@dirrm jdk%%VERSION%%/docs/books/tutorial/java/classes/example -@dirrm jdk%%VERSION%%/docs/books/tutorial/java/classes -@dirrm jdk%%VERSION%%/docs/books/tutorial/java -@dirrm jdk%%VERSION%%/docs/books/tutorial/jar/sign -@dirrm jdk%%VERSION%%/docs/books/tutorial/jar/basics -@dirrm jdk%%VERSION%%/docs/books/tutorial/jar/api/example-1dot2 -@dirrm jdk%%VERSION%%/docs/books/tutorial/jar/api -@dirrm jdk%%VERSION%%/docs/books/tutorial/jar -@dirrm jdk%%VERSION%%/docs/books/tutorial/information -@dirrm jdk%%VERSION%%/docs/books/tutorial/images/diamonds -@dirrm jdk%%VERSION%%/docs/books/tutorial/images/bookcovers -@dirrm jdk%%VERSION%%/docs/books/tutorial/images -@dirrm jdk%%VERSION%%/docs/books/tutorial/idl/summary -@dirrm jdk%%VERSION%%/docs/books/tutorial/idl/intro -@dirrm jdk%%VERSION%%/docs/books/tutorial/idl/hello/example-1dot2/HelloApp -@dirrm jdk%%VERSION%%/docs/books/tutorial/idl/hello/example-1dot2 -@dirrm jdk%%VERSION%%/docs/books/tutorial/idl/hello -@dirrm jdk%%VERSION%%/docs/books/tutorial/idl -@dirrm jdk%%VERSION%%/docs/books/tutorial/i18n/text/example-1dot1 -@dirrm jdk%%VERSION%%/docs/books/tutorial/i18n/text -@dirrm jdk%%VERSION%%/docs/books/tutorial/i18n/resbundle/example-1dot1 -@dirrm jdk%%VERSION%%/docs/books/tutorial/i18n/resbundle -@dirrm jdk%%VERSION%%/docs/books/tutorial/i18n/locale/example-1dot1 -@dirrm jdk%%VERSION%%/docs/books/tutorial/i18n/locale -@dirrm jdk%%VERSION%%/docs/books/tutorial/i18n/intro/example-1dot1 -@dirrm jdk%%VERSION%%/docs/books/tutorial/i18n/intro -@dirrm jdk%%VERSION%%/docs/books/tutorial/i18n/format/example-1dot1 -@dirrm jdk%%VERSION%%/docs/books/tutorial/i18n/format -@dirrm jdk%%VERSION%%/docs/books/tutorial/i18n -@dirrm jdk%%VERSION%%/docs/books/tutorial/getStarted/problems -@dirrm jdk%%VERSION%%/docs/books/tutorial/getStarted/intro -@dirrm jdk%%VERSION%%/docs/books/tutorial/getStarted/example -@dirrm jdk%%VERSION%%/docs/books/tutorial/getStarted/cupojava -@dirrm jdk%%VERSION%%/docs/books/tutorial/getStarted/application/example -@dirrm jdk%%VERSION%%/docs/books/tutorial/getStarted/application -@dirrm jdk%%VERSION%%/docs/books/tutorial/getStarted/applet/example -@dirrm jdk%%VERSION%%/docs/books/tutorial/getStarted/applet -@dirrm jdk%%VERSION%%/docs/books/tutorial/getStarted/QandE-1dot1 -@dirrm jdk%%VERSION%%/docs/books/tutorial/getStarted/QandE -@dirrm jdk%%VERSION%%/docs/books/tutorial/getStarted -@dirrm jdk%%VERSION%%/docs/books/tutorial/forms -@dirrm jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/start -@dirrm jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/painting -@dirrm jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/overview -@dirrm jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/misc -@dirrm jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/mini -@dirrm jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/layout -@dirrm jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/events -@dirrm jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/converting -@dirrm jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/components -@dirrm jdk%%VERSION%%/docs/books/tutorial/figures/uiswing/QandE -@dirrm jdk%%VERSION%%/docs/books/tutorial/figures/uiswing -@dirrm jdk%%VERSION%%/docs/books/tutorial/figures/together -@dirrm jdk%%VERSION%%/docs/books/tutorial/figures/sound -@dirrm jdk%%VERSION%%/docs/books/tutorial/figures/servlets -@dirrm jdk%%VERSION%%/docs/books/tutorial/figures/security1.2 -@dirrm jdk%%VERSION%%/docs/books/tutorial/figures/rmi -@dirrm jdk%%VERSION%%/docs/books/tutorial/figures/networking -@dirrm jdk%%VERSION%%/docs/books/tutorial/figures/native1.1 -@dirrm jdk%%VERSION%%/docs/books/tutorial/figures/javabeans -@dirrm jdk%%VERSION%%/docs/books/tutorial/figures/java -@dirrm jdk%%VERSION%%/docs/books/tutorial/figures/jar -@dirrm jdk%%VERSION%%/docs/books/tutorial/figures/information -@dirrm jdk%%VERSION%%/docs/books/tutorial/figures/idl -@dirrm jdk%%VERSION%%/docs/books/tutorial/figures/i18n -@dirrm jdk%%VERSION%%/docs/books/tutorial/figures/getStarted -@dirrm jdk%%VERSION%%/docs/books/tutorial/figures/extra/fullscreen -@dirrm jdk%%VERSION%%/docs/books/tutorial/figures/extra -@dirrm jdk%%VERSION%%/docs/books/tutorial/figures/ext -@dirrm jdk%%VERSION%%/docs/books/tutorial/figures/essential -@dirrm jdk%%VERSION%%/docs/books/tutorial/figures/dnd -@dirrm jdk%%VERSION%%/docs/books/tutorial/figures/collections -@dirrm jdk%%VERSION%%/docs/books/tutorial/figures/applet -@dirrm jdk%%VERSION%%/docs/books/tutorial/figures/2d -@dirrm jdk%%VERSION%%/docs/books/tutorial/figures -@dirrm jdk%%VERSION%%/docs/books/tutorial/extra/fullscreen/example-1dot4 -@dirrm jdk%%VERSION%%/docs/books/tutorial/extra/fullscreen -@dirrm jdk%%VERSION%%/docs/books/tutorial/extra -@dirrm jdk%%VERSION%%/docs/books/tutorial/ext/security -@dirrm jdk%%VERSION%%/docs/books/tutorial/ext/basics -@dirrm jdk%%VERSION%%/docs/books/tutorial/ext -@dirrm jdk%%VERSION%%/docs/books/tutorial/essential/threads/example-swing/images -@dirrm jdk%%VERSION%%/docs/books/tutorial/essential/threads/example-swing -@dirrm jdk%%VERSION%%/docs/books/tutorial/essential/threads/example-1dot3 -@dirrm jdk%%VERSION%%/docs/books/tutorial/essential/threads/example-1dot1 -@dirrm jdk%%VERSION%%/docs/books/tutorial/essential/threads/example -@dirrm jdk%%VERSION%%/docs/books/tutorial/essential/threads/QandE -@dirrm jdk%%VERSION%%/docs/books/tutorial/essential/threads -@dirrm jdk%%VERSION%%/docs/books/tutorial/essential/system/example-1dot1 -@dirrm jdk%%VERSION%%/docs/books/tutorial/essential/system/example -@dirrm jdk%%VERSION%%/docs/books/tutorial/essential/system -@dirrm jdk%%VERSION%%/docs/books/tutorial/essential/strings -@dirrm jdk%%VERSION%%/docs/books/tutorial/essential/io/example-1dot1 -@dirrm jdk%%VERSION%%/docs/books/tutorial/essential/io/example -@dirrm jdk%%VERSION%%/docs/books/tutorial/essential/io/QandE -@dirrm jdk%%VERSION%%/docs/books/tutorial/essential/io -@dirrm jdk%%VERSION%%/docs/books/tutorial/essential/exceptions/example-1dot1 -@dirrm jdk%%VERSION%%/docs/books/tutorial/essential/exceptions/example -@dirrm jdk%%VERSION%%/docs/books/tutorial/essential/exceptions/QandE -@dirrm jdk%%VERSION%%/docs/books/tutorial/essential/exceptions -@dirrm jdk%%VERSION%%/docs/books/tutorial/essential/attributes/example-1dot1 -@dirrm jdk%%VERSION%%/docs/books/tutorial/essential/attributes/example -@dirrm jdk%%VERSION%%/docs/books/tutorial/essential/attributes -@dirrm jdk%%VERSION%%/docs/books/tutorial/essential -@dirrm jdk%%VERSION%%/docs/books/tutorial/dnd/example-1dot2 -@dirrm jdk%%VERSION%%/docs/books/tutorial/dnd -@dirrm jdk%%VERSION%%/docs/books/tutorial/collections/problems -@dirrm jdk%%VERSION%%/docs/books/tutorial/collections/intro -@dirrm jdk%%VERSION%%/docs/books/tutorial/collections/interoperability -@dirrm jdk%%VERSION%%/docs/books/tutorial/collections/interfaces/example-1dot2 -@dirrm jdk%%VERSION%%/docs/books/tutorial/collections/interfaces -@dirrm jdk%%VERSION%%/docs/books/tutorial/collections/implementations -@dirrm jdk%%VERSION%%/docs/books/tutorial/collections/custom-implementations -@dirrm jdk%%VERSION%%/docs/books/tutorial/collections/algorithms/example-1dot2 -@dirrm jdk%%VERSION%%/docs/books/tutorial/collections/algorithms -@dirrm jdk%%VERSION%%/docs/books/tutorial/collections -@dirrm jdk%%VERSION%%/docs/books/tutorial/books/swing -@dirrm jdk%%VERSION%%/docs/books/tutorial/books/continued -@dirrm jdk%%VERSION%%/docs/books/tutorial/books/3e/exercises -@dirrm jdk%%VERSION%%/docs/books/tutorial/books/3e/pdf -@dirrm jdk%%VERSION%%/docs/books/tutorial/books/3e -@dirrm jdk%%VERSION%%/docs/books/tutorial/books/2e -@dirrm jdk%%VERSION%%/docs/books/tutorial/books/1e/missingfiles -@dirrm jdk%%VERSION%%/docs/books/tutorial/books/1e -@dirrm jdk%%VERSION%%/docs/books/tutorial/books -@dirrm jdk%%VERSION%%/docs/books/tutorial/applet/problems -@dirrm jdk%%VERSION%%/docs/books/tutorial/applet/practical/example-1dot1 -@dirrm jdk%%VERSION%%/docs/books/tutorial/applet/practical/example -@dirrm jdk%%VERSION%%/docs/books/tutorial/applet/practical -@dirrm jdk%%VERSION%%/docs/books/tutorial/applet/overview/example-1dot1 -@dirrm jdk%%VERSION%%/docs/books/tutorial/applet/overview/example -@dirrm jdk%%VERSION%%/docs/books/tutorial/applet/overview -@dirrm jdk%%VERSION%%/docs/books/tutorial/applet/finishing -@dirrm jdk%%VERSION%%/docs/books/tutorial/applet/appletsonly/example-1dot1 -@dirrm jdk%%VERSION%%/docs/books/tutorial/applet/appletsonly/example -@dirrm jdk%%VERSION%%/docs/books/tutorial/applet/appletsonly -@dirrm jdk%%VERSION%%/docs/books/tutorial/applet -@dirrm jdk%%VERSION%%/docs/books/tutorial/2d/textandfonts/example-1dot2 -@dirrm jdk%%VERSION%%/docs/books/tutorial/2d/textandfonts -@dirrm jdk%%VERSION%%/docs/books/tutorial/2d/problems -@dirrm jdk%%VERSION%%/docs/books/tutorial/2d/printing/example-1dot2 -@dirrm jdk%%VERSION%%/docs/books/tutorial/2d/printing -@dirrm jdk%%VERSION%%/docs/books/tutorial/2d/overview -@dirrm jdk%%VERSION%%/docs/books/tutorial/2d/images/example-1dot2/images -@dirrm jdk%%VERSION%%/docs/books/tutorial/2d/images/example-1dot2 -@dirrm jdk%%VERSION%%/docs/books/tutorial/2d/images -@dirrm jdk%%VERSION%%/docs/books/tutorial/2d/display/example-1dot2/images -@dirrm jdk%%VERSION%%/docs/books/tutorial/2d/display/example-1dot2 -@dirrm jdk%%VERSION%%/docs/books/tutorial/2d/display -@dirrm jdk%%VERSION%%/docs/books/tutorial/2d -@dirrm jdk%%VERSION%%/docs/books/tutorial -@dirrm jdk%%VERSION%%/docs/books -@dirrm jdk%%VERSION%%/docs diff --git a/java/jdk11-doc/Makefile b/java/jdk11-doc/Makefile deleted file mode 100644 index ec8a09c78a12..000000000000 --- a/java/jdk11-doc/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: JDK documentation -# Date created: Mon Mar 8 10:10:42 EET 1999 -# Whom: Martti Kuparinen <martti.kuparinen@ericsson.com> -# -# $FreeBSD$ -# - -PORTNAME= jdk-doc -PORTVERSION= 1.1.8 -CATEGORIES= java -MASTER_SITES= # -DISTNAME= jdk-1_1_8_003-doc - -MAINTAINER= ernst@jollem.com - -NO_CDROM= "License does not allow distribution with fee." -RESTRICTED= "This software is under license and export control." - -.if defined(BATCH) || defined(PACKAGE_BUILDING) -IGNORE= "You cannot legally distribute packages" -.endif - -PLIST_SUB+= JDK_HOME=${JDK_HOME:S/^${PREFIX}\///} -JDK_HOME?= ${PREFIX}/jdk${PORTVERSION} - -WRKSRC= ${WRKDIR}/jdk${PORTVERSION} - -NO_BUILD= yes - -.include <bsd.port.pre.mk> - -.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE=You must manually fetch ${DISTNAME}${EXTRACT_SUFX} from http://java.sun.com/jdk/1.1/docs.html, place it in ${DISTDIR} and then run make again -.endif - -do-install: - ${MKDIR} ${PREFIX}/jdk${PORTVERSION} - ${CP} -R ${WRKSRC}/docs ${PREFIX}/jdk${PORTVERSION}/ - @${SED} "/%%JDK_HOME%%/s//${JDK_HOME:S/\//\\\//g}/" < ${PKGMESSAGE} - -.include <bsd.port.post.mk> diff --git a/java/jdk11-doc/distinfo b/java/jdk11-doc/distinfo deleted file mode 100644 index 60de84e57979..000000000000 --- a/java/jdk11-doc/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (jdk-1_1_8_003-doc.tar.gz) = 973c6b5d57eb327ea921b657c32e859a diff --git a/java/jdk11-doc/pkg-comment b/java/jdk11-doc/pkg-comment deleted file mode 100644 index c5b3ba7183ef..000000000000 --- a/java/jdk11-doc/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Java Development Kit 1.1 Documentation diff --git a/java/jdk11-doc/pkg-descr b/java/jdk11-doc/pkg-descr deleted file mode 100644 index c1082d8068b0..000000000000 --- a/java/jdk11-doc/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Documentation for Sun's Java Development Kit (JDK) version 1.1. It contains -release information, API documentation, guides to new features and tool -documentation. - -The documentation will be installed in ${PREFIX}/jdk1.1.8/docs/. - -WWW: http://www.freebsd.org/java/ diff --git a/java/jdk11-doc/pkg-message b/java/jdk11-doc/pkg-message deleted file mode 100644 index 42c3636d3bdf..000000000000 --- a/java/jdk11-doc/pkg-message +++ /dev/null @@ -1,13 +0,0 @@ -Here are some useful bookmark entries for your Web browser: - -JDK 1.1.8 Documentation: - file:%%JDK_HOME%%/docs/index.html - -JDK 1.1 Package Index: - file:%%JDK_HOME%%/docs/api/packages.html - -JDK 1.1 Class Hierarchy: - file:%%JDK_HOME%%/docs/api/tree.html - -JDK 1.1 Index: - file:%%JDK_HOME%%/docs/api/a-names.html diff --git a/java/jdk11-doc/pkg-plist b/java/jdk11-doc/pkg-plist deleted file mode 100644 index 89420538cd62..000000000000 --- a/java/jdk11-doc/pkg-plist +++ /dev/null @@ -1,1093 +0,0 @@ -%%JDK_HOME%%/docs/api/API_users_guide.html -%%JDK_HOME%%/docs/api/AllNames.html -%%JDK_HOME%%/docs/api/Package-java.applet.html -%%JDK_HOME%%/docs/api/Package-java.awt.datatransfer.html -%%JDK_HOME%%/docs/api/Package-java.awt.event.html -%%JDK_HOME%%/docs/api/Package-java.awt.html -%%JDK_HOME%%/docs/api/Package-java.awt.image.html -%%JDK_HOME%%/docs/api/Package-java.beans.html -%%JDK_HOME%%/docs/api/Package-java.io.html -%%JDK_HOME%%/docs/api/Package-java.lang.html -%%JDK_HOME%%/docs/api/Package-java.lang.reflect.html -%%JDK_HOME%%/docs/api/Package-java.math.html -%%JDK_HOME%%/docs/api/Package-java.net.html -%%JDK_HOME%%/docs/api/Package-java.rmi.dgc.html -%%JDK_HOME%%/docs/api/Package-java.rmi.html -%%JDK_HOME%%/docs/api/Package-java.rmi.registry.html -%%JDK_HOME%%/docs/api/Package-java.rmi.server.html -%%JDK_HOME%%/docs/api/Package-java.security.acl.html -%%JDK_HOME%%/docs/api/Package-java.security.html -%%JDK_HOME%%/docs/api/Package-java.security.interfaces.html -%%JDK_HOME%%/docs/api/Package-java.sql.html -%%JDK_HOME%%/docs/api/Package-java.text.html -%%JDK_HOME%%/docs/api/Package-java.util.html -%%JDK_HOME%%/docs/api/Package-java.util.zip.html -%%JDK_HOME%%/docs/api/a-names.html -%%JDK_HOME%%/docs/api/b-names.html -%%JDK_HOME%%/docs/api/c-names.html -%%JDK_HOME%%/docs/api/d-names.html -%%JDK_HOME%%/docs/api/e-names.html -%%JDK_HOME%%/docs/api/f-names.html -%%JDK_HOME%%/docs/api/g-names.html -%%JDK_HOME%%/docs/api/h-names.html -%%JDK_HOME%%/docs/api/i-names.html -%%JDK_HOME%%/docs/api/images-awt/BorderLayout-1.gif -%%JDK_HOME%%/docs/api/images-awt/Button-1.gif -%%JDK_HOME%%/docs/api/images-awt/Checkbox-1.gif -%%JDK_HOME%%/docs/api/images-awt/CheckboxGroup-1.gif -%%JDK_HOME%%/docs/api/images-awt/Choice-1.gif -%%JDK_HOME%%/docs/api/images-awt/FlowLayout-1.gif -%%JDK_HOME%%/docs/api/images-awt/FontMetrics-1.gif -%%JDK_HOME%%/docs/api/images-awt/GridBagLayout-1.gif -%%JDK_HOME%%/docs/api/images-awt/GridLayout-1.gif -%%JDK_HOME%%/docs/api/images-awt/Label-1.gif -%%JDK_HOME%%/docs/api/images-awt/List-1.gif -%%JDK_HOME%%/docs/api/images-awt/MenuBar-1.gif -%%JDK_HOME%%/docs/api/images-awt/Scrollbar-1.gif -%%JDK_HOME%%/docs/api/images-awt/Scrollbar-2.gif -%%JDK_HOME%%/docs/api/images-awt/TextArea-1.gif -%%JDK_HOME%%/docs/api/images-awt/TextField-1.gif -%%JDK_HOME%%/docs/api/images/OpenBookIcon.gif -%%JDK_HOME%%/docs/api/images/blue-ball-small.gif -%%JDK_HOME%%/docs/api/images/blue-ball.gif -%%JDK_HOME%%/docs/api/images/class-index.gif -%%JDK_HOME%%/docs/api/images/constructor-index.gif -%%JDK_HOME%%/docs/api/images/constructors.gif -%%JDK_HOME%%/docs/api/images/cyan-ball-small.gif -%%JDK_HOME%%/docs/api/images/cyan-ball.gif -%%JDK_HOME%%/docs/api/images/error-index.gif -%%JDK_HOME%%/docs/api/images/exception-index.gif -%%JDK_HOME%%/docs/api/images/green-ball-small.gif -%%JDK_HOME%%/docs/api/images/green-ball.gif -%%JDK_HOME%%/docs/api/images/interface-index.gif -%%JDK_HOME%%/docs/api/images/magenta-ball-small.gif -%%JDK_HOME%%/docs/api/images/magenta-ball.gif -%%JDK_HOME%%/docs/api/images/method-index.gif -%%JDK_HOME%%/docs/api/images/methods.gif -%%JDK_HOME%%/docs/api/images/package-index.gif -%%JDK_HOME%%/docs/api/images/red-ball-small.gif -%%JDK_HOME%%/docs/api/images/red-ball.gif -%%JDK_HOME%%/docs/api/images/variable-index.gif -%%JDK_HOME%%/docs/api/images/variables.gif -%%JDK_HOME%%/docs/api/images/yellow-ball-small.gif -%%JDK_HOME%%/docs/api/images/yellow-ball.gif -%%JDK_HOME%%/docs/api/j-names.html -%%JDK_HOME%%/docs/api/java.applet.Applet.html -%%JDK_HOME%%/docs/api/java.applet.AppletContext.html -%%JDK_HOME%%/docs/api/java.applet.AppletStub.html -%%JDK_HOME%%/docs/api/java.applet.AudioClip.html -%%JDK_HOME%%/docs/api/java.awt.AWTError.html -%%JDK_HOME%%/docs/api/java.awt.AWTEvent.html -%%JDK_HOME%%/docs/api/java.awt.AWTEventMulticaster.html -%%JDK_HOME%%/docs/api/java.awt.AWTException.html -%%JDK_HOME%%/docs/api/java.awt.Adjustable.html -%%JDK_HOME%%/docs/api/java.awt.BorderLayout.html -%%JDK_HOME%%/docs/api/java.awt.Button.html -%%JDK_HOME%%/docs/api/java.awt.Canvas.html -%%JDK_HOME%%/docs/api/java.awt.CardLayout.html -%%JDK_HOME%%/docs/api/java.awt.Checkbox.html -%%JDK_HOME%%/docs/api/java.awt.CheckboxGroup.html -%%JDK_HOME%%/docs/api/java.awt.CheckboxMenuItem.html -%%JDK_HOME%%/docs/api/java.awt.Choice.html -%%JDK_HOME%%/docs/api/java.awt.Color.html -%%JDK_HOME%%/docs/api/java.awt.Component.html -%%JDK_HOME%%/docs/api/java.awt.Container.html -%%JDK_HOME%%/docs/api/java.awt.Cursor.html -%%JDK_HOME%%/docs/api/java.awt.Dialog.html -%%JDK_HOME%%/docs/api/java.awt.Dimension.html -%%JDK_HOME%%/docs/api/java.awt.Event.html -%%JDK_HOME%%/docs/api/java.awt.EventQueue.html -%%JDK_HOME%%/docs/api/java.awt.FileDialog.html -%%JDK_HOME%%/docs/api/java.awt.FlowLayout.html -%%JDK_HOME%%/docs/api/java.awt.Font.html -%%JDK_HOME%%/docs/api/java.awt.FontMetrics.html -%%JDK_HOME%%/docs/api/java.awt.Frame.html -%%JDK_HOME%%/docs/api/java.awt.Graphics.html -%%JDK_HOME%%/docs/api/java.awt.GridBagConstraints.html -%%JDK_HOME%%/docs/api/java.awt.GridBagLayout.html -%%JDK_HOME%%/docs/api/java.awt.GridLayout.html -%%JDK_HOME%%/docs/api/java.awt.IllegalComponentStateException.html -%%JDK_HOME%%/docs/api/java.awt.Image.html -%%JDK_HOME%%/docs/api/java.awt.Insets.html -%%JDK_HOME%%/docs/api/java.awt.ItemSelectable.html -%%JDK_HOME%%/docs/api/java.awt.Label.html -%%JDK_HOME%%/docs/api/java.awt.LayoutManager.html -%%JDK_HOME%%/docs/api/java.awt.LayoutManager2.html -%%JDK_HOME%%/docs/api/java.awt.List.html -%%JDK_HOME%%/docs/api/java.awt.MediaTracker.html -%%JDK_HOME%%/docs/api/java.awt.Menu.html -%%JDK_HOME%%/docs/api/java.awt.MenuBar.html -%%JDK_HOME%%/docs/api/java.awt.MenuComponent.html -%%JDK_HOME%%/docs/api/java.awt.MenuContainer.html -%%JDK_HOME%%/docs/api/java.awt.MenuItem.html -%%JDK_HOME%%/docs/api/java.awt.MenuShortcut.html -%%JDK_HOME%%/docs/api/java.awt.Panel.html -%%JDK_HOME%%/docs/api/java.awt.Point.html -%%JDK_HOME%%/docs/api/java.awt.Polygon.html -%%JDK_HOME%%/docs/api/java.awt.PopupMenu.html -%%JDK_HOME%%/docs/api/java.awt.PrintGraphics.html -%%JDK_HOME%%/docs/api/java.awt.PrintJob.html -%%JDK_HOME%%/docs/api/java.awt.Rectangle.html -%%JDK_HOME%%/docs/api/java.awt.ScrollPane.html -%%JDK_HOME%%/docs/api/java.awt.Scrollbar.html -%%JDK_HOME%%/docs/api/java.awt.Shape.html -%%JDK_HOME%%/docs/api/java.awt.SystemColor.html -%%JDK_HOME%%/docs/api/java.awt.TextArea.html -%%JDK_HOME%%/docs/api/java.awt.TextComponent.html -%%JDK_HOME%%/docs/api/java.awt.TextField.html -%%JDK_HOME%%/docs/api/java.awt.Toolkit.html -%%JDK_HOME%%/docs/api/java.awt.Window.html -%%JDK_HOME%%/docs/api/java.awt.datatransfer.Clipboard.html -%%JDK_HOME%%/docs/api/java.awt.datatransfer.ClipboardOwner.html -%%JDK_HOME%%/docs/api/java.awt.datatransfer.DataFlavor.html -%%JDK_HOME%%/docs/api/java.awt.datatransfer.StringSelection.html -%%JDK_HOME%%/docs/api/java.awt.datatransfer.Transferable.html -%%JDK_HOME%%/docs/api/java.awt.datatransfer.UnsupportedFlavorException.html -%%JDK_HOME%%/docs/api/java.awt.event.ActionEvent.html -%%JDK_HOME%%/docs/api/java.awt.event.ActionListener.html -%%JDK_HOME%%/docs/api/java.awt.event.AdjustmentEvent.html -%%JDK_HOME%%/docs/api/java.awt.event.AdjustmentListener.html -%%JDK_HOME%%/docs/api/java.awt.event.ComponentAdapter.html -%%JDK_HOME%%/docs/api/java.awt.event.ComponentEvent.html -%%JDK_HOME%%/docs/api/java.awt.event.ComponentListener.html -%%JDK_HOME%%/docs/api/java.awt.event.ContainerAdapter.html -%%JDK_HOME%%/docs/api/java.awt.event.ContainerEvent.html -%%JDK_HOME%%/docs/api/java.awt.event.ContainerListener.html -%%JDK_HOME%%/docs/api/java.awt.event.FocusAdapter.html -%%JDK_HOME%%/docs/api/java.awt.event.FocusEvent.html -%%JDK_HOME%%/docs/api/java.awt.event.FocusListener.html -%%JDK_HOME%%/docs/api/java.awt.event.InputEvent.html -%%JDK_HOME%%/docs/api/java.awt.event.ItemEvent.html -%%JDK_HOME%%/docs/api/java.awt.event.ItemListener.html -%%JDK_HOME%%/docs/api/java.awt.event.KeyAdapter.html -%%JDK_HOME%%/docs/api/java.awt.event.KeyEvent.html -%%JDK_HOME%%/docs/api/java.awt.event.KeyListener.html -%%JDK_HOME%%/docs/api/java.awt.event.MouseAdapter.html -%%JDK_HOME%%/docs/api/java.awt.event.MouseEvent.html -%%JDK_HOME%%/docs/api/java.awt.event.MouseListener.html -%%JDK_HOME%%/docs/api/java.awt.event.MouseMotionAdapter.html -%%JDK_HOME%%/docs/api/java.awt.event.MouseMotionListener.html -%%JDK_HOME%%/docs/api/java.awt.event.PaintEvent.html -%%JDK_HOME%%/docs/api/java.awt.event.TextEvent.html -%%JDK_HOME%%/docs/api/java.awt.event.TextListener.html -%%JDK_HOME%%/docs/api/java.awt.event.WindowAdapter.html -%%JDK_HOME%%/docs/api/java.awt.event.WindowEvent.html -%%JDK_HOME%%/docs/api/java.awt.event.WindowListener.html -%%JDK_HOME%%/docs/api/java.awt.image.AreaAveragingScaleFilter.html -%%JDK_HOME%%/docs/api/java.awt.image.ColorModel.html -%%JDK_HOME%%/docs/api/java.awt.image.CropImageFilter.html -%%JDK_HOME%%/docs/api/java.awt.image.DirectColorModel.html -%%JDK_HOME%%/docs/api/java.awt.image.FilteredImageSource.html -%%JDK_HOME%%/docs/api/java.awt.image.ImageConsumer.html -%%JDK_HOME%%/docs/api/java.awt.image.ImageFilter.html -%%JDK_HOME%%/docs/api/java.awt.image.ImageObserver.html -%%JDK_HOME%%/docs/api/java.awt.image.ImageProducer.html -%%JDK_HOME%%/docs/api/java.awt.image.IndexColorModel.html -%%JDK_HOME%%/docs/api/java.awt.image.MemoryImageSource.html -%%JDK_HOME%%/docs/api/java.awt.image.PixelGrabber.html -%%JDK_HOME%%/docs/api/java.awt.image.RGBImageFilter.html -%%JDK_HOME%%/docs/api/java.awt.image.ReplicateScaleFilter.html -%%JDK_HOME%%/docs/api/java.beans.BeanDescriptor.html -%%JDK_HOME%%/docs/api/java.beans.BeanInfo.html -%%JDK_HOME%%/docs/api/java.beans.Beans.html -%%JDK_HOME%%/docs/api/java.beans.Customizer.html -%%JDK_HOME%%/docs/api/java.beans.EventSetDescriptor.html -%%JDK_HOME%%/docs/api/java.beans.FeatureDescriptor.html -%%JDK_HOME%%/docs/api/java.beans.IndexedPropertyDescriptor.html -%%JDK_HOME%%/docs/api/java.beans.IntrospectionException.html -%%JDK_HOME%%/docs/api/java.beans.Introspector.html -%%JDK_HOME%%/docs/api/java.beans.MethodDescriptor.html -%%JDK_HOME%%/docs/api/java.beans.ParameterDescriptor.html -%%JDK_HOME%%/docs/api/java.beans.PropertyChangeEvent.html -%%JDK_HOME%%/docs/api/java.beans.PropertyChangeListener.html -%%JDK_HOME%%/docs/api/java.beans.PropertyChangeSupport.html -%%JDK_HOME%%/docs/api/java.beans.PropertyDescriptor.html -%%JDK_HOME%%/docs/api/java.beans.PropertyEditor.html -%%JDK_HOME%%/docs/api/java.beans.PropertyEditorManager.html -%%JDK_HOME%%/docs/api/java.beans.PropertyEditorSupport.html -%%JDK_HOME%%/docs/api/java.beans.PropertyVetoException.html -%%JDK_HOME%%/docs/api/java.beans.SimpleBeanInfo.html -%%JDK_HOME%%/docs/api/java.beans.VetoableChangeListener.html -%%JDK_HOME%%/docs/api/java.beans.VetoableChangeSupport.html -%%JDK_HOME%%/docs/api/java.beans.Visibility.html -%%JDK_HOME%%/docs/api/java.io.BufferedInputStream.html -%%JDK_HOME%%/docs/api/java.io.BufferedOutputStream.html -%%JDK_HOME%%/docs/api/java.io.BufferedReader.html -%%JDK_HOME%%/docs/api/java.io.BufferedWriter.html -%%JDK_HOME%%/docs/api/java.io.ByteArrayInputStream.html -%%JDK_HOME%%/docs/api/java.io.ByteArrayOutputStream.html -%%JDK_HOME%%/docs/api/java.io.CharArrayReader.html -%%JDK_HOME%%/docs/api/java.io.CharArrayWriter.html -%%JDK_HOME%%/docs/api/java.io.CharConversionException.html -%%JDK_HOME%%/docs/api/java.io.DataInput.html -%%JDK_HOME%%/docs/api/java.io.DataInputStream.html -%%JDK_HOME%%/docs/api/java.io.DataOutput.html -%%JDK_HOME%%/docs/api/java.io.DataOutputStream.html -%%JDK_HOME%%/docs/api/java.io.EOFException.html -%%JDK_HOME%%/docs/api/java.io.Externalizable.html -%%JDK_HOME%%/docs/api/java.io.File.html -%%JDK_HOME%%/docs/api/java.io.FileDescriptor.html -%%JDK_HOME%%/docs/api/java.io.FileInputStream.html -%%JDK_HOME%%/docs/api/java.io.FileNotFoundException.html -%%JDK_HOME%%/docs/api/java.io.FileOutputStream.html -%%JDK_HOME%%/docs/api/java.io.FileReader.html -%%JDK_HOME%%/docs/api/java.io.FileWriter.html -%%JDK_HOME%%/docs/api/java.io.FilenameFilter.html -%%JDK_HOME%%/docs/api/java.io.FilterInputStream.html -%%JDK_HOME%%/docs/api/java.io.FilterOutputStream.html -%%JDK_HOME%%/docs/api/java.io.FilterReader.html -%%JDK_HOME%%/docs/api/java.io.FilterWriter.html -%%JDK_HOME%%/docs/api/java.io.IOException.html -%%JDK_HOME%%/docs/api/java.io.InputStream.html -%%JDK_HOME%%/docs/api/java.io.InputStreamReader.html -%%JDK_HOME%%/docs/api/java.io.InterruptedIOException.html -%%JDK_HOME%%/docs/api/java.io.InvalidClassException.html -%%JDK_HOME%%/docs/api/java.io.InvalidObjectException.html -%%JDK_HOME%%/docs/api/java.io.LineNumberInputStream.html -%%JDK_HOME%%/docs/api/java.io.LineNumberReader.html -%%JDK_HOME%%/docs/api/java.io.NotActiveException.html -%%JDK_HOME%%/docs/api/java.io.NotSerializableException.html -%%JDK_HOME%%/docs/api/java.io.ObjectInput.html -%%JDK_HOME%%/docs/api/java.io.ObjectInputStream.html -%%JDK_HOME%%/docs/api/java.io.ObjectInputValidation.html -%%JDK_HOME%%/docs/api/java.io.ObjectOutput.html -%%JDK_HOME%%/docs/api/java.io.ObjectOutputStream.html -%%JDK_HOME%%/docs/api/java.io.ObjectStreamClass.html -%%JDK_HOME%%/docs/api/java.io.ObjectStreamException.html -%%JDK_HOME%%/docs/api/java.io.OptionalDataException.html -%%JDK_HOME%%/docs/api/java.io.OutputStream.html -%%JDK_HOME%%/docs/api/java.io.OutputStreamWriter.html -%%JDK_HOME%%/docs/api/java.io.PipedInputStream.html -%%JDK_HOME%%/docs/api/java.io.PipedOutputStream.html -%%JDK_HOME%%/docs/api/java.io.PipedReader.html -%%JDK_HOME%%/docs/api/java.io.PipedWriter.html -%%JDK_HOME%%/docs/api/java.io.PrintStream.html -%%JDK_HOME%%/docs/api/java.io.PrintWriter.html -%%JDK_HOME%%/docs/api/java.io.PushbackInputStream.html -%%JDK_HOME%%/docs/api/java.io.PushbackReader.html -%%JDK_HOME%%/docs/api/java.io.RandomAccessFile.html -%%JDK_HOME%%/docs/api/java.io.Reader.html -%%JDK_HOME%%/docs/api/java.io.SequenceInputStream.html -%%JDK_HOME%%/docs/api/java.io.Serializable.html -%%JDK_HOME%%/docs/api/java.io.StreamCorruptedException.html -%%JDK_HOME%%/docs/api/java.io.StreamTokenizer.html -%%JDK_HOME%%/docs/api/java.io.StringBufferInputStream.html -%%JDK_HOME%%/docs/api/java.io.StringReader.html -%%JDK_HOME%%/docs/api/java.io.StringWriter.html -%%JDK_HOME%%/docs/api/java.io.SyncFailedException.html -%%JDK_HOME%%/docs/api/java.io.UTFDataFormatException.html -%%JDK_HOME%%/docs/api/java.io.UnsupportedEncodingException.html -%%JDK_HOME%%/docs/api/java.io.WriteAbortedException.html -%%JDK_HOME%%/docs/api/java.io.Writer.html -%%JDK_HOME%%/docs/api/java.lang.AbstractMethodError.html -%%JDK_HOME%%/docs/api/java.lang.ArithmeticException.html -%%JDK_HOME%%/docs/api/java.lang.ArrayIndexOutOfBoundsException.html -%%JDK_HOME%%/docs/api/java.lang.ArrayStoreException.html -%%JDK_HOME%%/docs/api/java.lang.Boolean.html -%%JDK_HOME%%/docs/api/java.lang.Byte.html -%%JDK_HOME%%/docs/api/java.lang.Character.html -%%JDK_HOME%%/docs/api/java.lang.Class.html -%%JDK_HOME%%/docs/api/java.lang.ClassCastException.html -%%JDK_HOME%%/docs/api/java.lang.ClassCircularityError.html -%%JDK_HOME%%/docs/api/java.lang.ClassFormatError.html -%%JDK_HOME%%/docs/api/java.lang.ClassLoader.html -%%JDK_HOME%%/docs/api/java.lang.ClassNotFoundException.html -%%JDK_HOME%%/docs/api/java.lang.CloneNotSupportedException.html -%%JDK_HOME%%/docs/api/java.lang.Cloneable.html -%%JDK_HOME%%/docs/api/java.lang.Compiler.html -%%JDK_HOME%%/docs/api/java.lang.Double.html -%%JDK_HOME%%/docs/api/java.lang.Error.html -%%JDK_HOME%%/docs/api/java.lang.Exception.html -%%JDK_HOME%%/docs/api/java.lang.ExceptionInInitializerError.html -%%JDK_HOME%%/docs/api/java.lang.Float.html -%%JDK_HOME%%/docs/api/java.lang.IllegalAccessError.html -%%JDK_HOME%%/docs/api/java.lang.IllegalAccessException.html -%%JDK_HOME%%/docs/api/java.lang.IllegalArgumentException.html -%%JDK_HOME%%/docs/api/java.lang.IllegalMonitorStateException.html -%%JDK_HOME%%/docs/api/java.lang.IllegalStateException.html -%%JDK_HOME%%/docs/api/java.lang.IllegalThreadStateException.html -%%JDK_HOME%%/docs/api/java.lang.IncompatibleClassChangeError.html -%%JDK_HOME%%/docs/api/java.lang.IndexOutOfBoundsException.html -%%JDK_HOME%%/docs/api/java.lang.InstantiationError.html -%%JDK_HOME%%/docs/api/java.lang.InstantiationException.html -%%JDK_HOME%%/docs/api/java.lang.Integer.html -%%JDK_HOME%%/docs/api/java.lang.InternalError.html -%%JDK_HOME%%/docs/api/java.lang.InterruptedException.html -%%JDK_HOME%%/docs/api/java.lang.LinkageError.html -%%JDK_HOME%%/docs/api/java.lang.Long.html -%%JDK_HOME%%/docs/api/java.lang.Math.html -%%JDK_HOME%%/docs/api/java.lang.NegativeArraySizeException.html -%%JDK_HOME%%/docs/api/java.lang.NoClassDefFoundError.html -%%JDK_HOME%%/docs/api/java.lang.NoSuchFieldError.html -%%JDK_HOME%%/docs/api/java.lang.NoSuchFieldException.html -%%JDK_HOME%%/docs/api/java.lang.NoSuchMethodError.html -%%JDK_HOME%%/docs/api/java.lang.NoSuchMethodException.html -%%JDK_HOME%%/docs/api/java.lang.NullPointerException.html -%%JDK_HOME%%/docs/api/java.lang.Number.html -%%JDK_HOME%%/docs/api/java.lang.NumberFormatException.html -%%JDK_HOME%%/docs/api/java.lang.Object.html -%%JDK_HOME%%/docs/api/java.lang.OutOfMemoryError.html -%%JDK_HOME%%/docs/api/java.lang.Process.html -%%JDK_HOME%%/docs/api/java.lang.Runnable.html -%%JDK_HOME%%/docs/api/java.lang.Runtime.html -%%JDK_HOME%%/docs/api/java.lang.RuntimeException.html -%%JDK_HOME%%/docs/api/java.lang.SecurityException.html -%%JDK_HOME%%/docs/api/java.lang.SecurityManager.html -%%JDK_HOME%%/docs/api/java.lang.Short.html -%%JDK_HOME%%/docs/api/java.lang.StackOverflowError.html -%%JDK_HOME%%/docs/api/java.lang.String.html -%%JDK_HOME%%/docs/api/java.lang.StringBuffer.html -%%JDK_HOME%%/docs/api/java.lang.StringIndexOutOfBoundsException.html -%%JDK_HOME%%/docs/api/java.lang.System.html -%%JDK_HOME%%/docs/api/java.lang.Thread.html -%%JDK_HOME%%/docs/api/java.lang.ThreadDeath.html -%%JDK_HOME%%/docs/api/java.lang.ThreadGroup.html -%%JDK_HOME%%/docs/api/java.lang.Throwable.html -%%JDK_HOME%%/docs/api/java.lang.UnknownError.html -%%JDK_HOME%%/docs/api/java.lang.UnsatisfiedLinkError.html -%%JDK_HOME%%/docs/api/java.lang.VerifyError.html -%%JDK_HOME%%/docs/api/java.lang.VirtualMachineError.html -%%JDK_HOME%%/docs/api/java.lang.Void.html -%%JDK_HOME%%/docs/api/java.lang.reflect.Array.html -%%JDK_HOME%%/docs/api/java.lang.reflect.Constructor.html -%%JDK_HOME%%/docs/api/java.lang.reflect.Field.html -%%JDK_HOME%%/docs/api/java.lang.reflect.InvocationTargetException.html -%%JDK_HOME%%/docs/api/java.lang.reflect.Member.html -%%JDK_HOME%%/docs/api/java.lang.reflect.Method.html -%%JDK_HOME%%/docs/api/java.lang.reflect.Modifier.html -%%JDK_HOME%%/docs/api/java.math.BigDecimal.html -%%JDK_HOME%%/docs/api/java.math.BigInteger.html -%%JDK_HOME%%/docs/api/java.net.BindException.html -%%JDK_HOME%%/docs/api/java.net.ConnectException.html -%%JDK_HOME%%/docs/api/java.net.ContentHandler.html -%%JDK_HOME%%/docs/api/java.net.ContentHandlerFactory.html -%%JDK_HOME%%/docs/api/java.net.DatagramPacket.html -%%JDK_HOME%%/docs/api/java.net.DatagramSocket.html -%%JDK_HOME%%/docs/api/java.net.DatagramSocketImpl.html -%%JDK_HOME%%/docs/api/java.net.FileNameMap.html -%%JDK_HOME%%/docs/api/java.net.HttpURLConnection.html -%%JDK_HOME%%/docs/api/java.net.InetAddress.html -%%JDK_HOME%%/docs/api/java.net.MalformedURLException.html -%%JDK_HOME%%/docs/api/java.net.MulticastSocket.html -%%JDK_HOME%%/docs/api/java.net.NoRouteToHostException.html -%%JDK_HOME%%/docs/api/java.net.ProtocolException.html -%%JDK_HOME%%/docs/api/java.net.ServerSocket.html -%%JDK_HOME%%/docs/api/java.net.Socket.html -%%JDK_HOME%%/docs/api/java.net.SocketException.html -%%JDK_HOME%%/docs/api/java.net.SocketImpl.html -%%JDK_HOME%%/docs/api/java.net.SocketImplFactory.html -%%JDK_HOME%%/docs/api/java.net.URL.html -%%JDK_HOME%%/docs/api/java.net.URLConnection.html -%%JDK_HOME%%/docs/api/java.net.URLEncoder.html -%%JDK_HOME%%/docs/api/java.net.URLStreamHandler.html -%%JDK_HOME%%/docs/api/java.net.URLStreamHandlerFactory.html -%%JDK_HOME%%/docs/api/java.net.UnknownHostException.html -%%JDK_HOME%%/docs/api/java.net.UnknownServiceException.html -%%JDK_HOME%%/docs/api/java.rmi.AccessException.html -%%JDK_HOME%%/docs/api/java.rmi.AlreadyBoundException.html -%%JDK_HOME%%/docs/api/java.rmi.ConnectException.html -%%JDK_HOME%%/docs/api/java.rmi.ConnectIOException.html -%%JDK_HOME%%/docs/api/java.rmi.MarshalException.html -%%JDK_HOME%%/docs/api/java.rmi.Naming.html -%%JDK_HOME%%/docs/api/java.rmi.NoSuchObjectException.html -%%JDK_HOME%%/docs/api/java.rmi.NotBoundException.html -%%JDK_HOME%%/docs/api/java.rmi.RMISecurityException.html -%%JDK_HOME%%/docs/api/java.rmi.RMISecurityManager.html -%%JDK_HOME%%/docs/api/java.rmi.Remote.html -%%JDK_HOME%%/docs/api/java.rmi.RemoteException.html -%%JDK_HOME%%/docs/api/java.rmi.ServerError.html -%%JDK_HOME%%/docs/api/java.rmi.ServerException.html -%%JDK_HOME%%/docs/api/java.rmi.ServerRuntimeException.html -%%JDK_HOME%%/docs/api/java.rmi.StubNotFoundException.html -%%JDK_HOME%%/docs/api/java.rmi.UnexpectedException.html -%%JDK_HOME%%/docs/api/java.rmi.UnknownHostException.html -%%JDK_HOME%%/docs/api/java.rmi.UnmarshalException.html -%%JDK_HOME%%/docs/api/java.rmi.dgc.DGC.html -%%JDK_HOME%%/docs/api/java.rmi.dgc.Lease.html -%%JDK_HOME%%/docs/api/java.rmi.dgc.VMID.html -%%JDK_HOME%%/docs/api/java.rmi.registry.LocateRegistry.html -%%JDK_HOME%%/docs/api/java.rmi.registry.Registry.html -%%JDK_HOME%%/docs/api/java.rmi.registry.RegistryHandler.html -%%JDK_HOME%%/docs/api/java.rmi.server.ExportException.html -%%JDK_HOME%%/docs/api/java.rmi.server.LoaderHandler.html -%%JDK_HOME%%/docs/api/java.rmi.server.LogStream.html -%%JDK_HOME%%/docs/api/java.rmi.server.ObjID.html -%%JDK_HOME%%/docs/api/java.rmi.server.Operation.html -%%JDK_HOME%%/docs/api/java.rmi.server.RMIClassLoader.html -%%JDK_HOME%%/docs/api/java.rmi.server.RMIFailureHandler.html -%%JDK_HOME%%/docs/api/java.rmi.server.RMISocketFactory.html -%%JDK_HOME%%/docs/api/java.rmi.server.RemoteCall.html -%%JDK_HOME%%/docs/api/java.rmi.server.RemoteObject.html -%%JDK_HOME%%/docs/api/java.rmi.server.RemoteRef.html -%%JDK_HOME%%/docs/api/java.rmi.server.RemoteServer.html -%%JDK_HOME%%/docs/api/java.rmi.server.RemoteStub.html -%%JDK_HOME%%/docs/api/java.rmi.server.ServerCloneException.html -%%JDK_HOME%%/docs/api/java.rmi.server.ServerNotActiveException.html -%%JDK_HOME%%/docs/api/java.rmi.server.ServerRef.html -%%JDK_HOME%%/docs/api/java.rmi.server.Skeleton.html -%%JDK_HOME%%/docs/api/java.rmi.server.SkeletonMismatchException.html -%%JDK_HOME%%/docs/api/java.rmi.server.SkeletonNotFoundException.html -%%JDK_HOME%%/docs/api/java.rmi.server.SocketSecurityException.html -%%JDK_HOME%%/docs/api/java.rmi.server.UID.html -%%JDK_HOME%%/docs/api/java.rmi.server.UnicastRemoteObject.html -%%JDK_HOME%%/docs/api/java.rmi.server.Unreferenced.html -%%JDK_HOME%%/docs/api/java.security.Certificate.html -%%JDK_HOME%%/docs/api/java.security.DigestException.html -%%JDK_HOME%%/docs/api/java.security.DigestInputStream.html -%%JDK_HOME%%/docs/api/java.security.DigestOutputStream.html -%%JDK_HOME%%/docs/api/java.security.Identity.html -%%JDK_HOME%%/docs/api/java.security.IdentityScope.html -%%JDK_HOME%%/docs/api/java.security.InvalidKeyException.html -%%JDK_HOME%%/docs/api/java.security.InvalidParameterException.html -%%JDK_HOME%%/docs/api/java.security.Key.html -%%JDK_HOME%%/docs/api/java.security.KeyException.html -%%JDK_HOME%%/docs/api/java.security.KeyManagementException.html -%%JDK_HOME%%/docs/api/java.security.KeyPair.html -%%JDK_HOME%%/docs/api/java.security.KeyPairGenerator.html -%%JDK_HOME%%/docs/api/java.security.MessageDigest.html -%%JDK_HOME%%/docs/api/java.security.NoSuchAlgorithmException.html -%%JDK_HOME%%/docs/api/java.security.NoSuchProviderException.html -%%JDK_HOME%%/docs/api/java.security.Principal.html -%%JDK_HOME%%/docs/api/java.security.PrivateKey.html -%%JDK_HOME%%/docs/api/java.security.Provider.html -%%JDK_HOME%%/docs/api/java.security.ProviderException.html -%%JDK_HOME%%/docs/api/java.security.PublicKey.html -%%JDK_HOME%%/docs/api/java.security.SecureRandom.html -%%JDK_HOME%%/docs/api/java.security.Security.html -%%JDK_HOME%%/docs/api/java.security.Signature.html -%%JDK_HOME%%/docs/api/java.security.SignatureException.html -%%JDK_HOME%%/docs/api/java.security.Signer.html -%%JDK_HOME%%/docs/api/java.security.acl.Acl.html -%%JDK_HOME%%/docs/api/java.security.acl.AclEntry.html -%%JDK_HOME%%/docs/api/java.security.acl.AclNotFoundException.html -%%JDK_HOME%%/docs/api/java.security.acl.Group.html -%%JDK_HOME%%/docs/api/java.security.acl.LastOwnerException.html -%%JDK_HOME%%/docs/api/java.security.acl.NotOwnerException.html -%%JDK_HOME%%/docs/api/java.security.acl.Owner.html -%%JDK_HOME%%/docs/api/java.security.acl.Permission.html -%%JDK_HOME%%/docs/api/java.security.interfaces.DSAKey.html -%%JDK_HOME%%/docs/api/java.security.interfaces.DSAKeyPairGenerator.html -%%JDK_HOME%%/docs/api/java.security.interfaces.DSAParams.html -%%JDK_HOME%%/docs/api/java.security.interfaces.DSAPrivateKey.html -%%JDK_HOME%%/docs/api/java.security.interfaces.DSAPublicKey.html -%%JDK_HOME%%/docs/api/java.sql.CallableStatement.html -%%JDK_HOME%%/docs/api/java.sql.Connection.html -%%JDK_HOME%%/docs/api/java.sql.DataTruncation.html -%%JDK_HOME%%/docs/api/java.sql.DatabaseMetaData.html -%%JDK_HOME%%/docs/api/java.sql.Date.html -%%JDK_HOME%%/docs/api/java.sql.Driver.html -%%JDK_HOME%%/docs/api/java.sql.DriverManager.html -%%JDK_HOME%%/docs/api/java.sql.DriverPropertyInfo.html -%%JDK_HOME%%/docs/api/java.sql.PreparedStatement.html -%%JDK_HOME%%/docs/api/java.sql.ResultSet.html -%%JDK_HOME%%/docs/api/java.sql.ResultSetMetaData.html -%%JDK_HOME%%/docs/api/java.sql.SQLException.html -%%JDK_HOME%%/docs/api/java.sql.SQLWarning.html -%%JDK_HOME%%/docs/api/java.sql.Statement.html -%%JDK_HOME%%/docs/api/java.sql.Time.html -%%JDK_HOME%%/docs/api/java.sql.Timestamp.html -%%JDK_HOME%%/docs/api/java.sql.Types.html -%%JDK_HOME%%/docs/api/java.text.BreakIterator.html -%%JDK_HOME%%/docs/api/java.text.CharacterIterator.html -%%JDK_HOME%%/docs/api/java.text.ChoiceFormat.html -%%JDK_HOME%%/docs/api/java.text.CollationElementIterator.html -%%JDK_HOME%%/docs/api/java.text.CollationKey.html -%%JDK_HOME%%/docs/api/java.text.Collator.html -%%JDK_HOME%%/docs/api/java.text.DateFormat.html -%%JDK_HOME%%/docs/api/java.text.DateFormatSymbols.html -%%JDK_HOME%%/docs/api/java.text.DecimalFormat.html -%%JDK_HOME%%/docs/api/java.text.DecimalFormatSymbols.html -%%JDK_HOME%%/docs/api/java.text.FieldPosition.html -%%JDK_HOME%%/docs/api/java.text.Format.html -%%JDK_HOME%%/docs/api/java.text.MessageFormat.html -%%JDK_HOME%%/docs/api/java.text.NumberFormat.html -%%JDK_HOME%%/docs/api/java.text.ParseException.html -%%JDK_HOME%%/docs/api/java.text.ParsePosition.html -%%JDK_HOME%%/docs/api/java.text.RuleBasedCollator.html -%%JDK_HOME%%/docs/api/java.text.SimpleDateFormat.html -%%JDK_HOME%%/docs/api/java.text.StringCharacterIterator.html -%%JDK_HOME%%/docs/api/java.util.BitSet.html -%%JDK_HOME%%/docs/api/java.util.Calendar.html -%%JDK_HOME%%/docs/api/java.util.Date.html -%%JDK_HOME%%/docs/api/java.util.Dictionary.html -%%JDK_HOME%%/docs/api/java.util.EmptyStackException.html -%%JDK_HOME%%/docs/api/java.util.Enumeration.html -%%JDK_HOME%%/docs/api/java.util.EventListener.html -%%JDK_HOME%%/docs/api/java.util.EventObject.html -%%JDK_HOME%%/docs/api/java.util.GregorianCalendar.html -%%JDK_HOME%%/docs/api/java.util.Hashtable.html -%%JDK_HOME%%/docs/api/java.util.ListResourceBundle.html -%%JDK_HOME%%/docs/api/java.util.Locale.html -%%JDK_HOME%%/docs/api/java.util.MissingResourceException.html -%%JDK_HOME%%/docs/api/java.util.NoSuchElementException.html -%%JDK_HOME%%/docs/api/java.util.Observable.html -%%JDK_HOME%%/docs/api/java.util.Observer.html -%%JDK_HOME%%/docs/api/java.util.Properties.html -%%JDK_HOME%%/docs/api/java.util.PropertyResourceBundle.html -%%JDK_HOME%%/docs/api/java.util.Random.html -%%JDK_HOME%%/docs/api/java.util.ResourceBundle.html -%%JDK_HOME%%/docs/api/java.util.SimpleTimeZone.html -%%JDK_HOME%%/docs/api/java.util.Stack.html -%%JDK_HOME%%/docs/api/java.util.StringTokenizer.html -%%JDK_HOME%%/docs/api/java.util.TimeZone.html -%%JDK_HOME%%/docs/api/java.util.TooManyListenersException.html -%%JDK_HOME%%/docs/api/java.util.Vector.html -%%JDK_HOME%%/docs/api/java.util.zip.Adler32.html -%%JDK_HOME%%/docs/api/java.util.zip.CRC32.html -%%JDK_HOME%%/docs/api/java.util.zip.CheckedInputStream.html -%%JDK_HOME%%/docs/api/java.util.zip.CheckedOutputStream.html -%%JDK_HOME%%/docs/api/java.util.zip.Checksum.html -%%JDK_HOME%%/docs/api/java.util.zip.DataFormatException.html -%%JDK_HOME%%/docs/api/java.util.zip.Deflater.html -%%JDK_HOME%%/docs/api/java.util.zip.DeflaterOutputStream.html -%%JDK_HOME%%/docs/api/java.util.zip.GZIPInputStream.html -%%JDK_HOME%%/docs/api/java.util.zip.GZIPOutputStream.html -%%JDK_HOME%%/docs/api/java.util.zip.Inflater.html -%%JDK_HOME%%/docs/api/java.util.zip.InflaterInputStream.html -%%JDK_HOME%%/docs/api/java.util.zip.ZipEntry.html -%%JDK_HOME%%/docs/api/java.util.zip.ZipException.html -%%JDK_HOME%%/docs/api/java.util.zip.ZipFile.html -%%JDK_HOME%%/docs/api/java.util.zip.ZipInputStream.html -%%JDK_HOME%%/docs/api/java.util.zip.ZipOutputStream.html -%%JDK_HOME%%/docs/api/k-names.html -%%JDK_HOME%%/docs/api/l-names.html -%%JDK_HOME%%/docs/api/m-names.html -%%JDK_HOME%%/docs/api/n-names.html -%%JDK_HOME%%/docs/api/o-names.html -%%JDK_HOME%%/docs/api/p-names.html -%%JDK_HOME%%/docs/api/packages.html -%%JDK_HOME%%/docs/api/q-names.html -%%JDK_HOME%%/docs/api/r-names.html -%%JDK_HOME%%/docs/api/s-names.html -%%JDK_HOME%%/docs/api/t-names.html -%%JDK_HOME%%/docs/api/tree.html -%%JDK_HOME%%/docs/api/u-names.html -%%JDK_HOME%%/docs/api/v-names.html -%%JDK_HOME%%/docs/api/w-names.html -%%JDK_HOME%%/docs/api/x-names.html -%%JDK_HOME%%/docs/api/y-names.html -%%JDK_HOME%%/docs/api/z-names.html -%%JDK_HOME%%/docs/guide/awt/1.0example/AppletButton.class -%%JDK_HOME%%/docs/guide/awt/1.0example/AppletButton.java -%%JDK_HOME%%/docs/guide/awt/1.0example/DialogWindow.class -%%JDK_HOME%%/docs/guide/awt/1.0example/DialogWindow.java -%%JDK_HOME%%/docs/guide/awt/1.0example/SimpleDialog.class -%%JDK_HOME%%/docs/guide/awt/DeprecatedMethods.html -%%JDK_HOME%%/docs/guide/awt/DialogWindow.java -%%JDK_HOME%%/docs/guide/awt/HowToUpgrade.html -%%JDK_HOME%%/docs/guide/awt/IncompatibleChanges.html -%%JDK_HOME%%/docs/guide/awt/NameChanges.html -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/PageSwitcher.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Box.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Box.java -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click0$1.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click0$2.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click0.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click0.java -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click1$1.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click1$2.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click1$TargetListener.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click1.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click1.java -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click2$1.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click2$2.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click2$TargetListener.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click2.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click2.java -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click3$1.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click3$2.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click3$3.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click3$TargetListener.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click3.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click3.java -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/ColumnOfBoxes.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/ColumnOfBoxes.java -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/index.html -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/Box.java -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/Click0.java -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/Click1.java -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/Click2.java -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/Click3.java -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/ColumnOfBoxes.java -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/ImageDisplayer.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/Slide.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/SlideList.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/SlideShow.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/Spinner.gif -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/index.html -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/slide1.gif -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/slide2.gif -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/slide3.gif -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/slide4.gif -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/source1.html -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/source2.html -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/source3.html -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/source4.html -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/index.html -%%JDK_HOME%%/docs/guide/awt/demos/index.html -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/ExampleApplet.jar -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/ExampleApplet.zip -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/Switcher.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/actual/DoubleBufferPanel.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/actual/DoubleBufferPanel.java -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/actual/ExampleApplet.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/actual/ExampleApplet.java -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/actual/Gauge.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/actual/Gauge.java -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/actual/GaugeThread.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/actual/PrettyPanel.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/actual/images/mandrill.jpg -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/alternative/Compatibility.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/alternative/ExampleApplet.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/alternative/ExampleApplet.gif -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/alternative/ImageDisplayer.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/alternative/PictureFrame.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/example.html -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/GaugeSwing/ExampleApplet.java -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/GaugeSwing/Gauge.java -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/GaugeSwing/images/mandrill.jpg -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/ExampleApplet.jar -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/ExampleApplet.zip -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/Switcher.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/actual/ExampleActionListener.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/actual/ExampleApplet.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/actual/ExampleApplet.java -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/actual/OpenlookButton.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/actual/OpenlookButton.java -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/actual/OpenlookButtonListener.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/actual/images/scott.jpg -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/alternative/Compatibility.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/alternative/ExampleApplet.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/alternative/ExampleApplet.gif -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/alternative/ImageDisplayer.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/alternative/PictureFrame.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/example.html -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/ExampleApplet.jar -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/ExampleApplet.zip -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/Switcher.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/actual/ExampleActionListener.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/actual/ExampleApplet.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/actual/ExampleApplet.java -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/actual/RoundButton.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/actual/RoundButton.java -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/actual/images/scott.jpg -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/alternative/Compatibility.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/alternative/ExampleApplet.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/alternative/ExampleApplet.gif -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/alternative/ImageDisplayer.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/alternative/PictureFrame.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/example.html -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/ExampleApplet.jar -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/ExampleApplet.zip -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/Switcher.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/actual/ExampleApplet.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/actual/ExampleApplet.java -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/actual/Spinner.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/actual/Spinner.java -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/actual/SpinnerThread.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/actual/images/orb.gif -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/alternative/Compatibility.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/alternative/ExampleApplet.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/alternative/ExampleApplet.gif -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/alternative/ImageDisplayer.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/alternative/PictureFrame.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/example.html -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/index.html -%%JDK_HOME%%/docs/guide/awt/demos/symboltest/PageSwitcher.class -%%JDK_HOME%%/docs/guide/awt/demos/symboltest/actual/SymbolCanvas.class -%%JDK_HOME%%/docs/guide/awt/demos/symboltest/actual/SymbolTest$MyAdapter.class -%%JDK_HOME%%/docs/guide/awt/demos/symboltest/actual/SymbolTest.class -%%JDK_HOME%%/docs/guide/awt/demos/symboltest/actual/SymbolTest.java -%%JDK_HOME%%/docs/guide/awt/demos/symboltest/actual/index.html -%%JDK_HOME%%/docs/guide/awt/demos/symboltest/alternative/ImageDisplayer.class -%%JDK_HOME%%/docs/guide/awt/demos/symboltest/alternative/Slide.class -%%JDK_HOME%%/docs/guide/awt/demos/symboltest/alternative/SlideList.class -%%JDK_HOME%%/docs/guide/awt/demos/symboltest/alternative/SlideShow.class -%%JDK_HOME%%/docs/guide/awt/demos/symboltest/alternative/index.html -%%JDK_HOME%%/docs/guide/awt/demos/symboltest/alternative/slide1.gif -%%JDK_HOME%%/docs/guide/awt/demos/symboltest/alternative/slide2.gif -%%JDK_HOME%%/docs/guide/awt/demos/symboltest/alternative/slide3.gif -%%JDK_HOME%%/docs/guide/awt/demos/symboltest/alternative/slide4.gif -%%JDK_HOME%%/docs/guide/awt/demos/symboltest/alternative/slide5.gif -%%JDK_HOME%%/docs/guide/awt/demos/symboltest/alternative/slide6.gif -%%JDK_HOME%%/docs/guide/awt/demos/symboltest/index.html -%%JDK_HOME%%/docs/guide/awt/designspec/datatransfer.html -%%JDK_HOME%%/docs/guide/awt/designspec/desktopcolors.html -%%JDK_HOME%%/docs/guide/awt/designspec/events.html -%%JDK_HOME%%/docs/guide/awt/designspec/graphics/clipping.html -%%JDK_HOME%%/docs/guide/awt/designspec/graphics/imageblit.html -%%JDK_HOME%%/docs/guide/awt/designspec/graphics/imagescale.html -%%JDK_HOME%%/docs/guide/awt/designspec/graphics/imganim.html -%%JDK_HOME%%/docs/guide/awt/designspec/graphics/index.html -%%JDK_HOME%%/docs/guide/awt/designspec/graphics/pixelgrab.html -%%JDK_HOME%%/docs/guide/awt/designspec/images/box.sm.gif -%%JDK_HOME%%/docs/guide/awt/designspec/images/flip.sm.gif -%%JDK_HOME%%/docs/guide/awt/designspec/images/flip_trans.sm.gif -%%JDK_HOME%%/docs/guide/awt/designspec/images/gun.sm.gif -%%JDK_HOME%%/docs/guide/awt/designspec/images/hips.sm.gif -%%JDK_HOME%%/docs/guide/awt/designspec/images/juggler.sm.gif -%%JDK_HOME%%/docs/guide/awt/designspec/images/magnify.sm.gif -%%JDK_HOME%%/docs/guide/awt/designspec/images/pencil.sm.gif -%%JDK_HOME%%/docs/guide/awt/designspec/images/toolbox.med.gif -%%JDK_HOME%%/docs/guide/awt/designspec/index.html -%%JDK_HOME%%/docs/guide/awt/designspec/lightweights.html -%%JDK_HOME%%/docs/guide/awt/designspec/mouseless.html -%%JDK_HOME%%/docs/guide/awt/designspec/nextAWT.html -%%JDK_HOME%%/docs/guide/awt/designspec/popupmenu.html -%%JDK_HOME%%/docs/guide/awt/designspec/printing.html -%%JDK_HOME%%/docs/guide/awt/designspec/scrollpane.html -%%JDK_HOME%%/docs/guide/awt/images/DialogWindow-d.gif -%%JDK_HOME%%/docs/guide/awt/images/DialogWindow-f.gif -%%JDK_HOME%%/docs/guide/awt/index.html -%%JDK_HOME%%/docs/guide/awt/innerclass/DialogWindow.java -%%JDK_HOME%%/docs/guide/awt/updateAWT -%%JDK_HOME%%/docs/guide/beans/index.html -%%JDK_HOME%%/docs/guide/innerclasses/index.html -%%JDK_HOME%%/docs/guide/innerclasses/spec/copyright.doc.html -%%JDK_HOME%%/docs/guide/innerclasses/spec/innerclasses.doc.html -%%JDK_HOME%%/docs/guide/innerclasses/spec/innerclasses.doc1.html -%%JDK_HOME%%/docs/guide/innerclasses/spec/innerclasses.doc10.html -%%JDK_HOME%%/docs/guide/innerclasses/spec/innerclasses.doc11.html -%%JDK_HOME%%/docs/guide/innerclasses/spec/innerclasses.doc12.html -%%JDK_HOME%%/docs/guide/innerclasses/spec/innerclasses.doc13.html -%%JDK_HOME%%/docs/guide/innerclasses/spec/innerclasses.doc2.html -%%JDK_HOME%%/docs/guide/innerclasses/spec/innerclasses.doc3.html -%%JDK_HOME%%/docs/guide/innerclasses/spec/innerclasses.doc4.html -%%JDK_HOME%%/docs/guide/innerclasses/spec/innerclasses.doc5.html -%%JDK_HOME%%/docs/guide/innerclasses/spec/innerclasses.doc6.html -%%JDK_HOME%%/docs/guide/innerclasses/spec/innerclasses.doc7.html -%%JDK_HOME%%/docs/guide/innerclasses/spec/innerclasses.doc8.html -%%JDK_HOME%%/docs/guide/innerclasses/spec/innerclasses.doc9.html -%%JDK_HOME%%/docs/guide/intl/copyright.doc.html -%%JDK_HOME%%/docs/guide/intl/demos/Collate/1.0.2/CollationDetails.html -%%JDK_HOME%%/docs/guide/intl/demos/Collate/1.0.2/example1.html -%%JDK_HOME%%/docs/guide/intl/demos/Collate/1.1/CollationDetails.html -%%JDK_HOME%%/docs/guide/intl/demos/Collate/1.1/example1.html -%%JDK_HOME%%/docs/guide/intl/demos/Collate/PageSwitcher.class -%%JDK_HOME%%/docs/guide/intl/demos/Collate/example1.html -%%JDK_HOME%%/docs/guide/intl/demos/DateTimeFormat/1.0.2/example1.html -%%JDK_HOME%%/docs/guide/intl/demos/DateTimeFormat/1.1/example1.html -%%JDK_HOME%%/docs/guide/intl/demos/DateTimeFormat/PageSwitcher.class -%%JDK_HOME%%/docs/guide/intl/demos/DateTimeFormat/example1.html -%%JDK_HOME%%/docs/guide/intl/demos/MessageFormat/1.0.2/example1.html -%%JDK_HOME%%/docs/guide/intl/demos/MessageFormat/1.1/example1.html -%%JDK_HOME%%/docs/guide/intl/demos/MessageFormat/PageSwitcher.class -%%JDK_HOME%%/docs/guide/intl/demos/MessageFormat/example1.html -%%JDK_HOME%%/docs/guide/intl/demos/NumberFormat/1.0.2/example1.html -%%JDK_HOME%%/docs/guide/intl/demos/NumberFormat/1.1/example1.html -%%JDK_HOME%%/docs/guide/intl/demos/NumberFormat/PageSwitcher.class -%%JDK_HOME%%/docs/guide/intl/demos/NumberFormat/example1.html -%%JDK_HOME%%/docs/guide/intl/demos/TextBound/1.0.2/example1.html -%%JDK_HOME%%/docs/guide/intl/demos/TextBound/1.1/example1.html -%%JDK_HOME%%/docs/guide/intl/demos/TextBound/PageSwitcher.class -%%JDK_HOME%%/docs/guide/intl/demos/TextBound/example1.html -%%JDK_HOME%%/docs/guide/intl/demos/code/BorderPanel.class -%%JDK_HOME%%/docs/guide/intl/demos/code/BorderPanel.java -%%JDK_HOME%%/docs/guide/intl/demos/code/ChoiceResource.class -%%JDK_HOME%%/docs/guide/intl/demos/code/ChoiceResource.java -%%JDK_HOME%%/docs/guide/intl/demos/code/ChoiceResource_da.class -%%JDK_HOME%%/docs/guide/intl/demos/code/ChoiceResource_da.java -%%JDK_HOME%%/docs/guide/intl/demos/code/ChoiceResource_de.class -%%JDK_HOME%%/docs/guide/intl/demos/code/ChoiceResource_de.java -%%JDK_HOME%%/docs/guide/intl/demos/code/ChoiceResource_en.class -%%JDK_HOME%%/docs/guide/intl/demos/code/ChoiceResource_en.java -%%JDK_HOME%%/docs/guide/intl/demos/code/ChoiceResource_fr.class -%%JDK_HOME%%/docs/guide/intl/demos/code/ChoiceResource_fr.java -%%JDK_HOME%%/docs/guide/intl/demos/code/ChoiceResource_it.class -%%JDK_HOME%%/docs/guide/intl/demos/code/ChoiceResource_it.java -%%JDK_HOME%%/docs/guide/intl/demos/code/ChoiceResource_ja.class -%%JDK_HOME%%/docs/guide/intl/demos/code/ChoiceResource_ja.java -%%JDK_HOME%%/docs/guide/intl/demos/code/CollateDemo.class -%%JDK_HOME%%/docs/guide/intl/demos/code/CollateDemo.java -%%JDK_HOME%%/docs/guide/intl/demos/code/CollateFrame.class -%%JDK_HOME%%/docs/guide/intl/demos/code/DateTimeDemo.class -%%JDK_HOME%%/docs/guide/intl/demos/code/DateTimeDemo.java -%%JDK_HOME%%/docs/guide/intl/demos/code/DateTimeFrame.class -%%JDK_HOME%%/docs/guide/intl/demos/code/DemoApplet.class -%%JDK_HOME%%/docs/guide/intl/demos/code/DemoApplet.java -%%JDK_HOME%%/docs/guide/intl/demos/code/MessageFormatDemo.class -%%JDK_HOME%%/docs/guide/intl/demos/code/MessageFormatDemo.java -%%JDK_HOME%%/docs/guide/intl/demos/code/MessageFormatFrame.class -%%JDK_HOME%%/docs/guide/intl/demos/code/NumberFormatDemo.class -%%JDK_HOME%%/docs/guide/intl/demos/code/NumberFormatDemo.java -%%JDK_HOME%%/docs/guide/intl/demos/code/NumberFormatFrame.class -%%JDK_HOME%%/docs/guide/intl/demos/code/TextBoundDemo.class -%%JDK_HOME%%/docs/guide/intl/demos/code/TextBoundDemo.java -%%JDK_HOME%%/docs/guide/intl/demos/code/TextBoundFrame.class -%%JDK_HOME%%/docs/guide/intl/demos/code/Utility.class -%%JDK_HOME%%/docs/guide/intl/demos/code/Utility.java -%%JDK_HOME%%/docs/guide/intl/demos/code/XBorderPanel.class -%%JDK_HOME%%/docs/guide/intl/encoding.doc.html -%%JDK_HOME%%/docs/guide/intl/euro.html -%%JDK_HOME%%/docs/guide/intl/fontprop.html -%%JDK_HOME%%/docs/guide/intl/index.html -%%JDK_HOME%%/docs/guide/intl/intl.doc.html -%%JDK_HOME%%/docs/guide/intl/intlTOC.doc.html -%%JDK_HOME%%/docs/guide/intl/locale.doc.html -%%JDK_HOME%%/docs/guide/intl/unicode_font.doc.html -%%JDK_HOME%%/docs/guide/io/b3-changes.html -%%JDK_HOME%%/docs/guide/io/index.html -%%JDK_HOME%%/docs/guide/io/io.html -%%JDK_HOME%%/docs/guide/jar/index.html -%%JDK_HOME%%/docs/guide/jar/jarGuide.html -%%JDK_HOME%%/docs/guide/jar/manifest.html -%%JDK_HOME%%/docs/guide/jdbc/getstart/SimpleSelect.doc.html -%%JDK_HOME%%/docs/guide/jdbc/getstart/bridge.doc.html -%%JDK_HOME%%/docs/guide/jdbc/getstart/callablestatement.doc.html -%%JDK_HOME%%/docs/guide/jdbc/getstart/connection.doc.html -%%JDK_HOME%%/docs/guide/jdbc/getstart/copyright.doc.html -%%JDK_HOME%%/docs/guide/jdbc/getstart/drivermanager.doc.html -%%JDK_HOME%%/docs/guide/jdbc/getstart/intro.doc.anc.gif -%%JDK_HOME%%/docs/guide/jdbc/getstart/intro.doc.anc1.gif -%%JDK_HOME%%/docs/guide/jdbc/getstart/intro.doc.anc2.gif -%%JDK_HOME%%/docs/guide/jdbc/getstart/intro.doc.anc3.gif -%%JDK_HOME%%/docs/guide/jdbc/getstart/intro.doc.html -%%JDK_HOME%%/docs/guide/jdbc/getstart/introTOC.doc.html -%%JDK_HOME%%/docs/guide/jdbc/getstart/mapping.doc.html -%%JDK_HOME%%/docs/guide/jdbc/getstart/preparedstatement.doc.html -%%JDK_HOME%%/docs/guide/jdbc/getstart/resultset.doc.html -%%JDK_HOME%%/docs/guide/jdbc/getstart/statement.doc.html -%%JDK_HOME%%/docs/guide/jdbc/index.html -%%JDK_HOME%%/docs/guide/jni/index.html -%%JDK_HOME%%/docs/guide/jni/spec/copyright.doc.html -%%JDK_HOME%%/docs/guide/jni/spec/design.doc.anc.gif -%%JDK_HOME%%/docs/guide/jni/spec/design.doc.html -%%JDK_HOME%%/docs/guide/jni/spec/functions.doc.html -%%JDK_HOME%%/docs/guide/jni/spec/intro.doc.html -%%JDK_HOME%%/docs/guide/jni/spec/invocation.doc.html -%%JDK_HOME%%/docs/guide/jni/spec/jniTOC.doc.html -%%JDK_HOME%%/docs/guide/jni/spec/types.doc.anc.gif -%%JDK_HOME%%/docs/guide/jni/spec/types.doc.anc1.gif -%%JDK_HOME%%/docs/guide/jni/spec/types.doc.anc2.gif -%%JDK_HOME%%/docs/guide/jni/spec/types.doc.anc3.gif -%%JDK_HOME%%/docs/guide/jni/spec/types.doc.html -%%JDK_HOME%%/docs/guide/math/index.html -%%JDK_HOME%%/docs/guide/misc/applet.html -%%JDK_HOME%%/docs/guide/misc/deprecation/deprecated.html -%%JDK_HOME%%/docs/guide/misc/deprecation/deprecation.html -%%JDK_HOME%%/docs/guide/misc/deprecation/index.html -%%JDK_HOME%%/docs/guide/misc/index.html -%%JDK_HOME%%/docs/guide/misc/resources.html -%%JDK_HOME%%/docs/guide/net/extendingSocks.html -%%JDK_HOME%%/docs/guide/net/images/duke4.gif -%%JDK_HOME%%/docs/guide/net/images/new2.gif -%%JDK_HOME%%/docs/guide/net/index.html -%%JDK_HOME%%/docs/guide/net/miscNet.html -%%JDK_HOME%%/docs/guide/net/socketClassDocs.html -%%JDK_HOME%%/docs/guide/net/socketException.html -%%JDK_HOME%%/docs/guide/net/socketOpt.html -%%JDK_HOME%%/docs/guide/performance/performance.html -%%JDK_HOME%%/docs/guide/reflection/faq/faq.html -%%JDK_HOME%%/docs/guide/reflection/index.html -%%JDK_HOME%%/docs/guide/reflection/spec/java-reflection-copyright.doc.html -%%JDK_HOME%%/docs/guide/reflection/spec/java-reflection.doc.html -%%JDK_HOME%%/docs/guide/reflection/spec/java-reflection.doc1.html -%%JDK_HOME%%/docs/guide/reflection/spec/java-reflection.doc10.html -%%JDK_HOME%%/docs/guide/reflection/spec/java-reflection.doc2.html -%%JDK_HOME%%/docs/guide/reflection/spec/java-reflection.doc3.html -%%JDK_HOME%%/docs/guide/reflection/spec/java-reflection.doc4.html -%%JDK_HOME%%/docs/guide/reflection/spec/java-reflection.doc5.html -%%JDK_HOME%%/docs/guide/reflection/spec/java-reflection.doc6.html -%%JDK_HOME%%/docs/guide/reflection/spec/java-reflection.doc7.html -%%JDK_HOME%%/docs/guide/reflection/spec/java-reflection.doc8.html -%%JDK_HOME%%/docs/guide/reflection/spec/java-reflection.doc9.html -%%JDK_HOME%%/docs/guide/reflection/spec/java-reflectionTOC.doc.html -%%JDK_HOME%%/docs/guide/rmi/Factory-1.gif -%%JDK_HOME%%/docs/guide/rmi/Factory.html -%%JDK_HOME%%/docs/guide/rmi/archives/getStart.tar -%%JDK_HOME%%/docs/guide/rmi/archives/getStart.tar.Z -%%JDK_HOME%%/docs/guide/rmi/archives/getStart.zip -%%JDK_HOME%%/docs/guide/rmi/examples/hello/Hello.java -%%JDK_HOME%%/docs/guide/rmi/examples/hello/HelloApplet.java -%%JDK_HOME%%/docs/guide/rmi/examples/hello/HelloImpl.java -%%JDK_HOME%%/docs/guide/rmi/examples/hello/index.html -%%JDK_HOME%%/docs/guide/rmi/examples/hello/readme.html -%%JDK_HOME%%/docs/guide/rmi/examples/hello/readme.txt -%%JDK_HOME%%/docs/guide/rmi/examples/hello/run -%%JDK_HOME%%/docs/guide/rmi/examples/hello/run.bat -%%JDK_HOME%%/docs/guide/rmi/examples/stock/Stock.java -%%JDK_HOME%%/docs/guide/rmi/examples/stock/StockApplet.java -%%JDK_HOME%%/docs/guide/rmi/examples/stock/StockNotFoundException.java -%%JDK_HOME%%/docs/guide/rmi/examples/stock/StockNotify.java -%%JDK_HOME%%/docs/guide/rmi/examples/stock/StockServer.java -%%JDK_HOME%%/docs/guide/rmi/examples/stock/StockWatch.java -%%JDK_HOME%%/docs/guide/rmi/examples/stock/index.html -%%JDK_HOME%%/docs/guide/rmi/examples/stock/readme.html -%%JDK_HOME%%/docs/guide/rmi/examples/stock/readme.txt -%%JDK_HOME%%/docs/guide/rmi/examples/stock/run -%%JDK_HOME%%/docs/guide/rmi/examples/stock/run.bat -%%JDK_HOME%%/docs/guide/rmi/getstart.doc.anc.gif -%%JDK_HOME%%/docs/guide/rmi/getstart.doc.html -%%JDK_HOME%%/docs/guide/rmi/index.html -%%JDK_HOME%%/docs/guide/rmi/release-notes.html -%%JDK_HOME%%/docs/guide/rmi/spec/rmi-arch.doc.anc.gif -%%JDK_HOME%%/docs/guide/rmi/spec/rmi-arch.doc.html -%%JDK_HOME%%/docs/guide/rmi/spec/rmi-client.doc.html -%%JDK_HOME%%/docs/guide/rmi/spec/rmi-dgc.doc.html -%%JDK_HOME%%/docs/guide/rmi/spec/rmi-exceptions.doc.html -%%JDK_HOME%%/docs/guide/rmi/spec/rmi-intro.doc.html -%%JDK_HOME%%/docs/guide/rmi/spec/rmi-objmodel.doc.anc.gif -%%JDK_HOME%%/docs/guide/rmi/spec/rmi-objmodel.doc.html -%%JDK_HOME%%/docs/guide/rmi/spec/rmi-properties.doc.html -%%JDK_HOME%%/docs/guide/rmi/spec/rmi-protocol.doc.html -%%JDK_HOME%%/docs/guide/rmi/spec/rmi-registry.doc.html -%%JDK_HOME%%/docs/guide/rmi/spec/rmi-server.doc.html -%%JDK_HOME%%/docs/guide/rmi/spec/rmi-stubs.doc.html -%%JDK_HOME%%/docs/guide/rmi/spec/rmiTOC.doc.html -%%JDK_HOME%%/docs/guide/rmi/subscribe.html -%%JDK_HOME%%/docs/guide/security/Acl.html -%%JDK_HOME%%/docs/guide/security/CryptoSpec.html -%%JDK_HOME%%/docs/guide/security/HowToImplAProvider.html -%%JDK_HOME%%/docs/guide/security/JavaSecurityOverview.html -%%JDK_HOME%%/docs/guide/security/Sun.java -%%JDK_HOME%%/docs/guide/security/cert2.html -%%JDK_HOME%%/docs/guide/security/index.html -%%JDK_HOME%%/docs/guide/security/java.security -%%JDK_HOME%%/docs/guide/serialization/index.html -%%JDK_HOME%%/docs/guide/serialization/spec/class.doc.anc.gif -%%JDK_HOME%%/docs/guide/serialization/spec/class.doc.html -%%JDK_HOME%%/docs/guide/serialization/spec/exceptions.doc.html -%%JDK_HOME%%/docs/guide/serialization/spec/input.doc.html -%%JDK_HOME%%/docs/guide/serialization/spec/output.doc.html -%%JDK_HOME%%/docs/guide/serialization/spec/protocol.doc.html -%%JDK_HOME%%/docs/guide/serialization/spec/security.doc.html -%%JDK_HOME%%/docs/guide/serialization/spec/serial-arch.doc.html -%%JDK_HOME%%/docs/guide/serialization/spec/serialTOC.doc.html -%%JDK_HOME%%/docs/guide/serialization/spec/version.doc.anc.gif -%%JDK_HOME%%/docs/guide/serialization/spec/version.doc.html -%%JDK_HOME%%/docs/images/JAVA.85.GIF -%%JDK_HOME%%/docs/images/cupHJbutton.gif -%%JDK_HOME%%/docs/images/smi.logo.gif -%%JDK_HOME%%/docs/images/sunlogo64x30.gif -%%JDK_HOME%%/docs/index.html -%%JDK_HOME%%/docs/relnotes/SMICopyright.html -%%JDK_HOME%%/docs/relnotes/classlist.html -%%JDK_HOME%%/docs/relnotes/contacts.html -%%JDK_HOME%%/docs/relnotes/demos.html -%%JDK_HOME%%/docs/relnotes/deprecatedlist.html -%%JDK_HOME%%/docs/relnotes/features.html -%%JDK_HOME%%/docs/relnotes/features116.html -%%JDK_HOME%%/docs/relnotes/intro.html -%%JDK_HOME%%/docs/relnotes/update.html -%%JDK_HOME%%/docs/tooldocs/index.html -%%JDK_HOME%%/docs/tooldocs/solaris/appletviewer.html -%%JDK_HOME%%/docs/tooldocs/solaris/classpath.html -%%JDK_HOME%%/docs/tooldocs/solaris/index.html -%%JDK_HOME%%/docs/tooldocs/solaris/jar.html -%%JDK_HOME%%/docs/tooldocs/solaris/java.html -%%JDK_HOME%%/docs/tooldocs/solaris/javac.html -%%JDK_HOME%%/docs/tooldocs/solaris/javadoc.html -%%JDK_HOME%%/docs/tooldocs/solaris/javah.html -%%JDK_HOME%%/docs/tooldocs/solaris/javakey.html -%%JDK_HOME%%/docs/tooldocs/solaris/javap.html -%%JDK_HOME%%/docs/tooldocs/solaris/jdb.html -%%JDK_HOME%%/docs/tooldocs/solaris/jre.html -%%JDK_HOME%%/docs/tooldocs/solaris/native2ascii.html -%%JDK_HOME%%/docs/tooldocs/solaris/rmic.html -%%JDK_HOME%%/docs/tooldocs/solaris/rmiregistry.html -%%JDK_HOME%%/docs/tooldocs/solaris/serialver.html -%%JDK_HOME%%/docs/tooldocs/win32/appletviewer.html -%%JDK_HOME%%/docs/tooldocs/win32/classpath.html -%%JDK_HOME%%/docs/tooldocs/win32/index.html -%%JDK_HOME%%/docs/tooldocs/win32/jar.html -%%JDK_HOME%%/docs/tooldocs/win32/java.html -%%JDK_HOME%%/docs/tooldocs/win32/javac.html -%%JDK_HOME%%/docs/tooldocs/win32/javadoc.html -%%JDK_HOME%%/docs/tooldocs/win32/javah.html -%%JDK_HOME%%/docs/tooldocs/win32/javakey.html -%%JDK_HOME%%/docs/tooldocs/win32/javap.html -%%JDK_HOME%%/docs/tooldocs/win32/jdb.html -%%JDK_HOME%%/docs/tooldocs/win32/jre.html -%%JDK_HOME%%/docs/tooldocs/win32/native2ascii.html -%%JDK_HOME%%/docs/tooldocs/win32/rmic.html -%%JDK_HOME%%/docs/tooldocs/win32/rmiregistry.html -%%JDK_HOME%%/docs/tooldocs/win32/serialver.html -@dirrm %%JDK_HOME%%/docs/api/images -@dirrm %%JDK_HOME%%/docs/api/images-awt -@dirrm %%JDK_HOME%%/docs/api -@dirrm %%JDK_HOME%%/docs/guide/awt/1.0example -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/eventmodel -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/actual/images -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/actual -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/alternative -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/GaugeSwing/images -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/GaugeSwing -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/actual/images -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/actual -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/alternative -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/actual/images -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/actual -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/alternative -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/actual/images -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/actual -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/alternative -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/symboltest/actual -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/symboltest/alternative -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/symboltest -@dirrm %%JDK_HOME%%/docs/guide/awt/demos -@dirrm %%JDK_HOME%%/docs/guide/awt/designspec/graphics -@dirrm %%JDK_HOME%%/docs/guide/awt/designspec/images -@dirrm %%JDK_HOME%%/docs/guide/awt/designspec -@dirrm %%JDK_HOME%%/docs/guide/awt/images -@dirrm %%JDK_HOME%%/docs/guide/awt/innerclass -@dirrm %%JDK_HOME%%/docs/guide/awt -@dirrm %%JDK_HOME%%/docs/guide/beans -@dirrm %%JDK_HOME%%/docs/guide/innerclasses/spec -@dirrm %%JDK_HOME%%/docs/guide/innerclasses -@dirrm %%JDK_HOME%%/docs/guide/intl/demos/Collate/1.0.2 -@dirrm %%JDK_HOME%%/docs/guide/intl/demos/Collate/1.1 -@dirrm %%JDK_HOME%%/docs/guide/intl/demos/Collate -@dirrm %%JDK_HOME%%/docs/guide/intl/demos/DateTimeFormat/1.0.2 -@dirrm %%JDK_HOME%%/docs/guide/intl/demos/DateTimeFormat/1.1 -@dirrm %%JDK_HOME%%/docs/guide/intl/demos/DateTimeFormat -@dirrm %%JDK_HOME%%/docs/guide/intl/demos/MessageFormat/1.0.2 -@dirrm %%JDK_HOME%%/docs/guide/intl/demos/MessageFormat/1.1 -@dirrm %%JDK_HOME%%/docs/guide/intl/demos/MessageFormat -@dirrm %%JDK_HOME%%/docs/guide/intl/demos/NumberFormat/1.0.2 -@dirrm %%JDK_HOME%%/docs/guide/intl/demos/NumberFormat/1.1 -@dirrm %%JDK_HOME%%/docs/guide/intl/demos/NumberFormat -@dirrm %%JDK_HOME%%/docs/guide/intl/demos/TextBound/1.0.2 -@dirrm %%JDK_HOME%%/docs/guide/intl/demos/TextBound/1.1 -@dirrm %%JDK_HOME%%/docs/guide/intl/demos/TextBound -@dirrm %%JDK_HOME%%/docs/guide/intl/demos/code -@dirrm %%JDK_HOME%%/docs/guide/intl/demos -@dirrm %%JDK_HOME%%/docs/guide/intl -@dirrm %%JDK_HOME%%/docs/guide/io -@dirrm %%JDK_HOME%%/docs/guide/jar -@dirrm %%JDK_HOME%%/docs/guide/jdbc/getstart -@dirrm %%JDK_HOME%%/docs/guide/jdbc -@dirrm %%JDK_HOME%%/docs/guide/jni/spec -@dirrm %%JDK_HOME%%/docs/guide/jni -@dirrm %%JDK_HOME%%/docs/guide/math -@dirrm %%JDK_HOME%%/docs/guide/misc/deprecation -@dirrm %%JDK_HOME%%/docs/guide/misc -@dirrm %%JDK_HOME%%/docs/guide/net/images -@dirrm %%JDK_HOME%%/docs/guide/net -@dirrm %%JDK_HOME%%/docs/guide/performance -@dirrm %%JDK_HOME%%/docs/guide/reflection/faq -@dirrm %%JDK_HOME%%/docs/guide/reflection/spec -@dirrm %%JDK_HOME%%/docs/guide/reflection -@dirrm %%JDK_HOME%%/docs/guide/rmi/archives -@dirrm %%JDK_HOME%%/docs/guide/rmi/examples/hello -@dirrm %%JDK_HOME%%/docs/guide/rmi/examples/stock -@dirrm %%JDK_HOME%%/docs/guide/rmi/examples -@dirrm %%JDK_HOME%%/docs/guide/rmi/spec -@dirrm %%JDK_HOME%%/docs/guide/rmi -@dirrm %%JDK_HOME%%/docs/guide/security -@dirrm %%JDK_HOME%%/docs/guide/serialization/spec -@dirrm %%JDK_HOME%%/docs/guide/serialization -@dirrm %%JDK_HOME%%/docs/guide -@dirrm %%JDK_HOME%%/docs/images -@dirrm %%JDK_HOME%%/docs/relnotes -@dirrm %%JDK_HOME%%/docs/tooldocs/solaris -@dirrm %%JDK_HOME%%/docs/tooldocs/win32 -@dirrm %%JDK_HOME%%/docs/tooldocs -@unexec rmdir %D/%%JDK_HOME%%/docs > /dev/null 2>&1 || true -@unexec rmdir %D/%%JDK_HOME%% > /dev/null 2>&1 || true diff --git a/java/jdk11/Makefile b/java/jdk11/Makefile deleted file mode 100644 index ae5ee09a7992..000000000000 --- a/java/jdk11/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -# New ports collection makefile for: jdk -# Date created: Feb, 8, 1998 -# Whom: Nate Williams <nate@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= jdk -PORTVERSION= ${JDK_VERSION} -CATEGORIES= java devel -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= nate/JDK1.1 - -MAINTAINER= nate@FreeBSD.org - -RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper - -NO_CDROM= "License doesn't allow distribution with fee" - -ONLY_FOR_ARCHS= i386 -JDK_VERSION= 1.1.8 -PLIST_SUB+= JDK_VERSION=${JDK_VERSION} - -WRKSRC= ${WRKDIR}/jdk${JDK_VERSION} -NO_BUILD= yes - -.include <bsd.port.pre.mk> - -.if ${PORTOBJFORMAT} == "aout" -DISTFILES= jdk${JDK_VERSION}_AOUT.V1999-11-9.tar.gz -.else -LIB_DEPENDS+= c.3:${PORTSDIR}/misc/compat3x -DISTFILES= jdk${JDK_VERSION}_ELF.V1999-11-9.tar.gz -.endif - -do-install: - @${RM} -f ${WRKSRC}/include/freebsd/typedefs_md.h.orig - ${MKDIR} ${PREFIX}/jdk${JDK_VERSION} - (cd ${WRKSRC} && ${TAR} -c -f - .) \ - | (cd ${PREFIX}/jdk${JDK_VERSION} && ${TAR} --unlink -x -f -) - ${MKDIR} ${PREFIX}/share/java/classes - ${MKDIR} ${PREFIX}/share/doc/java - -post-install: - ${LOCALBASE}/bin/registervm "${PREFIX}/jdk${JDK_VERSION}/bin/java # JDK${JDK_VERSION}" - -.include <bsd.port.post.mk> diff --git a/java/jdk11/distinfo b/java/jdk11/distinfo deleted file mode 100644 index f641992b2d94..000000000000 --- a/java/jdk11/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (jdk1.1.8_AOUT.V1999-11-9.tar.gz) = 5e878b23179ada207653c527ad6b5019 -MD5 (jdk1.1.8_ELF.V1999-11-9.tar.gz) = 07992302128f36c7f802b579e041604c diff --git a/java/jdk11/files/patch-aa b/java/jdk11/files/patch-aa deleted file mode 100644 index 2b0cbaab8aae..000000000000 --- a/java/jdk11/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- include/freebsd/typedefs_md.h 2000/07/24 07:46:26 1.1 -+++ include/freebsd/typedefs_md.h 2000/07/24 07:46:46 -@@ -33,7 +33,7 @@ - */ - #define _ILP32 - --#if (__FreeBSD__ <= 4) -+#if (__FreeBSD__ <= 5) - typedef unsigned int uint_t; - typedef int int_t; - #endif diff --git a/java/jdk11/pkg-comment b/java/jdk11/pkg-comment deleted file mode 100644 index ac319a654e79..000000000000 --- a/java/jdk11/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Sun's Java Developers Kit diff --git a/java/jdk11/pkg-descr b/java/jdk11/pkg-descr deleted file mode 100644 index b50494ba7e78..000000000000 --- a/java/jdk11/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -Binaries of Sun's Java Developers Kit. Include bytecode machine, -compiler, demos and sources for most Java runtime classes. - -Executables are installed into /usr/local/jdk1.1.8/bin. You may want to -put this into your PATH or symlink them to /usr/local/bin in case you -don't have kaffe installed (which shared many of the binarie's -names). - -You may want to build a kernel with -options SYSVSEM - -For more information about the JDK for FreeBSD see -http://www.freebsd.org/java/ - -WWW: http://www.freebsd.org/java/ diff --git a/java/jdk11/pkg-message b/java/jdk11/pkg-message deleted file mode 100644 index cae68c81b882..000000000000 --- a/java/jdk11/pkg-message +++ /dev/null @@ -1,106 +0,0 @@ - - - Java(tm) Development Kit - - Version 1.1.8 - - Binary Code License - -This binary code license ("License") contains rights and restrictions -associated with use of the accompanying software and documentation -("Software"). Read the License carefully before installing the Software. -By installing the Software you agree to the terms and conditions of this -License. - -1. Limited License Grant. Sun grants to you ("Licensee") a non-exclusive, -non-transferable limited license to use the Software without fee for -evaluation of the Software and for development of Java(tm) compatible -applets and applications. Licensee may make one archival copy of the Software -and may re-distribute complete, unmodified copies of the Software to -software developers within Licensee's organization to avoid unnecessary -download time, provided that this License conspicuously appear with all -copies of the Software. Except for the foregoing, Licensee may not -re-distribute the Software in whole or in part, either separately or -included with a product. Refer to the Java Runtime Environment Version 1.1.8 -binary code license (http://java.sun.com/products/JDK/1.1/index.html) -for the availability of runtime code which may be distributed with Java -compatible applets and applications. - -2. Java Platform Interface. Licensee may not modify the Java Platform Interface -("JPI", identified as classes contained within the "java" package or any -subpackages of the "java" package), by creating additional classes within the -JPI or otherwise causing the addition to or modification of the classes in -the JPI. In the event that Licensee creates any Java-related API and -distributes such API to others for applet or application development, -Licensee must promptly publish an accurate specification for such API for -free use by all developers of Java-based software. - -3. Restrictions. Software is confidential copyrighted information of Sun and -title to all copies is retained by Sun and/or its licensors. Licensee shall -not modify, decompile, disassemble, decrypt, extract, or otherwise reverse -engineer Software. Software may not be leased, assigned, or sublicensed, -in whole or in part. Software is not designed or intended for use in -on-line control of aircraft, air traffic, aircraft navigation or aircraft -communications; or in the design, construction, operation or maintenance -of any nuclear facility. Licensee warrants that it will not use or -redistribute the Software for such purposes. - -4. Trademarks and Logos. This License does not authorize Licensee to use -any Sun name, trademark or logo. Licensee acknowledges that Sun owns the -Java trademark and all Java-related trademarks, logos and icons including -the Coffee Cup and Duke ("Java Marks") and agrees to: (i) to comply with -the Java Trademark Guidelines at http://java.sun.com/trademarks.html; (ii) not -do anything harmful to or inconsistent with Sun's rights in the Java Marks; -and (iii) assist Sun in protecting those rights, including assigning to Sun -any rights acquired by Licensee in any Java Mark. - -5. Disclaimer of Warranty. Software is provided "AS IS," without a -warranty of any kind. ALL EXPRESS OR IMPLIED REPRESENTATIONS AND -WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY EXCLUDED. - -6. Limitation of Liability. SUN AND ITS LICENSORS SHALL NOT BE LIABLE -FOR ANY DAMAGES SUFFERED BY LICENSEE OR ANY THIRD PARTY AS A RESULT OF USING -OR DISTRIBUTING SOFTWARE. IN NO EVENT WILL SUN OR ITS LICENSORS BE -LIABLE FOR ANY LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, -SPECIAL, CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER -CAUSED AND REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE -USE OF OR INABILITY TO USE SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGES. - -7. Termination. Licensee may terminate this License at any time by -destroying all copies of Software. This License will terminate immediately -without notice from Sun if Licensee fails to comply with any provision -of this License. Upon such termination, Licensee must destroy all copies -of Software. - -8. Export Regulations. Software, including technical data, is subject to -U.S. export control laws, including the U.S. Export Administration Act -and its associated regulations, and may be subject to export or import -regulations in other countries. Licensee agrees to comply strictly with -all such regulations and acknowledges that it has the responsibility to -obtain licenses to export, re-export, or import Software. Software may not -be downloaded, or otherwise exported or re-exported (i) into, or to a -national or resident of, Cuba, Iraq, Iran, North Korea, Libya, Sudan, -Syria or any country to which the U.S. has embargoed goods; or (ii) -to anyone on the U.S. Treasury Department's list of Specially Designated -Nations or the U.S. Commerce Department's Table of Denial Orders. - -9. Restricted Rights. Use, duplication or disclosure by the United States -government is subject to the restrictions as set forth in the Rights in -Technical Data and Computer Software Clauses in DFARS 252.227-7013(c) - (1) (ii) and FAR 52.227-19(c) (2) as applicable. - -10. Governing Law. Any action related to this License will be governed by -California law and controlling U.S. federal law. No choice of law rules of -any jurisdiction will apply. - -11. Severability. If any of the above provisions are held to be in -violation of applicable law, void, or unenforceable in any jurisdiction, -then such provisions are herewith waived to the extent necessary for the -License to be otherwise enforceable in such jurisdiction. However, if -in Sun's opinion deletion of any provisions of the License by operation -of this paragraph unreasonably compromises the rights or increase the -liabilities of Sun or its licensors, Sun reserves the right to terminate -the License and refund the fee paid by Licensee, if any, as Licensee's -sole and exclusive remedy. diff --git a/java/jdk11/pkg-plist b/java/jdk11/pkg-plist deleted file mode 100644 index 647a4e5850ba..000000000000 --- a/java/jdk11/pkg-plist +++ /dev/null @@ -1,611 +0,0 @@ -jdk%%JDK_VERSION%%/include/freebsd/byteorder_md.h -jdk%%JDK_VERSION%%/include/freebsd/timeval_md.h -jdk%%JDK_VERSION%%/include/freebsd/sysmacros_md.h -jdk%%JDK_VERSION%%/include/freebsd/prof_md.h -jdk%%JDK_VERSION%%/include/freebsd/path_md.h -jdk%%JDK_VERSION%%/include/freebsd/oobj_md.h -jdk%%JDK_VERSION%%/include/freebsd/jni_md.h -jdk%%JDK_VERSION%%/include/freebsd/jmath_md.h -jdk%%JDK_VERSION%%/include/freebsd/io_md.h -jdk%%JDK_VERSION%%/include/freebsd/gc_md.h -jdk%%JDK_VERSION%%/include/freebsd/typedefs_md.h -jdk%%JDK_VERSION%%/include/green_threads/include/internal_md.h -jdk%%JDK_VERSION%%/include/green_threads/include/threads_md.h -jdk%%JDK_VERSION%%/include/green_threads/include/monitor_md.h -jdk%%JDK_VERSION%%/include/green_threads/include/schedule.h -jdk%%JDK_VERSION%%/include/green_threads/include/context_md.h -jdk%%JDK_VERSION%%/include/green_threads/include/context.h -jdk%%JDK_VERSION%%/include/green_threads/include/queue.h -jdk%%JDK_VERSION%%/include/StubPreamble.h -jdk%%JDK_VERSION%%/include/alloc_cache.h -jdk%%JDK_VERSION%%/include/bool.h -jdk%%JDK_VERSION%%/include/breakpoints.h -jdk%%JDK_VERSION%%/include/byteorder.h -jdk%%JDK_VERSION%%/include/common_exceptions.h -jdk%%JDK_VERSION%%/include/config.h -jdk%%JDK_VERSION%%/include/debug.h -jdk%%JDK_VERSION%%/include/decode.h -jdk%%JDK_VERSION%%/include/exceptions.h -jdk%%JDK_VERSION%%/include/finalize.h -jdk%%JDK_VERSION%%/include/gc.h -jdk%%JDK_VERSION%%/include/interpreter.h -jdk%%JDK_VERSION%%/include/javaString.h -jdk%%JDK_VERSION%%/include/jcov.h -jdk%%JDK_VERSION%%/include/jmath.h -jdk%%JDK_VERSION%%/include/jni.h -jdk%%JDK_VERSION%%/include/log.h -jdk%%JDK_VERSION%%/include/monitor.h -jdk%%JDK_VERSION%%/include/monitor_cache.h -jdk%%JDK_VERSION%%/include/native.h -jdk%%JDK_VERSION%%/include/oobj.h -jdk%%JDK_VERSION%%/include/path.h -jdk%%JDK_VERSION%%/include/profile.h -jdk%%JDK_VERSION%%/include/reflect.h -jdk%%JDK_VERSION%%/include/selftest.h -jdk%%JDK_VERSION%%/include/signature.h -jdk%%JDK_VERSION%%/include/sys_api.h -jdk%%JDK_VERSION%%/include/threads.h -jdk%%JDK_VERSION%%/include/timeval.h -jdk%%JDK_VERSION%%/include/timezone_map.h -jdk%%JDK_VERSION%%/include/tree.h -jdk%%JDK_VERSION%%/include/typecodes.h -jdk%%JDK_VERSION%%/include/typedefs.h -jdk%%JDK_VERSION%%/include/utf.h -jdk%%JDK_VERSION%%/include/verify.h -jdk%%JDK_VERSION%%/include/wrap.h -jdk%%JDK_VERSION%%/include/zip.h -jdk%%JDK_VERSION%%/include/java_lang_String.h -jdk%%JDK_VERSION%%/include/java_lang_ClassLoader.h -jdk%%JDK_VERSION%%/include/dlwrap.h -jdk%%JDK_VERSION%%/include/java_lang_Thread.h -jdk%%JDK_VERSION%%/include/java_lang_ThreadGroup.h -jdk%%JDK_VERSION%%/bin/i386/green_threads/javah_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/javah -jdk%%JDK_VERSION%%/bin/i386/green_threads/java_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/java -jdk%%JDK_VERSION%%/bin/i386/green_threads/javac -jdk%%JDK_VERSION%%/bin/i386/green_threads/javac_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/javaverify_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/javaverify -jdk%%JDK_VERSION%%/bin/i386/green_threads/java_g_X -jdk%%JDK_VERSION%%/bin/i386/green_threads/jar -jdk%%JDK_VERSION%%/bin/i386/green_threads/.extract_args -jdk%%JDK_VERSION%%/bin/i386/green_threads/javap -jdk%%JDK_VERSION%%/bin/i386/green_threads/javadoc -jdk%%JDK_VERSION%%/bin/i386/green_threads/jdb -jdk%%JDK_VERSION%%/bin/i386/green_threads/appletviewer -jdk%%JDK_VERSION%%/bin/i386/green_threads/javakey -jdk%%JDK_VERSION%%/bin/i386/green_threads/native2ascii -jdk%%JDK_VERSION%%/bin/i386/green_threads/rmic -jdk%%JDK_VERSION%%/bin/i386/green_threads/rmiregistry -jdk%%JDK_VERSION%%/bin/i386/green_threads/serialver -jdk%%JDK_VERSION%%/bin/i386/green_threads/java_X -jdk%%JDK_VERSION%%/bin/i386/green_threads/jre_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/jre_g_X -jdk%%JDK_VERSION%%/bin/i386/green_threads/jre -jdk%%JDK_VERSION%%/bin/i386/green_threads/jre_X -jdk%%JDK_VERSION%%/bin/.java_wrapper -jdk%%JDK_VERSION%%/bin/javah_g -jdk%%JDK_VERSION%%/bin/javah -jdk%%JDK_VERSION%%/bin/java_g -jdk%%JDK_VERSION%%/bin/java -jdk%%JDK_VERSION%%/bin/javac -jdk%%JDK_VERSION%%/bin/javac_g -jdk%%JDK_VERSION%%/bin/javaverify_g -jdk%%JDK_VERSION%%/bin/javaverify -jdk%%JDK_VERSION%%/bin/jre -jdk%%JDK_VERSION%%/bin/jre_g -jdk%%JDK_VERSION%%/bin/jar -jdk%%JDK_VERSION%%/bin/javap -jdk%%JDK_VERSION%%/bin/javadoc -jdk%%JDK_VERSION%%/bin/jdb -jdk%%JDK_VERSION%%/bin/appletviewer -jdk%%JDK_VERSION%%/bin/javakey -jdk%%JDK_VERSION%%/bin/native2ascii -jdk%%JDK_VERSION%%/bin/rmic -jdk%%JDK_VERSION%%/bin/rmiregistry -jdk%%JDK_VERSION%%/bin/java-rmi.cgi -jdk%%JDK_VERSION%%/bin/serialver -jdk%%JDK_VERSION%%/lib/i386/green_threads/libjava_g.so -jdk%%JDK_VERSION%%/lib/i386/green_threads/libjava_g.so.%%JDK_VERSION%% -jdk%%JDK_VERSION%%/lib/i386/green_threads/libjava.so -jdk%%JDK_VERSION%%/lib/i386/green_threads/libjava.so.%%JDK_VERSION%% -jdk%%JDK_VERSION%%/lib/i386/green_threads/libmath_g.so -jdk%%JDK_VERSION%%/lib/i386/green_threads/libmath.so -jdk%%JDK_VERSION%%/lib/i386/green_threads/libzip_g.so -jdk%%JDK_VERSION%%/lib/i386/green_threads/libzip.so -jdk%%JDK_VERSION%%/lib/i386/green_threads/libnet_g.so -jdk%%JDK_VERSION%%/lib/i386/green_threads/libnet.so -jdk%%JDK_VERSION%%/lib/i386/green_threads/libagent_g.so -jdk%%JDK_VERSION%%/lib/i386/green_threads/libagent.so -jdk%%JDK_VERSION%%/lib/i386/green_threads/libmmedia_g.so -jdk%%JDK_VERSION%%/lib/i386/green_threads/libmmedia.so -jdk%%JDK_VERSION%%/lib/i386/green_threads/libawt_g.so -jdk%%JDK_VERSION%%/lib/i386/green_threads/libawt_g.so.%%JDK_VERSION%% -jdk%%JDK_VERSION%%/lib/i386/green_threads/libawt.so -jdk%%JDK_VERSION%%/lib/i386/green_threads/libawt.so.%%JDK_VERSION%% -jdk%%JDK_VERSION%%/lib/i386/green_threads/libtawt_g.so -jdk%%JDK_VERSION%%/lib/i386/green_threads/libtawt.so -jdk%%JDK_VERSION%%/lib/i386/green_threads/libjpeg_g.so -jdk%%JDK_VERSION%%/lib/i386/green_threads/libjpeg.so -jdk%%JDK_VERSION%%/lib/i386/green_threads/libsysresource_g.so -jdk%%JDK_VERSION%%/lib/i386/green_threads/libsysresource.so -jdk%%JDK_VERSION%%/lib/awt.properties -jdk%%JDK_VERSION%%/lib/security/java.security -jdk%%JDK_VERSION%%/lib/content-types.properties -jdk%%JDK_VERSION%%/lib/font.properties -jdk%%JDK_VERSION%%/lib/font.properties.ISO8859_15_FDIS -jdk%%JDK_VERSION%%/lib/font.properties.tr -jdk%%JDK_VERSION%%/lib/font.properties.ru -jdk%%JDK_VERSION%%/lib/font.properties.pl -jdk%%JDK_VERSION%%/lib/font.properties.lv -jdk%%JDK_VERSION%%/lib/font.properties.lt -jdk%%JDK_VERSION%%/lib/font.properties.hu -jdk%%JDK_VERSION%%/lib/font.properties.el -jdk%%JDK_VERSION%%/lib/font.properties.cs -jdk%%JDK_VERSION%%/lib/font.properties.zh_TW_Big5 -jdk%%JDK_VERSION%%/lib/font.properties.zh_TW_EUC_TW -jdk%%JDK_VERSION%%/lib/font.properties.ko -jdk%%JDK_VERSION%%/lib/font.properties.zh_EUC_CN -jdk%%JDK_VERSION%%/lib/font.properties.ja -jdk%%JDK_VERSION%%/lib/psfont.properties.ja -jdk%%JDK_VERSION%%/lib/locale/ja/app-defaults/XApplication -jdk%%JDK_VERSION%%/lib/locale/ja_JP.PCK/app-defaults/XApplication -jdk%%JDK_VERSION%%/lib/locale/ja_JP.UTF-8/app-defaults/XApplication -jdk%%JDK_VERSION%%/lib/appletviewer.properties -jdk%%JDK_VERSION%%/lib/serialver.properties -jdk%%JDK_VERSION%%/lib/classes.zip -jdk%%JDK_VERSION%%/demo/Animator/audio/0.au -jdk%%JDK_VERSION%%/demo/Animator/audio/1.au -jdk%%JDK_VERSION%%/demo/Animator/audio/2.au -jdk%%JDK_VERSION%%/demo/Animator/audio/3.au -jdk%%JDK_VERSION%%/demo/Animator/audio/4.au -jdk%%JDK_VERSION%%/demo/Animator/audio/5.au -jdk%%JDK_VERSION%%/demo/Animator/audio/6.au -jdk%%JDK_VERSION%%/demo/Animator/audio/7.au -jdk%%JDK_VERSION%%/demo/Animator/audio/8.au -jdk%%JDK_VERSION%%/demo/Animator/audio/9.au -jdk%%JDK_VERSION%%/demo/Animator/audio/spacemusic.au -jdk%%JDK_VERSION%%/demo/Animator/images/SimpleAnimation/T1.gif -jdk%%JDK_VERSION%%/demo/Animator/images/SimpleAnimation/T2.gif -jdk%%JDK_VERSION%%/demo/Animator/images/Beans/T10.gif -jdk%%JDK_VERSION%%/demo/Animator/images/Beans/T9.gif -jdk%%JDK_VERSION%%/demo/Animator/images/Beans/T7.gif -jdk%%JDK_VERSION%%/demo/Animator/images/Beans/T3.gif -jdk%%JDK_VERSION%%/demo/Animator/images/Beans/T8.gif -jdk%%JDK_VERSION%%/demo/Animator/images/Beans/T6.gif -jdk%%JDK_VERSION%%/demo/Animator/images/Beans/T2.gif -jdk%%JDK_VERSION%%/demo/Animator/images/Beans/T1.gif -jdk%%JDK_VERSION%%/demo/Animator/images/Beans/T5.gif -jdk%%JDK_VERSION%%/demo/Animator/images/Beans/T4.gif -jdk%%JDK_VERSION%%/demo/Animator/images/loading-msg.gif -jdk%%JDK_VERSION%%/demo/Animator/example1.html -jdk%%JDK_VERSION%%/demo/Animator/example2.html -jdk%%JDK_VERSION%%/demo/Animator/example3.html -jdk%%JDK_VERSION%%/demo/Animator/example4.html -jdk%%JDK_VERSION%%/demo/Animator/Animator.java -jdk%%JDK_VERSION%%/demo/Animator/Animator.class -jdk%%JDK_VERSION%%/demo/Animator/ParseException.class -jdk%%JDK_VERSION%%/demo/Animator/DescriptionFrame.class -jdk%%JDK_VERSION%%/demo/ArcTest/example1.html -jdk%%JDK_VERSION%%/demo/ArcTest/ArcTest.java -jdk%%JDK_VERSION%%/demo/ArcTest/ArcTest.class -jdk%%JDK_VERSION%%/demo/ArcTest/ArcCanvas.class -jdk%%JDK_VERSION%%/demo/ArcTest/ArcControls.class -jdk%%JDK_VERSION%%/demo/BarChart/example1.html -jdk%%JDK_VERSION%%/demo/BarChart/Chart.java -jdk%%JDK_VERSION%%/demo/BarChart/Chart.class -jdk%%JDK_VERSION%%/demo/Blink/example1.html -jdk%%JDK_VERSION%%/demo/Blink/Blink.java -jdk%%JDK_VERSION%%/demo/Blink/Blink.class -jdk%%JDK_VERSION%%/demo/CardTest/example1.html -jdk%%JDK_VERSION%%/demo/CardTest/CardTest.java -jdk%%JDK_VERSION%%/demo/CardTest/CardPanel.class -jdk%%JDK_VERSION%%/demo/CardTest/CardTest.class -jdk%%JDK_VERSION%%/demo/Clock/example1.html -jdk%%JDK_VERSION%%/demo/Clock/Clock2.java -jdk%%JDK_VERSION%%/demo/Clock/Clock2.class -jdk%%JDK_VERSION%%/demo/DitherTest/example1.html -jdk%%JDK_VERSION%%/demo/DitherTest/DitherTest.java -jdk%%JDK_VERSION%%/demo/DitherTest/DitherTest.class -jdk%%JDK_VERSION%%/demo/DitherTest/DitherCanvas.class -jdk%%JDK_VERSION%%/demo/DitherTest/DitherControls.class -jdk%%JDK_VERSION%%/demo/DrawTest/example1.html -jdk%%JDK_VERSION%%/demo/DrawTest/DrawTest.java -jdk%%JDK_VERSION%%/demo/DrawTest/DrawTest.class -jdk%%JDK_VERSION%%/demo/DrawTest/DrawPanel.class -jdk%%JDK_VERSION%%/demo/DrawTest/DrawControls.class -jdk%%JDK_VERSION%%/demo/Fractal/example1.html -jdk%%JDK_VERSION%%/demo/Fractal/CLSFractal.java -jdk%%JDK_VERSION%%/demo/Fractal/CLSFractal.class -jdk%%JDK_VERSION%%/demo/Fractal/CLSTurtle.class -jdk%%JDK_VERSION%%/demo/Fractal/ContextLSystem.class -jdk%%JDK_VERSION%%/demo/Fractal/CLSRule.class -jdk%%JDK_VERSION%%/demo/GraphLayout/audio/computer.au -jdk%%JDK_VERSION%%/demo/GraphLayout/audio/drip.au -jdk%%JDK_VERSION%%/demo/GraphLayout/audio/gong.au -jdk%%JDK_VERSION%%/demo/GraphLayout/example1.html -jdk%%JDK_VERSION%%/demo/GraphLayout/example2.html -jdk%%JDK_VERSION%%/demo/GraphLayout/example3.html -jdk%%JDK_VERSION%%/demo/GraphLayout/example4.html -jdk%%JDK_VERSION%%/demo/GraphLayout/Graph.java -jdk%%JDK_VERSION%%/demo/GraphLayout/Node.class -jdk%%JDK_VERSION%%/demo/GraphLayout/Edge.class -jdk%%JDK_VERSION%%/demo/GraphLayout/GraphPanel.class -jdk%%JDK_VERSION%%/demo/GraphLayout/Graph.class -jdk%%JDK_VERSION%%/demo/GraphicsTest/example1.html -jdk%%JDK_VERSION%%/demo/GraphicsTest/AppletFrame.java -jdk%%JDK_VERSION%%/demo/GraphicsTest/GraphicsTest.java -jdk%%JDK_VERSION%%/demo/GraphicsTest/AppletFrame.class -jdk%%JDK_VERSION%%/demo/GraphicsTest/GraphicsPanel.class -jdk%%JDK_VERSION%%/demo/GraphicsTest/GraphicsTest.class -jdk%%JDK_VERSION%%/demo/GraphicsTest/GraphicsCards.class -jdk%%JDK_VERSION%%/demo/GraphicsTest/ArcCard.class -jdk%%JDK_VERSION%%/demo/GraphicsTest/ArcDegreePanel.class -jdk%%JDK_VERSION%%/demo/GraphicsTest/ArcPanel.class -jdk%%JDK_VERSION%%/demo/GraphicsTest/Shape.class -jdk%%JDK_VERSION%%/demo/GraphicsTest/RectShape.class -jdk%%JDK_VERSION%%/demo/GraphicsTest/OvalShape.class -jdk%%JDK_VERSION%%/demo/GraphicsTest/RoundRectShape.class -jdk%%JDK_VERSION%%/demo/GraphicsTest/PolygonShape.class -jdk%%JDK_VERSION%%/demo/GraphicsTest/ShapeTest.class -jdk%%JDK_VERSION%%/demo/GraphicsTest/ColorUtils.class -jdk%%JDK_VERSION%%/demo/ImageMap/audio/chirp1.au -jdk%%JDK_VERSION%%/demo/ImageMap/audio/hi.au -jdk%%JDK_VERSION%%/demo/ImageMap/images/jim.graham.gif -jdk%%JDK_VERSION%%/demo/ImageMap/example1.html -jdk%%JDK_VERSION%%/demo/ImageMap/sources.html -jdk%%JDK_VERSION%%/demo/ImageMap/imagemapcheat.html -jdk%%JDK_VERSION%%/demo/ImageMap/AniArea.java -jdk%%JDK_VERSION%%/demo/ImageMap/ButtonFilter.java -jdk%%JDK_VERSION%%/demo/ImageMap/ClickArea.java -jdk%%JDK_VERSION%%/demo/ImageMap/DelayedSoundArea.java -jdk%%JDK_VERSION%%/demo/ImageMap/HighlightArea.java -jdk%%JDK_VERSION%%/demo/ImageMap/HighlightFilter.java -jdk%%JDK_VERSION%%/demo/ImageMap/HrefButtonArea.java -jdk%%JDK_VERSION%%/demo/ImageMap/ImageMap.java -jdk%%JDK_VERSION%%/demo/ImageMap/ImageMapArea.java -jdk%%JDK_VERSION%%/demo/ImageMap/LinkArea.java -jdk%%JDK_VERSION%%/demo/ImageMap/NameArea.java -jdk%%JDK_VERSION%%/demo/ImageMap/RoundButtonFilter.java -jdk%%JDK_VERSION%%/demo/ImageMap/RoundHrefButtonArea.java -jdk%%JDK_VERSION%%/demo/ImageMap/SoundArea.java -jdk%%JDK_VERSION%%/demo/ImageMap/TickerArea.java -jdk%%JDK_VERSION%%/demo/ImageMap/AniArea.class -jdk%%JDK_VERSION%%/demo/ImageMap/ButtonFilter.class -jdk%%JDK_VERSION%%/demo/ImageMap/ClickArea.class -jdk%%JDK_VERSION%%/demo/ImageMap/DelayedSoundArea.class -jdk%%JDK_VERSION%%/demo/ImageMap/HighlightArea.class -jdk%%JDK_VERSION%%/demo/ImageMap/HighlightFilter.class -jdk%%JDK_VERSION%%/demo/ImageMap/HrefButtonArea.class -jdk%%JDK_VERSION%%/demo/ImageMap/ImageMap.class -jdk%%JDK_VERSION%%/demo/ImageMap/ImageMapArea.class -jdk%%JDK_VERSION%%/demo/ImageMap/LinkArea.class -jdk%%JDK_VERSION%%/demo/ImageMap/NameArea.class -jdk%%JDK_VERSION%%/demo/ImageMap/RoundButtonFilter.class -jdk%%JDK_VERSION%%/demo/ImageMap/RoundHrefButtonArea.class -jdk%%JDK_VERSION%%/demo/ImageMap/SoundArea.class -jdk%%JDK_VERSION%%/demo/ImageMap/TickerArea.class -jdk%%JDK_VERSION%%/demo/JumpingBox/sounds/adapt-or-die.au -jdk%%JDK_VERSION%%/demo/JumpingBox/sounds/ip.au -jdk%%JDK_VERSION%%/demo/JumpingBox/sounds/that.hurts.au -jdk%%JDK_VERSION%%/demo/JumpingBox/sounds/cannot.be.completed.au -jdk%%JDK_VERSION%%/demo/JumpingBox/sounds/thin.bell.au -jdk%%JDK_VERSION%%/demo/JumpingBox/sounds/tiptoe.thru.the.tulips.au -jdk%%JDK_VERSION%%/demo/JumpingBox/example1.html -jdk%%JDK_VERSION%%/demo/JumpingBox/MouseTrack.java -jdk%%JDK_VERSION%%/demo/JumpingBox/MouseTrack.class -jdk%%JDK_VERSION%%/demo/MoleculeViewer/models/benzene.xyz -jdk%%JDK_VERSION%%/demo/MoleculeViewer/models/buckminsterfullerine.xyz -jdk%%JDK_VERSION%%/demo/MoleculeViewer/models/HyaluronicAcid.xyz -jdk%%JDK_VERSION%%/demo/MoleculeViewer/models/cyclohexane.xyz -jdk%%JDK_VERSION%%/demo/MoleculeViewer/models/ethane.xyz -jdk%%JDK_VERSION%%/demo/MoleculeViewer/models/water.xyz -jdk%%JDK_VERSION%%/demo/MoleculeViewer/example1.html -jdk%%JDK_VERSION%%/demo/MoleculeViewer/example2.html -jdk%%JDK_VERSION%%/demo/MoleculeViewer/example3.html -jdk%%JDK_VERSION%%/demo/MoleculeViewer/Matrix3D.java -jdk%%JDK_VERSION%%/demo/MoleculeViewer/XYZApp.java -jdk%%JDK_VERSION%%/demo/MoleculeViewer/Matrix3D.class -jdk%%JDK_VERSION%%/demo/MoleculeViewer/XYZChemModel.class -jdk%%JDK_VERSION%%/demo/MoleculeViewer/XYZApp.class -jdk%%JDK_VERSION%%/demo/MoleculeViewer/Atom.class -jdk%%JDK_VERSION%%/demo/NervousText/example1.html -jdk%%JDK_VERSION%%/demo/NervousText/NervousText.java -jdk%%JDK_VERSION%%/demo/NervousText/NervousText.class -jdk%%JDK_VERSION%%/demo/SimpleGraph/example1.html -jdk%%JDK_VERSION%%/demo/SimpleGraph/GraphApplet.java -jdk%%JDK_VERSION%%/demo/SimpleGraph/GraphApplet.class -jdk%%JDK_VERSION%%/demo/SortDemo/example1.html -jdk%%JDK_VERSION%%/demo/SortDemo/BidirBubbleSortAlgorithm.java -jdk%%JDK_VERSION%%/demo/SortDemo/BubbleSortAlgorithm.java -jdk%%JDK_VERSION%%/demo/SortDemo/QSortAlgorithm.java -jdk%%JDK_VERSION%%/demo/SortDemo/SortAlgorithm.java -jdk%%JDK_VERSION%%/demo/SortDemo/SortItem.java -jdk%%JDK_VERSION%%/demo/SortDemo/BidirBubbleSortAlgorithm.class -jdk%%JDK_VERSION%%/demo/SortDemo/BubbleSortAlgorithm.class -jdk%%JDK_VERSION%%/demo/SortDemo/QSortAlgorithm.class -jdk%%JDK_VERSION%%/demo/SortDemo/SortAlgorithm.class -jdk%%JDK_VERSION%%/demo/SortDemo/SortItem.class -jdk%%JDK_VERSION%%/demo/SpreadSheet/example1.html -jdk%%JDK_VERSION%%/demo/SpreadSheet/SpreadSheet.java -jdk%%JDK_VERSION%%/demo/SpreadSheet/SpreadSheet.class -jdk%%JDK_VERSION%%/demo/SpreadSheet/CellUpdater.class -jdk%%JDK_VERSION%%/demo/SpreadSheet/Cell.class -jdk%%JDK_VERSION%%/demo/SpreadSheet/Node.class -jdk%%JDK_VERSION%%/demo/SpreadSheet/InputField.class -jdk%%JDK_VERSION%%/demo/SpreadSheet/SpreadSheetInput.class -jdk%%JDK_VERSION%%/demo/TicTacToe/audio/beep.au -jdk%%JDK_VERSION%%/demo/TicTacToe/audio/ding.au -jdk%%JDK_VERSION%%/demo/TicTacToe/audio/return.au -jdk%%JDK_VERSION%%/demo/TicTacToe/audio/yahoo1.au -jdk%%JDK_VERSION%%/demo/TicTacToe/audio/yahoo2.au -jdk%%JDK_VERSION%%/demo/TicTacToe/images/cross.gif -jdk%%JDK_VERSION%%/demo/TicTacToe/images/not.gif -jdk%%JDK_VERSION%%/demo/TicTacToe/example1.html -jdk%%JDK_VERSION%%/demo/TicTacToe/TicTacToe.java -jdk%%JDK_VERSION%%/demo/TicTacToe/TicTacToe.class -jdk%%JDK_VERSION%%/demo/WireFrame/models/cube.obj -jdk%%JDK_VERSION%%/demo/WireFrame/models/dinasaur.obj -jdk%%JDK_VERSION%%/demo/WireFrame/models/hughes_500.obj -jdk%%JDK_VERSION%%/demo/WireFrame/models/knoxS.obj -jdk%%JDK_VERSION%%/demo/WireFrame/example1.html -jdk%%JDK_VERSION%%/demo/WireFrame/example2.html -jdk%%JDK_VERSION%%/demo/WireFrame/example3.html -jdk%%JDK_VERSION%%/demo/WireFrame/example4.html -jdk%%JDK_VERSION%%/demo/WireFrame/Matrix3D.java -jdk%%JDK_VERSION%%/demo/WireFrame/ThreeD.java -jdk%%JDK_VERSION%%/demo/WireFrame/Matrix3D.class -jdk%%JDK_VERSION%%/demo/WireFrame/FileFormatException.class -jdk%%JDK_VERSION%%/demo/WireFrame/Model3D.class -jdk%%JDK_VERSION%%/demo/WireFrame/ThreeD.class -jdk%%JDK_VERSION%%/demo/i18n/Collate/CollationDetails.html -jdk%%JDK_VERSION%%/demo/i18n/Collate/example1.html -jdk%%JDK_VERSION%%/demo/i18n/DateTimeFormat/example1.html -jdk%%JDK_VERSION%%/demo/i18n/MessageFormat/example1.html -jdk%%JDK_VERSION%%/demo/i18n/NumberFormat/example1.html -jdk%%JDK_VERSION%%/demo/i18n/TextBound/example1.html -jdk%%JDK_VERSION%%/demo/i18n/code/BorderPanel.java -jdk%%JDK_VERSION%%/demo/i18n/code/ChoiceResource.java -jdk%%JDK_VERSION%%/demo/i18n/code/ChoiceResource_da.java -jdk%%JDK_VERSION%%/demo/i18n/code/ChoiceResource_de.java -jdk%%JDK_VERSION%%/demo/i18n/code/ChoiceResource_en.java -jdk%%JDK_VERSION%%/demo/i18n/code/ChoiceResource_fr.java -jdk%%JDK_VERSION%%/demo/i18n/code/ChoiceResource_it.java -jdk%%JDK_VERSION%%/demo/i18n/code/ChoiceResource_ja.java -jdk%%JDK_VERSION%%/demo/i18n/code/CollateDemo.java -jdk%%JDK_VERSION%%/demo/i18n/code/DateTimeDemo.java -jdk%%JDK_VERSION%%/demo/i18n/code/DemoApplet.java -jdk%%JDK_VERSION%%/demo/i18n/code/MessageFormatDemo.java -jdk%%JDK_VERSION%%/demo/i18n/code/NumberFormatDemo.java -jdk%%JDK_VERSION%%/demo/i18n/code/TextBoundDemo.java -jdk%%JDK_VERSION%%/demo/i18n/code/Utility.java -jdk%%JDK_VERSION%%/demo/i18n/code/BorderPanel.class -jdk%%JDK_VERSION%%/demo/i18n/code/ChoiceResource.class -jdk%%JDK_VERSION%%/demo/i18n/code/ChoiceResource_da.class -jdk%%JDK_VERSION%%/demo/i18n/code/ChoiceResource_de.class -jdk%%JDK_VERSION%%/demo/i18n/code/ChoiceResource_en.class -jdk%%JDK_VERSION%%/demo/i18n/code/ChoiceResource_fr.class -jdk%%JDK_VERSION%%/demo/i18n/code/ChoiceResource_it.class -jdk%%JDK_VERSION%%/demo/i18n/code/ChoiceResource_ja.class -jdk%%JDK_VERSION%%/demo/i18n/code/CollateDemo.class -jdk%%JDK_VERSION%%/demo/i18n/code/CollateFrame.class -jdk%%JDK_VERSION%%/demo/i18n/code/DateTimeDemo.class -jdk%%JDK_VERSION%%/demo/i18n/code/DateTimeFrame.class -jdk%%JDK_VERSION%%/demo/i18n/code/DemoApplet.class -jdk%%JDK_VERSION%%/demo/i18n/code/MessageFormatDemo.class -jdk%%JDK_VERSION%%/demo/i18n/code/MessageFormatFrame.class -jdk%%JDK_VERSION%%/demo/i18n/code/XBorderPanel.class -jdk%%JDK_VERSION%%/demo/i18n/code/NumberFormatDemo.class -jdk%%JDK_VERSION%%/demo/i18n/code/NumberFormatFrame.class -jdk%%JDK_VERSION%%/demo/i18n/code/TextBoundDemo.class -jdk%%JDK_VERSION%%/demo/i18n/code/TextBoundFrame.class -jdk%%JDK_VERSION%%/demo/i18n/code/Utility.class -jdk%%JDK_VERSION%%/demo/awt-1.1/index.html -jdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel/index.html -jdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel/Box.java -jdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel/Click0.java -jdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel/Click1.java -jdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel/Click2.java -jdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel/Click3.java -jdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel/ColumnOfBoxes.java -jdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel/Box.class -jdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel/Click0.class -jdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel/Click0$1.class -jdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel/Click0$2.class -jdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel/Click1.class -jdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel/Click1$TargetListener.class -jdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel/Click1$1.class -jdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel/Click1$2.class -jdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel/Click2.class -jdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel/Click2$TargetListener.class -jdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel/Click2$1.class -jdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel/Click2$2.class -jdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel/Click3.class -jdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel/Click3$TargetListener.class -jdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel/Click3$1.class -jdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel/Click3$2.class -jdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel/Click3$3.class -jdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel/ColumnOfBoxes.class -jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/index.html -jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/example.html -jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/ExampleApplet.jar -jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/ExampleApplet.zip -jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/Switcher.class -jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/actual/images/mandrill.jpg -jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/actual/Gauge.java -jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/actual/DoubleBufferPanel.java -jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/actual/ExampleApplet.java -jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/actual/actual/Gauge.class -jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/actual/actual/DoubleBufferPanel.class -jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/actual/actual/ExampleApplet.class -jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/actual/actual/PrettyPanel.class -jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/actual/actual/GaugeThread.class -jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/alternative/ExampleApplet.gif -jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/alternative/ImageDisplayer.java -jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/alternative/PictureFrame.java -jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/alternative/Compatibility.java -jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/alternative/ExampleApplet.java -jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/alternative/alternative/ImageDisplayer.class -jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/alternative/alternative/PictureFrame.class -jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/alternative/alternative/Compatibility.class -jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/alternative/alternative/ExampleApplet.class -jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/OpenlookButtons/example.html -jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/OpenlookButtons/ExampleApplet.jar -jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/OpenlookButtons/ExampleApplet.zip -jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/OpenlookButtons/Switcher.class -jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/OpenlookButtons/actual/images/scott.jpg -jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/OpenlookButtons/actual/OpenlookButton.java -jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/OpenlookButtons/actual/ExampleApplet.java -jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/OpenlookButtons/actual/actual/OpenlookButton.class -jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/OpenlookButtons/actual/actual/ExampleApplet.class -jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/OpenlookButtons/actual/actual/ExampleActionListener.class -jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/OpenlookButtons/alternative/ExampleApplet.gif -jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/OpenlookButtons/alternative/ImageDisplayer.java -jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/OpenlookButtons/alternative/PictureFrame.java -jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/OpenlookButtons/alternative/Compatibility.java -jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/OpenlookButtons/alternative/ExampleApplet.java -jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/OpenlookButtons/alternative/alternative/ImageDisplayer.class -jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/OpenlookButtons/alternative/alternative/PictureFrame.class -jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/OpenlookButtons/alternative/alternative/Compatibility.class -jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/OpenlookButtons/alternative/alternative/ExampleApplet.class -jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/RoundButtons/example.html -jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/RoundButtons/ExampleApplet.jar -jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/RoundButtons/ExampleApplet.zip -jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/RoundButtons/Switcher.class -jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/RoundButtons/actual/images/scott.jpg -jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/RoundButtons/actual/RoundButton.java -jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/RoundButtons/actual/ExampleApplet.java -jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/RoundButtons/alternative/ExampleApplet.gif -jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/RoundButtons/alternative/ImageDisplayer.java -jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/RoundButtons/alternative/PictureFrame.java -jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/RoundButtons/alternative/Compatibility.java -jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/RoundButtons/alternative/ExampleApplet.java -jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/RoundButtons/alternative/alternative/ImageDisplayer.class -jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/RoundButtons/alternative/alternative/PictureFrame.class -jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/RoundButtons/alternative/alternative/Compatibility.class -jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/RoundButtons/alternative/alternative/ExampleApplet.class -jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Spinner/example.html -jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Spinner/ExampleApplet.jar -jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Spinner/ExampleApplet.zip -jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Spinner/Switcher.class -jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Spinner/actual/images/orb.gif -jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Spinner/actual/Spinner.java -jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Spinner/actual/ExampleApplet.java -jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Spinner/actual/actual/Spinner.class -jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Spinner/actual/actual/SpinnerThread.class -jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Spinner/actual/actual/ExampleApplet.class -jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Spinner/alternative/ExampleApplet.gif -jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Spinner/alternative/ImageDisplayer.java -jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Spinner/alternative/PictureFrame.java -jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Spinner/alternative/Compatibility.java -jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Spinner/alternative/ExampleApplet.java -jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Spinner/alternative/alternative/ImageDisplayer.class -jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Spinner/alternative/alternative/PictureFrame.class -jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Spinner/alternative/alternative/Compatibility.class -jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Spinner/alternative/alternative/ExampleApplet.class -jdk%%JDK_VERSION%%/demo/awt-1.1/symboltest/index.html -jdk%%JDK_VERSION%%/demo/awt-1.1/symboltest/SymbolTest.java -jdk%%JDK_VERSION%%/demo/awt-1.1/symboltest/SymbolTest.class -jdk%%JDK_VERSION%%/demo/awt-1.1/symboltest/SymbolTest$MyAdapter.class -jdk%%JDK_VERSION%%/demo/awt-1.1/symboltest/SymbolCanvas.class -jdk%%JDK_VERSION%%/COPYRIGHT -jdk%%JDK_VERSION%%/src.zip -jdk%%JDK_VERSION%%/LICENSE -jdk%%JDK_VERSION%%/README -jdk%%JDK_VERSION%%/README.FreeBSD -jdk%%JDK_VERSION%%/CHANGES -jdk%%JDK_VERSION%%/index.html -@exec mkdir -p %D/share/java/classes -@exec mkdir -p %D/share/doc/java -@unexec rmdir %D/share/java/classes -@unexec rmdir %D/share/java -@unexec rmdir %D/share/doc/java -@exec %D/bin/registervm "%D/jdk%%JDK_VERSION%%/bin/java # JDK%%JDK_VERSION%%" -@unexec %D/bin/unregistervm JDK%%JDK_VERSION%% -@dirrm jdk%%JDK_VERSION%%/lib/security -@dirrm jdk%%JDK_VERSION%%/lib/locale/ja_JP.UTF-8/app-defaults -@dirrm jdk%%JDK_VERSION%%/lib/locale/ja_JP.UTF-8 -@dirrm jdk%%JDK_VERSION%%/lib/locale/ja_JP.PCK/app-defaults -@dirrm jdk%%JDK_VERSION%%/lib/locale/ja_JP.PCK -@dirrm jdk%%JDK_VERSION%%/lib/locale/ja/app-defaults -@dirrm jdk%%JDK_VERSION%%/lib/locale/ja -@dirrm jdk%%JDK_VERSION%%/lib/locale -@dirrm jdk%%JDK_VERSION%%/lib/i386/green_threads -@dirrm jdk%%JDK_VERSION%%/lib/i386 -@dirrm jdk%%JDK_VERSION%%/lib -@dirrm jdk%%JDK_VERSION%%/include/green_threads/include -@dirrm jdk%%JDK_VERSION%%/include/green_threads -@dirrm jdk%%JDK_VERSION%%/include/freebsd -@dirrm jdk%%JDK_VERSION%%/include -@dirrm jdk%%JDK_VERSION%%/demo/i18n/code -@dirrm jdk%%JDK_VERSION%%/demo/i18n/TextBound -@dirrm jdk%%JDK_VERSION%%/demo/i18n/NumberFormat -@dirrm jdk%%JDK_VERSION%%/demo/i18n/MessageFormat -@dirrm jdk%%JDK_VERSION%%/demo/i18n/DateTimeFormat -@dirrm jdk%%JDK_VERSION%%/demo/i18n/Collate -@dirrm jdk%%JDK_VERSION%%/demo/i18n -@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/symboltest -@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Spinner/alternative/alternative -@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Spinner/alternative -@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Spinner/actual/images -@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Spinner/actual/actual -@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Spinner/actual -@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Spinner -@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/RoundButtons/alternative/alternative -@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/RoundButtons/alternative -@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/RoundButtons/actual/images -@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/RoundButtons/actual -@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/RoundButtons -@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/OpenlookButtons/alternative/alternative -@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/OpenlookButtons/alternative -@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/OpenlookButtons/actual/images -@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/OpenlookButtons/actual/actual -@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/OpenlookButtons/actual -@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/OpenlookButtons -@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/alternative/alternative -@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/alternative -@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/actual/images -@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/actual/actual -@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/actual -@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge -@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight -@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel -@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1 -@dirrm jdk%%JDK_VERSION%%/demo/WireFrame/models -@dirrm jdk%%JDK_VERSION%%/demo/WireFrame -@dirrm jdk%%JDK_VERSION%%/demo/TicTacToe/images -@dirrm jdk%%JDK_VERSION%%/demo/TicTacToe/audio -@dirrm jdk%%JDK_VERSION%%/demo/TicTacToe -@dirrm jdk%%JDK_VERSION%%/demo/SpreadSheet -@dirrm jdk%%JDK_VERSION%%/demo/SortDemo -@dirrm jdk%%JDK_VERSION%%/demo/SimpleGraph -@dirrm jdk%%JDK_VERSION%%/demo/NervousText -@dirrm jdk%%JDK_VERSION%%/demo/MoleculeViewer/models -@dirrm jdk%%JDK_VERSION%%/demo/MoleculeViewer -@dirrm jdk%%JDK_VERSION%%/demo/JumpingBox/sounds -@dirrm jdk%%JDK_VERSION%%/demo/JumpingBox -@dirrm jdk%%JDK_VERSION%%/demo/ImageMap/images -@dirrm jdk%%JDK_VERSION%%/demo/ImageMap/audio -@dirrm jdk%%JDK_VERSION%%/demo/ImageMap -@dirrm jdk%%JDK_VERSION%%/demo/GraphicsTest -@dirrm jdk%%JDK_VERSION%%/demo/GraphLayout/audio -@dirrm jdk%%JDK_VERSION%%/demo/GraphLayout -@dirrm jdk%%JDK_VERSION%%/demo/Fractal -@dirrm jdk%%JDK_VERSION%%/demo/DrawTest -@dirrm jdk%%JDK_VERSION%%/demo/DitherTest -@dirrm jdk%%JDK_VERSION%%/demo/Clock -@dirrm jdk%%JDK_VERSION%%/demo/CardTest -@dirrm jdk%%JDK_VERSION%%/demo/Blink -@dirrm jdk%%JDK_VERSION%%/demo/BarChart -@dirrm jdk%%JDK_VERSION%%/demo/ArcTest -@dirrm jdk%%JDK_VERSION%%/demo/Animator/images/SimpleAnimation -@dirrm jdk%%JDK_VERSION%%/demo/Animator/images/Beans -@dirrm jdk%%JDK_VERSION%%/demo/Animator/images -@dirrm jdk%%JDK_VERSION%%/demo/Animator/audio -@dirrm jdk%%JDK_VERSION%%/demo/Animator -@dirrm jdk%%JDK_VERSION%%/demo -@dirrm jdk%%JDK_VERSION%%/bin/i386/green_threads -@dirrm jdk%%JDK_VERSION%%/bin/i386 -@dirrm jdk%%JDK_VERSION%%/bin -@dirrm jdk%%JDK_VERSION%% diff --git a/java/jdk12-doc/Makefile b/java/jdk12-doc/Makefile deleted file mode 100644 index ec8a09c78a12..000000000000 --- a/java/jdk12-doc/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: JDK documentation -# Date created: Mon Mar 8 10:10:42 EET 1999 -# Whom: Martti Kuparinen <martti.kuparinen@ericsson.com> -# -# $FreeBSD$ -# - -PORTNAME= jdk-doc -PORTVERSION= 1.1.8 -CATEGORIES= java -MASTER_SITES= # -DISTNAME= jdk-1_1_8_003-doc - -MAINTAINER= ernst@jollem.com - -NO_CDROM= "License does not allow distribution with fee." -RESTRICTED= "This software is under license and export control." - -.if defined(BATCH) || defined(PACKAGE_BUILDING) -IGNORE= "You cannot legally distribute packages" -.endif - -PLIST_SUB+= JDK_HOME=${JDK_HOME:S/^${PREFIX}\///} -JDK_HOME?= ${PREFIX}/jdk${PORTVERSION} - -WRKSRC= ${WRKDIR}/jdk${PORTVERSION} - -NO_BUILD= yes - -.include <bsd.port.pre.mk> - -.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE=You must manually fetch ${DISTNAME}${EXTRACT_SUFX} from http://java.sun.com/jdk/1.1/docs.html, place it in ${DISTDIR} and then run make again -.endif - -do-install: - ${MKDIR} ${PREFIX}/jdk${PORTVERSION} - ${CP} -R ${WRKSRC}/docs ${PREFIX}/jdk${PORTVERSION}/ - @${SED} "/%%JDK_HOME%%/s//${JDK_HOME:S/\//\\\//g}/" < ${PKGMESSAGE} - -.include <bsd.port.post.mk> diff --git a/java/jdk12-doc/distinfo b/java/jdk12-doc/distinfo deleted file mode 100644 index 60de84e57979..000000000000 --- a/java/jdk12-doc/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (jdk-1_1_8_003-doc.tar.gz) = 973c6b5d57eb327ea921b657c32e859a diff --git a/java/jdk12-doc/pkg-comment b/java/jdk12-doc/pkg-comment deleted file mode 100644 index c5b3ba7183ef..000000000000 --- a/java/jdk12-doc/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Java Development Kit 1.1 Documentation diff --git a/java/jdk12-doc/pkg-descr b/java/jdk12-doc/pkg-descr deleted file mode 100644 index c1082d8068b0..000000000000 --- a/java/jdk12-doc/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Documentation for Sun's Java Development Kit (JDK) version 1.1. It contains -release information, API documentation, guides to new features and tool -documentation. - -The documentation will be installed in ${PREFIX}/jdk1.1.8/docs/. - -WWW: http://www.freebsd.org/java/ diff --git a/java/jdk12-doc/pkg-message b/java/jdk12-doc/pkg-message deleted file mode 100644 index 42c3636d3bdf..000000000000 --- a/java/jdk12-doc/pkg-message +++ /dev/null @@ -1,13 +0,0 @@ -Here are some useful bookmark entries for your Web browser: - -JDK 1.1.8 Documentation: - file:%%JDK_HOME%%/docs/index.html - -JDK 1.1 Package Index: - file:%%JDK_HOME%%/docs/api/packages.html - -JDK 1.1 Class Hierarchy: - file:%%JDK_HOME%%/docs/api/tree.html - -JDK 1.1 Index: - file:%%JDK_HOME%%/docs/api/a-names.html diff --git a/java/jdk12-doc/pkg-plist b/java/jdk12-doc/pkg-plist deleted file mode 100644 index 89420538cd62..000000000000 --- a/java/jdk12-doc/pkg-plist +++ /dev/null @@ -1,1093 +0,0 @@ -%%JDK_HOME%%/docs/api/API_users_guide.html -%%JDK_HOME%%/docs/api/AllNames.html -%%JDK_HOME%%/docs/api/Package-java.applet.html -%%JDK_HOME%%/docs/api/Package-java.awt.datatransfer.html -%%JDK_HOME%%/docs/api/Package-java.awt.event.html -%%JDK_HOME%%/docs/api/Package-java.awt.html -%%JDK_HOME%%/docs/api/Package-java.awt.image.html -%%JDK_HOME%%/docs/api/Package-java.beans.html -%%JDK_HOME%%/docs/api/Package-java.io.html -%%JDK_HOME%%/docs/api/Package-java.lang.html -%%JDK_HOME%%/docs/api/Package-java.lang.reflect.html -%%JDK_HOME%%/docs/api/Package-java.math.html -%%JDK_HOME%%/docs/api/Package-java.net.html -%%JDK_HOME%%/docs/api/Package-java.rmi.dgc.html -%%JDK_HOME%%/docs/api/Package-java.rmi.html -%%JDK_HOME%%/docs/api/Package-java.rmi.registry.html -%%JDK_HOME%%/docs/api/Package-java.rmi.server.html -%%JDK_HOME%%/docs/api/Package-java.security.acl.html -%%JDK_HOME%%/docs/api/Package-java.security.html -%%JDK_HOME%%/docs/api/Package-java.security.interfaces.html -%%JDK_HOME%%/docs/api/Package-java.sql.html -%%JDK_HOME%%/docs/api/Package-java.text.html -%%JDK_HOME%%/docs/api/Package-java.util.html -%%JDK_HOME%%/docs/api/Package-java.util.zip.html -%%JDK_HOME%%/docs/api/a-names.html -%%JDK_HOME%%/docs/api/b-names.html -%%JDK_HOME%%/docs/api/c-names.html -%%JDK_HOME%%/docs/api/d-names.html -%%JDK_HOME%%/docs/api/e-names.html -%%JDK_HOME%%/docs/api/f-names.html -%%JDK_HOME%%/docs/api/g-names.html -%%JDK_HOME%%/docs/api/h-names.html -%%JDK_HOME%%/docs/api/i-names.html -%%JDK_HOME%%/docs/api/images-awt/BorderLayout-1.gif -%%JDK_HOME%%/docs/api/images-awt/Button-1.gif -%%JDK_HOME%%/docs/api/images-awt/Checkbox-1.gif -%%JDK_HOME%%/docs/api/images-awt/CheckboxGroup-1.gif -%%JDK_HOME%%/docs/api/images-awt/Choice-1.gif -%%JDK_HOME%%/docs/api/images-awt/FlowLayout-1.gif -%%JDK_HOME%%/docs/api/images-awt/FontMetrics-1.gif -%%JDK_HOME%%/docs/api/images-awt/GridBagLayout-1.gif -%%JDK_HOME%%/docs/api/images-awt/GridLayout-1.gif -%%JDK_HOME%%/docs/api/images-awt/Label-1.gif -%%JDK_HOME%%/docs/api/images-awt/List-1.gif -%%JDK_HOME%%/docs/api/images-awt/MenuBar-1.gif -%%JDK_HOME%%/docs/api/images-awt/Scrollbar-1.gif -%%JDK_HOME%%/docs/api/images-awt/Scrollbar-2.gif -%%JDK_HOME%%/docs/api/images-awt/TextArea-1.gif -%%JDK_HOME%%/docs/api/images-awt/TextField-1.gif -%%JDK_HOME%%/docs/api/images/OpenBookIcon.gif -%%JDK_HOME%%/docs/api/images/blue-ball-small.gif -%%JDK_HOME%%/docs/api/images/blue-ball.gif -%%JDK_HOME%%/docs/api/images/class-index.gif -%%JDK_HOME%%/docs/api/images/constructor-index.gif -%%JDK_HOME%%/docs/api/images/constructors.gif -%%JDK_HOME%%/docs/api/images/cyan-ball-small.gif -%%JDK_HOME%%/docs/api/images/cyan-ball.gif -%%JDK_HOME%%/docs/api/images/error-index.gif -%%JDK_HOME%%/docs/api/images/exception-index.gif -%%JDK_HOME%%/docs/api/images/green-ball-small.gif -%%JDK_HOME%%/docs/api/images/green-ball.gif -%%JDK_HOME%%/docs/api/images/interface-index.gif -%%JDK_HOME%%/docs/api/images/magenta-ball-small.gif -%%JDK_HOME%%/docs/api/images/magenta-ball.gif -%%JDK_HOME%%/docs/api/images/method-index.gif -%%JDK_HOME%%/docs/api/images/methods.gif -%%JDK_HOME%%/docs/api/images/package-index.gif -%%JDK_HOME%%/docs/api/images/red-ball-small.gif -%%JDK_HOME%%/docs/api/images/red-ball.gif -%%JDK_HOME%%/docs/api/images/variable-index.gif -%%JDK_HOME%%/docs/api/images/variables.gif -%%JDK_HOME%%/docs/api/images/yellow-ball-small.gif -%%JDK_HOME%%/docs/api/images/yellow-ball.gif -%%JDK_HOME%%/docs/api/j-names.html -%%JDK_HOME%%/docs/api/java.applet.Applet.html -%%JDK_HOME%%/docs/api/java.applet.AppletContext.html -%%JDK_HOME%%/docs/api/java.applet.AppletStub.html -%%JDK_HOME%%/docs/api/java.applet.AudioClip.html -%%JDK_HOME%%/docs/api/java.awt.AWTError.html -%%JDK_HOME%%/docs/api/java.awt.AWTEvent.html -%%JDK_HOME%%/docs/api/java.awt.AWTEventMulticaster.html -%%JDK_HOME%%/docs/api/java.awt.AWTException.html -%%JDK_HOME%%/docs/api/java.awt.Adjustable.html -%%JDK_HOME%%/docs/api/java.awt.BorderLayout.html -%%JDK_HOME%%/docs/api/java.awt.Button.html -%%JDK_HOME%%/docs/api/java.awt.Canvas.html -%%JDK_HOME%%/docs/api/java.awt.CardLayout.html -%%JDK_HOME%%/docs/api/java.awt.Checkbox.html -%%JDK_HOME%%/docs/api/java.awt.CheckboxGroup.html -%%JDK_HOME%%/docs/api/java.awt.CheckboxMenuItem.html -%%JDK_HOME%%/docs/api/java.awt.Choice.html -%%JDK_HOME%%/docs/api/java.awt.Color.html -%%JDK_HOME%%/docs/api/java.awt.Component.html -%%JDK_HOME%%/docs/api/java.awt.Container.html -%%JDK_HOME%%/docs/api/java.awt.Cursor.html -%%JDK_HOME%%/docs/api/java.awt.Dialog.html -%%JDK_HOME%%/docs/api/java.awt.Dimension.html -%%JDK_HOME%%/docs/api/java.awt.Event.html -%%JDK_HOME%%/docs/api/java.awt.EventQueue.html -%%JDK_HOME%%/docs/api/java.awt.FileDialog.html -%%JDK_HOME%%/docs/api/java.awt.FlowLayout.html -%%JDK_HOME%%/docs/api/java.awt.Font.html -%%JDK_HOME%%/docs/api/java.awt.FontMetrics.html -%%JDK_HOME%%/docs/api/java.awt.Frame.html -%%JDK_HOME%%/docs/api/java.awt.Graphics.html -%%JDK_HOME%%/docs/api/java.awt.GridBagConstraints.html -%%JDK_HOME%%/docs/api/java.awt.GridBagLayout.html -%%JDK_HOME%%/docs/api/java.awt.GridLayout.html -%%JDK_HOME%%/docs/api/java.awt.IllegalComponentStateException.html -%%JDK_HOME%%/docs/api/java.awt.Image.html -%%JDK_HOME%%/docs/api/java.awt.Insets.html -%%JDK_HOME%%/docs/api/java.awt.ItemSelectable.html -%%JDK_HOME%%/docs/api/java.awt.Label.html -%%JDK_HOME%%/docs/api/java.awt.LayoutManager.html -%%JDK_HOME%%/docs/api/java.awt.LayoutManager2.html -%%JDK_HOME%%/docs/api/java.awt.List.html -%%JDK_HOME%%/docs/api/java.awt.MediaTracker.html -%%JDK_HOME%%/docs/api/java.awt.Menu.html -%%JDK_HOME%%/docs/api/java.awt.MenuBar.html -%%JDK_HOME%%/docs/api/java.awt.MenuComponent.html -%%JDK_HOME%%/docs/api/java.awt.MenuContainer.html -%%JDK_HOME%%/docs/api/java.awt.MenuItem.html -%%JDK_HOME%%/docs/api/java.awt.MenuShortcut.html -%%JDK_HOME%%/docs/api/java.awt.Panel.html -%%JDK_HOME%%/docs/api/java.awt.Point.html -%%JDK_HOME%%/docs/api/java.awt.Polygon.html -%%JDK_HOME%%/docs/api/java.awt.PopupMenu.html -%%JDK_HOME%%/docs/api/java.awt.PrintGraphics.html -%%JDK_HOME%%/docs/api/java.awt.PrintJob.html -%%JDK_HOME%%/docs/api/java.awt.Rectangle.html -%%JDK_HOME%%/docs/api/java.awt.ScrollPane.html -%%JDK_HOME%%/docs/api/java.awt.Scrollbar.html -%%JDK_HOME%%/docs/api/java.awt.Shape.html -%%JDK_HOME%%/docs/api/java.awt.SystemColor.html -%%JDK_HOME%%/docs/api/java.awt.TextArea.html -%%JDK_HOME%%/docs/api/java.awt.TextComponent.html -%%JDK_HOME%%/docs/api/java.awt.TextField.html -%%JDK_HOME%%/docs/api/java.awt.Toolkit.html -%%JDK_HOME%%/docs/api/java.awt.Window.html -%%JDK_HOME%%/docs/api/java.awt.datatransfer.Clipboard.html -%%JDK_HOME%%/docs/api/java.awt.datatransfer.ClipboardOwner.html -%%JDK_HOME%%/docs/api/java.awt.datatransfer.DataFlavor.html -%%JDK_HOME%%/docs/api/java.awt.datatransfer.StringSelection.html -%%JDK_HOME%%/docs/api/java.awt.datatransfer.Transferable.html -%%JDK_HOME%%/docs/api/java.awt.datatransfer.UnsupportedFlavorException.html -%%JDK_HOME%%/docs/api/java.awt.event.ActionEvent.html -%%JDK_HOME%%/docs/api/java.awt.event.ActionListener.html -%%JDK_HOME%%/docs/api/java.awt.event.AdjustmentEvent.html -%%JDK_HOME%%/docs/api/java.awt.event.AdjustmentListener.html -%%JDK_HOME%%/docs/api/java.awt.event.ComponentAdapter.html -%%JDK_HOME%%/docs/api/java.awt.event.ComponentEvent.html -%%JDK_HOME%%/docs/api/java.awt.event.ComponentListener.html -%%JDK_HOME%%/docs/api/java.awt.event.ContainerAdapter.html -%%JDK_HOME%%/docs/api/java.awt.event.ContainerEvent.html -%%JDK_HOME%%/docs/api/java.awt.event.ContainerListener.html -%%JDK_HOME%%/docs/api/java.awt.event.FocusAdapter.html -%%JDK_HOME%%/docs/api/java.awt.event.FocusEvent.html -%%JDK_HOME%%/docs/api/java.awt.event.FocusListener.html -%%JDK_HOME%%/docs/api/java.awt.event.InputEvent.html -%%JDK_HOME%%/docs/api/java.awt.event.ItemEvent.html -%%JDK_HOME%%/docs/api/java.awt.event.ItemListener.html -%%JDK_HOME%%/docs/api/java.awt.event.KeyAdapter.html -%%JDK_HOME%%/docs/api/java.awt.event.KeyEvent.html -%%JDK_HOME%%/docs/api/java.awt.event.KeyListener.html -%%JDK_HOME%%/docs/api/java.awt.event.MouseAdapter.html -%%JDK_HOME%%/docs/api/java.awt.event.MouseEvent.html -%%JDK_HOME%%/docs/api/java.awt.event.MouseListener.html -%%JDK_HOME%%/docs/api/java.awt.event.MouseMotionAdapter.html -%%JDK_HOME%%/docs/api/java.awt.event.MouseMotionListener.html -%%JDK_HOME%%/docs/api/java.awt.event.PaintEvent.html -%%JDK_HOME%%/docs/api/java.awt.event.TextEvent.html -%%JDK_HOME%%/docs/api/java.awt.event.TextListener.html -%%JDK_HOME%%/docs/api/java.awt.event.WindowAdapter.html -%%JDK_HOME%%/docs/api/java.awt.event.WindowEvent.html -%%JDK_HOME%%/docs/api/java.awt.event.WindowListener.html -%%JDK_HOME%%/docs/api/java.awt.image.AreaAveragingScaleFilter.html -%%JDK_HOME%%/docs/api/java.awt.image.ColorModel.html -%%JDK_HOME%%/docs/api/java.awt.image.CropImageFilter.html -%%JDK_HOME%%/docs/api/java.awt.image.DirectColorModel.html -%%JDK_HOME%%/docs/api/java.awt.image.FilteredImageSource.html -%%JDK_HOME%%/docs/api/java.awt.image.ImageConsumer.html -%%JDK_HOME%%/docs/api/java.awt.image.ImageFilter.html -%%JDK_HOME%%/docs/api/java.awt.image.ImageObserver.html -%%JDK_HOME%%/docs/api/java.awt.image.ImageProducer.html -%%JDK_HOME%%/docs/api/java.awt.image.IndexColorModel.html -%%JDK_HOME%%/docs/api/java.awt.image.MemoryImageSource.html -%%JDK_HOME%%/docs/api/java.awt.image.PixelGrabber.html -%%JDK_HOME%%/docs/api/java.awt.image.RGBImageFilter.html -%%JDK_HOME%%/docs/api/java.awt.image.ReplicateScaleFilter.html -%%JDK_HOME%%/docs/api/java.beans.BeanDescriptor.html -%%JDK_HOME%%/docs/api/java.beans.BeanInfo.html -%%JDK_HOME%%/docs/api/java.beans.Beans.html -%%JDK_HOME%%/docs/api/java.beans.Customizer.html -%%JDK_HOME%%/docs/api/java.beans.EventSetDescriptor.html -%%JDK_HOME%%/docs/api/java.beans.FeatureDescriptor.html -%%JDK_HOME%%/docs/api/java.beans.IndexedPropertyDescriptor.html -%%JDK_HOME%%/docs/api/java.beans.IntrospectionException.html -%%JDK_HOME%%/docs/api/java.beans.Introspector.html -%%JDK_HOME%%/docs/api/java.beans.MethodDescriptor.html -%%JDK_HOME%%/docs/api/java.beans.ParameterDescriptor.html -%%JDK_HOME%%/docs/api/java.beans.PropertyChangeEvent.html -%%JDK_HOME%%/docs/api/java.beans.PropertyChangeListener.html -%%JDK_HOME%%/docs/api/java.beans.PropertyChangeSupport.html -%%JDK_HOME%%/docs/api/java.beans.PropertyDescriptor.html -%%JDK_HOME%%/docs/api/java.beans.PropertyEditor.html -%%JDK_HOME%%/docs/api/java.beans.PropertyEditorManager.html -%%JDK_HOME%%/docs/api/java.beans.PropertyEditorSupport.html -%%JDK_HOME%%/docs/api/java.beans.PropertyVetoException.html -%%JDK_HOME%%/docs/api/java.beans.SimpleBeanInfo.html -%%JDK_HOME%%/docs/api/java.beans.VetoableChangeListener.html -%%JDK_HOME%%/docs/api/java.beans.VetoableChangeSupport.html -%%JDK_HOME%%/docs/api/java.beans.Visibility.html -%%JDK_HOME%%/docs/api/java.io.BufferedInputStream.html -%%JDK_HOME%%/docs/api/java.io.BufferedOutputStream.html -%%JDK_HOME%%/docs/api/java.io.BufferedReader.html -%%JDK_HOME%%/docs/api/java.io.BufferedWriter.html -%%JDK_HOME%%/docs/api/java.io.ByteArrayInputStream.html -%%JDK_HOME%%/docs/api/java.io.ByteArrayOutputStream.html -%%JDK_HOME%%/docs/api/java.io.CharArrayReader.html -%%JDK_HOME%%/docs/api/java.io.CharArrayWriter.html -%%JDK_HOME%%/docs/api/java.io.CharConversionException.html -%%JDK_HOME%%/docs/api/java.io.DataInput.html -%%JDK_HOME%%/docs/api/java.io.DataInputStream.html -%%JDK_HOME%%/docs/api/java.io.DataOutput.html -%%JDK_HOME%%/docs/api/java.io.DataOutputStream.html -%%JDK_HOME%%/docs/api/java.io.EOFException.html -%%JDK_HOME%%/docs/api/java.io.Externalizable.html -%%JDK_HOME%%/docs/api/java.io.File.html -%%JDK_HOME%%/docs/api/java.io.FileDescriptor.html -%%JDK_HOME%%/docs/api/java.io.FileInputStream.html -%%JDK_HOME%%/docs/api/java.io.FileNotFoundException.html -%%JDK_HOME%%/docs/api/java.io.FileOutputStream.html -%%JDK_HOME%%/docs/api/java.io.FileReader.html -%%JDK_HOME%%/docs/api/java.io.FileWriter.html -%%JDK_HOME%%/docs/api/java.io.FilenameFilter.html -%%JDK_HOME%%/docs/api/java.io.FilterInputStream.html -%%JDK_HOME%%/docs/api/java.io.FilterOutputStream.html -%%JDK_HOME%%/docs/api/java.io.FilterReader.html -%%JDK_HOME%%/docs/api/java.io.FilterWriter.html -%%JDK_HOME%%/docs/api/java.io.IOException.html -%%JDK_HOME%%/docs/api/java.io.InputStream.html -%%JDK_HOME%%/docs/api/java.io.InputStreamReader.html -%%JDK_HOME%%/docs/api/java.io.InterruptedIOException.html -%%JDK_HOME%%/docs/api/java.io.InvalidClassException.html -%%JDK_HOME%%/docs/api/java.io.InvalidObjectException.html -%%JDK_HOME%%/docs/api/java.io.LineNumberInputStream.html -%%JDK_HOME%%/docs/api/java.io.LineNumberReader.html -%%JDK_HOME%%/docs/api/java.io.NotActiveException.html -%%JDK_HOME%%/docs/api/java.io.NotSerializableException.html -%%JDK_HOME%%/docs/api/java.io.ObjectInput.html -%%JDK_HOME%%/docs/api/java.io.ObjectInputStream.html -%%JDK_HOME%%/docs/api/java.io.ObjectInputValidation.html -%%JDK_HOME%%/docs/api/java.io.ObjectOutput.html -%%JDK_HOME%%/docs/api/java.io.ObjectOutputStream.html -%%JDK_HOME%%/docs/api/java.io.ObjectStreamClass.html -%%JDK_HOME%%/docs/api/java.io.ObjectStreamException.html -%%JDK_HOME%%/docs/api/java.io.OptionalDataException.html -%%JDK_HOME%%/docs/api/java.io.OutputStream.html -%%JDK_HOME%%/docs/api/java.io.OutputStreamWriter.html -%%JDK_HOME%%/docs/api/java.io.PipedInputStream.html -%%JDK_HOME%%/docs/api/java.io.PipedOutputStream.html -%%JDK_HOME%%/docs/api/java.io.PipedReader.html -%%JDK_HOME%%/docs/api/java.io.PipedWriter.html -%%JDK_HOME%%/docs/api/java.io.PrintStream.html -%%JDK_HOME%%/docs/api/java.io.PrintWriter.html -%%JDK_HOME%%/docs/api/java.io.PushbackInputStream.html -%%JDK_HOME%%/docs/api/java.io.PushbackReader.html -%%JDK_HOME%%/docs/api/java.io.RandomAccessFile.html -%%JDK_HOME%%/docs/api/java.io.Reader.html -%%JDK_HOME%%/docs/api/java.io.SequenceInputStream.html -%%JDK_HOME%%/docs/api/java.io.Serializable.html -%%JDK_HOME%%/docs/api/java.io.StreamCorruptedException.html -%%JDK_HOME%%/docs/api/java.io.StreamTokenizer.html -%%JDK_HOME%%/docs/api/java.io.StringBufferInputStream.html -%%JDK_HOME%%/docs/api/java.io.StringReader.html -%%JDK_HOME%%/docs/api/java.io.StringWriter.html -%%JDK_HOME%%/docs/api/java.io.SyncFailedException.html -%%JDK_HOME%%/docs/api/java.io.UTFDataFormatException.html -%%JDK_HOME%%/docs/api/java.io.UnsupportedEncodingException.html -%%JDK_HOME%%/docs/api/java.io.WriteAbortedException.html -%%JDK_HOME%%/docs/api/java.io.Writer.html -%%JDK_HOME%%/docs/api/java.lang.AbstractMethodError.html -%%JDK_HOME%%/docs/api/java.lang.ArithmeticException.html -%%JDK_HOME%%/docs/api/java.lang.ArrayIndexOutOfBoundsException.html -%%JDK_HOME%%/docs/api/java.lang.ArrayStoreException.html -%%JDK_HOME%%/docs/api/java.lang.Boolean.html -%%JDK_HOME%%/docs/api/java.lang.Byte.html -%%JDK_HOME%%/docs/api/java.lang.Character.html -%%JDK_HOME%%/docs/api/java.lang.Class.html -%%JDK_HOME%%/docs/api/java.lang.ClassCastException.html -%%JDK_HOME%%/docs/api/java.lang.ClassCircularityError.html -%%JDK_HOME%%/docs/api/java.lang.ClassFormatError.html -%%JDK_HOME%%/docs/api/java.lang.ClassLoader.html -%%JDK_HOME%%/docs/api/java.lang.ClassNotFoundException.html -%%JDK_HOME%%/docs/api/java.lang.CloneNotSupportedException.html -%%JDK_HOME%%/docs/api/java.lang.Cloneable.html -%%JDK_HOME%%/docs/api/java.lang.Compiler.html -%%JDK_HOME%%/docs/api/java.lang.Double.html -%%JDK_HOME%%/docs/api/java.lang.Error.html -%%JDK_HOME%%/docs/api/java.lang.Exception.html -%%JDK_HOME%%/docs/api/java.lang.ExceptionInInitializerError.html -%%JDK_HOME%%/docs/api/java.lang.Float.html -%%JDK_HOME%%/docs/api/java.lang.IllegalAccessError.html -%%JDK_HOME%%/docs/api/java.lang.IllegalAccessException.html -%%JDK_HOME%%/docs/api/java.lang.IllegalArgumentException.html -%%JDK_HOME%%/docs/api/java.lang.IllegalMonitorStateException.html -%%JDK_HOME%%/docs/api/java.lang.IllegalStateException.html -%%JDK_HOME%%/docs/api/java.lang.IllegalThreadStateException.html -%%JDK_HOME%%/docs/api/java.lang.IncompatibleClassChangeError.html -%%JDK_HOME%%/docs/api/java.lang.IndexOutOfBoundsException.html -%%JDK_HOME%%/docs/api/java.lang.InstantiationError.html -%%JDK_HOME%%/docs/api/java.lang.InstantiationException.html -%%JDK_HOME%%/docs/api/java.lang.Integer.html -%%JDK_HOME%%/docs/api/java.lang.InternalError.html -%%JDK_HOME%%/docs/api/java.lang.InterruptedException.html -%%JDK_HOME%%/docs/api/java.lang.LinkageError.html -%%JDK_HOME%%/docs/api/java.lang.Long.html -%%JDK_HOME%%/docs/api/java.lang.Math.html -%%JDK_HOME%%/docs/api/java.lang.NegativeArraySizeException.html -%%JDK_HOME%%/docs/api/java.lang.NoClassDefFoundError.html -%%JDK_HOME%%/docs/api/java.lang.NoSuchFieldError.html -%%JDK_HOME%%/docs/api/java.lang.NoSuchFieldException.html -%%JDK_HOME%%/docs/api/java.lang.NoSuchMethodError.html -%%JDK_HOME%%/docs/api/java.lang.NoSuchMethodException.html -%%JDK_HOME%%/docs/api/java.lang.NullPointerException.html -%%JDK_HOME%%/docs/api/java.lang.Number.html -%%JDK_HOME%%/docs/api/java.lang.NumberFormatException.html -%%JDK_HOME%%/docs/api/java.lang.Object.html -%%JDK_HOME%%/docs/api/java.lang.OutOfMemoryError.html -%%JDK_HOME%%/docs/api/java.lang.Process.html -%%JDK_HOME%%/docs/api/java.lang.Runnable.html -%%JDK_HOME%%/docs/api/java.lang.Runtime.html -%%JDK_HOME%%/docs/api/java.lang.RuntimeException.html -%%JDK_HOME%%/docs/api/java.lang.SecurityException.html -%%JDK_HOME%%/docs/api/java.lang.SecurityManager.html -%%JDK_HOME%%/docs/api/java.lang.Short.html -%%JDK_HOME%%/docs/api/java.lang.StackOverflowError.html -%%JDK_HOME%%/docs/api/java.lang.String.html -%%JDK_HOME%%/docs/api/java.lang.StringBuffer.html -%%JDK_HOME%%/docs/api/java.lang.StringIndexOutOfBoundsException.html -%%JDK_HOME%%/docs/api/java.lang.System.html -%%JDK_HOME%%/docs/api/java.lang.Thread.html -%%JDK_HOME%%/docs/api/java.lang.ThreadDeath.html -%%JDK_HOME%%/docs/api/java.lang.ThreadGroup.html -%%JDK_HOME%%/docs/api/java.lang.Throwable.html -%%JDK_HOME%%/docs/api/java.lang.UnknownError.html -%%JDK_HOME%%/docs/api/java.lang.UnsatisfiedLinkError.html -%%JDK_HOME%%/docs/api/java.lang.VerifyError.html -%%JDK_HOME%%/docs/api/java.lang.VirtualMachineError.html -%%JDK_HOME%%/docs/api/java.lang.Void.html -%%JDK_HOME%%/docs/api/java.lang.reflect.Array.html -%%JDK_HOME%%/docs/api/java.lang.reflect.Constructor.html -%%JDK_HOME%%/docs/api/java.lang.reflect.Field.html -%%JDK_HOME%%/docs/api/java.lang.reflect.InvocationTargetException.html -%%JDK_HOME%%/docs/api/java.lang.reflect.Member.html -%%JDK_HOME%%/docs/api/java.lang.reflect.Method.html -%%JDK_HOME%%/docs/api/java.lang.reflect.Modifier.html -%%JDK_HOME%%/docs/api/java.math.BigDecimal.html -%%JDK_HOME%%/docs/api/java.math.BigInteger.html -%%JDK_HOME%%/docs/api/java.net.BindException.html -%%JDK_HOME%%/docs/api/java.net.ConnectException.html -%%JDK_HOME%%/docs/api/java.net.ContentHandler.html -%%JDK_HOME%%/docs/api/java.net.ContentHandlerFactory.html -%%JDK_HOME%%/docs/api/java.net.DatagramPacket.html -%%JDK_HOME%%/docs/api/java.net.DatagramSocket.html -%%JDK_HOME%%/docs/api/java.net.DatagramSocketImpl.html -%%JDK_HOME%%/docs/api/java.net.FileNameMap.html -%%JDK_HOME%%/docs/api/java.net.HttpURLConnection.html -%%JDK_HOME%%/docs/api/java.net.InetAddress.html -%%JDK_HOME%%/docs/api/java.net.MalformedURLException.html -%%JDK_HOME%%/docs/api/java.net.MulticastSocket.html -%%JDK_HOME%%/docs/api/java.net.NoRouteToHostException.html -%%JDK_HOME%%/docs/api/java.net.ProtocolException.html -%%JDK_HOME%%/docs/api/java.net.ServerSocket.html -%%JDK_HOME%%/docs/api/java.net.Socket.html -%%JDK_HOME%%/docs/api/java.net.SocketException.html -%%JDK_HOME%%/docs/api/java.net.SocketImpl.html -%%JDK_HOME%%/docs/api/java.net.SocketImplFactory.html -%%JDK_HOME%%/docs/api/java.net.URL.html -%%JDK_HOME%%/docs/api/java.net.URLConnection.html -%%JDK_HOME%%/docs/api/java.net.URLEncoder.html -%%JDK_HOME%%/docs/api/java.net.URLStreamHandler.html -%%JDK_HOME%%/docs/api/java.net.URLStreamHandlerFactory.html -%%JDK_HOME%%/docs/api/java.net.UnknownHostException.html -%%JDK_HOME%%/docs/api/java.net.UnknownServiceException.html -%%JDK_HOME%%/docs/api/java.rmi.AccessException.html -%%JDK_HOME%%/docs/api/java.rmi.AlreadyBoundException.html -%%JDK_HOME%%/docs/api/java.rmi.ConnectException.html -%%JDK_HOME%%/docs/api/java.rmi.ConnectIOException.html -%%JDK_HOME%%/docs/api/java.rmi.MarshalException.html -%%JDK_HOME%%/docs/api/java.rmi.Naming.html -%%JDK_HOME%%/docs/api/java.rmi.NoSuchObjectException.html -%%JDK_HOME%%/docs/api/java.rmi.NotBoundException.html -%%JDK_HOME%%/docs/api/java.rmi.RMISecurityException.html -%%JDK_HOME%%/docs/api/java.rmi.RMISecurityManager.html -%%JDK_HOME%%/docs/api/java.rmi.Remote.html -%%JDK_HOME%%/docs/api/java.rmi.RemoteException.html -%%JDK_HOME%%/docs/api/java.rmi.ServerError.html -%%JDK_HOME%%/docs/api/java.rmi.ServerException.html -%%JDK_HOME%%/docs/api/java.rmi.ServerRuntimeException.html -%%JDK_HOME%%/docs/api/java.rmi.StubNotFoundException.html -%%JDK_HOME%%/docs/api/java.rmi.UnexpectedException.html -%%JDK_HOME%%/docs/api/java.rmi.UnknownHostException.html -%%JDK_HOME%%/docs/api/java.rmi.UnmarshalException.html -%%JDK_HOME%%/docs/api/java.rmi.dgc.DGC.html -%%JDK_HOME%%/docs/api/java.rmi.dgc.Lease.html -%%JDK_HOME%%/docs/api/java.rmi.dgc.VMID.html -%%JDK_HOME%%/docs/api/java.rmi.registry.LocateRegistry.html -%%JDK_HOME%%/docs/api/java.rmi.registry.Registry.html -%%JDK_HOME%%/docs/api/java.rmi.registry.RegistryHandler.html -%%JDK_HOME%%/docs/api/java.rmi.server.ExportException.html -%%JDK_HOME%%/docs/api/java.rmi.server.LoaderHandler.html -%%JDK_HOME%%/docs/api/java.rmi.server.LogStream.html -%%JDK_HOME%%/docs/api/java.rmi.server.ObjID.html -%%JDK_HOME%%/docs/api/java.rmi.server.Operation.html -%%JDK_HOME%%/docs/api/java.rmi.server.RMIClassLoader.html -%%JDK_HOME%%/docs/api/java.rmi.server.RMIFailureHandler.html -%%JDK_HOME%%/docs/api/java.rmi.server.RMISocketFactory.html -%%JDK_HOME%%/docs/api/java.rmi.server.RemoteCall.html -%%JDK_HOME%%/docs/api/java.rmi.server.RemoteObject.html -%%JDK_HOME%%/docs/api/java.rmi.server.RemoteRef.html -%%JDK_HOME%%/docs/api/java.rmi.server.RemoteServer.html -%%JDK_HOME%%/docs/api/java.rmi.server.RemoteStub.html -%%JDK_HOME%%/docs/api/java.rmi.server.ServerCloneException.html -%%JDK_HOME%%/docs/api/java.rmi.server.ServerNotActiveException.html -%%JDK_HOME%%/docs/api/java.rmi.server.ServerRef.html -%%JDK_HOME%%/docs/api/java.rmi.server.Skeleton.html -%%JDK_HOME%%/docs/api/java.rmi.server.SkeletonMismatchException.html -%%JDK_HOME%%/docs/api/java.rmi.server.SkeletonNotFoundException.html -%%JDK_HOME%%/docs/api/java.rmi.server.SocketSecurityException.html -%%JDK_HOME%%/docs/api/java.rmi.server.UID.html -%%JDK_HOME%%/docs/api/java.rmi.server.UnicastRemoteObject.html -%%JDK_HOME%%/docs/api/java.rmi.server.Unreferenced.html -%%JDK_HOME%%/docs/api/java.security.Certificate.html -%%JDK_HOME%%/docs/api/java.security.DigestException.html -%%JDK_HOME%%/docs/api/java.security.DigestInputStream.html -%%JDK_HOME%%/docs/api/java.security.DigestOutputStream.html -%%JDK_HOME%%/docs/api/java.security.Identity.html -%%JDK_HOME%%/docs/api/java.security.IdentityScope.html -%%JDK_HOME%%/docs/api/java.security.InvalidKeyException.html -%%JDK_HOME%%/docs/api/java.security.InvalidParameterException.html -%%JDK_HOME%%/docs/api/java.security.Key.html -%%JDK_HOME%%/docs/api/java.security.KeyException.html -%%JDK_HOME%%/docs/api/java.security.KeyManagementException.html -%%JDK_HOME%%/docs/api/java.security.KeyPair.html -%%JDK_HOME%%/docs/api/java.security.KeyPairGenerator.html -%%JDK_HOME%%/docs/api/java.security.MessageDigest.html -%%JDK_HOME%%/docs/api/java.security.NoSuchAlgorithmException.html -%%JDK_HOME%%/docs/api/java.security.NoSuchProviderException.html -%%JDK_HOME%%/docs/api/java.security.Principal.html -%%JDK_HOME%%/docs/api/java.security.PrivateKey.html -%%JDK_HOME%%/docs/api/java.security.Provider.html -%%JDK_HOME%%/docs/api/java.security.ProviderException.html -%%JDK_HOME%%/docs/api/java.security.PublicKey.html -%%JDK_HOME%%/docs/api/java.security.SecureRandom.html -%%JDK_HOME%%/docs/api/java.security.Security.html -%%JDK_HOME%%/docs/api/java.security.Signature.html -%%JDK_HOME%%/docs/api/java.security.SignatureException.html -%%JDK_HOME%%/docs/api/java.security.Signer.html -%%JDK_HOME%%/docs/api/java.security.acl.Acl.html -%%JDK_HOME%%/docs/api/java.security.acl.AclEntry.html -%%JDK_HOME%%/docs/api/java.security.acl.AclNotFoundException.html -%%JDK_HOME%%/docs/api/java.security.acl.Group.html -%%JDK_HOME%%/docs/api/java.security.acl.LastOwnerException.html -%%JDK_HOME%%/docs/api/java.security.acl.NotOwnerException.html -%%JDK_HOME%%/docs/api/java.security.acl.Owner.html -%%JDK_HOME%%/docs/api/java.security.acl.Permission.html -%%JDK_HOME%%/docs/api/java.security.interfaces.DSAKey.html -%%JDK_HOME%%/docs/api/java.security.interfaces.DSAKeyPairGenerator.html -%%JDK_HOME%%/docs/api/java.security.interfaces.DSAParams.html -%%JDK_HOME%%/docs/api/java.security.interfaces.DSAPrivateKey.html -%%JDK_HOME%%/docs/api/java.security.interfaces.DSAPublicKey.html -%%JDK_HOME%%/docs/api/java.sql.CallableStatement.html -%%JDK_HOME%%/docs/api/java.sql.Connection.html -%%JDK_HOME%%/docs/api/java.sql.DataTruncation.html -%%JDK_HOME%%/docs/api/java.sql.DatabaseMetaData.html -%%JDK_HOME%%/docs/api/java.sql.Date.html -%%JDK_HOME%%/docs/api/java.sql.Driver.html -%%JDK_HOME%%/docs/api/java.sql.DriverManager.html -%%JDK_HOME%%/docs/api/java.sql.DriverPropertyInfo.html -%%JDK_HOME%%/docs/api/java.sql.PreparedStatement.html -%%JDK_HOME%%/docs/api/java.sql.ResultSet.html -%%JDK_HOME%%/docs/api/java.sql.ResultSetMetaData.html -%%JDK_HOME%%/docs/api/java.sql.SQLException.html -%%JDK_HOME%%/docs/api/java.sql.SQLWarning.html -%%JDK_HOME%%/docs/api/java.sql.Statement.html -%%JDK_HOME%%/docs/api/java.sql.Time.html -%%JDK_HOME%%/docs/api/java.sql.Timestamp.html -%%JDK_HOME%%/docs/api/java.sql.Types.html -%%JDK_HOME%%/docs/api/java.text.BreakIterator.html -%%JDK_HOME%%/docs/api/java.text.CharacterIterator.html -%%JDK_HOME%%/docs/api/java.text.ChoiceFormat.html -%%JDK_HOME%%/docs/api/java.text.CollationElementIterator.html -%%JDK_HOME%%/docs/api/java.text.CollationKey.html -%%JDK_HOME%%/docs/api/java.text.Collator.html -%%JDK_HOME%%/docs/api/java.text.DateFormat.html -%%JDK_HOME%%/docs/api/java.text.DateFormatSymbols.html -%%JDK_HOME%%/docs/api/java.text.DecimalFormat.html -%%JDK_HOME%%/docs/api/java.text.DecimalFormatSymbols.html -%%JDK_HOME%%/docs/api/java.text.FieldPosition.html -%%JDK_HOME%%/docs/api/java.text.Format.html -%%JDK_HOME%%/docs/api/java.text.MessageFormat.html -%%JDK_HOME%%/docs/api/java.text.NumberFormat.html -%%JDK_HOME%%/docs/api/java.text.ParseException.html -%%JDK_HOME%%/docs/api/java.text.ParsePosition.html -%%JDK_HOME%%/docs/api/java.text.RuleBasedCollator.html -%%JDK_HOME%%/docs/api/java.text.SimpleDateFormat.html -%%JDK_HOME%%/docs/api/java.text.StringCharacterIterator.html -%%JDK_HOME%%/docs/api/java.util.BitSet.html -%%JDK_HOME%%/docs/api/java.util.Calendar.html -%%JDK_HOME%%/docs/api/java.util.Date.html -%%JDK_HOME%%/docs/api/java.util.Dictionary.html -%%JDK_HOME%%/docs/api/java.util.EmptyStackException.html -%%JDK_HOME%%/docs/api/java.util.Enumeration.html -%%JDK_HOME%%/docs/api/java.util.EventListener.html -%%JDK_HOME%%/docs/api/java.util.EventObject.html -%%JDK_HOME%%/docs/api/java.util.GregorianCalendar.html -%%JDK_HOME%%/docs/api/java.util.Hashtable.html -%%JDK_HOME%%/docs/api/java.util.ListResourceBundle.html -%%JDK_HOME%%/docs/api/java.util.Locale.html -%%JDK_HOME%%/docs/api/java.util.MissingResourceException.html -%%JDK_HOME%%/docs/api/java.util.NoSuchElementException.html -%%JDK_HOME%%/docs/api/java.util.Observable.html -%%JDK_HOME%%/docs/api/java.util.Observer.html -%%JDK_HOME%%/docs/api/java.util.Properties.html -%%JDK_HOME%%/docs/api/java.util.PropertyResourceBundle.html -%%JDK_HOME%%/docs/api/java.util.Random.html -%%JDK_HOME%%/docs/api/java.util.ResourceBundle.html -%%JDK_HOME%%/docs/api/java.util.SimpleTimeZone.html -%%JDK_HOME%%/docs/api/java.util.Stack.html -%%JDK_HOME%%/docs/api/java.util.StringTokenizer.html -%%JDK_HOME%%/docs/api/java.util.TimeZone.html -%%JDK_HOME%%/docs/api/java.util.TooManyListenersException.html -%%JDK_HOME%%/docs/api/java.util.Vector.html -%%JDK_HOME%%/docs/api/java.util.zip.Adler32.html -%%JDK_HOME%%/docs/api/java.util.zip.CRC32.html -%%JDK_HOME%%/docs/api/java.util.zip.CheckedInputStream.html -%%JDK_HOME%%/docs/api/java.util.zip.CheckedOutputStream.html -%%JDK_HOME%%/docs/api/java.util.zip.Checksum.html -%%JDK_HOME%%/docs/api/java.util.zip.DataFormatException.html -%%JDK_HOME%%/docs/api/java.util.zip.Deflater.html -%%JDK_HOME%%/docs/api/java.util.zip.DeflaterOutputStream.html -%%JDK_HOME%%/docs/api/java.util.zip.GZIPInputStream.html -%%JDK_HOME%%/docs/api/java.util.zip.GZIPOutputStream.html -%%JDK_HOME%%/docs/api/java.util.zip.Inflater.html -%%JDK_HOME%%/docs/api/java.util.zip.InflaterInputStream.html -%%JDK_HOME%%/docs/api/java.util.zip.ZipEntry.html -%%JDK_HOME%%/docs/api/java.util.zip.ZipException.html -%%JDK_HOME%%/docs/api/java.util.zip.ZipFile.html -%%JDK_HOME%%/docs/api/java.util.zip.ZipInputStream.html -%%JDK_HOME%%/docs/api/java.util.zip.ZipOutputStream.html -%%JDK_HOME%%/docs/api/k-names.html -%%JDK_HOME%%/docs/api/l-names.html -%%JDK_HOME%%/docs/api/m-names.html -%%JDK_HOME%%/docs/api/n-names.html -%%JDK_HOME%%/docs/api/o-names.html -%%JDK_HOME%%/docs/api/p-names.html -%%JDK_HOME%%/docs/api/packages.html -%%JDK_HOME%%/docs/api/q-names.html -%%JDK_HOME%%/docs/api/r-names.html -%%JDK_HOME%%/docs/api/s-names.html -%%JDK_HOME%%/docs/api/t-names.html -%%JDK_HOME%%/docs/api/tree.html -%%JDK_HOME%%/docs/api/u-names.html -%%JDK_HOME%%/docs/api/v-names.html -%%JDK_HOME%%/docs/api/w-names.html -%%JDK_HOME%%/docs/api/x-names.html -%%JDK_HOME%%/docs/api/y-names.html -%%JDK_HOME%%/docs/api/z-names.html -%%JDK_HOME%%/docs/guide/awt/1.0example/AppletButton.class -%%JDK_HOME%%/docs/guide/awt/1.0example/AppletButton.java -%%JDK_HOME%%/docs/guide/awt/1.0example/DialogWindow.class -%%JDK_HOME%%/docs/guide/awt/1.0example/DialogWindow.java -%%JDK_HOME%%/docs/guide/awt/1.0example/SimpleDialog.class -%%JDK_HOME%%/docs/guide/awt/DeprecatedMethods.html -%%JDK_HOME%%/docs/guide/awt/DialogWindow.java -%%JDK_HOME%%/docs/guide/awt/HowToUpgrade.html -%%JDK_HOME%%/docs/guide/awt/IncompatibleChanges.html -%%JDK_HOME%%/docs/guide/awt/NameChanges.html -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/PageSwitcher.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Box.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Box.java -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click0$1.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click0$2.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click0.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click0.java -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click1$1.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click1$2.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click1$TargetListener.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click1.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click1.java -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click2$1.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click2$2.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click2$TargetListener.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click2.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click2.java -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click3$1.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click3$2.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click3$3.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click3$TargetListener.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click3.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click3.java -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/ColumnOfBoxes.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/ColumnOfBoxes.java -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/index.html -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/Box.java -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/Click0.java -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/Click1.java -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/Click2.java -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/Click3.java -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/ColumnOfBoxes.java -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/ImageDisplayer.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/Slide.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/SlideList.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/SlideShow.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/Spinner.gif -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/index.html -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/slide1.gif -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/slide2.gif -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/slide3.gif -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/slide4.gif -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/source1.html -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/source2.html -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/source3.html -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/source4.html -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/index.html -%%JDK_HOME%%/docs/guide/awt/demos/index.html -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/ExampleApplet.jar -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/ExampleApplet.zip -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/Switcher.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/actual/DoubleBufferPanel.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/actual/DoubleBufferPanel.java -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/actual/ExampleApplet.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/actual/ExampleApplet.java -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/actual/Gauge.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/actual/Gauge.java -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/actual/GaugeThread.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/actual/PrettyPanel.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/actual/images/mandrill.jpg -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/alternative/Compatibility.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/alternative/ExampleApplet.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/alternative/ExampleApplet.gif -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/alternative/ImageDisplayer.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/alternative/PictureFrame.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/example.html -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/GaugeSwing/ExampleApplet.java -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/GaugeSwing/Gauge.java -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/GaugeSwing/images/mandrill.jpg -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/ExampleApplet.jar -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/ExampleApplet.zip -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/Switcher.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/actual/ExampleActionListener.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/actual/ExampleApplet.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/actual/ExampleApplet.java -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/actual/OpenlookButton.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/actual/OpenlookButton.java -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/actual/OpenlookButtonListener.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/actual/images/scott.jpg -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/alternative/Compatibility.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/alternative/ExampleApplet.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/alternative/ExampleApplet.gif -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/alternative/ImageDisplayer.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/alternative/PictureFrame.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/example.html -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/ExampleApplet.jar -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/ExampleApplet.zip -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/Switcher.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/actual/ExampleActionListener.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/actual/ExampleApplet.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/actual/ExampleApplet.java -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/actual/RoundButton.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/actual/RoundButton.java -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/actual/images/scott.jpg -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/alternative/Compatibility.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/alternative/ExampleApplet.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/alternative/ExampleApplet.gif -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/alternative/ImageDisplayer.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/alternative/PictureFrame.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/example.html -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/ExampleApplet.jar -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/ExampleApplet.zip -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/Switcher.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/actual/ExampleApplet.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/actual/ExampleApplet.java -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/actual/Spinner.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/actual/Spinner.java -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/actual/SpinnerThread.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/actual/images/orb.gif -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/alternative/Compatibility.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/alternative/ExampleApplet.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/alternative/ExampleApplet.gif -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/alternative/ImageDisplayer.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/alternative/PictureFrame.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/example.html -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/index.html -%%JDK_HOME%%/docs/guide/awt/demos/symboltest/PageSwitcher.class -%%JDK_HOME%%/docs/guide/awt/demos/symboltest/actual/SymbolCanvas.class -%%JDK_HOME%%/docs/guide/awt/demos/symboltest/actual/SymbolTest$MyAdapter.class -%%JDK_HOME%%/docs/guide/awt/demos/symboltest/actual/SymbolTest.class -%%JDK_HOME%%/docs/guide/awt/demos/symboltest/actual/SymbolTest.java -%%JDK_HOME%%/docs/guide/awt/demos/symboltest/actual/index.html -%%JDK_HOME%%/docs/guide/awt/demos/symboltest/alternative/ImageDisplayer.class -%%JDK_HOME%%/docs/guide/awt/demos/symboltest/alternative/Slide.class -%%JDK_HOME%%/docs/guide/awt/demos/symboltest/alternative/SlideList.class -%%JDK_HOME%%/docs/guide/awt/demos/symboltest/alternative/SlideShow.class -%%JDK_HOME%%/docs/guide/awt/demos/symboltest/alternative/index.html -%%JDK_HOME%%/docs/guide/awt/demos/symboltest/alternative/slide1.gif -%%JDK_HOME%%/docs/guide/awt/demos/symboltest/alternative/slide2.gif -%%JDK_HOME%%/docs/guide/awt/demos/symboltest/alternative/slide3.gif -%%JDK_HOME%%/docs/guide/awt/demos/symboltest/alternative/slide4.gif -%%JDK_HOME%%/docs/guide/awt/demos/symboltest/alternative/slide5.gif -%%JDK_HOME%%/docs/guide/awt/demos/symboltest/alternative/slide6.gif -%%JDK_HOME%%/docs/guide/awt/demos/symboltest/index.html -%%JDK_HOME%%/docs/guide/awt/designspec/datatransfer.html -%%JDK_HOME%%/docs/guide/awt/designspec/desktopcolors.html -%%JDK_HOME%%/docs/guide/awt/designspec/events.html -%%JDK_HOME%%/docs/guide/awt/designspec/graphics/clipping.html -%%JDK_HOME%%/docs/guide/awt/designspec/graphics/imageblit.html -%%JDK_HOME%%/docs/guide/awt/designspec/graphics/imagescale.html -%%JDK_HOME%%/docs/guide/awt/designspec/graphics/imganim.html -%%JDK_HOME%%/docs/guide/awt/designspec/graphics/index.html -%%JDK_HOME%%/docs/guide/awt/designspec/graphics/pixelgrab.html -%%JDK_HOME%%/docs/guide/awt/designspec/images/box.sm.gif -%%JDK_HOME%%/docs/guide/awt/designspec/images/flip.sm.gif -%%JDK_HOME%%/docs/guide/awt/designspec/images/flip_trans.sm.gif -%%JDK_HOME%%/docs/guide/awt/designspec/images/gun.sm.gif -%%JDK_HOME%%/docs/guide/awt/designspec/images/hips.sm.gif -%%JDK_HOME%%/docs/guide/awt/designspec/images/juggler.sm.gif -%%JDK_HOME%%/docs/guide/awt/designspec/images/magnify.sm.gif -%%JDK_HOME%%/docs/guide/awt/designspec/images/pencil.sm.gif -%%JDK_HOME%%/docs/guide/awt/designspec/images/toolbox.med.gif -%%JDK_HOME%%/docs/guide/awt/designspec/index.html -%%JDK_HOME%%/docs/guide/awt/designspec/lightweights.html -%%JDK_HOME%%/docs/guide/awt/designspec/mouseless.html -%%JDK_HOME%%/docs/guide/awt/designspec/nextAWT.html -%%JDK_HOME%%/docs/guide/awt/designspec/popupmenu.html -%%JDK_HOME%%/docs/guide/awt/designspec/printing.html -%%JDK_HOME%%/docs/guide/awt/designspec/scrollpane.html -%%JDK_HOME%%/docs/guide/awt/images/DialogWindow-d.gif -%%JDK_HOME%%/docs/guide/awt/images/DialogWindow-f.gif -%%JDK_HOME%%/docs/guide/awt/index.html -%%JDK_HOME%%/docs/guide/awt/innerclass/DialogWindow.java -%%JDK_HOME%%/docs/guide/awt/updateAWT -%%JDK_HOME%%/docs/guide/beans/index.html -%%JDK_HOME%%/docs/guide/innerclasses/index.html -%%JDK_HOME%%/docs/guide/innerclasses/spec/copyright.doc.html -%%JDK_HOME%%/docs/guide/innerclasses/spec/innerclasses.doc.html -%%JDK_HOME%%/docs/guide/innerclasses/spec/innerclasses.doc1.html -%%JDK_HOME%%/docs/guide/innerclasses/spec/innerclasses.doc10.html -%%JDK_HOME%%/docs/guide/innerclasses/spec/innerclasses.doc11.html -%%JDK_HOME%%/docs/guide/innerclasses/spec/innerclasses.doc12.html -%%JDK_HOME%%/docs/guide/innerclasses/spec/innerclasses.doc13.html -%%JDK_HOME%%/docs/guide/innerclasses/spec/innerclasses.doc2.html -%%JDK_HOME%%/docs/guide/innerclasses/spec/innerclasses.doc3.html -%%JDK_HOME%%/docs/guide/innerclasses/spec/innerclasses.doc4.html -%%JDK_HOME%%/docs/guide/innerclasses/spec/innerclasses.doc5.html -%%JDK_HOME%%/docs/guide/innerclasses/spec/innerclasses.doc6.html -%%JDK_HOME%%/docs/guide/innerclasses/spec/innerclasses.doc7.html -%%JDK_HOME%%/docs/guide/innerclasses/spec/innerclasses.doc8.html -%%JDK_HOME%%/docs/guide/innerclasses/spec/innerclasses.doc9.html -%%JDK_HOME%%/docs/guide/intl/copyright.doc.html -%%JDK_HOME%%/docs/guide/intl/demos/Collate/1.0.2/CollationDetails.html -%%JDK_HOME%%/docs/guide/intl/demos/Collate/1.0.2/example1.html -%%JDK_HOME%%/docs/guide/intl/demos/Collate/1.1/CollationDetails.html -%%JDK_HOME%%/docs/guide/intl/demos/Collate/1.1/example1.html -%%JDK_HOME%%/docs/guide/intl/demos/Collate/PageSwitcher.class -%%JDK_HOME%%/docs/guide/intl/demos/Collate/example1.html -%%JDK_HOME%%/docs/guide/intl/demos/DateTimeFormat/1.0.2/example1.html -%%JDK_HOME%%/docs/guide/intl/demos/DateTimeFormat/1.1/example1.html -%%JDK_HOME%%/docs/guide/intl/demos/DateTimeFormat/PageSwitcher.class -%%JDK_HOME%%/docs/guide/intl/demos/DateTimeFormat/example1.html -%%JDK_HOME%%/docs/guide/intl/demos/MessageFormat/1.0.2/example1.html -%%JDK_HOME%%/docs/guide/intl/demos/MessageFormat/1.1/example1.html -%%JDK_HOME%%/docs/guide/intl/demos/MessageFormat/PageSwitcher.class -%%JDK_HOME%%/docs/guide/intl/demos/MessageFormat/example1.html -%%JDK_HOME%%/docs/guide/intl/demos/NumberFormat/1.0.2/example1.html -%%JDK_HOME%%/docs/guide/intl/demos/NumberFormat/1.1/example1.html -%%JDK_HOME%%/docs/guide/intl/demos/NumberFormat/PageSwitcher.class -%%JDK_HOME%%/docs/guide/intl/demos/NumberFormat/example1.html -%%JDK_HOME%%/docs/guide/intl/demos/TextBound/1.0.2/example1.html -%%JDK_HOME%%/docs/guide/intl/demos/TextBound/1.1/example1.html -%%JDK_HOME%%/docs/guide/intl/demos/TextBound/PageSwitcher.class -%%JDK_HOME%%/docs/guide/intl/demos/TextBound/example1.html -%%JDK_HOME%%/docs/guide/intl/demos/code/BorderPanel.class -%%JDK_HOME%%/docs/guide/intl/demos/code/BorderPanel.java -%%JDK_HOME%%/docs/guide/intl/demos/code/ChoiceResource.class -%%JDK_HOME%%/docs/guide/intl/demos/code/ChoiceResource.java -%%JDK_HOME%%/docs/guide/intl/demos/code/ChoiceResource_da.class -%%JDK_HOME%%/docs/guide/intl/demos/code/ChoiceResource_da.java -%%JDK_HOME%%/docs/guide/intl/demos/code/ChoiceResource_de.class -%%JDK_HOME%%/docs/guide/intl/demos/code/ChoiceResource_de.java -%%JDK_HOME%%/docs/guide/intl/demos/code/ChoiceResource_en.class -%%JDK_HOME%%/docs/guide/intl/demos/code/ChoiceResource_en.java -%%JDK_HOME%%/docs/guide/intl/demos/code/ChoiceResource_fr.class -%%JDK_HOME%%/docs/guide/intl/demos/code/ChoiceResource_fr.java -%%JDK_HOME%%/docs/guide/intl/demos/code/ChoiceResource_it.class -%%JDK_HOME%%/docs/guide/intl/demos/code/ChoiceResource_it.java -%%JDK_HOME%%/docs/guide/intl/demos/code/ChoiceResource_ja.class -%%JDK_HOME%%/docs/guide/intl/demos/code/ChoiceResource_ja.java -%%JDK_HOME%%/docs/guide/intl/demos/code/CollateDemo.class -%%JDK_HOME%%/docs/guide/intl/demos/code/CollateDemo.java -%%JDK_HOME%%/docs/guide/intl/demos/code/CollateFrame.class -%%JDK_HOME%%/docs/guide/intl/demos/code/DateTimeDemo.class -%%JDK_HOME%%/docs/guide/intl/demos/code/DateTimeDemo.java -%%JDK_HOME%%/docs/guide/intl/demos/code/DateTimeFrame.class -%%JDK_HOME%%/docs/guide/intl/demos/code/DemoApplet.class -%%JDK_HOME%%/docs/guide/intl/demos/code/DemoApplet.java -%%JDK_HOME%%/docs/guide/intl/demos/code/MessageFormatDemo.class -%%JDK_HOME%%/docs/guide/intl/demos/code/MessageFormatDemo.java -%%JDK_HOME%%/docs/guide/intl/demos/code/MessageFormatFrame.class -%%JDK_HOME%%/docs/guide/intl/demos/code/NumberFormatDemo.class -%%JDK_HOME%%/docs/guide/intl/demos/code/NumberFormatDemo.java -%%JDK_HOME%%/docs/guide/intl/demos/code/NumberFormatFrame.class -%%JDK_HOME%%/docs/guide/intl/demos/code/TextBoundDemo.class -%%JDK_HOME%%/docs/guide/intl/demos/code/TextBoundDemo.java -%%JDK_HOME%%/docs/guide/intl/demos/code/TextBoundFrame.class -%%JDK_HOME%%/docs/guide/intl/demos/code/Utility.class -%%JDK_HOME%%/docs/guide/intl/demos/code/Utility.java -%%JDK_HOME%%/docs/guide/intl/demos/code/XBorderPanel.class -%%JDK_HOME%%/docs/guide/intl/encoding.doc.html -%%JDK_HOME%%/docs/guide/intl/euro.html -%%JDK_HOME%%/docs/guide/intl/fontprop.html -%%JDK_HOME%%/docs/guide/intl/index.html -%%JDK_HOME%%/docs/guide/intl/intl.doc.html -%%JDK_HOME%%/docs/guide/intl/intlTOC.doc.html -%%JDK_HOME%%/docs/guide/intl/locale.doc.html -%%JDK_HOME%%/docs/guide/intl/unicode_font.doc.html -%%JDK_HOME%%/docs/guide/io/b3-changes.html -%%JDK_HOME%%/docs/guide/io/index.html -%%JDK_HOME%%/docs/guide/io/io.html -%%JDK_HOME%%/docs/guide/jar/index.html -%%JDK_HOME%%/docs/guide/jar/jarGuide.html -%%JDK_HOME%%/docs/guide/jar/manifest.html -%%JDK_HOME%%/docs/guide/jdbc/getstart/SimpleSelect.doc.html -%%JDK_HOME%%/docs/guide/jdbc/getstart/bridge.doc.html -%%JDK_HOME%%/docs/guide/jdbc/getstart/callablestatement.doc.html -%%JDK_HOME%%/docs/guide/jdbc/getstart/connection.doc.html -%%JDK_HOME%%/docs/guide/jdbc/getstart/copyright.doc.html -%%JDK_HOME%%/docs/guide/jdbc/getstart/drivermanager.doc.html -%%JDK_HOME%%/docs/guide/jdbc/getstart/intro.doc.anc.gif -%%JDK_HOME%%/docs/guide/jdbc/getstart/intro.doc.anc1.gif -%%JDK_HOME%%/docs/guide/jdbc/getstart/intro.doc.anc2.gif -%%JDK_HOME%%/docs/guide/jdbc/getstart/intro.doc.anc3.gif -%%JDK_HOME%%/docs/guide/jdbc/getstart/intro.doc.html -%%JDK_HOME%%/docs/guide/jdbc/getstart/introTOC.doc.html -%%JDK_HOME%%/docs/guide/jdbc/getstart/mapping.doc.html -%%JDK_HOME%%/docs/guide/jdbc/getstart/preparedstatement.doc.html -%%JDK_HOME%%/docs/guide/jdbc/getstart/resultset.doc.html -%%JDK_HOME%%/docs/guide/jdbc/getstart/statement.doc.html -%%JDK_HOME%%/docs/guide/jdbc/index.html -%%JDK_HOME%%/docs/guide/jni/index.html -%%JDK_HOME%%/docs/guide/jni/spec/copyright.doc.html -%%JDK_HOME%%/docs/guide/jni/spec/design.doc.anc.gif -%%JDK_HOME%%/docs/guide/jni/spec/design.doc.html -%%JDK_HOME%%/docs/guide/jni/spec/functions.doc.html -%%JDK_HOME%%/docs/guide/jni/spec/intro.doc.html -%%JDK_HOME%%/docs/guide/jni/spec/invocation.doc.html -%%JDK_HOME%%/docs/guide/jni/spec/jniTOC.doc.html -%%JDK_HOME%%/docs/guide/jni/spec/types.doc.anc.gif -%%JDK_HOME%%/docs/guide/jni/spec/types.doc.anc1.gif -%%JDK_HOME%%/docs/guide/jni/spec/types.doc.anc2.gif -%%JDK_HOME%%/docs/guide/jni/spec/types.doc.anc3.gif -%%JDK_HOME%%/docs/guide/jni/spec/types.doc.html -%%JDK_HOME%%/docs/guide/math/index.html -%%JDK_HOME%%/docs/guide/misc/applet.html -%%JDK_HOME%%/docs/guide/misc/deprecation/deprecated.html -%%JDK_HOME%%/docs/guide/misc/deprecation/deprecation.html -%%JDK_HOME%%/docs/guide/misc/deprecation/index.html -%%JDK_HOME%%/docs/guide/misc/index.html -%%JDK_HOME%%/docs/guide/misc/resources.html -%%JDK_HOME%%/docs/guide/net/extendingSocks.html -%%JDK_HOME%%/docs/guide/net/images/duke4.gif -%%JDK_HOME%%/docs/guide/net/images/new2.gif -%%JDK_HOME%%/docs/guide/net/index.html -%%JDK_HOME%%/docs/guide/net/miscNet.html -%%JDK_HOME%%/docs/guide/net/socketClassDocs.html -%%JDK_HOME%%/docs/guide/net/socketException.html -%%JDK_HOME%%/docs/guide/net/socketOpt.html -%%JDK_HOME%%/docs/guide/performance/performance.html -%%JDK_HOME%%/docs/guide/reflection/faq/faq.html -%%JDK_HOME%%/docs/guide/reflection/index.html -%%JDK_HOME%%/docs/guide/reflection/spec/java-reflection-copyright.doc.html -%%JDK_HOME%%/docs/guide/reflection/spec/java-reflection.doc.html -%%JDK_HOME%%/docs/guide/reflection/spec/java-reflection.doc1.html -%%JDK_HOME%%/docs/guide/reflection/spec/java-reflection.doc10.html -%%JDK_HOME%%/docs/guide/reflection/spec/java-reflection.doc2.html -%%JDK_HOME%%/docs/guide/reflection/spec/java-reflection.doc3.html -%%JDK_HOME%%/docs/guide/reflection/spec/java-reflection.doc4.html -%%JDK_HOME%%/docs/guide/reflection/spec/java-reflection.doc5.html -%%JDK_HOME%%/docs/guide/reflection/spec/java-reflection.doc6.html -%%JDK_HOME%%/docs/guide/reflection/spec/java-reflection.doc7.html -%%JDK_HOME%%/docs/guide/reflection/spec/java-reflection.doc8.html -%%JDK_HOME%%/docs/guide/reflection/spec/java-reflection.doc9.html -%%JDK_HOME%%/docs/guide/reflection/spec/java-reflectionTOC.doc.html -%%JDK_HOME%%/docs/guide/rmi/Factory-1.gif -%%JDK_HOME%%/docs/guide/rmi/Factory.html -%%JDK_HOME%%/docs/guide/rmi/archives/getStart.tar -%%JDK_HOME%%/docs/guide/rmi/archives/getStart.tar.Z -%%JDK_HOME%%/docs/guide/rmi/archives/getStart.zip -%%JDK_HOME%%/docs/guide/rmi/examples/hello/Hello.java -%%JDK_HOME%%/docs/guide/rmi/examples/hello/HelloApplet.java -%%JDK_HOME%%/docs/guide/rmi/examples/hello/HelloImpl.java -%%JDK_HOME%%/docs/guide/rmi/examples/hello/index.html -%%JDK_HOME%%/docs/guide/rmi/examples/hello/readme.html -%%JDK_HOME%%/docs/guide/rmi/examples/hello/readme.txt -%%JDK_HOME%%/docs/guide/rmi/examples/hello/run -%%JDK_HOME%%/docs/guide/rmi/examples/hello/run.bat -%%JDK_HOME%%/docs/guide/rmi/examples/stock/Stock.java -%%JDK_HOME%%/docs/guide/rmi/examples/stock/StockApplet.java -%%JDK_HOME%%/docs/guide/rmi/examples/stock/StockNotFoundException.java -%%JDK_HOME%%/docs/guide/rmi/examples/stock/StockNotify.java -%%JDK_HOME%%/docs/guide/rmi/examples/stock/StockServer.java -%%JDK_HOME%%/docs/guide/rmi/examples/stock/StockWatch.java -%%JDK_HOME%%/docs/guide/rmi/examples/stock/index.html -%%JDK_HOME%%/docs/guide/rmi/examples/stock/readme.html -%%JDK_HOME%%/docs/guide/rmi/examples/stock/readme.txt -%%JDK_HOME%%/docs/guide/rmi/examples/stock/run -%%JDK_HOME%%/docs/guide/rmi/examples/stock/run.bat -%%JDK_HOME%%/docs/guide/rmi/getstart.doc.anc.gif -%%JDK_HOME%%/docs/guide/rmi/getstart.doc.html -%%JDK_HOME%%/docs/guide/rmi/index.html -%%JDK_HOME%%/docs/guide/rmi/release-notes.html -%%JDK_HOME%%/docs/guide/rmi/spec/rmi-arch.doc.anc.gif -%%JDK_HOME%%/docs/guide/rmi/spec/rmi-arch.doc.html -%%JDK_HOME%%/docs/guide/rmi/spec/rmi-client.doc.html -%%JDK_HOME%%/docs/guide/rmi/spec/rmi-dgc.doc.html -%%JDK_HOME%%/docs/guide/rmi/spec/rmi-exceptions.doc.html -%%JDK_HOME%%/docs/guide/rmi/spec/rmi-intro.doc.html -%%JDK_HOME%%/docs/guide/rmi/spec/rmi-objmodel.doc.anc.gif -%%JDK_HOME%%/docs/guide/rmi/spec/rmi-objmodel.doc.html -%%JDK_HOME%%/docs/guide/rmi/spec/rmi-properties.doc.html -%%JDK_HOME%%/docs/guide/rmi/spec/rmi-protocol.doc.html -%%JDK_HOME%%/docs/guide/rmi/spec/rmi-registry.doc.html -%%JDK_HOME%%/docs/guide/rmi/spec/rmi-server.doc.html -%%JDK_HOME%%/docs/guide/rmi/spec/rmi-stubs.doc.html -%%JDK_HOME%%/docs/guide/rmi/spec/rmiTOC.doc.html -%%JDK_HOME%%/docs/guide/rmi/subscribe.html -%%JDK_HOME%%/docs/guide/security/Acl.html -%%JDK_HOME%%/docs/guide/security/CryptoSpec.html -%%JDK_HOME%%/docs/guide/security/HowToImplAProvider.html -%%JDK_HOME%%/docs/guide/security/JavaSecurityOverview.html -%%JDK_HOME%%/docs/guide/security/Sun.java -%%JDK_HOME%%/docs/guide/security/cert2.html -%%JDK_HOME%%/docs/guide/security/index.html -%%JDK_HOME%%/docs/guide/security/java.security -%%JDK_HOME%%/docs/guide/serialization/index.html -%%JDK_HOME%%/docs/guide/serialization/spec/class.doc.anc.gif -%%JDK_HOME%%/docs/guide/serialization/spec/class.doc.html -%%JDK_HOME%%/docs/guide/serialization/spec/exceptions.doc.html -%%JDK_HOME%%/docs/guide/serialization/spec/input.doc.html -%%JDK_HOME%%/docs/guide/serialization/spec/output.doc.html -%%JDK_HOME%%/docs/guide/serialization/spec/protocol.doc.html -%%JDK_HOME%%/docs/guide/serialization/spec/security.doc.html -%%JDK_HOME%%/docs/guide/serialization/spec/serial-arch.doc.html -%%JDK_HOME%%/docs/guide/serialization/spec/serialTOC.doc.html -%%JDK_HOME%%/docs/guide/serialization/spec/version.doc.anc.gif -%%JDK_HOME%%/docs/guide/serialization/spec/version.doc.html -%%JDK_HOME%%/docs/images/JAVA.85.GIF -%%JDK_HOME%%/docs/images/cupHJbutton.gif -%%JDK_HOME%%/docs/images/smi.logo.gif -%%JDK_HOME%%/docs/images/sunlogo64x30.gif -%%JDK_HOME%%/docs/index.html -%%JDK_HOME%%/docs/relnotes/SMICopyright.html -%%JDK_HOME%%/docs/relnotes/classlist.html -%%JDK_HOME%%/docs/relnotes/contacts.html -%%JDK_HOME%%/docs/relnotes/demos.html -%%JDK_HOME%%/docs/relnotes/deprecatedlist.html -%%JDK_HOME%%/docs/relnotes/features.html -%%JDK_HOME%%/docs/relnotes/features116.html -%%JDK_HOME%%/docs/relnotes/intro.html -%%JDK_HOME%%/docs/relnotes/update.html -%%JDK_HOME%%/docs/tooldocs/index.html -%%JDK_HOME%%/docs/tooldocs/solaris/appletviewer.html -%%JDK_HOME%%/docs/tooldocs/solaris/classpath.html -%%JDK_HOME%%/docs/tooldocs/solaris/index.html -%%JDK_HOME%%/docs/tooldocs/solaris/jar.html -%%JDK_HOME%%/docs/tooldocs/solaris/java.html -%%JDK_HOME%%/docs/tooldocs/solaris/javac.html -%%JDK_HOME%%/docs/tooldocs/solaris/javadoc.html -%%JDK_HOME%%/docs/tooldocs/solaris/javah.html -%%JDK_HOME%%/docs/tooldocs/solaris/javakey.html -%%JDK_HOME%%/docs/tooldocs/solaris/javap.html -%%JDK_HOME%%/docs/tooldocs/solaris/jdb.html -%%JDK_HOME%%/docs/tooldocs/solaris/jre.html -%%JDK_HOME%%/docs/tooldocs/solaris/native2ascii.html -%%JDK_HOME%%/docs/tooldocs/solaris/rmic.html -%%JDK_HOME%%/docs/tooldocs/solaris/rmiregistry.html -%%JDK_HOME%%/docs/tooldocs/solaris/serialver.html -%%JDK_HOME%%/docs/tooldocs/win32/appletviewer.html -%%JDK_HOME%%/docs/tooldocs/win32/classpath.html -%%JDK_HOME%%/docs/tooldocs/win32/index.html -%%JDK_HOME%%/docs/tooldocs/win32/jar.html -%%JDK_HOME%%/docs/tooldocs/win32/java.html -%%JDK_HOME%%/docs/tooldocs/win32/javac.html -%%JDK_HOME%%/docs/tooldocs/win32/javadoc.html -%%JDK_HOME%%/docs/tooldocs/win32/javah.html -%%JDK_HOME%%/docs/tooldocs/win32/javakey.html -%%JDK_HOME%%/docs/tooldocs/win32/javap.html -%%JDK_HOME%%/docs/tooldocs/win32/jdb.html -%%JDK_HOME%%/docs/tooldocs/win32/jre.html -%%JDK_HOME%%/docs/tooldocs/win32/native2ascii.html -%%JDK_HOME%%/docs/tooldocs/win32/rmic.html -%%JDK_HOME%%/docs/tooldocs/win32/rmiregistry.html -%%JDK_HOME%%/docs/tooldocs/win32/serialver.html -@dirrm %%JDK_HOME%%/docs/api/images -@dirrm %%JDK_HOME%%/docs/api/images-awt -@dirrm %%JDK_HOME%%/docs/api -@dirrm %%JDK_HOME%%/docs/guide/awt/1.0example -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/eventmodel -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/actual/images -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/actual -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/alternative -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/GaugeSwing/images -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/GaugeSwing -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/actual/images -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/actual -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/alternative -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/actual/images -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/actual -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/alternative -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/actual/images -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/actual -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/alternative -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/symboltest/actual -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/symboltest/alternative -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/symboltest -@dirrm %%JDK_HOME%%/docs/guide/awt/demos -@dirrm %%JDK_HOME%%/docs/guide/awt/designspec/graphics -@dirrm %%JDK_HOME%%/docs/guide/awt/designspec/images -@dirrm %%JDK_HOME%%/docs/guide/awt/designspec -@dirrm %%JDK_HOME%%/docs/guide/awt/images -@dirrm %%JDK_HOME%%/docs/guide/awt/innerclass -@dirrm %%JDK_HOME%%/docs/guide/awt -@dirrm %%JDK_HOME%%/docs/guide/beans -@dirrm %%JDK_HOME%%/docs/guide/innerclasses/spec -@dirrm %%JDK_HOME%%/docs/guide/innerclasses -@dirrm %%JDK_HOME%%/docs/guide/intl/demos/Collate/1.0.2 -@dirrm %%JDK_HOME%%/docs/guide/intl/demos/Collate/1.1 -@dirrm %%JDK_HOME%%/docs/guide/intl/demos/Collate -@dirrm %%JDK_HOME%%/docs/guide/intl/demos/DateTimeFormat/1.0.2 -@dirrm %%JDK_HOME%%/docs/guide/intl/demos/DateTimeFormat/1.1 -@dirrm %%JDK_HOME%%/docs/guide/intl/demos/DateTimeFormat -@dirrm %%JDK_HOME%%/docs/guide/intl/demos/MessageFormat/1.0.2 -@dirrm %%JDK_HOME%%/docs/guide/intl/demos/MessageFormat/1.1 -@dirrm %%JDK_HOME%%/docs/guide/intl/demos/MessageFormat -@dirrm %%JDK_HOME%%/docs/guide/intl/demos/NumberFormat/1.0.2 -@dirrm %%JDK_HOME%%/docs/guide/intl/demos/NumberFormat/1.1 -@dirrm %%JDK_HOME%%/docs/guide/intl/demos/NumberFormat -@dirrm %%JDK_HOME%%/docs/guide/intl/demos/TextBound/1.0.2 -@dirrm %%JDK_HOME%%/docs/guide/intl/demos/TextBound/1.1 -@dirrm %%JDK_HOME%%/docs/guide/intl/demos/TextBound -@dirrm %%JDK_HOME%%/docs/guide/intl/demos/code -@dirrm %%JDK_HOME%%/docs/guide/intl/demos -@dirrm %%JDK_HOME%%/docs/guide/intl -@dirrm %%JDK_HOME%%/docs/guide/io -@dirrm %%JDK_HOME%%/docs/guide/jar -@dirrm %%JDK_HOME%%/docs/guide/jdbc/getstart -@dirrm %%JDK_HOME%%/docs/guide/jdbc -@dirrm %%JDK_HOME%%/docs/guide/jni/spec -@dirrm %%JDK_HOME%%/docs/guide/jni -@dirrm %%JDK_HOME%%/docs/guide/math -@dirrm %%JDK_HOME%%/docs/guide/misc/deprecation -@dirrm %%JDK_HOME%%/docs/guide/misc -@dirrm %%JDK_HOME%%/docs/guide/net/images -@dirrm %%JDK_HOME%%/docs/guide/net -@dirrm %%JDK_HOME%%/docs/guide/performance -@dirrm %%JDK_HOME%%/docs/guide/reflection/faq -@dirrm %%JDK_HOME%%/docs/guide/reflection/spec -@dirrm %%JDK_HOME%%/docs/guide/reflection -@dirrm %%JDK_HOME%%/docs/guide/rmi/archives -@dirrm %%JDK_HOME%%/docs/guide/rmi/examples/hello -@dirrm %%JDK_HOME%%/docs/guide/rmi/examples/stock -@dirrm %%JDK_HOME%%/docs/guide/rmi/examples -@dirrm %%JDK_HOME%%/docs/guide/rmi/spec -@dirrm %%JDK_HOME%%/docs/guide/rmi -@dirrm %%JDK_HOME%%/docs/guide/security -@dirrm %%JDK_HOME%%/docs/guide/serialization/spec -@dirrm %%JDK_HOME%%/docs/guide/serialization -@dirrm %%JDK_HOME%%/docs/guide -@dirrm %%JDK_HOME%%/docs/images -@dirrm %%JDK_HOME%%/docs/relnotes -@dirrm %%JDK_HOME%%/docs/tooldocs/solaris -@dirrm %%JDK_HOME%%/docs/tooldocs/win32 -@dirrm %%JDK_HOME%%/docs/tooldocs -@unexec rmdir %D/%%JDK_HOME%%/docs > /dev/null 2>&1 || true -@unexec rmdir %D/%%JDK_HOME%% > /dev/null 2>&1 || true diff --git a/java/jdk12/Makefile b/java/jdk12/Makefile deleted file mode 100644 index 43a88e2bee31..000000000000 --- a/java/jdk12/Makefile +++ /dev/null @@ -1,124 +0,0 @@ -# New ports collection makefile for: jdk12 -# Date created: 10 October 2000 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= jdk -PORTVERSION= ${JDK_VERSION}b${JDK_BETALEVEL} -CATEGORIES= java devel -MASTER_SITES= # http://www.sun.com/software/java2/download.html -# http://www.eyesbeyond.com/freebsddom/java/jdk.html -DISTFILES= ${PORTNAME}${JDK_VERSION:S/./_/g}-src${EXTRACT_SUFX} \ - freebsd-jdk122-patches-${JDK_BETALEVEL}.tar.gz - -MAINTAINER= sobomax@FreeBSD.org - -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ - zip:${PORTSDIR}/archivers/zip \ - ${JDK11DIR}/bin/javac:${PORTSDIR}/java/jdk \ - ${JDK12DIR}/bin/javac:${PORTSDIR}/java/linux-jdk \ - ${X11BASE}/lib/libMrm.a:${PORTSDIR}/x11-toolkits/open-motif-devel \ - ${NONEXISTENT}:${PORTSDIR}/java/jfc:extract -LIB_DEPENDS= odbc.1:${PORTSDIR}/databases/unixODBC -RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/URW/fonts.dir:${PORTSDIR}/x11-fonts/urwfonts \ - javavm:${PORTSDIR}/java/javavmwrapper - -WRKSRC= ${WRKDIR}/build/freebsd - -JDK_VERSION= 1.2.2 -JDK_BETALEVEL= 10 - -JDK11DIR?= ${LOCALBASE}/jdk1.1.8 -JFC11DIR?= ${WRKDIRPREFIX}${.CURDIR}/../../java/jfc/work/swing-1.1.1fcs -JDK12DIR?= ${LOCALBASE}/linux-jdk${JDK_VERSION} - -ONLY_FOR_ARCHS= i386 -USE_GMAKE= yes -RESTRICTED= "Redistribution of pre-compiled binaries isn't permitted" -MAKEFILE= GNUmakefile -MAKE_ENV= HAVE_DPS="no" \ - ALT_BOOTDIR="${JDK12DIR}" \ - ALT_ODBCDIR="${LOCALBASE}" \ - ALT_MOTIF_DIR="${X11BASE}" \ - OPENWINHOME="${X11BASE}" \ - _JDK11DIR="${JDK11DIR}" \ - SYS_CFLAGS="${CFLAGS}" \ - CLASSPATH="" \ - JAVA_COMPILER="" -ALL_TARGET= release-images -PATCH_CMD= ${PATCH} -p1 -s < -PLIST_SUB+= JDK_VERSION=${JDK_VERSION} - -JDKIMAGEDIR= ${WRKSRC}/jdk-image-i386 -JDKIMAGEDIR_G= ${WRKSRC}/jdk-debug-image-i386 -JREIMAGEDIR= ${WRKSRC}/jre-image-i386 - -.if defined(NODEBUG) -PLIST_SUB+= DEBUG:="@comment " -PKGNAMESUFFIX= -nodebug -.else -PLIST_SUB+= DEBUG:="" -.endif - -.if defined(BATCH) || defined(PACKAGE_BUILDING) -IGNORE= "You can not legally distribute pre-compiled binaries" -.endif - -.include <bsd.port.pre.mk> - -.for file in ${DISTFILES} -.if !exists(${DISTDIR}/${file}) -IGNORE=You must manually fetch the source distribution and FreeBSD patches (${DISTFILES}) from http://www.sun.com/software/java2/download.html and http://www.eyesbeyond.com/freebsddom/java/jdk.html, place it in ${DISTDIR} and then run make again -.endif -.endfor - -pre-patch: - @${MKDIR} ${WRKSRC} -.for dir in build src ext/i18n/build ext/i18n/src ext/iiimp/build - @cd ${WRKDIR}/${dir} && ${RM} -rf freebsd && ${CP} -R solaris freebsd -.endfor - @cd ${WRKSRC} && ${PATCH_CMD} ${WRKDIR}/build.patches && \ - cd ../share && ${PATCH_CMD} ${WRKDIR}/buildshare.patches && \ - cd ../../src/freebsd && ${PATCH_CMD} ${WRKDIR}/src.patches && \ - cd ../share && ${PATCH_CMD} ${WRKDIR}/srcshare.patches && \ - cd ../../ext && ${PATCH_CMD} ${WRKDIR}/ext.patches - @${MKDIR} ${WRKSRC}/1.1_libs - @${CP} ${JFC11DIR}/*.jar ${WRKSRC}/1.1_libs - -post-build: - for dir in ${JDKIMAGEDIR} ${JDKIMAGEDIR_G} ${JREIMAGEDIR}; do \ - for file in `find $${dir} -type f -name "*.so"`; do \ - if [ -f $${file}.${JDK_VERSION} ]; then \ - ${RM} $${file}.${JDK_VERSION}; \ - ${LN} -sf `${BASENAME} $${file}` $${file}.${JDK_VERSION}; \ - fi; \ - done; \ - done - for dir in ${JDKIMAGEDIR} ${JREIMAGEDIR}; do \ - find $${dir} -type f | xargs file | ${GREP} 'not stripped$$' | \ - ${SED} 's|:.*$$||' | xargs strip; \ - done - -.if !defined(NODEBUG) -pre-install: - @${ECHO_MSG} - @${ECHO_MSG} "Please use \`make -DNODEBUG' if you don't want to install libraries and binaries" - @${ECHO_MSG} "with debugging support." - @${ECHO_MSG} -.endif - -do-install: - ${MKDIR} ${PREFIX}/jdk${JDK_VERSION} - (cd ${JDKIMAGEDIR} && ${TAR} -c -f - .) \ - | (cd ${PREFIX}/jdk${JDK_VERSION} && ${TAR} --unlink -x -f -) -.if !defined(NODEBUG) - (cd ${JDKIMAGEDIR_G} && ${TAR} -c -f - .) \ - | (cd ${PREFIX}/jdk${JDK_VERSION} && ${TAR} --unlink -x -f -) -.endif - -post-install: - ${LOCALBASE}/bin/registervm "${PREFIX}/jdk${JDK_VERSION}/bin/java # JDK${JDK_VERSION}" - -.include <bsd.port.post.mk> diff --git a/java/jdk12/distinfo b/java/jdk12/distinfo deleted file mode 100644 index 17199dffaa9d..000000000000 --- a/java/jdk12/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (jdk1_2_2-src.tar.gz) = 84a81b3e5f56f73bd4cbee57f895dba7 -MD5 (freebsd-jdk122-patches-10.tar.gz) = 7c01d281b3ac9d5f5f3036749f79492e diff --git a/java/jdk12/files/patch-aa b/java/jdk12/files/patch-aa deleted file mode 100644 index d773e053bc47..000000000000 --- a/java/jdk12/files/patch-aa +++ /dev/null @@ -1,36 +0,0 @@ ---- makefiles/Defs-freebsd.gmk 2000/10/13 00:16:56 1.1 -+++ makefiles/Defs-freebsd.gmk 2000/10/13 00:20:36 -@@ -59,11 +59,11 @@ - GCC_STYLE = -Wmissing-prototypes -Wmissing-declarations -Wnested-externs - GCC_WARNINGS = -W -Wall $(GCC_STYLE) $(GCC_INHIBIT) - CFLAGS_COMMON = $(GCC_WARNINGS) -pipe --CFLAGS_OPT = $(POPT) -fomit-frame-pointer # -mcpu=i686 --CFLAGS_DBG = -g -+CFLAGS_OPT = $(POPT) $(SYS_CFLAGS) #-fomit-frame-pointer # -mcpu=i686 -+CFLAGS_DBG = -g3 - CXXFLAGS_COMMON = $(GCC_WARNINGS) -pipe -DFD_SETSIZE=2048 --CXXFLAGS_OPT = $(POPT) -fomit-frame-pointer # -mcpu=i686 --CXXFLAGS_DBG = -g -+CXXFLAGS_OPT = $(POPT) $(SYS_CFLAGS) #-fomit-frame-pointer # -mcpu=i686 -+CXXFLAGS_DBG = -g3 - endif - - ifneq ($(CC_VERSION), gcc) -@@ -232,7 +232,7 @@ - _OPT = -xO4 - else - ifneq ($(ARCH), alpha) -- _OPT = -O2 -+ _OPT = #-O2 - endif - endif - CPPFLAGS_DBG += -DLOGGING -@@ -248,7 +248,7 @@ - _OPT = -xO2 - else - ifneq ($(ARCH), alpha) -- _OPT = -O2 -+ _OPT = #-O2 - endif - endif - endif diff --git a/java/jdk12/pkg-comment b/java/jdk12/pkg-comment deleted file mode 100644 index ac319a654e79..000000000000 --- a/java/jdk12/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Sun's Java Developers Kit diff --git a/java/jdk12/pkg-descr b/java/jdk12/pkg-descr deleted file mode 100644 index e403d4ee0edd..000000000000 --- a/java/jdk12/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -This is the latest patchset from the Java 2 FreeBSD porting project. This port -allows you to easily build native JDK1.2.2 for FreeBSD. - -Please note that due to the current Sun licensing policy, the resulting binaries -couln't be distributed and you are only permitted to use/hack it personally. -Due to the same reasons you have to manually fetch source code and patchset for -FreeBSD. - -WWW: http://www.freebsd.org/java/ - http://www.eyesbeyond.com/freebsddom/java/index.html - http://www.sun.com/software/communitysource/java2/ diff --git a/java/jdk12/pkg-message b/java/jdk12/pkg-message deleted file mode 100644 index f3ce3f9dba1b..000000000000 --- a/java/jdk12/pkg-message +++ /dev/null @@ -1,157 +0,0 @@ - Sun Microsystems, Inc. - Binary Code License Agreement - -READ THE TERMS OF THIS AGREEMENT AND ANY PROVIDED SUPPLEMENTAL -LICENSE TERMS (COLLECTIVELY "AGREEMENT") CAREFULLY BEFORE -OPENING THE SOFTWARE MEDIA PACKAGE. BY OPENING THE SOFTWARE -MEDIA PACKAGE, YOU AGREE TO THE TERMS OF THIS AGREEMENT. IF -YOU ARE ACCESSING THE SOFTWARE ELECTRONICALLY, INDICATE YOUR -ACCEPTANCE OF THESE TERMS BY SELECTING THE "ACCEPT" BUTTON AT -THE END OF THIS AGREEMENT. IF YOU DO NOT AGREE TO ALL THESE -TERMS, PROMPTLY RETURN THE UNUSED SOFTWARE TO YOUR PLACE OF -PURCHASE FOR A REFUND OR, IF THE SOFTWARE IS ACCESSED -ELECTRONICALLY, SELECT THE "DECLINE" BUTTON AT THE END OF THIS -AGREEMENT. - -1. LICENSE TO USE. Sun grants you a non-exclusive and -non-transferable license for the internal use only of the accompanying -software and documentation and any error corrections provided by Sun -(collectively "Software"), by the number of users and the class of -computer hardware for which the corresponding fee has been paid. - -2. RESTRICTIONS Software is confidential and copyrighted. Title to -Software and all associated intellectual property rights is retained -by Sun and/or its licensors. Except as specifically authorized in any -Supplemental License Terms, you may not make copies of Software, other -than a single copy of Software for archival purposes. Unless -enforcement is prohibited by applicable law, you may not modify, -decompile, reverse engineer Software. Software is not designed or -licensed for use in on-line control of aircraft, air traffic, aircraft -navigation or aircraft communications; or in the design, construction, -operation or maintenance of any nuclear facility. You warrant that -you will not use Software for these purposes. No right, title or -interest in or to any trademark, service mark, logo or trade name of -Sun or its licensors is granted under this Agreement. - -3. LIMITED WARRANTY. Sun warrants to you that for a period of ninety -(90) days from the date of purchase, as evidenced by a copy of the -receipt, the media on which Software is furnished (if any) will be -free of defects in materials and workmanship under normal use. Except -for the foregoing, Software is provided "AS IS". Your exclusive -remedy and Sun's entire liability under this limited warranty will be -at Sun's option to replace Software media or refund the fee paid for -Software. - -4. DISCLAIMER OF WARRANTY. UNLESS SPECIFIED IN THIS AGREEMENT, -ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, -INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A -PARTICULAR PURPOSE, OR NON-INFRINGEMENT, ARE DISCLAIMED, EXCEPT TO -THE EXTENT THAT THESE DISCLAIMERS ARE HELD TO BE LEGALLY INVALID. - -5. LIMITATION OF LIABILITY. TO THE EXTENT NOT PROHIBITED BY LAW, -IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR ANY LOST REVENUE, -PROFIT OR DATA, OR FOR SPECIAL, INDIRECT, CONSEQUENTIAL, INCIDENTAL -OR PUNITIVE DAMAGES, HOWEVER CAUSED REGARDLESS OF THE THEORY OF -LIABILITY, ARISING OUT OF OR RELATED TO THE USE OF OR INABILITY TO -USE SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGES. In no event will Sun's liability to you, whether in -contract, tort (including negligence), or otherwise, exceed the amount -paid by you for Software under this Agreement. The foregoing -limitations will apply even if the above stated warranty fails of its -essential purpose. - -6. Termination. This Agreement is effective until terminated. You -may terminate this Agreement at any time by destroying all copies of -Software. This Agreement will terminate immediately without notice -from Sun if you fail to comply with any provision of this Agreement. -Upon Termination, you must destroy all copies of Software. - -7. Export Regulations. All Software and technical data delivered -under this Agreement are subject to US export control laws and may be -subject to export or import regulations in other countries. You agree -to comply strictly with all such laws and regulations and acknowledge -that you have the responsibility to obtain such licenses to export, -re-export, or import as may be required after delivery to you. - -8. U.S. Government Restricted Rights. Use, duplication, or -disclosure by the U.S. Government is subject to restrictions set forth -in this Agreement and as provided in DFARS 227.7202-1 (a) and -227.7202-3(a) (1995), DFARS 252.227-7013 (c)(1)(ii)(Oct 1988), FAR -12.212 (a) (1995), FAR 52.227-19 (June 1987), or FAR 52.227-14(ALT -III) (June 1987), as applicable. - -9. Governing Law. Any action related to this Agreement will be -governed by California law and controlling U.S. federal law. No -choice of law rules of any jurisdiction will apply. - -10. Severability. If any provision of this Agreement is held to be -unenforceable, This Agreement will remain in effect with the provision -omitted, unless omission would frustrate the intent of the parties, in -which case this Agreement will immediately terminate. - -11. Integration. This Agreement is the entire agreement between you -and Sun relating to its subject matter. It supersedes all prior or -contemporaneous oral or written communications, proposals, -representations and warranties and prevails over any conflicting or -additional terms of any quote, order, acknowledgment, or other -communication between the parties relating to its subject matter -during the term of this Agreement. No modification of this Agreement -will be binding, unless in writing and signed by an authorized -representative of each party. - -For inquiries please contact: Sun Microsystems, Inc. 901 San Antonio -Road, Palo Alto, California 94303 - - JAVA(TM) 2 SDK, STANDARD EDITION, VERSION 1.2.2 - SUPPLEMENTAL LICENSE TERMS - -These supplemental terms ("Supplement") add to the terms of the Binary -Code License Agreement ("Agreement"). Capitalized terms not defined -herein shall have the same meanings ascribed to them in the Agreement. -The Supplement terms shall supersede any inconsistent or conflicting -terms in the Agreement. - -1. Limited License Grant. Sun grants to you a non-exclusive, -non-transferable limited license to use the Software without fee for -evaluation of the Software and for development of Java(TM) applets and -applications provided that you: (i) may not re-distribute the Software -in whole or in part, either separately or included with a -product. (ii) may not create, or authorize your licensees to create -additional classes, interfaces, or subpackages that are contained in -the "java" or "sun" packages or similar as specified by Sun in any -class file naming convention; and (iii) agree to the extent Programs -are developed which utilize the Windows 95/98 style graphical user -interface or components contained therein, such applets or -applications may only be developed to run on a Windows 95/98 or -Windows NT platform. Refer to the Java 2 Runtime Environment Version -1.2.2 binary code license -(http://java.sun.com/products/jdk/1.2/jre/LICENSE) for the availability -of runtime code which may be distributed with Java applets and -applications. - -2. Java Platform Interface. In the event that Licensee creates an -additional API(s) which: (i) extends the functionality of a -Java Environment; and, (ii) is exposed to third party software -developers for the purpose of developing additional software which -invokes such additional API, Licensee must promptly publish broadly an -accurate specification for such API for free use by all developers. - -3. Trademarks and Logos. This Agreement does not authorize Licensee to -use any Sun name, trademark or logo. Licensee acknowledges as between -it and Sun that Sun owns the Java trademark and all Java-related -trademarks, logos and icons including the Coffee Cup and Duke ("Java -Marks") and agrees to comply with the Java Trademark Guidelines at -http://java.sun.com/trademarks.html. - -4. High Risk Activities. Notwithstanding Section 2, with respect to -high risk activities, the following language shall apply: the Software -is not designed or intended for use in on-line control of aircraft, -air traffic, aircraft navigation or aircraft communications; or in the -design, construction, operation or maintenance of any nuclear -facility. Sun disclaims any express or implied warranty of fitness for -such uses. - -5. Source Code. Software may contain source code that is provided -solely for reference purposes pursuant to the terms of this Agreement. - - diff --git a/java/jdk12/pkg-plist b/java/jdk12/pkg-plist deleted file mode 100644 index 06bd85b853ae..000000000000 --- a/java/jdk12/pkg-plist +++ /dev/null @@ -1,878 +0,0 @@ -jdk%%JDK_VERSION%%/COPYRIGHT -jdk%%JDK_VERSION%%/LICENSE -jdk%%JDK_VERSION%%/README -jdk%%JDK_VERSION%%/README.html -jdk%%JDK_VERSION%%/bin/.java_wrapper -jdk%%JDK_VERSION%%/bin/appletviewer -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/appletviewer_g -jdk%%JDK_VERSION%%/bin/extcheck -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/extcheck_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/appletviewer -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/appletviewer_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/extcheck -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/extcheck_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/jar -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/jar_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/jarsigner -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/jarsigner_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/java -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/java_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/javac -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/javac_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/javadoc -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/javadoc_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/javah -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/javah_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/javap -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/javap_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/jdb -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/jdb_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/keytool -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/keytool_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/native2ascii -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/native2ascii_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/oldjava -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/oldjava_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/policytool -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/policytool_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/rmic -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/rmic_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/rmid -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/rmid_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/rmiregistry -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/rmiregistry_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/serialver -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/serialver_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/tnameserv -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/tnameserv_g -jdk%%JDK_VERSION%%/bin/jar -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/jar_g -jdk%%JDK_VERSION%%/bin/jarsigner -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/jarsigner_g -jdk%%JDK_VERSION%%/bin/java -jdk%%JDK_VERSION%%/bin/java-rmi.cgi -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/java_g -jdk%%JDK_VERSION%%/bin/javac -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/javac_g -jdk%%JDK_VERSION%%/bin/javadoc -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/javadoc_g -jdk%%JDK_VERSION%%/bin/javah -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/javah_g -jdk%%JDK_VERSION%%/bin/javap -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/javap_g -jdk%%JDK_VERSION%%/bin/jdb -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/jdb_g -jdk%%JDK_VERSION%%/bin/keytool -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/keytool_g -jdk%%JDK_VERSION%%/bin/native2ascii -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/native2ascii_g -jdk%%JDK_VERSION%%/bin/oldjava -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/oldjava_g -jdk%%JDK_VERSION%%/bin/policytool -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/policytool_g -jdk%%JDK_VERSION%%/bin/rmic -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/rmic_g -jdk%%JDK_VERSION%%/bin/rmid -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/rmid_g -jdk%%JDK_VERSION%%/bin/rmiregistry -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/rmiregistry_g -jdk%%JDK_VERSION%%/bin/serialver -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/serialver_g -jdk%%JDK_VERSION%%/bin/tnameserv -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/tnameserv_g -jdk%%JDK_VERSION%%/demo/applets/Animator/Animation.class -jdk%%JDK_VERSION%%/demo/applets/Animator/AnimationFrame.class -jdk%%JDK_VERSION%%/demo/applets/Animator/Animator.class -jdk%%JDK_VERSION%%/demo/applets/Animator/Animator.java -jdk%%JDK_VERSION%%/demo/applets/Animator/DescriptionFrame.class -jdk%%JDK_VERSION%%/demo/applets/Animator/ParseException.class -jdk%%JDK_VERSION%%/demo/applets/Animator/audio/0.au -jdk%%JDK_VERSION%%/demo/applets/Animator/audio/1.au -jdk%%JDK_VERSION%%/demo/applets/Animator/audio/2.au -jdk%%JDK_VERSION%%/demo/applets/Animator/audio/3.au -jdk%%JDK_VERSION%%/demo/applets/Animator/audio/4.au -jdk%%JDK_VERSION%%/demo/applets/Animator/audio/5.au -jdk%%JDK_VERSION%%/demo/applets/Animator/audio/6.au -jdk%%JDK_VERSION%%/demo/applets/Animator/audio/7.au -jdk%%JDK_VERSION%%/demo/applets/Animator/audio/8.au -jdk%%JDK_VERSION%%/demo/applets/Animator/audio/9.au -jdk%%JDK_VERSION%%/demo/applets/Animator/audio/spacemusic.au -jdk%%JDK_VERSION%%/demo/applets/Animator/example1.html -jdk%%JDK_VERSION%%/demo/applets/Animator/example2.html -jdk%%JDK_VERSION%%/demo/applets/Animator/example3.html -jdk%%JDK_VERSION%%/demo/applets/Animator/example4.html -jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T1.gif -jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T10.gif -jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T2.gif -jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T3.gif -jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T4.gif -jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T5.gif -jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T6.gif -jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T7.gif -jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T8.gif -jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T9.gif -jdk%%JDK_VERSION%%/demo/applets/Animator/images/SimpleAnimation/T1.gif -jdk%%JDK_VERSION%%/demo/applets/Animator/images/SimpleAnimation/T2.gif -jdk%%JDK_VERSION%%/demo/applets/Animator/images/loading-msg.gif -jdk%%JDK_VERSION%%/demo/applets/ArcTest/ArcCanvas.class -jdk%%JDK_VERSION%%/demo/applets/ArcTest/ArcControls.class -jdk%%JDK_VERSION%%/demo/applets/ArcTest/ArcTest.class -jdk%%JDK_VERSION%%/demo/applets/ArcTest/ArcTest.java -jdk%%JDK_VERSION%%/demo/applets/ArcTest/example1.html -jdk%%JDK_VERSION%%/demo/applets/BarChart/Chart.class -jdk%%JDK_VERSION%%/demo/applets/BarChart/Chart.java -jdk%%JDK_VERSION%%/demo/applets/BarChart/example1.html -jdk%%JDK_VERSION%%/demo/applets/Blink/Blink.class -jdk%%JDK_VERSION%%/demo/applets/Blink/Blink.java -jdk%%JDK_VERSION%%/demo/applets/Blink/example1.html -jdk%%JDK_VERSION%%/demo/applets/CardTest/CardPanel.class -jdk%%JDK_VERSION%%/demo/applets/CardTest/CardTest.class -jdk%%JDK_VERSION%%/demo/applets/CardTest/CardTest.java -jdk%%JDK_VERSION%%/demo/applets/CardTest/example1.html -jdk%%JDK_VERSION%%/demo/applets/Clock/Clock2.class -jdk%%JDK_VERSION%%/demo/applets/Clock/Clock2.java -jdk%%JDK_VERSION%%/demo/applets/Clock/example1.html -jdk%%JDK_VERSION%%/demo/applets/DitherTest/DitherCanvas.class -jdk%%JDK_VERSION%%/demo/applets/DitherTest/DitherControls.class -jdk%%JDK_VERSION%%/demo/applets/DitherTest/DitherTest.class -jdk%%JDK_VERSION%%/demo/applets/DitherTest/DitherTest.java -jdk%%JDK_VERSION%%/demo/applets/DitherTest/example1.html -jdk%%JDK_VERSION%%/demo/applets/DrawTest/DrawControls.class -jdk%%JDK_VERSION%%/demo/applets/DrawTest/DrawPanel.class -jdk%%JDK_VERSION%%/demo/applets/DrawTest/DrawTest.class -jdk%%JDK_VERSION%%/demo/applets/DrawTest/DrawTest.java -jdk%%JDK_VERSION%%/demo/applets/DrawTest/example1.html -jdk%%JDK_VERSION%%/demo/applets/Fractal/CLSFractal.class -jdk%%JDK_VERSION%%/demo/applets/Fractal/CLSFractal.java -jdk%%JDK_VERSION%%/demo/applets/Fractal/CLSRule.class -jdk%%JDK_VERSION%%/demo/applets/Fractal/CLSTurtle.class -jdk%%JDK_VERSION%%/demo/applets/Fractal/ContextLSystem.class -jdk%%JDK_VERSION%%/demo/applets/Fractal/example1.html -jdk%%JDK_VERSION%%/demo/applets/GraphLayout/Edge.class -jdk%%JDK_VERSION%%/demo/applets/GraphLayout/Graph.class -jdk%%JDK_VERSION%%/demo/applets/GraphLayout/Graph.java -jdk%%JDK_VERSION%%/demo/applets/GraphLayout/GraphPanel.class -jdk%%JDK_VERSION%%/demo/applets/GraphLayout/Node.class -jdk%%JDK_VERSION%%/demo/applets/GraphLayout/audio/computer.au -jdk%%JDK_VERSION%%/demo/applets/GraphLayout/audio/drip.au -jdk%%JDK_VERSION%%/demo/applets/GraphLayout/audio/gong.au -jdk%%JDK_VERSION%%/demo/applets/GraphLayout/example1.html -jdk%%JDK_VERSION%%/demo/applets/GraphLayout/example2.html -jdk%%JDK_VERSION%%/demo/applets/GraphLayout/example3.html -jdk%%JDK_VERSION%%/demo/applets/GraphLayout/example4.html -jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/AppletFrame.class -jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/AppletFrame.java -jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/ArcCard.class -jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/ArcDegreePanel.class -jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/ArcPanel.class -jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/ColorUtils.class -jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/GraphicsCards.class -jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/GraphicsPanel.class -jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/GraphicsTest.class -jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/GraphicsTest.java -jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/OvalShape.class -jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/PolygonShape.class -jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/RectShape.class -jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/RoundRectShape.class -jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/Shape.class -jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/ShapeTest.class -jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/example1.html -jdk%%JDK_VERSION%%/demo/applets/ImageMap/AniArea.class -jdk%%JDK_VERSION%%/demo/applets/ImageMap/AniArea.java -jdk%%JDK_VERSION%%/demo/applets/ImageMap/ButtonFilter.class -jdk%%JDK_VERSION%%/demo/applets/ImageMap/ButtonFilter.java -jdk%%JDK_VERSION%%/demo/applets/ImageMap/ClickArea.class -jdk%%JDK_VERSION%%/demo/applets/ImageMap/ClickArea.java -jdk%%JDK_VERSION%%/demo/applets/ImageMap/DelayedSoundArea.class -jdk%%JDK_VERSION%%/demo/applets/ImageMap/DelayedSoundArea.java -jdk%%JDK_VERSION%%/demo/applets/ImageMap/HighlightArea.class -jdk%%JDK_VERSION%%/demo/applets/ImageMap/HighlightArea.java -jdk%%JDK_VERSION%%/demo/applets/ImageMap/HighlightFilter.class -jdk%%JDK_VERSION%%/demo/applets/ImageMap/HighlightFilter.java -jdk%%JDK_VERSION%%/demo/applets/ImageMap/HrefButtonArea.class -jdk%%JDK_VERSION%%/demo/applets/ImageMap/HrefButtonArea.java -jdk%%JDK_VERSION%%/demo/applets/ImageMap/ImageMap.class -jdk%%JDK_VERSION%%/demo/applets/ImageMap/ImageMap.java -jdk%%JDK_VERSION%%/demo/applets/ImageMap/ImageMapArea.class -jdk%%JDK_VERSION%%/demo/applets/ImageMap/ImageMapArea.java -jdk%%JDK_VERSION%%/demo/applets/ImageMap/LinkArea.class -jdk%%JDK_VERSION%%/demo/applets/ImageMap/LinkArea.java -jdk%%JDK_VERSION%%/demo/applets/ImageMap/NameArea.class -jdk%%JDK_VERSION%%/demo/applets/ImageMap/NameArea.java -jdk%%JDK_VERSION%%/demo/applets/ImageMap/RoundButtonFilter.class -jdk%%JDK_VERSION%%/demo/applets/ImageMap/RoundButtonFilter.java -jdk%%JDK_VERSION%%/demo/applets/ImageMap/RoundHrefButtonArea.class -jdk%%JDK_VERSION%%/demo/applets/ImageMap/RoundHrefButtonArea.java -jdk%%JDK_VERSION%%/demo/applets/ImageMap/SoundArea.class -jdk%%JDK_VERSION%%/demo/applets/ImageMap/SoundArea.java -jdk%%JDK_VERSION%%/demo/applets/ImageMap/TickerArea.class -jdk%%JDK_VERSION%%/demo/applets/ImageMap/TickerArea.java -jdk%%JDK_VERSION%%/demo/applets/ImageMap/audio/chirp1.au -jdk%%JDK_VERSION%%/demo/applets/ImageMap/audio/hi.au -jdk%%JDK_VERSION%%/demo/applets/ImageMap/example1.html -jdk%%JDK_VERSION%%/demo/applets/ImageMap/imagemapcheat.html -jdk%%JDK_VERSION%%/demo/applets/ImageMap/images/jim.graham.gif -jdk%%JDK_VERSION%%/demo/applets/ImageMap/sources.html -jdk%%JDK_VERSION%%/demo/applets/JumpingBox/MouseTrack.class -jdk%%JDK_VERSION%%/demo/applets/JumpingBox/MouseTrack.java -jdk%%JDK_VERSION%%/demo/applets/JumpingBox/example1.html -jdk%%JDK_VERSION%%/demo/applets/JumpingBox/sounds/adapt-or-die.au -jdk%%JDK_VERSION%%/demo/applets/JumpingBox/sounds/cannot.be.completed.au -jdk%%JDK_VERSION%%/demo/applets/JumpingBox/sounds/ip.au -jdk%%JDK_VERSION%%/demo/applets/JumpingBox/sounds/that.hurts.au -jdk%%JDK_VERSION%%/demo/applets/JumpingBox/sounds/thin.bell.au -jdk%%JDK_VERSION%%/demo/applets/JumpingBox/sounds/tiptoe.thru.the.tulips.au -jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/Atom.class -jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/Matrix3D.class -jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/Matrix3D.java -jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/XYZApp.class -jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/XYZApp.java -jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/XYZChemModel.class -jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/example1.html -jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/example2.html -jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/example3.html -jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/models/HyaluronicAcid.xyz -jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/models/benzene.xyz -jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/models/buckminsterfullerine.xyz -jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/models/cyclohexane.xyz -jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/models/ethane.xyz -jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/models/water.xyz -jdk%%JDK_VERSION%%/demo/applets/NervousText/NervousText.class -jdk%%JDK_VERSION%%/demo/applets/NervousText/NervousText.java -jdk%%JDK_VERSION%%/demo/applets/NervousText/example1.html -jdk%%JDK_VERSION%%/demo/applets/SimpleGraph/GraphApplet.class -jdk%%JDK_VERSION%%/demo/applets/SimpleGraph/GraphApplet.java -jdk%%JDK_VERSION%%/demo/applets/SimpleGraph/example1.html -jdk%%JDK_VERSION%%/demo/applets/SortDemo/BidirBubbleSortAlgorithm.class -jdk%%JDK_VERSION%%/demo/applets/SortDemo/BidirBubbleSortAlgorithm.java -jdk%%JDK_VERSION%%/demo/applets/SortDemo/BubbleSortAlgorithm.class -jdk%%JDK_VERSION%%/demo/applets/SortDemo/BubbleSortAlgorithm.java -jdk%%JDK_VERSION%%/demo/applets/SortDemo/QSortAlgorithm.class -jdk%%JDK_VERSION%%/demo/applets/SortDemo/QSortAlgorithm.java -jdk%%JDK_VERSION%%/demo/applets/SortDemo/SortAlgorithm.class -jdk%%JDK_VERSION%%/demo/applets/SortDemo/SortAlgorithm.java -jdk%%JDK_VERSION%%/demo/applets/SortDemo/SortItem.class -jdk%%JDK_VERSION%%/demo/applets/SortDemo/SortItem.java -jdk%%JDK_VERSION%%/demo/applets/SortDemo/example1.html -jdk%%JDK_VERSION%%/demo/applets/SpreadSheet/Cell.class -jdk%%JDK_VERSION%%/demo/applets/SpreadSheet/CellUpdater.class -jdk%%JDK_VERSION%%/demo/applets/SpreadSheet/InputField.class -jdk%%JDK_VERSION%%/demo/applets/SpreadSheet/Node.class -jdk%%JDK_VERSION%%/demo/applets/SpreadSheet/SpreadSheet.class -jdk%%JDK_VERSION%%/demo/applets/SpreadSheet/SpreadSheet.java -jdk%%JDK_VERSION%%/demo/applets/SpreadSheet/SpreadSheetInput.class -jdk%%JDK_VERSION%%/demo/applets/SpreadSheet/example1.html -jdk%%JDK_VERSION%%/demo/applets/SymbolTest/SymbolCanvas.class -jdk%%JDK_VERSION%%/demo/applets/SymbolTest/SymbolTest$MyAdapter.class -jdk%%JDK_VERSION%%/demo/applets/SymbolTest/SymbolTest.class -jdk%%JDK_VERSION%%/demo/applets/SymbolTest/SymbolTest.java -jdk%%JDK_VERSION%%/demo/applets/SymbolTest/example1.html -jdk%%JDK_VERSION%%/demo/applets/TicTacToe/TicTacToe.class -jdk%%JDK_VERSION%%/demo/applets/TicTacToe/TicTacToe.java -jdk%%JDK_VERSION%%/demo/applets/TicTacToe/audio/beep.au -jdk%%JDK_VERSION%%/demo/applets/TicTacToe/audio/ding.au -jdk%%JDK_VERSION%%/demo/applets/TicTacToe/audio/return.au -jdk%%JDK_VERSION%%/demo/applets/TicTacToe/audio/yahoo1.au -jdk%%JDK_VERSION%%/demo/applets/TicTacToe/audio/yahoo2.au -jdk%%JDK_VERSION%%/demo/applets/TicTacToe/example1.html -jdk%%JDK_VERSION%%/demo/applets/TicTacToe/images/cross.gif -jdk%%JDK_VERSION%%/demo/applets/TicTacToe/images/not.gif -jdk%%JDK_VERSION%%/demo/applets/WireFrame/FileFormatException.class -jdk%%JDK_VERSION%%/demo/applets/WireFrame/Matrix3D.class -jdk%%JDK_VERSION%%/demo/applets/WireFrame/Matrix3D.java -jdk%%JDK_VERSION%%/demo/applets/WireFrame/Model3D.class -jdk%%JDK_VERSION%%/demo/applets/WireFrame/ThreeD.class -jdk%%JDK_VERSION%%/demo/applets/WireFrame/ThreeD.java -jdk%%JDK_VERSION%%/demo/applets/WireFrame/example1.html -jdk%%JDK_VERSION%%/demo/applets/WireFrame/example2.html -jdk%%JDK_VERSION%%/demo/applets/WireFrame/example3.html -jdk%%JDK_VERSION%%/demo/applets/WireFrame/example4.html -jdk%%JDK_VERSION%%/demo/applets/WireFrame/models/cube.obj -jdk%%JDK_VERSION%%/demo/applets/WireFrame/models/dinasaur.obj -jdk%%JDK_VERSION%%/demo/applets/WireFrame/models/hughes_500.obj -jdk%%JDK_VERSION%%/demo/applets/WireFrame/models/knoxS.obj -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateCoffees/MSAccess/CreateCoffees.class -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateCoffees/MSAccess/CreateCoffees.java -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateCoffees/MSAccess/runnit.bat -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateCoffees/Sybase/CreateCoffees.class -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateCoffees/Sybase/CreateCoffees.java -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateCoffees/Sybase/runnit.bat -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateSuppliers/MSAccess/CreateSuppliers.class -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateSuppliers/MSAccess/CreateSuppliers.java -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateSuppliers/MSAccess/runnit.bat -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateSuppliers/Sybase/CreateSuppliers.class -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateSuppliers/Sybase/CreateSuppliers.java -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateSuppliers/Sybase/runnit.bat -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertCoffees/SQLSrvr/InsertCoffees.class -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertCoffees/SQLSrvr/InsertCoffees.java -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertCoffees/SQLSrvr/runnit.bat -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertCoffees/Sybase/InsertCoffees.class -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertCoffees/Sybase/InsertCoffees.java -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertCoffees/Sybase/runnit.bat -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertSuppliers/MSAccess/InsertSuppliers.class -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertSuppliers/MSAccess/InsertSuppliers.java -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertSuppliers/MSAccess/runnit.bat -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertSuppliers/Sybase/InsertSuppliers.class -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertSuppliers/Sybase/InsertSuppliers.java -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertSuppliers/Sybase/runnit.bat -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/JavaDB/CAFEJAVA.MDB -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/JavaDB/CAFEJAVA.ldb -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/README.txt -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/private.fls -jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/FileChooserDemo.jar -jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/README.txt -jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/images/gifIcon.gif -jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/images/jpgIcon.jpg -jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/src/ExampleFileFilter.java -jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/src/ExampleFileView.java -jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/src/FileChooserDemo.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/Java2Demo.html -jdk%%JDK_VERSION%%/demo/jfc/Java2D/Java2Demo.jar -jdk%%JDK_VERSION%%/demo/jfc/Java2D/README.txt -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/HelpFiles/back.gif -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/HelpFiles/credits.html -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/HelpFiles/duke.gif -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/HelpFiles/javalogo.gif -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/HelpFiles/metal.html -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/HelpFiles/metalworks.html -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/HelpFiles/swing.html -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/HelpFiles/toc.html -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/Metalworks.jar -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/MyTheme.theme -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/README.txt -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/images/palette_crop.gif -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/images/palette_draw.gif -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/images/palette_hand.gif -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/images/palette_select.gif -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/images/palette_text.gif -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/images/palette_zoom.gif -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/AquaMetalTheme.java -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/BigContrastMetalTheme.java -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/ContrastMetalTheme.java -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/DemoMetalTheme.java -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/GreenMetalTheme.java -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/KhakiMetalTheme.java -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/MetalThemeMenu.java -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/Metalworks.java -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/MetalworksDocumentFrame.java -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/MetalworksFrame.java -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/MetalworksHelp.java -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/MetalworksInBox.java -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/MetalworksPrefs.java -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/PropertiesMetalTheme.java -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/UISwitchListener.java -jdk%%JDK_VERSION%%/demo/jfc/Notepad/Notepad.jar -jdk%%JDK_VERSION%%/demo/jfc/Notepad/README.txt -jdk%%JDK_VERSION%%/demo/jfc/Notepad/resources/Notepad.properties -jdk%%JDK_VERSION%%/demo/jfc/Notepad/resources/Notepad_fr.properties -jdk%%JDK_VERSION%%/demo/jfc/Notepad/resources/Notepad_sv.properties -jdk%%JDK_VERSION%%/demo/jfc/Notepad/resources/copy.gif -jdk%%JDK_VERSION%%/demo/jfc/Notepad/resources/cut.gif -jdk%%JDK_VERSION%%/demo/jfc/Notepad/resources/new.gif -jdk%%JDK_VERSION%%/demo/jfc/Notepad/resources/open.gif -jdk%%JDK_VERSION%%/demo/jfc/Notepad/resources/paste.gif -jdk%%JDK_VERSION%%/demo/jfc/Notepad/resources/save.gif -jdk%%JDK_VERSION%%/demo/jfc/Notepad/src/ElementTreePanel.java -jdk%%JDK_VERSION%%/demo/jfc/Notepad/src/Notepad.java -jdk%%JDK_VERSION%%/demo/jfc/SampleTree/README.txt -jdk%%JDK_VERSION%%/demo/jfc/SampleTree/SampleTree.jar -jdk%%JDK_VERSION%%/demo/jfc/SampleTree/images/collapsed.gif -jdk%%JDK_VERSION%%/demo/jfc/SampleTree/images/expanded.gif -jdk%%JDK_VERSION%%/demo/jfc/SampleTree/src/DynamicTreeNode.java -jdk%%JDK_VERSION%%/demo/jfc/SampleTree/src/SampleData.java -jdk%%JDK_VERSION%%/demo/jfc/SampleTree/src/SampleTree.java -jdk%%JDK_VERSION%%/demo/jfc/SampleTree/src/SampleTreeCellRenderer.java -jdk%%JDK_VERSION%%/demo/jfc/SampleTree/src/SampleTreeModel.java -jdk%%JDK_VERSION%%/demo/jfc/SimpleExample/README.txt -jdk%%JDK_VERSION%%/demo/jfc/SimpleExample/SimpleExample.jar -jdk%%JDK_VERSION%%/demo/jfc/SimpleExample/src/SimpleExample.java -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/README.txt -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/Stylepad.jar -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/Notepad.properties -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/Notepad_fr.properties -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/Notepad_sv.properties -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/Stylepad.properties -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/Stylepad_sv.properties -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/alice.gif -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/bold.gif -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/bullets.gif -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/caterpillar.gif -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/center.gif -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/copy.gif -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/cut.gif -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/fg.gif -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/hatter.gif -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/italic.gif -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/left.gif -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/new.gif -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/open.gif -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/paste.gif -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/rabbit.gif -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/rabbit2.gif -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/right.gif -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/save.gif -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/underline.gif -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/ElementTreePanel.java -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/HelloWorld.java -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/Notepad.java -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/Stylepad.java -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/Wonderland.java -jdk%%JDK_VERSION%%/demo/jfc/SwingApplet/README.txt -jdk%%JDK_VERSION%%/demo/jfc/SwingApplet/SwingApplet.html -jdk%%JDK_VERSION%%/demo/jfc/SwingApplet/SwingApplet.jar -jdk%%JDK_VERSION%%/demo/jfc/SwingApplet/src/SwingApplet.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/Constitution.txt -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/README.txt -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/README12.txt -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/SwingSet.jar -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/SwingSetApplet.html -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/SwingSetApplet2.html -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/ToolBar.txt -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/Wonderland.txt -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/bugfixers.html -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/example.html -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/AboutBorder.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/AboutSwing.jpg -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/BigTiger.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/Copyright.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/ImageClub/COPYRIGHT -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/ImageClub/food/banana.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/ImageClub/food/broccoli.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/ImageClub/food/burger.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/ImageClub/food/cake.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/ImageClub/food/cantaloupe.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/ImageClub/food/carrot.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/ImageClub/food/corn.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/ImageClub/food/donut.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/ImageClub/food/fries.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/ImageClub/food/grapes.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/ImageClub/food/hotdog.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/ImageClub/food/icecream.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/ImageClub/food/peach.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/ImageClub/food/peas.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/ImageClub/food/pie.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/ImageClub/food/pizza.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/ImageClub/food/radish.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/ImageClub/food/softdrink.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/ImageClub/food/treat.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/ImageClub/food/watermelon.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/ImageClub/misc/cab.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/ImageClub/misc/fish.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/ImageClub/misc/horn.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/ImageClub/misc/moon.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/ImageClub/misc/sun.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/SmallTiger.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/WebSpice/COPYRIGHT -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/WebSpice/bulb1.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/WebSpice/bulb2.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/WebSpice/bulb3.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/WebSpice/left.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/WebSpice/leftDown.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/WebSpice/leftRollover.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/WebSpice/radio.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/WebSpice/radioPressed.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/WebSpice/radioSelected.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/WebSpice/right.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/WebSpice/rightDown.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/WebSpice/rightRollover.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/buttonImage2.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/buttonImage3.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/buttonImage4.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/copy.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/cow.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/cowSmall.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/cut.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/document.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/dot.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/duke2.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/dukeMagnify.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/dukeSnooze.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/dukeWave.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/dukeWaveRed.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/folder.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/gifIcon.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/jpgIcon.jpg -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/layout/bl.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/layout/bldn.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/layout/bm.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/layout/bmdn.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/layout/br.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/layout/brdn.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/layout/c.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/layout/cdn.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/layout/ml.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/layout/mldn.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/layout/mr.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/layout/mrdn.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/layout/tl.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/layout/tldn.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/layout/tm.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/layout/tmdn.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/layout/toggle.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/layout/toggledn.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/layout/tr.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/layout/trdn.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/list/a1.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/list/a1d.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/list/a2.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/list/a2d.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/list/a3.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/list/a3d.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/list/a4.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/list/a4d.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/list/a5.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/list/a5d.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/new.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/noDot.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/open.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/paste.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/people/amy.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/people/ges.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/people/jag.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/people/jeff.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/people/mathew.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/people/nathan.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/people/phil.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/people/pl.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/people/rich.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/people/rick.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/people/tim.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/people/tom.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/redDot.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/save.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/scrollpane/column.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/scrollpane/corner.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/scrollpane/header.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/swing-64.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/swing.small.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/swingLabelSmall.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/swirl.gif -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/src/BorderPanel.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/src/BorderedPanePanel.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/src/ButtonPanel.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/src/CheckboxPanel.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/src/ComboBoxPanel.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/src/ComponentOrientationChanger.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/src/DebugGraphicsPanel.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/src/DirectionPanel.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/src/ExampleFileFilter.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/src/ExampleFileView.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/src/HtmlPanel.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/src/InternalWindowPanel.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/src/LabelPanel.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/src/LayoutControlPanel.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/src/ListPanel.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/src/ProgressPanel.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/src/RadioButtonPanel.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/src/ScrollPanePanel.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/src/SliderPanel.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/src/SplitPanePanel.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/src/SwingSet.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/src/SwingSetApplet.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/src/TablePanel.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/src/TextPanel.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/src/ToggleButtonPanel.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/src/ToolTipPanel.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/src/TreeCombo.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet/src/TreePanel.java -jdk%%JDK_VERSION%%/demo/jfc/TableExample/README.txt -jdk%%JDK_VERSION%%/demo/jfc/TableExample/TableExample.jar -jdk%%JDK_VERSION%%/demo/jfc/TableExample/src/JDBCAdapter.java -jdk%%JDK_VERSION%%/demo/jfc/TableExample/src/OldJTable.java -jdk%%JDK_VERSION%%/demo/jfc/TableExample/src/TableExample.java -jdk%%JDK_VERSION%%/demo/jfc/TableExample/src/TableExample2.java -jdk%%JDK_VERSION%%/demo/jfc/TableExample/src/TableExample3.java -jdk%%JDK_VERSION%%/demo/jfc/TableExample/src/TableExample4.java -jdk%%JDK_VERSION%%/demo/jfc/TableExample/src/TableMap.java -jdk%%JDK_VERSION%%/demo/jfc/TableExample/src/TableSorter.java -jdk%%JDK_VERSION%%/include-old/StubPreamble.h -jdk%%JDK_VERSION%%/include-old/alloc_cache.h -jdk%%JDK_VERSION%%/include-old/bag.h -jdk%%JDK_VERSION%%/include-old/bool.h -jdk%%JDK_VERSION%%/include-old/breakpoints.h -jdk%%JDK_VERSION%%/include-old/byteorder.h -jdk%%JDK_VERSION%%/include-old/common_exceptions.h -jdk%%JDK_VERSION%%/include-old/debug.h -jdk%%JDK_VERSION%%/include-old/dll.h -jdk%%JDK_VERSION%%/include-old/exceptions.h -jdk%%JDK_VERSION%%/include-old/freebsd/byteorder_md.h -jdk%%JDK_VERSION%%/include-old/freebsd/gc_md.h -jdk%%JDK_VERSION%%/include-old/freebsd/hpi_md.h -jdk%%JDK_VERSION%%/include-old/freebsd/io_md.h -jdk%%JDK_VERSION%%/include-old/freebsd/jmath_md.h -jdk%%JDK_VERSION%%/include-old/freebsd/jni_md.h -jdk%%JDK_VERSION%%/include-old/freebsd/jvm_md.h -jdk%%JDK_VERSION%%/include-old/freebsd/miscdefs_md.h -jdk%%JDK_VERSION%%/include-old/freebsd/path_md.h -jdk%%JDK_VERSION%%/include-old/freebsd/sysmacros_md.h -jdk%%JDK_VERSION%%/include-old/freebsd/timeval_md.h -jdk%%JDK_VERSION%%/include-old/freebsd/typedefs_md.h -jdk%%JDK_VERSION%%/include-old/gc.h -jdk%%JDK_VERSION%%/include-old/hpi.h -jdk%%JDK_VERSION%%/include-old/interpreter.h -jdk%%JDK_VERSION%%/include-old/javaString.h -jdk%%JDK_VERSION%%/include-old/java_lang_ClassLoader.h -jdk%%JDK_VERSION%%/include-old/java_lang_String.h -jdk%%JDK_VERSION%%/include-old/java_lang_Thread.h -jdk%%JDK_VERSION%%/include-old/java_lang_ThreadGroup.h -jdk%%JDK_VERSION%%/include-old/jcov.h -jdk%%JDK_VERSION%%/include-old/jit.h -jdk%%JDK_VERSION%%/include-old/jmath.h -jdk%%JDK_VERSION%%/include-old/jni.h -jdk%%JDK_VERSION%%/include-old/jvm.h -jdk%%JDK_VERSION%%/include-old/jvmdi.h -jdk%%JDK_VERSION%%/include-old/jvmpi.h -jdk%%JDK_VERSION%%/include-old/log.h -jdk%%JDK_VERSION%%/include-old/monitor.h -jdk%%JDK_VERSION%%/include-old/monitor_cache.h -jdk%%JDK_VERSION%%/include-old/native.h -jdk%%JDK_VERSION%%/include-old/oldnmi.h -jdk%%JDK_VERSION%%/include-old/oobj.h -jdk%%JDK_VERSION%%/include-old/opcodes.h -jdk%%JDK_VERSION%%/include-old/path.h -jdk%%JDK_VERSION%%/include-old/reflect.h -jdk%%JDK_VERSION%%/include-old/signature.h -jdk%%JDK_VERSION%%/include-old/sys_api.h -jdk%%JDK_VERSION%%/include-old/threads.h -jdk%%JDK_VERSION%%/include-old/tree.h -jdk%%JDK_VERSION%%/include-old/typecodes.h -jdk%%JDK_VERSION%%/include-old/typedefs.h -jdk%%JDK_VERSION%%/include-old/utf.h -jdk%%JDK_VERSION%%/include-old/util.h -jdk%%JDK_VERSION%%/include-old/vmprofiler.h -jdk%%JDK_VERSION%%/include-old/wrap.h -jdk%%JDK_VERSION%%/include/freebsd/jni_md.h -jdk%%JDK_VERSION%%/include/jni.h -jdk%%JDK_VERSION%%/include/jvmdi.h -jdk%%JDK_VERSION%%/include/jvmpi.h -jdk%%JDK_VERSION%%/jre/bin/.java_wrapper -jdk%%JDK_VERSION%%/jre/bin/i386/green_threads/java -jdk%%JDK_VERSION%%/jre/bin/i386/green_threads/keytool -jdk%%JDK_VERSION%%/jre/bin/i386/green_threads/policytool -jdk%%JDK_VERSION%%/jre/bin/i386/green_threads/rmid -jdk%%JDK_VERSION%%/jre/bin/i386/green_threads/rmiregistry -jdk%%JDK_VERSION%%/jre/bin/i386/green_threads/tnameserv -jdk%%JDK_VERSION%%/jre/bin/java -jdk%%JDK_VERSION%%/jre/bin/keytool -jdk%%JDK_VERSION%%/jre/bin/policytool -jdk%%JDK_VERSION%%/jre/bin/rmid -jdk%%JDK_VERSION%%/jre/bin/rmiregistry -jdk%%JDK_VERSION%%/jre/bin/tnameserv -jdk%%JDK_VERSION%%/jre/lib/audio/soundbank.gm -jdk%%JDK_VERSION%%/jre/lib/cmm/CIEXYZ.pf -jdk%%JDK_VERSION%%/jre/lib/cmm/GRAY.pf -jdk%%JDK_VERSION%%/jre/lib/cmm/LINEAR_RGB.pf -jdk%%JDK_VERSION%%/jre/lib/cmm/PYCC.pf -jdk%%JDK_VERSION%%/jre/lib/cmm/sRGB.pf -jdk%%JDK_VERSION%%/jre/lib/content-types.properties -jdk%%JDK_VERSION%%/jre/lib/ext/iiimp.jar -jdk%%JDK_VERSION%%/jre/lib/flavormap.properties -jdk%%JDK_VERSION%%/jre/lib/font.properties -jdk%%JDK_VERSION%%/jre/lib/font.properties.ja -jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaBrightDemiBold.ttf -jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaBrightDemiItalic.ttf -jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaBrightItalic.ttf -jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaBrightRegular.ttf -jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaSansDemiBold.ttf -jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaSansDemiOblique.ttf -jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaSansOblique.ttf -jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaSansRegular.ttf -jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaTypewriterBold.ttf -jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaTypewriterBoldOblique.ttf -jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaTypewriterOblique.ttf -jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaTypewriterRegular.ttf -jdk%%JDK_VERSION%%/jre/lib/fonts/fonts.dir -jdk%%JDK_VERSION%%/jre/lib/i18n.jar -jdk%%JDK_VERSION%%/jre/lib/i386/classic/Xusage.txt -jdk%%JDK_VERSION%%/jre/lib/i386/classic/libjvm.so -jdk%%JDK_VERSION%%/jre/lib/i386/classic/libjvm.so.1.2.2 -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/classic/libjvm_g.so -jdk%%JDK_VERSION%%/jre/lib/i386/green_threads/libhpi.so -jdk%%JDK_VERSION%%/jre/lib/i386/green_threads/libhpi.so.1.2.2 -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/green_threads/libhpi_g.so -jdk%%JDK_VERSION%%/jre/lib/i386/libJdbcOdbc.so -jdk%%JDK_VERSION%%/jre/lib/i386/libJdbcOdbc.so.1.2.2 -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libJdbcOdbc_g.so -jdk%%JDK_VERSION%%/jre/lib/i386/libagent.so -jdk%%JDK_VERSION%%/jre/lib/i386/libagent.so.1.2.2 -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libagent_g.so -jdk%%JDK_VERSION%%/jre/lib/i386/libaudio.so -jdk%%JDK_VERSION%%/jre/lib/i386/libaudio.so.1.2.2 -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libaudio_g.so -jdk%%JDK_VERSION%%/jre/lib/i386/libawt.so -jdk%%JDK_VERSION%%/jre/lib/i386/libawt.so.1.2.2 -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libawt_g.so -jdk%%JDK_VERSION%%/jre/lib/i386/libcmm.so -jdk%%JDK_VERSION%%/jre/lib/i386/libcmm.so.1.2.2 -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libcmm_g.so -jdk%%JDK_VERSION%%/jre/lib/i386/libdcpr.so -jdk%%JDK_VERSION%%/jre/lib/i386/libdcpr.so.1.2.2 -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libdcpr_g.so -jdk%%JDK_VERSION%%/jre/lib/i386/libfontmanager.so -jdk%%JDK_VERSION%%/jre/lib/i386/libfontmanager.so.1.2.2 -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libfontmanager_g.so -jdk%%JDK_VERSION%%/jre/lib/i386/libhprof.so -jdk%%JDK_VERSION%%/jre/lib/i386/libhprof.so.1.2.2 -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libhprof_g.so -jdk%%JDK_VERSION%%/jre/lib/i386/libjava.so -jdk%%JDK_VERSION%%/jre/lib/i386/libjava.so.1.2.2 -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libjava_g.so -jdk%%JDK_VERSION%%/jre/lib/i386/libjpeg.so -jdk%%JDK_VERSION%%/jre/lib/i386/libjpeg.so.1.2.2 -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libjpeg_g.so -jdk%%JDK_VERSION%%/jre/lib/i386/libmath.so -jdk%%JDK_VERSION%%/jre/lib/i386/libmath.so.1.2.2 -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libmath_g.so -jdk%%JDK_VERSION%%/jre/lib/i386/libmlib_image.so -jdk%%JDK_VERSION%%/jre/lib/i386/libmlib_image.so.1.2.2 -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libmlib_image_g.so -jdk%%JDK_VERSION%%/jre/lib/i386/libnet.so -jdk%%JDK_VERSION%%/jre/lib/i386/libnet.so.1.2.2 -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libnet_g.so -jdk%%JDK_VERSION%%/jre/lib/i386/libsunwjdga.so -jdk%%JDK_VERSION%%/jre/lib/i386/libsunwjdga.so.1.2.2 -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libsunwjdga_g.so -jdk%%JDK_VERSION%%/jre/lib/i386/libzip.so -jdk%%JDK_VERSION%%/jre/lib/i386/libzip.so.1.2.2 -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libzip_g.so -jdk%%JDK_VERSION%%/jre/lib/images/cursors/cursors.properties -jdk%%JDK_VERSION%%/jre/lib/images/cursors/invalid32x32.gif -jdk%%JDK_VERSION%%/jre/lib/images/cursors/motif_CopyDrop32x32.gif -jdk%%JDK_VERSION%%/jre/lib/images/cursors/motif_CopyNoDrop32x32.gif -jdk%%JDK_VERSION%%/jre/lib/images/cursors/motif_LinkDrop32x32.gif -jdk%%JDK_VERSION%%/jre/lib/images/cursors/motif_LinkNoDrop32x32.gif -jdk%%JDK_VERSION%%/jre/lib/images/cursors/motif_MoveDrop32x32.gif -jdk%%JDK_VERSION%%/jre/lib/images/cursors/motif_MoveNoDrop32x32.gif -jdk%%JDK_VERSION%%/jre/lib/jvm.hprof.txt -jdk%%JDK_VERSION%%/jre/lib/locale/ja/app-defaults/XApplication -jdk%%JDK_VERSION%%/jre/lib/locale/ja_JP.PCK/app-defaults/XApplication -jdk%%JDK_VERSION%%/jre/lib/locale/ja_JP.UTF-8/app-defaults/XApplication -jdk%%JDK_VERSION%%/jre/lib/rt.jar -jdk%%JDK_VERSION%%/jre/lib/security/cacerts -jdk%%JDK_VERSION%%/jre/lib/security/java.policy -jdk%%JDK_VERSION%%/jre/lib/security/java.security -jdk%%JDK_VERSION%%/lib/dt.jar -jdk%%JDK_VERSION%%/lib/tools.jar -jdk%%JDK_VERSION%%/src.jar -@exec mkdir -p %D/share/java/classes -@exec mkdir -p %D/share/doc/java -@unexec rmdir %D/share/java/classes 2>/dev/null || true -@unexec rmdir %D/share/java 2>/dev/null || true -@unexec rmdir %D/share/doc/java 2>/dev/null || true -@exec %D/bin/registervm "%D/jdk%%JDK_VERSION%%/bin/java # JDK%%JDK_VERSION%%" -@unexec %D/bin/unregistervm JDK%%JDK_VERSION%% -@dirrm jdk%%JDK_VERSION%%/lib -@dirrm jdk%%JDK_VERSION%%/jre/lib/security -@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/ja_JP.UTF-8/app-defaults -@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/ja_JP.UTF-8 -@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/ja_JP.PCK/app-defaults -@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/ja_JP.PCK -@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/ja/app-defaults -@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/ja -@dirrm jdk%%JDK_VERSION%%/jre/lib/locale -@dirrm jdk%%JDK_VERSION%%/jre/lib/images/cursors -@dirrm jdk%%JDK_VERSION%%/jre/lib/images -@dirrm jdk%%JDK_VERSION%%/jre/lib/i386/green_threads -@dirrm jdk%%JDK_VERSION%%/jre/lib/i386/classic -@dirrm jdk%%JDK_VERSION%%/jre/lib/i386 -@dirrm jdk%%JDK_VERSION%%/jre/lib/fonts -@dirrm jdk%%JDK_VERSION%%/jre/lib/ext -@dirrm jdk%%JDK_VERSION%%/jre/lib/cmm -@dirrm jdk%%JDK_VERSION%%/jre/lib/audio -@dirrm jdk%%JDK_VERSION%%/jre/lib -@dirrm jdk%%JDK_VERSION%%/jre/bin/i386/green_threads -@dirrm jdk%%JDK_VERSION%%/jre/bin/i386 -@dirrm jdk%%JDK_VERSION%%/jre/bin -@dirrm jdk%%JDK_VERSION%%/jre -@dirrm jdk%%JDK_VERSION%%/include/freebsd -@dirrm jdk%%JDK_VERSION%%/include-old/freebsd -@dirrm jdk%%JDK_VERSION%%/include-old -@dirrm jdk%%JDK_VERSION%%/include -@dirrm jdk%%JDK_VERSION%%/demo/jfc/TableExample/src -@dirrm jdk%%JDK_VERSION%%/demo/jfc/TableExample -@dirrm jdk%%JDK_VERSION%%/demo/jfc/SwingSet/src -@dirrm jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/scrollpane -@dirrm jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/people -@dirrm jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/list -@dirrm jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/layout -@dirrm jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/WebSpice -@dirrm jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/ImageClub/misc -@dirrm jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/ImageClub/food -@dirrm jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images/ImageClub -@dirrm jdk%%JDK_VERSION%%/demo/jfc/SwingSet/images -@dirrm jdk%%JDK_VERSION%%/demo/jfc/SwingSet -@dirrm jdk%%JDK_VERSION%%/demo/jfc/SwingApplet/src -@dirrm jdk%%JDK_VERSION%%/demo/jfc/SwingApplet -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Stylepad -@dirrm jdk%%JDK_VERSION%%/demo/jfc/SimpleExample/src -@dirrm jdk%%JDK_VERSION%%/demo/jfc/SimpleExample -@dirrm jdk%%JDK_VERSION%%/demo/jfc/SampleTree/src -@dirrm jdk%%JDK_VERSION%%/demo/jfc/SampleTree/images -@dirrm jdk%%JDK_VERSION%%/demo/jfc/SampleTree -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Notepad/src -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Notepad/resources -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Notepad -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Metalworks/images -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Metalworks/HelpFiles -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Metalworks -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D -@dirrm jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/src -@dirrm jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/images -@dirrm jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo -@dirrm jdk%%JDK_VERSION%%/demo/jfc/DBDemos/JavaDB -@dirrm jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertSuppliers/Sybase -@dirrm jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertSuppliers/MSAccess -@dirrm jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertSuppliers -@dirrm jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertCoffees/Sybase -@dirrm jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertCoffees/SQLSrvr -@dirrm jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertCoffees -@dirrm jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateSuppliers/Sybase -@dirrm jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateSuppliers/MSAccess -@dirrm jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateSuppliers -@dirrm jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateCoffees/Sybase -@dirrm jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateCoffees/MSAccess -@dirrm jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateCoffees -@dirrm jdk%%JDK_VERSION%%/demo/jfc/DBDemos -@dirrm jdk%%JDK_VERSION%%/demo/jfc -@dirrm jdk%%JDK_VERSION%%/demo/applets/WireFrame/models -@dirrm jdk%%JDK_VERSION%%/demo/applets/WireFrame -@dirrm jdk%%JDK_VERSION%%/demo/applets/TicTacToe/images -@dirrm jdk%%JDK_VERSION%%/demo/applets/TicTacToe/audio -@dirrm jdk%%JDK_VERSION%%/demo/applets/TicTacToe -@dirrm jdk%%JDK_VERSION%%/demo/applets/SymbolTest -@dirrm jdk%%JDK_VERSION%%/demo/applets/SpreadSheet -@dirrm jdk%%JDK_VERSION%%/demo/applets/SortDemo -@dirrm jdk%%JDK_VERSION%%/demo/applets/SimpleGraph -@dirrm jdk%%JDK_VERSION%%/demo/applets/NervousText -@dirrm jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/models -@dirrm jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer -@dirrm jdk%%JDK_VERSION%%/demo/applets/JumpingBox/sounds -@dirrm jdk%%JDK_VERSION%%/demo/applets/JumpingBox -@dirrm jdk%%JDK_VERSION%%/demo/applets/ImageMap/images -@dirrm jdk%%JDK_VERSION%%/demo/applets/ImageMap/audio -@dirrm jdk%%JDK_VERSION%%/demo/applets/ImageMap -@dirrm jdk%%JDK_VERSION%%/demo/applets/GraphicsTest -@dirrm jdk%%JDK_VERSION%%/demo/applets/GraphLayout/audio -@dirrm jdk%%JDK_VERSION%%/demo/applets/GraphLayout -@dirrm jdk%%JDK_VERSION%%/demo/applets/Fractal -@dirrm jdk%%JDK_VERSION%%/demo/applets/DrawTest -@dirrm jdk%%JDK_VERSION%%/demo/applets/DitherTest -@dirrm jdk%%JDK_VERSION%%/demo/applets/Clock -@dirrm jdk%%JDK_VERSION%%/demo/applets/CardTest -@dirrm jdk%%JDK_VERSION%%/demo/applets/Blink -@dirrm jdk%%JDK_VERSION%%/demo/applets/BarChart -@dirrm jdk%%JDK_VERSION%%/demo/applets/ArcTest -@dirrm jdk%%JDK_VERSION%%/demo/applets/Animator/images/SimpleAnimation -@dirrm jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans -@dirrm jdk%%JDK_VERSION%%/demo/applets/Animator/images -@dirrm jdk%%JDK_VERSION%%/demo/applets/Animator/audio -@dirrm jdk%%JDK_VERSION%%/demo/applets/Animator -@dirrm jdk%%JDK_VERSION%%/demo/applets -@dirrm jdk%%JDK_VERSION%%/demo -@dirrm jdk%%JDK_VERSION%%/bin/i386/green_threads -@dirrm jdk%%JDK_VERSION%%/bin/i386 -@dirrm jdk%%JDK_VERSION%%/bin -@dirrm jdk%%JDK_VERSION%% diff --git a/java/jdk13-doc/Makefile b/java/jdk13-doc/Makefile deleted file mode 100644 index ec8a09c78a12..000000000000 --- a/java/jdk13-doc/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: JDK documentation -# Date created: Mon Mar 8 10:10:42 EET 1999 -# Whom: Martti Kuparinen <martti.kuparinen@ericsson.com> -# -# $FreeBSD$ -# - -PORTNAME= jdk-doc -PORTVERSION= 1.1.8 -CATEGORIES= java -MASTER_SITES= # -DISTNAME= jdk-1_1_8_003-doc - -MAINTAINER= ernst@jollem.com - -NO_CDROM= "License does not allow distribution with fee." -RESTRICTED= "This software is under license and export control." - -.if defined(BATCH) || defined(PACKAGE_BUILDING) -IGNORE= "You cannot legally distribute packages" -.endif - -PLIST_SUB+= JDK_HOME=${JDK_HOME:S/^${PREFIX}\///} -JDK_HOME?= ${PREFIX}/jdk${PORTVERSION} - -WRKSRC= ${WRKDIR}/jdk${PORTVERSION} - -NO_BUILD= yes - -.include <bsd.port.pre.mk> - -.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE=You must manually fetch ${DISTNAME}${EXTRACT_SUFX} from http://java.sun.com/jdk/1.1/docs.html, place it in ${DISTDIR} and then run make again -.endif - -do-install: - ${MKDIR} ${PREFIX}/jdk${PORTVERSION} - ${CP} -R ${WRKSRC}/docs ${PREFIX}/jdk${PORTVERSION}/ - @${SED} "/%%JDK_HOME%%/s//${JDK_HOME:S/\//\\\//g}/" < ${PKGMESSAGE} - -.include <bsd.port.post.mk> diff --git a/java/jdk13-doc/distinfo b/java/jdk13-doc/distinfo deleted file mode 100644 index 60de84e57979..000000000000 --- a/java/jdk13-doc/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (jdk-1_1_8_003-doc.tar.gz) = 973c6b5d57eb327ea921b657c32e859a diff --git a/java/jdk13-doc/pkg-comment b/java/jdk13-doc/pkg-comment deleted file mode 100644 index c5b3ba7183ef..000000000000 --- a/java/jdk13-doc/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Java Development Kit 1.1 Documentation diff --git a/java/jdk13-doc/pkg-descr b/java/jdk13-doc/pkg-descr deleted file mode 100644 index c1082d8068b0..000000000000 --- a/java/jdk13-doc/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Documentation for Sun's Java Development Kit (JDK) version 1.1. It contains -release information, API documentation, guides to new features and tool -documentation. - -The documentation will be installed in ${PREFIX}/jdk1.1.8/docs/. - -WWW: http://www.freebsd.org/java/ diff --git a/java/jdk13-doc/pkg-message b/java/jdk13-doc/pkg-message deleted file mode 100644 index 42c3636d3bdf..000000000000 --- a/java/jdk13-doc/pkg-message +++ /dev/null @@ -1,13 +0,0 @@ -Here are some useful bookmark entries for your Web browser: - -JDK 1.1.8 Documentation: - file:%%JDK_HOME%%/docs/index.html - -JDK 1.1 Package Index: - file:%%JDK_HOME%%/docs/api/packages.html - -JDK 1.1 Class Hierarchy: - file:%%JDK_HOME%%/docs/api/tree.html - -JDK 1.1 Index: - file:%%JDK_HOME%%/docs/api/a-names.html diff --git a/java/jdk13-doc/pkg-plist b/java/jdk13-doc/pkg-plist deleted file mode 100644 index 89420538cd62..000000000000 --- a/java/jdk13-doc/pkg-plist +++ /dev/null @@ -1,1093 +0,0 @@ -%%JDK_HOME%%/docs/api/API_users_guide.html -%%JDK_HOME%%/docs/api/AllNames.html -%%JDK_HOME%%/docs/api/Package-java.applet.html -%%JDK_HOME%%/docs/api/Package-java.awt.datatransfer.html -%%JDK_HOME%%/docs/api/Package-java.awt.event.html -%%JDK_HOME%%/docs/api/Package-java.awt.html -%%JDK_HOME%%/docs/api/Package-java.awt.image.html -%%JDK_HOME%%/docs/api/Package-java.beans.html -%%JDK_HOME%%/docs/api/Package-java.io.html -%%JDK_HOME%%/docs/api/Package-java.lang.html -%%JDK_HOME%%/docs/api/Package-java.lang.reflect.html -%%JDK_HOME%%/docs/api/Package-java.math.html -%%JDK_HOME%%/docs/api/Package-java.net.html -%%JDK_HOME%%/docs/api/Package-java.rmi.dgc.html -%%JDK_HOME%%/docs/api/Package-java.rmi.html -%%JDK_HOME%%/docs/api/Package-java.rmi.registry.html -%%JDK_HOME%%/docs/api/Package-java.rmi.server.html -%%JDK_HOME%%/docs/api/Package-java.security.acl.html -%%JDK_HOME%%/docs/api/Package-java.security.html -%%JDK_HOME%%/docs/api/Package-java.security.interfaces.html -%%JDK_HOME%%/docs/api/Package-java.sql.html -%%JDK_HOME%%/docs/api/Package-java.text.html -%%JDK_HOME%%/docs/api/Package-java.util.html -%%JDK_HOME%%/docs/api/Package-java.util.zip.html -%%JDK_HOME%%/docs/api/a-names.html -%%JDK_HOME%%/docs/api/b-names.html -%%JDK_HOME%%/docs/api/c-names.html -%%JDK_HOME%%/docs/api/d-names.html -%%JDK_HOME%%/docs/api/e-names.html -%%JDK_HOME%%/docs/api/f-names.html -%%JDK_HOME%%/docs/api/g-names.html -%%JDK_HOME%%/docs/api/h-names.html -%%JDK_HOME%%/docs/api/i-names.html -%%JDK_HOME%%/docs/api/images-awt/BorderLayout-1.gif -%%JDK_HOME%%/docs/api/images-awt/Button-1.gif -%%JDK_HOME%%/docs/api/images-awt/Checkbox-1.gif -%%JDK_HOME%%/docs/api/images-awt/CheckboxGroup-1.gif -%%JDK_HOME%%/docs/api/images-awt/Choice-1.gif -%%JDK_HOME%%/docs/api/images-awt/FlowLayout-1.gif -%%JDK_HOME%%/docs/api/images-awt/FontMetrics-1.gif -%%JDK_HOME%%/docs/api/images-awt/GridBagLayout-1.gif -%%JDK_HOME%%/docs/api/images-awt/GridLayout-1.gif -%%JDK_HOME%%/docs/api/images-awt/Label-1.gif -%%JDK_HOME%%/docs/api/images-awt/List-1.gif -%%JDK_HOME%%/docs/api/images-awt/MenuBar-1.gif -%%JDK_HOME%%/docs/api/images-awt/Scrollbar-1.gif -%%JDK_HOME%%/docs/api/images-awt/Scrollbar-2.gif -%%JDK_HOME%%/docs/api/images-awt/TextArea-1.gif -%%JDK_HOME%%/docs/api/images-awt/TextField-1.gif -%%JDK_HOME%%/docs/api/images/OpenBookIcon.gif -%%JDK_HOME%%/docs/api/images/blue-ball-small.gif -%%JDK_HOME%%/docs/api/images/blue-ball.gif -%%JDK_HOME%%/docs/api/images/class-index.gif -%%JDK_HOME%%/docs/api/images/constructor-index.gif -%%JDK_HOME%%/docs/api/images/constructors.gif -%%JDK_HOME%%/docs/api/images/cyan-ball-small.gif -%%JDK_HOME%%/docs/api/images/cyan-ball.gif -%%JDK_HOME%%/docs/api/images/error-index.gif -%%JDK_HOME%%/docs/api/images/exception-index.gif -%%JDK_HOME%%/docs/api/images/green-ball-small.gif -%%JDK_HOME%%/docs/api/images/green-ball.gif -%%JDK_HOME%%/docs/api/images/interface-index.gif -%%JDK_HOME%%/docs/api/images/magenta-ball-small.gif -%%JDK_HOME%%/docs/api/images/magenta-ball.gif -%%JDK_HOME%%/docs/api/images/method-index.gif -%%JDK_HOME%%/docs/api/images/methods.gif -%%JDK_HOME%%/docs/api/images/package-index.gif -%%JDK_HOME%%/docs/api/images/red-ball-small.gif -%%JDK_HOME%%/docs/api/images/red-ball.gif -%%JDK_HOME%%/docs/api/images/variable-index.gif -%%JDK_HOME%%/docs/api/images/variables.gif -%%JDK_HOME%%/docs/api/images/yellow-ball-small.gif -%%JDK_HOME%%/docs/api/images/yellow-ball.gif -%%JDK_HOME%%/docs/api/j-names.html -%%JDK_HOME%%/docs/api/java.applet.Applet.html -%%JDK_HOME%%/docs/api/java.applet.AppletContext.html -%%JDK_HOME%%/docs/api/java.applet.AppletStub.html -%%JDK_HOME%%/docs/api/java.applet.AudioClip.html -%%JDK_HOME%%/docs/api/java.awt.AWTError.html -%%JDK_HOME%%/docs/api/java.awt.AWTEvent.html -%%JDK_HOME%%/docs/api/java.awt.AWTEventMulticaster.html -%%JDK_HOME%%/docs/api/java.awt.AWTException.html -%%JDK_HOME%%/docs/api/java.awt.Adjustable.html -%%JDK_HOME%%/docs/api/java.awt.BorderLayout.html -%%JDK_HOME%%/docs/api/java.awt.Button.html -%%JDK_HOME%%/docs/api/java.awt.Canvas.html -%%JDK_HOME%%/docs/api/java.awt.CardLayout.html -%%JDK_HOME%%/docs/api/java.awt.Checkbox.html -%%JDK_HOME%%/docs/api/java.awt.CheckboxGroup.html -%%JDK_HOME%%/docs/api/java.awt.CheckboxMenuItem.html -%%JDK_HOME%%/docs/api/java.awt.Choice.html -%%JDK_HOME%%/docs/api/java.awt.Color.html -%%JDK_HOME%%/docs/api/java.awt.Component.html -%%JDK_HOME%%/docs/api/java.awt.Container.html -%%JDK_HOME%%/docs/api/java.awt.Cursor.html -%%JDK_HOME%%/docs/api/java.awt.Dialog.html -%%JDK_HOME%%/docs/api/java.awt.Dimension.html -%%JDK_HOME%%/docs/api/java.awt.Event.html -%%JDK_HOME%%/docs/api/java.awt.EventQueue.html -%%JDK_HOME%%/docs/api/java.awt.FileDialog.html -%%JDK_HOME%%/docs/api/java.awt.FlowLayout.html -%%JDK_HOME%%/docs/api/java.awt.Font.html -%%JDK_HOME%%/docs/api/java.awt.FontMetrics.html -%%JDK_HOME%%/docs/api/java.awt.Frame.html -%%JDK_HOME%%/docs/api/java.awt.Graphics.html -%%JDK_HOME%%/docs/api/java.awt.GridBagConstraints.html -%%JDK_HOME%%/docs/api/java.awt.GridBagLayout.html -%%JDK_HOME%%/docs/api/java.awt.GridLayout.html -%%JDK_HOME%%/docs/api/java.awt.IllegalComponentStateException.html -%%JDK_HOME%%/docs/api/java.awt.Image.html -%%JDK_HOME%%/docs/api/java.awt.Insets.html -%%JDK_HOME%%/docs/api/java.awt.ItemSelectable.html -%%JDK_HOME%%/docs/api/java.awt.Label.html -%%JDK_HOME%%/docs/api/java.awt.LayoutManager.html -%%JDK_HOME%%/docs/api/java.awt.LayoutManager2.html -%%JDK_HOME%%/docs/api/java.awt.List.html -%%JDK_HOME%%/docs/api/java.awt.MediaTracker.html -%%JDK_HOME%%/docs/api/java.awt.Menu.html -%%JDK_HOME%%/docs/api/java.awt.MenuBar.html -%%JDK_HOME%%/docs/api/java.awt.MenuComponent.html -%%JDK_HOME%%/docs/api/java.awt.MenuContainer.html -%%JDK_HOME%%/docs/api/java.awt.MenuItem.html -%%JDK_HOME%%/docs/api/java.awt.MenuShortcut.html -%%JDK_HOME%%/docs/api/java.awt.Panel.html -%%JDK_HOME%%/docs/api/java.awt.Point.html -%%JDK_HOME%%/docs/api/java.awt.Polygon.html -%%JDK_HOME%%/docs/api/java.awt.PopupMenu.html -%%JDK_HOME%%/docs/api/java.awt.PrintGraphics.html -%%JDK_HOME%%/docs/api/java.awt.PrintJob.html -%%JDK_HOME%%/docs/api/java.awt.Rectangle.html -%%JDK_HOME%%/docs/api/java.awt.ScrollPane.html -%%JDK_HOME%%/docs/api/java.awt.Scrollbar.html -%%JDK_HOME%%/docs/api/java.awt.Shape.html -%%JDK_HOME%%/docs/api/java.awt.SystemColor.html -%%JDK_HOME%%/docs/api/java.awt.TextArea.html -%%JDK_HOME%%/docs/api/java.awt.TextComponent.html -%%JDK_HOME%%/docs/api/java.awt.TextField.html -%%JDK_HOME%%/docs/api/java.awt.Toolkit.html -%%JDK_HOME%%/docs/api/java.awt.Window.html -%%JDK_HOME%%/docs/api/java.awt.datatransfer.Clipboard.html -%%JDK_HOME%%/docs/api/java.awt.datatransfer.ClipboardOwner.html -%%JDK_HOME%%/docs/api/java.awt.datatransfer.DataFlavor.html -%%JDK_HOME%%/docs/api/java.awt.datatransfer.StringSelection.html -%%JDK_HOME%%/docs/api/java.awt.datatransfer.Transferable.html -%%JDK_HOME%%/docs/api/java.awt.datatransfer.UnsupportedFlavorException.html -%%JDK_HOME%%/docs/api/java.awt.event.ActionEvent.html -%%JDK_HOME%%/docs/api/java.awt.event.ActionListener.html -%%JDK_HOME%%/docs/api/java.awt.event.AdjustmentEvent.html -%%JDK_HOME%%/docs/api/java.awt.event.AdjustmentListener.html -%%JDK_HOME%%/docs/api/java.awt.event.ComponentAdapter.html -%%JDK_HOME%%/docs/api/java.awt.event.ComponentEvent.html -%%JDK_HOME%%/docs/api/java.awt.event.ComponentListener.html -%%JDK_HOME%%/docs/api/java.awt.event.ContainerAdapter.html -%%JDK_HOME%%/docs/api/java.awt.event.ContainerEvent.html -%%JDK_HOME%%/docs/api/java.awt.event.ContainerListener.html -%%JDK_HOME%%/docs/api/java.awt.event.FocusAdapter.html -%%JDK_HOME%%/docs/api/java.awt.event.FocusEvent.html -%%JDK_HOME%%/docs/api/java.awt.event.FocusListener.html -%%JDK_HOME%%/docs/api/java.awt.event.InputEvent.html -%%JDK_HOME%%/docs/api/java.awt.event.ItemEvent.html -%%JDK_HOME%%/docs/api/java.awt.event.ItemListener.html -%%JDK_HOME%%/docs/api/java.awt.event.KeyAdapter.html -%%JDK_HOME%%/docs/api/java.awt.event.KeyEvent.html -%%JDK_HOME%%/docs/api/java.awt.event.KeyListener.html -%%JDK_HOME%%/docs/api/java.awt.event.MouseAdapter.html -%%JDK_HOME%%/docs/api/java.awt.event.MouseEvent.html -%%JDK_HOME%%/docs/api/java.awt.event.MouseListener.html -%%JDK_HOME%%/docs/api/java.awt.event.MouseMotionAdapter.html -%%JDK_HOME%%/docs/api/java.awt.event.MouseMotionListener.html -%%JDK_HOME%%/docs/api/java.awt.event.PaintEvent.html -%%JDK_HOME%%/docs/api/java.awt.event.TextEvent.html -%%JDK_HOME%%/docs/api/java.awt.event.TextListener.html -%%JDK_HOME%%/docs/api/java.awt.event.WindowAdapter.html -%%JDK_HOME%%/docs/api/java.awt.event.WindowEvent.html -%%JDK_HOME%%/docs/api/java.awt.event.WindowListener.html -%%JDK_HOME%%/docs/api/java.awt.image.AreaAveragingScaleFilter.html -%%JDK_HOME%%/docs/api/java.awt.image.ColorModel.html -%%JDK_HOME%%/docs/api/java.awt.image.CropImageFilter.html -%%JDK_HOME%%/docs/api/java.awt.image.DirectColorModel.html -%%JDK_HOME%%/docs/api/java.awt.image.FilteredImageSource.html -%%JDK_HOME%%/docs/api/java.awt.image.ImageConsumer.html -%%JDK_HOME%%/docs/api/java.awt.image.ImageFilter.html -%%JDK_HOME%%/docs/api/java.awt.image.ImageObserver.html -%%JDK_HOME%%/docs/api/java.awt.image.ImageProducer.html -%%JDK_HOME%%/docs/api/java.awt.image.IndexColorModel.html -%%JDK_HOME%%/docs/api/java.awt.image.MemoryImageSource.html -%%JDK_HOME%%/docs/api/java.awt.image.PixelGrabber.html -%%JDK_HOME%%/docs/api/java.awt.image.RGBImageFilter.html -%%JDK_HOME%%/docs/api/java.awt.image.ReplicateScaleFilter.html -%%JDK_HOME%%/docs/api/java.beans.BeanDescriptor.html -%%JDK_HOME%%/docs/api/java.beans.BeanInfo.html -%%JDK_HOME%%/docs/api/java.beans.Beans.html -%%JDK_HOME%%/docs/api/java.beans.Customizer.html -%%JDK_HOME%%/docs/api/java.beans.EventSetDescriptor.html -%%JDK_HOME%%/docs/api/java.beans.FeatureDescriptor.html -%%JDK_HOME%%/docs/api/java.beans.IndexedPropertyDescriptor.html -%%JDK_HOME%%/docs/api/java.beans.IntrospectionException.html -%%JDK_HOME%%/docs/api/java.beans.Introspector.html -%%JDK_HOME%%/docs/api/java.beans.MethodDescriptor.html -%%JDK_HOME%%/docs/api/java.beans.ParameterDescriptor.html -%%JDK_HOME%%/docs/api/java.beans.PropertyChangeEvent.html -%%JDK_HOME%%/docs/api/java.beans.PropertyChangeListener.html -%%JDK_HOME%%/docs/api/java.beans.PropertyChangeSupport.html -%%JDK_HOME%%/docs/api/java.beans.PropertyDescriptor.html -%%JDK_HOME%%/docs/api/java.beans.PropertyEditor.html -%%JDK_HOME%%/docs/api/java.beans.PropertyEditorManager.html -%%JDK_HOME%%/docs/api/java.beans.PropertyEditorSupport.html -%%JDK_HOME%%/docs/api/java.beans.PropertyVetoException.html -%%JDK_HOME%%/docs/api/java.beans.SimpleBeanInfo.html -%%JDK_HOME%%/docs/api/java.beans.VetoableChangeListener.html -%%JDK_HOME%%/docs/api/java.beans.VetoableChangeSupport.html -%%JDK_HOME%%/docs/api/java.beans.Visibility.html -%%JDK_HOME%%/docs/api/java.io.BufferedInputStream.html -%%JDK_HOME%%/docs/api/java.io.BufferedOutputStream.html -%%JDK_HOME%%/docs/api/java.io.BufferedReader.html -%%JDK_HOME%%/docs/api/java.io.BufferedWriter.html -%%JDK_HOME%%/docs/api/java.io.ByteArrayInputStream.html -%%JDK_HOME%%/docs/api/java.io.ByteArrayOutputStream.html -%%JDK_HOME%%/docs/api/java.io.CharArrayReader.html -%%JDK_HOME%%/docs/api/java.io.CharArrayWriter.html -%%JDK_HOME%%/docs/api/java.io.CharConversionException.html -%%JDK_HOME%%/docs/api/java.io.DataInput.html -%%JDK_HOME%%/docs/api/java.io.DataInputStream.html -%%JDK_HOME%%/docs/api/java.io.DataOutput.html -%%JDK_HOME%%/docs/api/java.io.DataOutputStream.html -%%JDK_HOME%%/docs/api/java.io.EOFException.html -%%JDK_HOME%%/docs/api/java.io.Externalizable.html -%%JDK_HOME%%/docs/api/java.io.File.html -%%JDK_HOME%%/docs/api/java.io.FileDescriptor.html -%%JDK_HOME%%/docs/api/java.io.FileInputStream.html -%%JDK_HOME%%/docs/api/java.io.FileNotFoundException.html -%%JDK_HOME%%/docs/api/java.io.FileOutputStream.html -%%JDK_HOME%%/docs/api/java.io.FileReader.html -%%JDK_HOME%%/docs/api/java.io.FileWriter.html -%%JDK_HOME%%/docs/api/java.io.FilenameFilter.html -%%JDK_HOME%%/docs/api/java.io.FilterInputStream.html -%%JDK_HOME%%/docs/api/java.io.FilterOutputStream.html -%%JDK_HOME%%/docs/api/java.io.FilterReader.html -%%JDK_HOME%%/docs/api/java.io.FilterWriter.html -%%JDK_HOME%%/docs/api/java.io.IOException.html -%%JDK_HOME%%/docs/api/java.io.InputStream.html -%%JDK_HOME%%/docs/api/java.io.InputStreamReader.html -%%JDK_HOME%%/docs/api/java.io.InterruptedIOException.html -%%JDK_HOME%%/docs/api/java.io.InvalidClassException.html -%%JDK_HOME%%/docs/api/java.io.InvalidObjectException.html -%%JDK_HOME%%/docs/api/java.io.LineNumberInputStream.html -%%JDK_HOME%%/docs/api/java.io.LineNumberReader.html -%%JDK_HOME%%/docs/api/java.io.NotActiveException.html -%%JDK_HOME%%/docs/api/java.io.NotSerializableException.html -%%JDK_HOME%%/docs/api/java.io.ObjectInput.html -%%JDK_HOME%%/docs/api/java.io.ObjectInputStream.html -%%JDK_HOME%%/docs/api/java.io.ObjectInputValidation.html -%%JDK_HOME%%/docs/api/java.io.ObjectOutput.html -%%JDK_HOME%%/docs/api/java.io.ObjectOutputStream.html -%%JDK_HOME%%/docs/api/java.io.ObjectStreamClass.html -%%JDK_HOME%%/docs/api/java.io.ObjectStreamException.html -%%JDK_HOME%%/docs/api/java.io.OptionalDataException.html -%%JDK_HOME%%/docs/api/java.io.OutputStream.html -%%JDK_HOME%%/docs/api/java.io.OutputStreamWriter.html -%%JDK_HOME%%/docs/api/java.io.PipedInputStream.html -%%JDK_HOME%%/docs/api/java.io.PipedOutputStream.html -%%JDK_HOME%%/docs/api/java.io.PipedReader.html -%%JDK_HOME%%/docs/api/java.io.PipedWriter.html -%%JDK_HOME%%/docs/api/java.io.PrintStream.html -%%JDK_HOME%%/docs/api/java.io.PrintWriter.html -%%JDK_HOME%%/docs/api/java.io.PushbackInputStream.html -%%JDK_HOME%%/docs/api/java.io.PushbackReader.html -%%JDK_HOME%%/docs/api/java.io.RandomAccessFile.html -%%JDK_HOME%%/docs/api/java.io.Reader.html -%%JDK_HOME%%/docs/api/java.io.SequenceInputStream.html -%%JDK_HOME%%/docs/api/java.io.Serializable.html -%%JDK_HOME%%/docs/api/java.io.StreamCorruptedException.html -%%JDK_HOME%%/docs/api/java.io.StreamTokenizer.html -%%JDK_HOME%%/docs/api/java.io.StringBufferInputStream.html -%%JDK_HOME%%/docs/api/java.io.StringReader.html -%%JDK_HOME%%/docs/api/java.io.StringWriter.html -%%JDK_HOME%%/docs/api/java.io.SyncFailedException.html -%%JDK_HOME%%/docs/api/java.io.UTFDataFormatException.html -%%JDK_HOME%%/docs/api/java.io.UnsupportedEncodingException.html -%%JDK_HOME%%/docs/api/java.io.WriteAbortedException.html -%%JDK_HOME%%/docs/api/java.io.Writer.html -%%JDK_HOME%%/docs/api/java.lang.AbstractMethodError.html -%%JDK_HOME%%/docs/api/java.lang.ArithmeticException.html -%%JDK_HOME%%/docs/api/java.lang.ArrayIndexOutOfBoundsException.html -%%JDK_HOME%%/docs/api/java.lang.ArrayStoreException.html -%%JDK_HOME%%/docs/api/java.lang.Boolean.html -%%JDK_HOME%%/docs/api/java.lang.Byte.html -%%JDK_HOME%%/docs/api/java.lang.Character.html -%%JDK_HOME%%/docs/api/java.lang.Class.html -%%JDK_HOME%%/docs/api/java.lang.ClassCastException.html -%%JDK_HOME%%/docs/api/java.lang.ClassCircularityError.html -%%JDK_HOME%%/docs/api/java.lang.ClassFormatError.html -%%JDK_HOME%%/docs/api/java.lang.ClassLoader.html -%%JDK_HOME%%/docs/api/java.lang.ClassNotFoundException.html -%%JDK_HOME%%/docs/api/java.lang.CloneNotSupportedException.html -%%JDK_HOME%%/docs/api/java.lang.Cloneable.html -%%JDK_HOME%%/docs/api/java.lang.Compiler.html -%%JDK_HOME%%/docs/api/java.lang.Double.html -%%JDK_HOME%%/docs/api/java.lang.Error.html -%%JDK_HOME%%/docs/api/java.lang.Exception.html -%%JDK_HOME%%/docs/api/java.lang.ExceptionInInitializerError.html -%%JDK_HOME%%/docs/api/java.lang.Float.html -%%JDK_HOME%%/docs/api/java.lang.IllegalAccessError.html -%%JDK_HOME%%/docs/api/java.lang.IllegalAccessException.html -%%JDK_HOME%%/docs/api/java.lang.IllegalArgumentException.html -%%JDK_HOME%%/docs/api/java.lang.IllegalMonitorStateException.html -%%JDK_HOME%%/docs/api/java.lang.IllegalStateException.html -%%JDK_HOME%%/docs/api/java.lang.IllegalThreadStateException.html -%%JDK_HOME%%/docs/api/java.lang.IncompatibleClassChangeError.html -%%JDK_HOME%%/docs/api/java.lang.IndexOutOfBoundsException.html -%%JDK_HOME%%/docs/api/java.lang.InstantiationError.html -%%JDK_HOME%%/docs/api/java.lang.InstantiationException.html -%%JDK_HOME%%/docs/api/java.lang.Integer.html -%%JDK_HOME%%/docs/api/java.lang.InternalError.html -%%JDK_HOME%%/docs/api/java.lang.InterruptedException.html -%%JDK_HOME%%/docs/api/java.lang.LinkageError.html -%%JDK_HOME%%/docs/api/java.lang.Long.html -%%JDK_HOME%%/docs/api/java.lang.Math.html -%%JDK_HOME%%/docs/api/java.lang.NegativeArraySizeException.html -%%JDK_HOME%%/docs/api/java.lang.NoClassDefFoundError.html -%%JDK_HOME%%/docs/api/java.lang.NoSuchFieldError.html -%%JDK_HOME%%/docs/api/java.lang.NoSuchFieldException.html -%%JDK_HOME%%/docs/api/java.lang.NoSuchMethodError.html -%%JDK_HOME%%/docs/api/java.lang.NoSuchMethodException.html -%%JDK_HOME%%/docs/api/java.lang.NullPointerException.html -%%JDK_HOME%%/docs/api/java.lang.Number.html -%%JDK_HOME%%/docs/api/java.lang.NumberFormatException.html -%%JDK_HOME%%/docs/api/java.lang.Object.html -%%JDK_HOME%%/docs/api/java.lang.OutOfMemoryError.html -%%JDK_HOME%%/docs/api/java.lang.Process.html -%%JDK_HOME%%/docs/api/java.lang.Runnable.html -%%JDK_HOME%%/docs/api/java.lang.Runtime.html -%%JDK_HOME%%/docs/api/java.lang.RuntimeException.html -%%JDK_HOME%%/docs/api/java.lang.SecurityException.html -%%JDK_HOME%%/docs/api/java.lang.SecurityManager.html -%%JDK_HOME%%/docs/api/java.lang.Short.html -%%JDK_HOME%%/docs/api/java.lang.StackOverflowError.html -%%JDK_HOME%%/docs/api/java.lang.String.html -%%JDK_HOME%%/docs/api/java.lang.StringBuffer.html -%%JDK_HOME%%/docs/api/java.lang.StringIndexOutOfBoundsException.html -%%JDK_HOME%%/docs/api/java.lang.System.html -%%JDK_HOME%%/docs/api/java.lang.Thread.html -%%JDK_HOME%%/docs/api/java.lang.ThreadDeath.html -%%JDK_HOME%%/docs/api/java.lang.ThreadGroup.html -%%JDK_HOME%%/docs/api/java.lang.Throwable.html -%%JDK_HOME%%/docs/api/java.lang.UnknownError.html -%%JDK_HOME%%/docs/api/java.lang.UnsatisfiedLinkError.html -%%JDK_HOME%%/docs/api/java.lang.VerifyError.html -%%JDK_HOME%%/docs/api/java.lang.VirtualMachineError.html -%%JDK_HOME%%/docs/api/java.lang.Void.html -%%JDK_HOME%%/docs/api/java.lang.reflect.Array.html -%%JDK_HOME%%/docs/api/java.lang.reflect.Constructor.html -%%JDK_HOME%%/docs/api/java.lang.reflect.Field.html -%%JDK_HOME%%/docs/api/java.lang.reflect.InvocationTargetException.html -%%JDK_HOME%%/docs/api/java.lang.reflect.Member.html -%%JDK_HOME%%/docs/api/java.lang.reflect.Method.html -%%JDK_HOME%%/docs/api/java.lang.reflect.Modifier.html -%%JDK_HOME%%/docs/api/java.math.BigDecimal.html -%%JDK_HOME%%/docs/api/java.math.BigInteger.html -%%JDK_HOME%%/docs/api/java.net.BindException.html -%%JDK_HOME%%/docs/api/java.net.ConnectException.html -%%JDK_HOME%%/docs/api/java.net.ContentHandler.html -%%JDK_HOME%%/docs/api/java.net.ContentHandlerFactory.html -%%JDK_HOME%%/docs/api/java.net.DatagramPacket.html -%%JDK_HOME%%/docs/api/java.net.DatagramSocket.html -%%JDK_HOME%%/docs/api/java.net.DatagramSocketImpl.html -%%JDK_HOME%%/docs/api/java.net.FileNameMap.html -%%JDK_HOME%%/docs/api/java.net.HttpURLConnection.html -%%JDK_HOME%%/docs/api/java.net.InetAddress.html -%%JDK_HOME%%/docs/api/java.net.MalformedURLException.html -%%JDK_HOME%%/docs/api/java.net.MulticastSocket.html -%%JDK_HOME%%/docs/api/java.net.NoRouteToHostException.html -%%JDK_HOME%%/docs/api/java.net.ProtocolException.html -%%JDK_HOME%%/docs/api/java.net.ServerSocket.html -%%JDK_HOME%%/docs/api/java.net.Socket.html -%%JDK_HOME%%/docs/api/java.net.SocketException.html -%%JDK_HOME%%/docs/api/java.net.SocketImpl.html -%%JDK_HOME%%/docs/api/java.net.SocketImplFactory.html -%%JDK_HOME%%/docs/api/java.net.URL.html -%%JDK_HOME%%/docs/api/java.net.URLConnection.html -%%JDK_HOME%%/docs/api/java.net.URLEncoder.html -%%JDK_HOME%%/docs/api/java.net.URLStreamHandler.html -%%JDK_HOME%%/docs/api/java.net.URLStreamHandlerFactory.html -%%JDK_HOME%%/docs/api/java.net.UnknownHostException.html -%%JDK_HOME%%/docs/api/java.net.UnknownServiceException.html -%%JDK_HOME%%/docs/api/java.rmi.AccessException.html -%%JDK_HOME%%/docs/api/java.rmi.AlreadyBoundException.html -%%JDK_HOME%%/docs/api/java.rmi.ConnectException.html -%%JDK_HOME%%/docs/api/java.rmi.ConnectIOException.html -%%JDK_HOME%%/docs/api/java.rmi.MarshalException.html -%%JDK_HOME%%/docs/api/java.rmi.Naming.html -%%JDK_HOME%%/docs/api/java.rmi.NoSuchObjectException.html -%%JDK_HOME%%/docs/api/java.rmi.NotBoundException.html -%%JDK_HOME%%/docs/api/java.rmi.RMISecurityException.html -%%JDK_HOME%%/docs/api/java.rmi.RMISecurityManager.html -%%JDK_HOME%%/docs/api/java.rmi.Remote.html -%%JDK_HOME%%/docs/api/java.rmi.RemoteException.html -%%JDK_HOME%%/docs/api/java.rmi.ServerError.html -%%JDK_HOME%%/docs/api/java.rmi.ServerException.html -%%JDK_HOME%%/docs/api/java.rmi.ServerRuntimeException.html -%%JDK_HOME%%/docs/api/java.rmi.StubNotFoundException.html -%%JDK_HOME%%/docs/api/java.rmi.UnexpectedException.html -%%JDK_HOME%%/docs/api/java.rmi.UnknownHostException.html -%%JDK_HOME%%/docs/api/java.rmi.UnmarshalException.html -%%JDK_HOME%%/docs/api/java.rmi.dgc.DGC.html -%%JDK_HOME%%/docs/api/java.rmi.dgc.Lease.html -%%JDK_HOME%%/docs/api/java.rmi.dgc.VMID.html -%%JDK_HOME%%/docs/api/java.rmi.registry.LocateRegistry.html -%%JDK_HOME%%/docs/api/java.rmi.registry.Registry.html -%%JDK_HOME%%/docs/api/java.rmi.registry.RegistryHandler.html -%%JDK_HOME%%/docs/api/java.rmi.server.ExportException.html -%%JDK_HOME%%/docs/api/java.rmi.server.LoaderHandler.html -%%JDK_HOME%%/docs/api/java.rmi.server.LogStream.html -%%JDK_HOME%%/docs/api/java.rmi.server.ObjID.html -%%JDK_HOME%%/docs/api/java.rmi.server.Operation.html -%%JDK_HOME%%/docs/api/java.rmi.server.RMIClassLoader.html -%%JDK_HOME%%/docs/api/java.rmi.server.RMIFailureHandler.html -%%JDK_HOME%%/docs/api/java.rmi.server.RMISocketFactory.html -%%JDK_HOME%%/docs/api/java.rmi.server.RemoteCall.html -%%JDK_HOME%%/docs/api/java.rmi.server.RemoteObject.html -%%JDK_HOME%%/docs/api/java.rmi.server.RemoteRef.html -%%JDK_HOME%%/docs/api/java.rmi.server.RemoteServer.html -%%JDK_HOME%%/docs/api/java.rmi.server.RemoteStub.html -%%JDK_HOME%%/docs/api/java.rmi.server.ServerCloneException.html -%%JDK_HOME%%/docs/api/java.rmi.server.ServerNotActiveException.html -%%JDK_HOME%%/docs/api/java.rmi.server.ServerRef.html -%%JDK_HOME%%/docs/api/java.rmi.server.Skeleton.html -%%JDK_HOME%%/docs/api/java.rmi.server.SkeletonMismatchException.html -%%JDK_HOME%%/docs/api/java.rmi.server.SkeletonNotFoundException.html -%%JDK_HOME%%/docs/api/java.rmi.server.SocketSecurityException.html -%%JDK_HOME%%/docs/api/java.rmi.server.UID.html -%%JDK_HOME%%/docs/api/java.rmi.server.UnicastRemoteObject.html -%%JDK_HOME%%/docs/api/java.rmi.server.Unreferenced.html -%%JDK_HOME%%/docs/api/java.security.Certificate.html -%%JDK_HOME%%/docs/api/java.security.DigestException.html -%%JDK_HOME%%/docs/api/java.security.DigestInputStream.html -%%JDK_HOME%%/docs/api/java.security.DigestOutputStream.html -%%JDK_HOME%%/docs/api/java.security.Identity.html -%%JDK_HOME%%/docs/api/java.security.IdentityScope.html -%%JDK_HOME%%/docs/api/java.security.InvalidKeyException.html -%%JDK_HOME%%/docs/api/java.security.InvalidParameterException.html -%%JDK_HOME%%/docs/api/java.security.Key.html -%%JDK_HOME%%/docs/api/java.security.KeyException.html -%%JDK_HOME%%/docs/api/java.security.KeyManagementException.html -%%JDK_HOME%%/docs/api/java.security.KeyPair.html -%%JDK_HOME%%/docs/api/java.security.KeyPairGenerator.html -%%JDK_HOME%%/docs/api/java.security.MessageDigest.html -%%JDK_HOME%%/docs/api/java.security.NoSuchAlgorithmException.html -%%JDK_HOME%%/docs/api/java.security.NoSuchProviderException.html -%%JDK_HOME%%/docs/api/java.security.Principal.html -%%JDK_HOME%%/docs/api/java.security.PrivateKey.html -%%JDK_HOME%%/docs/api/java.security.Provider.html -%%JDK_HOME%%/docs/api/java.security.ProviderException.html -%%JDK_HOME%%/docs/api/java.security.PublicKey.html -%%JDK_HOME%%/docs/api/java.security.SecureRandom.html -%%JDK_HOME%%/docs/api/java.security.Security.html -%%JDK_HOME%%/docs/api/java.security.Signature.html -%%JDK_HOME%%/docs/api/java.security.SignatureException.html -%%JDK_HOME%%/docs/api/java.security.Signer.html -%%JDK_HOME%%/docs/api/java.security.acl.Acl.html -%%JDK_HOME%%/docs/api/java.security.acl.AclEntry.html -%%JDK_HOME%%/docs/api/java.security.acl.AclNotFoundException.html -%%JDK_HOME%%/docs/api/java.security.acl.Group.html -%%JDK_HOME%%/docs/api/java.security.acl.LastOwnerException.html -%%JDK_HOME%%/docs/api/java.security.acl.NotOwnerException.html -%%JDK_HOME%%/docs/api/java.security.acl.Owner.html -%%JDK_HOME%%/docs/api/java.security.acl.Permission.html -%%JDK_HOME%%/docs/api/java.security.interfaces.DSAKey.html -%%JDK_HOME%%/docs/api/java.security.interfaces.DSAKeyPairGenerator.html -%%JDK_HOME%%/docs/api/java.security.interfaces.DSAParams.html -%%JDK_HOME%%/docs/api/java.security.interfaces.DSAPrivateKey.html -%%JDK_HOME%%/docs/api/java.security.interfaces.DSAPublicKey.html -%%JDK_HOME%%/docs/api/java.sql.CallableStatement.html -%%JDK_HOME%%/docs/api/java.sql.Connection.html -%%JDK_HOME%%/docs/api/java.sql.DataTruncation.html -%%JDK_HOME%%/docs/api/java.sql.DatabaseMetaData.html -%%JDK_HOME%%/docs/api/java.sql.Date.html -%%JDK_HOME%%/docs/api/java.sql.Driver.html -%%JDK_HOME%%/docs/api/java.sql.DriverManager.html -%%JDK_HOME%%/docs/api/java.sql.DriverPropertyInfo.html -%%JDK_HOME%%/docs/api/java.sql.PreparedStatement.html -%%JDK_HOME%%/docs/api/java.sql.ResultSet.html -%%JDK_HOME%%/docs/api/java.sql.ResultSetMetaData.html -%%JDK_HOME%%/docs/api/java.sql.SQLException.html -%%JDK_HOME%%/docs/api/java.sql.SQLWarning.html -%%JDK_HOME%%/docs/api/java.sql.Statement.html -%%JDK_HOME%%/docs/api/java.sql.Time.html -%%JDK_HOME%%/docs/api/java.sql.Timestamp.html -%%JDK_HOME%%/docs/api/java.sql.Types.html -%%JDK_HOME%%/docs/api/java.text.BreakIterator.html -%%JDK_HOME%%/docs/api/java.text.CharacterIterator.html -%%JDK_HOME%%/docs/api/java.text.ChoiceFormat.html -%%JDK_HOME%%/docs/api/java.text.CollationElementIterator.html -%%JDK_HOME%%/docs/api/java.text.CollationKey.html -%%JDK_HOME%%/docs/api/java.text.Collator.html -%%JDK_HOME%%/docs/api/java.text.DateFormat.html -%%JDK_HOME%%/docs/api/java.text.DateFormatSymbols.html -%%JDK_HOME%%/docs/api/java.text.DecimalFormat.html -%%JDK_HOME%%/docs/api/java.text.DecimalFormatSymbols.html -%%JDK_HOME%%/docs/api/java.text.FieldPosition.html -%%JDK_HOME%%/docs/api/java.text.Format.html -%%JDK_HOME%%/docs/api/java.text.MessageFormat.html -%%JDK_HOME%%/docs/api/java.text.NumberFormat.html -%%JDK_HOME%%/docs/api/java.text.ParseException.html -%%JDK_HOME%%/docs/api/java.text.ParsePosition.html -%%JDK_HOME%%/docs/api/java.text.RuleBasedCollator.html -%%JDK_HOME%%/docs/api/java.text.SimpleDateFormat.html -%%JDK_HOME%%/docs/api/java.text.StringCharacterIterator.html -%%JDK_HOME%%/docs/api/java.util.BitSet.html -%%JDK_HOME%%/docs/api/java.util.Calendar.html -%%JDK_HOME%%/docs/api/java.util.Date.html -%%JDK_HOME%%/docs/api/java.util.Dictionary.html -%%JDK_HOME%%/docs/api/java.util.EmptyStackException.html -%%JDK_HOME%%/docs/api/java.util.Enumeration.html -%%JDK_HOME%%/docs/api/java.util.EventListener.html -%%JDK_HOME%%/docs/api/java.util.EventObject.html -%%JDK_HOME%%/docs/api/java.util.GregorianCalendar.html -%%JDK_HOME%%/docs/api/java.util.Hashtable.html -%%JDK_HOME%%/docs/api/java.util.ListResourceBundle.html -%%JDK_HOME%%/docs/api/java.util.Locale.html -%%JDK_HOME%%/docs/api/java.util.MissingResourceException.html -%%JDK_HOME%%/docs/api/java.util.NoSuchElementException.html -%%JDK_HOME%%/docs/api/java.util.Observable.html -%%JDK_HOME%%/docs/api/java.util.Observer.html -%%JDK_HOME%%/docs/api/java.util.Properties.html -%%JDK_HOME%%/docs/api/java.util.PropertyResourceBundle.html -%%JDK_HOME%%/docs/api/java.util.Random.html -%%JDK_HOME%%/docs/api/java.util.ResourceBundle.html -%%JDK_HOME%%/docs/api/java.util.SimpleTimeZone.html -%%JDK_HOME%%/docs/api/java.util.Stack.html -%%JDK_HOME%%/docs/api/java.util.StringTokenizer.html -%%JDK_HOME%%/docs/api/java.util.TimeZone.html -%%JDK_HOME%%/docs/api/java.util.TooManyListenersException.html -%%JDK_HOME%%/docs/api/java.util.Vector.html -%%JDK_HOME%%/docs/api/java.util.zip.Adler32.html -%%JDK_HOME%%/docs/api/java.util.zip.CRC32.html -%%JDK_HOME%%/docs/api/java.util.zip.CheckedInputStream.html -%%JDK_HOME%%/docs/api/java.util.zip.CheckedOutputStream.html -%%JDK_HOME%%/docs/api/java.util.zip.Checksum.html -%%JDK_HOME%%/docs/api/java.util.zip.DataFormatException.html -%%JDK_HOME%%/docs/api/java.util.zip.Deflater.html -%%JDK_HOME%%/docs/api/java.util.zip.DeflaterOutputStream.html -%%JDK_HOME%%/docs/api/java.util.zip.GZIPInputStream.html -%%JDK_HOME%%/docs/api/java.util.zip.GZIPOutputStream.html -%%JDK_HOME%%/docs/api/java.util.zip.Inflater.html -%%JDK_HOME%%/docs/api/java.util.zip.InflaterInputStream.html -%%JDK_HOME%%/docs/api/java.util.zip.ZipEntry.html -%%JDK_HOME%%/docs/api/java.util.zip.ZipException.html -%%JDK_HOME%%/docs/api/java.util.zip.ZipFile.html -%%JDK_HOME%%/docs/api/java.util.zip.ZipInputStream.html -%%JDK_HOME%%/docs/api/java.util.zip.ZipOutputStream.html -%%JDK_HOME%%/docs/api/k-names.html -%%JDK_HOME%%/docs/api/l-names.html -%%JDK_HOME%%/docs/api/m-names.html -%%JDK_HOME%%/docs/api/n-names.html -%%JDK_HOME%%/docs/api/o-names.html -%%JDK_HOME%%/docs/api/p-names.html -%%JDK_HOME%%/docs/api/packages.html -%%JDK_HOME%%/docs/api/q-names.html -%%JDK_HOME%%/docs/api/r-names.html -%%JDK_HOME%%/docs/api/s-names.html -%%JDK_HOME%%/docs/api/t-names.html -%%JDK_HOME%%/docs/api/tree.html -%%JDK_HOME%%/docs/api/u-names.html -%%JDK_HOME%%/docs/api/v-names.html -%%JDK_HOME%%/docs/api/w-names.html -%%JDK_HOME%%/docs/api/x-names.html -%%JDK_HOME%%/docs/api/y-names.html -%%JDK_HOME%%/docs/api/z-names.html -%%JDK_HOME%%/docs/guide/awt/1.0example/AppletButton.class -%%JDK_HOME%%/docs/guide/awt/1.0example/AppletButton.java -%%JDK_HOME%%/docs/guide/awt/1.0example/DialogWindow.class -%%JDK_HOME%%/docs/guide/awt/1.0example/DialogWindow.java -%%JDK_HOME%%/docs/guide/awt/1.0example/SimpleDialog.class -%%JDK_HOME%%/docs/guide/awt/DeprecatedMethods.html -%%JDK_HOME%%/docs/guide/awt/DialogWindow.java -%%JDK_HOME%%/docs/guide/awt/HowToUpgrade.html -%%JDK_HOME%%/docs/guide/awt/IncompatibleChanges.html -%%JDK_HOME%%/docs/guide/awt/NameChanges.html -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/PageSwitcher.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Box.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Box.java -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click0$1.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click0$2.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click0.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click0.java -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click1$1.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click1$2.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click1$TargetListener.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click1.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click1.java -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click2$1.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click2$2.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click2$TargetListener.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click2.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click2.java -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click3$1.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click3$2.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click3$3.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click3$TargetListener.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click3.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click3.java -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/ColumnOfBoxes.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/ColumnOfBoxes.java -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/index.html -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/Box.java -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/Click0.java -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/Click1.java -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/Click2.java -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/Click3.java -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/ColumnOfBoxes.java -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/ImageDisplayer.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/Slide.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/SlideList.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/SlideShow.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/Spinner.gif -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/index.html -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/slide1.gif -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/slide2.gif -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/slide3.gif -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/slide4.gif -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/source1.html -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/source2.html -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/source3.html -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/source4.html -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/index.html -%%JDK_HOME%%/docs/guide/awt/demos/index.html -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/ExampleApplet.jar -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/ExampleApplet.zip -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/Switcher.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/actual/DoubleBufferPanel.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/actual/DoubleBufferPanel.java -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/actual/ExampleApplet.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/actual/ExampleApplet.java -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/actual/Gauge.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/actual/Gauge.java -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/actual/GaugeThread.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/actual/PrettyPanel.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/actual/images/mandrill.jpg -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/alternative/Compatibility.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/alternative/ExampleApplet.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/alternative/ExampleApplet.gif -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/alternative/ImageDisplayer.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/alternative/PictureFrame.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/example.html -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/GaugeSwing/ExampleApplet.java -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/GaugeSwing/Gauge.java -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/GaugeSwing/images/mandrill.jpg -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/ExampleApplet.jar -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/ExampleApplet.zip -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/Switcher.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/actual/ExampleActionListener.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/actual/ExampleApplet.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/actual/ExampleApplet.java -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/actual/OpenlookButton.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/actual/OpenlookButton.java -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/actual/OpenlookButtonListener.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/actual/images/scott.jpg -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/alternative/Compatibility.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/alternative/ExampleApplet.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/alternative/ExampleApplet.gif -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/alternative/ImageDisplayer.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/alternative/PictureFrame.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/example.html -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/ExampleApplet.jar -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/ExampleApplet.zip -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/Switcher.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/actual/ExampleActionListener.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/actual/ExampleApplet.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/actual/ExampleApplet.java -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/actual/RoundButton.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/actual/RoundButton.java -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/actual/images/scott.jpg -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/alternative/Compatibility.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/alternative/ExampleApplet.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/alternative/ExampleApplet.gif -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/alternative/ImageDisplayer.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/alternative/PictureFrame.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/example.html -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/ExampleApplet.jar -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/ExampleApplet.zip -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/Switcher.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/actual/ExampleApplet.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/actual/ExampleApplet.java -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/actual/Spinner.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/actual/Spinner.java -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/actual/SpinnerThread.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/actual/images/orb.gif -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/alternative/Compatibility.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/alternative/ExampleApplet.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/alternative/ExampleApplet.gif -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/alternative/ImageDisplayer.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/alternative/PictureFrame.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/example.html -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/index.html -%%JDK_HOME%%/docs/guide/awt/demos/symboltest/PageSwitcher.class -%%JDK_HOME%%/docs/guide/awt/demos/symboltest/actual/SymbolCanvas.class -%%JDK_HOME%%/docs/guide/awt/demos/symboltest/actual/SymbolTest$MyAdapter.class -%%JDK_HOME%%/docs/guide/awt/demos/symboltest/actual/SymbolTest.class -%%JDK_HOME%%/docs/guide/awt/demos/symboltest/actual/SymbolTest.java -%%JDK_HOME%%/docs/guide/awt/demos/symboltest/actual/index.html -%%JDK_HOME%%/docs/guide/awt/demos/symboltest/alternative/ImageDisplayer.class -%%JDK_HOME%%/docs/guide/awt/demos/symboltest/alternative/Slide.class -%%JDK_HOME%%/docs/guide/awt/demos/symboltest/alternative/SlideList.class -%%JDK_HOME%%/docs/guide/awt/demos/symboltest/alternative/SlideShow.class -%%JDK_HOME%%/docs/guide/awt/demos/symboltest/alternative/index.html -%%JDK_HOME%%/docs/guide/awt/demos/symboltest/alternative/slide1.gif -%%JDK_HOME%%/docs/guide/awt/demos/symboltest/alternative/slide2.gif -%%JDK_HOME%%/docs/guide/awt/demos/symboltest/alternative/slide3.gif -%%JDK_HOME%%/docs/guide/awt/demos/symboltest/alternative/slide4.gif -%%JDK_HOME%%/docs/guide/awt/demos/symboltest/alternative/slide5.gif -%%JDK_HOME%%/docs/guide/awt/demos/symboltest/alternative/slide6.gif -%%JDK_HOME%%/docs/guide/awt/demos/symboltest/index.html -%%JDK_HOME%%/docs/guide/awt/designspec/datatransfer.html -%%JDK_HOME%%/docs/guide/awt/designspec/desktopcolors.html -%%JDK_HOME%%/docs/guide/awt/designspec/events.html -%%JDK_HOME%%/docs/guide/awt/designspec/graphics/clipping.html -%%JDK_HOME%%/docs/guide/awt/designspec/graphics/imageblit.html -%%JDK_HOME%%/docs/guide/awt/designspec/graphics/imagescale.html -%%JDK_HOME%%/docs/guide/awt/designspec/graphics/imganim.html -%%JDK_HOME%%/docs/guide/awt/designspec/graphics/index.html -%%JDK_HOME%%/docs/guide/awt/designspec/graphics/pixelgrab.html -%%JDK_HOME%%/docs/guide/awt/designspec/images/box.sm.gif -%%JDK_HOME%%/docs/guide/awt/designspec/images/flip.sm.gif -%%JDK_HOME%%/docs/guide/awt/designspec/images/flip_trans.sm.gif -%%JDK_HOME%%/docs/guide/awt/designspec/images/gun.sm.gif -%%JDK_HOME%%/docs/guide/awt/designspec/images/hips.sm.gif -%%JDK_HOME%%/docs/guide/awt/designspec/images/juggler.sm.gif -%%JDK_HOME%%/docs/guide/awt/designspec/images/magnify.sm.gif -%%JDK_HOME%%/docs/guide/awt/designspec/images/pencil.sm.gif -%%JDK_HOME%%/docs/guide/awt/designspec/images/toolbox.med.gif -%%JDK_HOME%%/docs/guide/awt/designspec/index.html -%%JDK_HOME%%/docs/guide/awt/designspec/lightweights.html -%%JDK_HOME%%/docs/guide/awt/designspec/mouseless.html -%%JDK_HOME%%/docs/guide/awt/designspec/nextAWT.html -%%JDK_HOME%%/docs/guide/awt/designspec/popupmenu.html -%%JDK_HOME%%/docs/guide/awt/designspec/printing.html -%%JDK_HOME%%/docs/guide/awt/designspec/scrollpane.html -%%JDK_HOME%%/docs/guide/awt/images/DialogWindow-d.gif -%%JDK_HOME%%/docs/guide/awt/images/DialogWindow-f.gif -%%JDK_HOME%%/docs/guide/awt/index.html -%%JDK_HOME%%/docs/guide/awt/innerclass/DialogWindow.java -%%JDK_HOME%%/docs/guide/awt/updateAWT -%%JDK_HOME%%/docs/guide/beans/index.html -%%JDK_HOME%%/docs/guide/innerclasses/index.html -%%JDK_HOME%%/docs/guide/innerclasses/spec/copyright.doc.html -%%JDK_HOME%%/docs/guide/innerclasses/spec/innerclasses.doc.html -%%JDK_HOME%%/docs/guide/innerclasses/spec/innerclasses.doc1.html -%%JDK_HOME%%/docs/guide/innerclasses/spec/innerclasses.doc10.html -%%JDK_HOME%%/docs/guide/innerclasses/spec/innerclasses.doc11.html -%%JDK_HOME%%/docs/guide/innerclasses/spec/innerclasses.doc12.html -%%JDK_HOME%%/docs/guide/innerclasses/spec/innerclasses.doc13.html -%%JDK_HOME%%/docs/guide/innerclasses/spec/innerclasses.doc2.html -%%JDK_HOME%%/docs/guide/innerclasses/spec/innerclasses.doc3.html -%%JDK_HOME%%/docs/guide/innerclasses/spec/innerclasses.doc4.html -%%JDK_HOME%%/docs/guide/innerclasses/spec/innerclasses.doc5.html -%%JDK_HOME%%/docs/guide/innerclasses/spec/innerclasses.doc6.html -%%JDK_HOME%%/docs/guide/innerclasses/spec/innerclasses.doc7.html -%%JDK_HOME%%/docs/guide/innerclasses/spec/innerclasses.doc8.html -%%JDK_HOME%%/docs/guide/innerclasses/spec/innerclasses.doc9.html -%%JDK_HOME%%/docs/guide/intl/copyright.doc.html -%%JDK_HOME%%/docs/guide/intl/demos/Collate/1.0.2/CollationDetails.html -%%JDK_HOME%%/docs/guide/intl/demos/Collate/1.0.2/example1.html -%%JDK_HOME%%/docs/guide/intl/demos/Collate/1.1/CollationDetails.html -%%JDK_HOME%%/docs/guide/intl/demos/Collate/1.1/example1.html -%%JDK_HOME%%/docs/guide/intl/demos/Collate/PageSwitcher.class -%%JDK_HOME%%/docs/guide/intl/demos/Collate/example1.html -%%JDK_HOME%%/docs/guide/intl/demos/DateTimeFormat/1.0.2/example1.html -%%JDK_HOME%%/docs/guide/intl/demos/DateTimeFormat/1.1/example1.html -%%JDK_HOME%%/docs/guide/intl/demos/DateTimeFormat/PageSwitcher.class -%%JDK_HOME%%/docs/guide/intl/demos/DateTimeFormat/example1.html -%%JDK_HOME%%/docs/guide/intl/demos/MessageFormat/1.0.2/example1.html -%%JDK_HOME%%/docs/guide/intl/demos/MessageFormat/1.1/example1.html -%%JDK_HOME%%/docs/guide/intl/demos/MessageFormat/PageSwitcher.class -%%JDK_HOME%%/docs/guide/intl/demos/MessageFormat/example1.html -%%JDK_HOME%%/docs/guide/intl/demos/NumberFormat/1.0.2/example1.html -%%JDK_HOME%%/docs/guide/intl/demos/NumberFormat/1.1/example1.html -%%JDK_HOME%%/docs/guide/intl/demos/NumberFormat/PageSwitcher.class -%%JDK_HOME%%/docs/guide/intl/demos/NumberFormat/example1.html -%%JDK_HOME%%/docs/guide/intl/demos/TextBound/1.0.2/example1.html -%%JDK_HOME%%/docs/guide/intl/demos/TextBound/1.1/example1.html -%%JDK_HOME%%/docs/guide/intl/demos/TextBound/PageSwitcher.class -%%JDK_HOME%%/docs/guide/intl/demos/TextBound/example1.html -%%JDK_HOME%%/docs/guide/intl/demos/code/BorderPanel.class -%%JDK_HOME%%/docs/guide/intl/demos/code/BorderPanel.java -%%JDK_HOME%%/docs/guide/intl/demos/code/ChoiceResource.class -%%JDK_HOME%%/docs/guide/intl/demos/code/ChoiceResource.java -%%JDK_HOME%%/docs/guide/intl/demos/code/ChoiceResource_da.class -%%JDK_HOME%%/docs/guide/intl/demos/code/ChoiceResource_da.java -%%JDK_HOME%%/docs/guide/intl/demos/code/ChoiceResource_de.class -%%JDK_HOME%%/docs/guide/intl/demos/code/ChoiceResource_de.java -%%JDK_HOME%%/docs/guide/intl/demos/code/ChoiceResource_en.class -%%JDK_HOME%%/docs/guide/intl/demos/code/ChoiceResource_en.java -%%JDK_HOME%%/docs/guide/intl/demos/code/ChoiceResource_fr.class -%%JDK_HOME%%/docs/guide/intl/demos/code/ChoiceResource_fr.java -%%JDK_HOME%%/docs/guide/intl/demos/code/ChoiceResource_it.class -%%JDK_HOME%%/docs/guide/intl/demos/code/ChoiceResource_it.java -%%JDK_HOME%%/docs/guide/intl/demos/code/ChoiceResource_ja.class -%%JDK_HOME%%/docs/guide/intl/demos/code/ChoiceResource_ja.java -%%JDK_HOME%%/docs/guide/intl/demos/code/CollateDemo.class -%%JDK_HOME%%/docs/guide/intl/demos/code/CollateDemo.java -%%JDK_HOME%%/docs/guide/intl/demos/code/CollateFrame.class -%%JDK_HOME%%/docs/guide/intl/demos/code/DateTimeDemo.class -%%JDK_HOME%%/docs/guide/intl/demos/code/DateTimeDemo.java -%%JDK_HOME%%/docs/guide/intl/demos/code/DateTimeFrame.class -%%JDK_HOME%%/docs/guide/intl/demos/code/DemoApplet.class -%%JDK_HOME%%/docs/guide/intl/demos/code/DemoApplet.java -%%JDK_HOME%%/docs/guide/intl/demos/code/MessageFormatDemo.class -%%JDK_HOME%%/docs/guide/intl/demos/code/MessageFormatDemo.java -%%JDK_HOME%%/docs/guide/intl/demos/code/MessageFormatFrame.class -%%JDK_HOME%%/docs/guide/intl/demos/code/NumberFormatDemo.class -%%JDK_HOME%%/docs/guide/intl/demos/code/NumberFormatDemo.java -%%JDK_HOME%%/docs/guide/intl/demos/code/NumberFormatFrame.class -%%JDK_HOME%%/docs/guide/intl/demos/code/TextBoundDemo.class -%%JDK_HOME%%/docs/guide/intl/demos/code/TextBoundDemo.java -%%JDK_HOME%%/docs/guide/intl/demos/code/TextBoundFrame.class -%%JDK_HOME%%/docs/guide/intl/demos/code/Utility.class -%%JDK_HOME%%/docs/guide/intl/demos/code/Utility.java -%%JDK_HOME%%/docs/guide/intl/demos/code/XBorderPanel.class -%%JDK_HOME%%/docs/guide/intl/encoding.doc.html -%%JDK_HOME%%/docs/guide/intl/euro.html -%%JDK_HOME%%/docs/guide/intl/fontprop.html -%%JDK_HOME%%/docs/guide/intl/index.html -%%JDK_HOME%%/docs/guide/intl/intl.doc.html -%%JDK_HOME%%/docs/guide/intl/intlTOC.doc.html -%%JDK_HOME%%/docs/guide/intl/locale.doc.html -%%JDK_HOME%%/docs/guide/intl/unicode_font.doc.html -%%JDK_HOME%%/docs/guide/io/b3-changes.html -%%JDK_HOME%%/docs/guide/io/index.html -%%JDK_HOME%%/docs/guide/io/io.html -%%JDK_HOME%%/docs/guide/jar/index.html -%%JDK_HOME%%/docs/guide/jar/jarGuide.html -%%JDK_HOME%%/docs/guide/jar/manifest.html -%%JDK_HOME%%/docs/guide/jdbc/getstart/SimpleSelect.doc.html -%%JDK_HOME%%/docs/guide/jdbc/getstart/bridge.doc.html -%%JDK_HOME%%/docs/guide/jdbc/getstart/callablestatement.doc.html -%%JDK_HOME%%/docs/guide/jdbc/getstart/connection.doc.html -%%JDK_HOME%%/docs/guide/jdbc/getstart/copyright.doc.html -%%JDK_HOME%%/docs/guide/jdbc/getstart/drivermanager.doc.html -%%JDK_HOME%%/docs/guide/jdbc/getstart/intro.doc.anc.gif -%%JDK_HOME%%/docs/guide/jdbc/getstart/intro.doc.anc1.gif -%%JDK_HOME%%/docs/guide/jdbc/getstart/intro.doc.anc2.gif -%%JDK_HOME%%/docs/guide/jdbc/getstart/intro.doc.anc3.gif -%%JDK_HOME%%/docs/guide/jdbc/getstart/intro.doc.html -%%JDK_HOME%%/docs/guide/jdbc/getstart/introTOC.doc.html -%%JDK_HOME%%/docs/guide/jdbc/getstart/mapping.doc.html -%%JDK_HOME%%/docs/guide/jdbc/getstart/preparedstatement.doc.html -%%JDK_HOME%%/docs/guide/jdbc/getstart/resultset.doc.html -%%JDK_HOME%%/docs/guide/jdbc/getstart/statement.doc.html -%%JDK_HOME%%/docs/guide/jdbc/index.html -%%JDK_HOME%%/docs/guide/jni/index.html -%%JDK_HOME%%/docs/guide/jni/spec/copyright.doc.html -%%JDK_HOME%%/docs/guide/jni/spec/design.doc.anc.gif -%%JDK_HOME%%/docs/guide/jni/spec/design.doc.html -%%JDK_HOME%%/docs/guide/jni/spec/functions.doc.html -%%JDK_HOME%%/docs/guide/jni/spec/intro.doc.html -%%JDK_HOME%%/docs/guide/jni/spec/invocation.doc.html -%%JDK_HOME%%/docs/guide/jni/spec/jniTOC.doc.html -%%JDK_HOME%%/docs/guide/jni/spec/types.doc.anc.gif -%%JDK_HOME%%/docs/guide/jni/spec/types.doc.anc1.gif -%%JDK_HOME%%/docs/guide/jni/spec/types.doc.anc2.gif -%%JDK_HOME%%/docs/guide/jni/spec/types.doc.anc3.gif -%%JDK_HOME%%/docs/guide/jni/spec/types.doc.html -%%JDK_HOME%%/docs/guide/math/index.html -%%JDK_HOME%%/docs/guide/misc/applet.html -%%JDK_HOME%%/docs/guide/misc/deprecation/deprecated.html -%%JDK_HOME%%/docs/guide/misc/deprecation/deprecation.html -%%JDK_HOME%%/docs/guide/misc/deprecation/index.html -%%JDK_HOME%%/docs/guide/misc/index.html -%%JDK_HOME%%/docs/guide/misc/resources.html -%%JDK_HOME%%/docs/guide/net/extendingSocks.html -%%JDK_HOME%%/docs/guide/net/images/duke4.gif -%%JDK_HOME%%/docs/guide/net/images/new2.gif -%%JDK_HOME%%/docs/guide/net/index.html -%%JDK_HOME%%/docs/guide/net/miscNet.html -%%JDK_HOME%%/docs/guide/net/socketClassDocs.html -%%JDK_HOME%%/docs/guide/net/socketException.html -%%JDK_HOME%%/docs/guide/net/socketOpt.html -%%JDK_HOME%%/docs/guide/performance/performance.html -%%JDK_HOME%%/docs/guide/reflection/faq/faq.html -%%JDK_HOME%%/docs/guide/reflection/index.html -%%JDK_HOME%%/docs/guide/reflection/spec/java-reflection-copyright.doc.html -%%JDK_HOME%%/docs/guide/reflection/spec/java-reflection.doc.html -%%JDK_HOME%%/docs/guide/reflection/spec/java-reflection.doc1.html -%%JDK_HOME%%/docs/guide/reflection/spec/java-reflection.doc10.html -%%JDK_HOME%%/docs/guide/reflection/spec/java-reflection.doc2.html -%%JDK_HOME%%/docs/guide/reflection/spec/java-reflection.doc3.html -%%JDK_HOME%%/docs/guide/reflection/spec/java-reflection.doc4.html -%%JDK_HOME%%/docs/guide/reflection/spec/java-reflection.doc5.html -%%JDK_HOME%%/docs/guide/reflection/spec/java-reflection.doc6.html -%%JDK_HOME%%/docs/guide/reflection/spec/java-reflection.doc7.html -%%JDK_HOME%%/docs/guide/reflection/spec/java-reflection.doc8.html -%%JDK_HOME%%/docs/guide/reflection/spec/java-reflection.doc9.html -%%JDK_HOME%%/docs/guide/reflection/spec/java-reflectionTOC.doc.html -%%JDK_HOME%%/docs/guide/rmi/Factory-1.gif -%%JDK_HOME%%/docs/guide/rmi/Factory.html -%%JDK_HOME%%/docs/guide/rmi/archives/getStart.tar -%%JDK_HOME%%/docs/guide/rmi/archives/getStart.tar.Z -%%JDK_HOME%%/docs/guide/rmi/archives/getStart.zip -%%JDK_HOME%%/docs/guide/rmi/examples/hello/Hello.java -%%JDK_HOME%%/docs/guide/rmi/examples/hello/HelloApplet.java -%%JDK_HOME%%/docs/guide/rmi/examples/hello/HelloImpl.java -%%JDK_HOME%%/docs/guide/rmi/examples/hello/index.html -%%JDK_HOME%%/docs/guide/rmi/examples/hello/readme.html -%%JDK_HOME%%/docs/guide/rmi/examples/hello/readme.txt -%%JDK_HOME%%/docs/guide/rmi/examples/hello/run -%%JDK_HOME%%/docs/guide/rmi/examples/hello/run.bat -%%JDK_HOME%%/docs/guide/rmi/examples/stock/Stock.java -%%JDK_HOME%%/docs/guide/rmi/examples/stock/StockApplet.java -%%JDK_HOME%%/docs/guide/rmi/examples/stock/StockNotFoundException.java -%%JDK_HOME%%/docs/guide/rmi/examples/stock/StockNotify.java -%%JDK_HOME%%/docs/guide/rmi/examples/stock/StockServer.java -%%JDK_HOME%%/docs/guide/rmi/examples/stock/StockWatch.java -%%JDK_HOME%%/docs/guide/rmi/examples/stock/index.html -%%JDK_HOME%%/docs/guide/rmi/examples/stock/readme.html -%%JDK_HOME%%/docs/guide/rmi/examples/stock/readme.txt -%%JDK_HOME%%/docs/guide/rmi/examples/stock/run -%%JDK_HOME%%/docs/guide/rmi/examples/stock/run.bat -%%JDK_HOME%%/docs/guide/rmi/getstart.doc.anc.gif -%%JDK_HOME%%/docs/guide/rmi/getstart.doc.html -%%JDK_HOME%%/docs/guide/rmi/index.html -%%JDK_HOME%%/docs/guide/rmi/release-notes.html -%%JDK_HOME%%/docs/guide/rmi/spec/rmi-arch.doc.anc.gif -%%JDK_HOME%%/docs/guide/rmi/spec/rmi-arch.doc.html -%%JDK_HOME%%/docs/guide/rmi/spec/rmi-client.doc.html -%%JDK_HOME%%/docs/guide/rmi/spec/rmi-dgc.doc.html -%%JDK_HOME%%/docs/guide/rmi/spec/rmi-exceptions.doc.html -%%JDK_HOME%%/docs/guide/rmi/spec/rmi-intro.doc.html -%%JDK_HOME%%/docs/guide/rmi/spec/rmi-objmodel.doc.anc.gif -%%JDK_HOME%%/docs/guide/rmi/spec/rmi-objmodel.doc.html -%%JDK_HOME%%/docs/guide/rmi/spec/rmi-properties.doc.html -%%JDK_HOME%%/docs/guide/rmi/spec/rmi-protocol.doc.html -%%JDK_HOME%%/docs/guide/rmi/spec/rmi-registry.doc.html -%%JDK_HOME%%/docs/guide/rmi/spec/rmi-server.doc.html -%%JDK_HOME%%/docs/guide/rmi/spec/rmi-stubs.doc.html -%%JDK_HOME%%/docs/guide/rmi/spec/rmiTOC.doc.html -%%JDK_HOME%%/docs/guide/rmi/subscribe.html -%%JDK_HOME%%/docs/guide/security/Acl.html -%%JDK_HOME%%/docs/guide/security/CryptoSpec.html -%%JDK_HOME%%/docs/guide/security/HowToImplAProvider.html -%%JDK_HOME%%/docs/guide/security/JavaSecurityOverview.html -%%JDK_HOME%%/docs/guide/security/Sun.java -%%JDK_HOME%%/docs/guide/security/cert2.html -%%JDK_HOME%%/docs/guide/security/index.html -%%JDK_HOME%%/docs/guide/security/java.security -%%JDK_HOME%%/docs/guide/serialization/index.html -%%JDK_HOME%%/docs/guide/serialization/spec/class.doc.anc.gif -%%JDK_HOME%%/docs/guide/serialization/spec/class.doc.html -%%JDK_HOME%%/docs/guide/serialization/spec/exceptions.doc.html -%%JDK_HOME%%/docs/guide/serialization/spec/input.doc.html -%%JDK_HOME%%/docs/guide/serialization/spec/output.doc.html -%%JDK_HOME%%/docs/guide/serialization/spec/protocol.doc.html -%%JDK_HOME%%/docs/guide/serialization/spec/security.doc.html -%%JDK_HOME%%/docs/guide/serialization/spec/serial-arch.doc.html -%%JDK_HOME%%/docs/guide/serialization/spec/serialTOC.doc.html -%%JDK_HOME%%/docs/guide/serialization/spec/version.doc.anc.gif -%%JDK_HOME%%/docs/guide/serialization/spec/version.doc.html -%%JDK_HOME%%/docs/images/JAVA.85.GIF -%%JDK_HOME%%/docs/images/cupHJbutton.gif -%%JDK_HOME%%/docs/images/smi.logo.gif -%%JDK_HOME%%/docs/images/sunlogo64x30.gif -%%JDK_HOME%%/docs/index.html -%%JDK_HOME%%/docs/relnotes/SMICopyright.html -%%JDK_HOME%%/docs/relnotes/classlist.html -%%JDK_HOME%%/docs/relnotes/contacts.html -%%JDK_HOME%%/docs/relnotes/demos.html -%%JDK_HOME%%/docs/relnotes/deprecatedlist.html -%%JDK_HOME%%/docs/relnotes/features.html -%%JDK_HOME%%/docs/relnotes/features116.html -%%JDK_HOME%%/docs/relnotes/intro.html -%%JDK_HOME%%/docs/relnotes/update.html -%%JDK_HOME%%/docs/tooldocs/index.html -%%JDK_HOME%%/docs/tooldocs/solaris/appletviewer.html -%%JDK_HOME%%/docs/tooldocs/solaris/classpath.html -%%JDK_HOME%%/docs/tooldocs/solaris/index.html -%%JDK_HOME%%/docs/tooldocs/solaris/jar.html -%%JDK_HOME%%/docs/tooldocs/solaris/java.html -%%JDK_HOME%%/docs/tooldocs/solaris/javac.html -%%JDK_HOME%%/docs/tooldocs/solaris/javadoc.html -%%JDK_HOME%%/docs/tooldocs/solaris/javah.html -%%JDK_HOME%%/docs/tooldocs/solaris/javakey.html -%%JDK_HOME%%/docs/tooldocs/solaris/javap.html -%%JDK_HOME%%/docs/tooldocs/solaris/jdb.html -%%JDK_HOME%%/docs/tooldocs/solaris/jre.html -%%JDK_HOME%%/docs/tooldocs/solaris/native2ascii.html -%%JDK_HOME%%/docs/tooldocs/solaris/rmic.html -%%JDK_HOME%%/docs/tooldocs/solaris/rmiregistry.html -%%JDK_HOME%%/docs/tooldocs/solaris/serialver.html -%%JDK_HOME%%/docs/tooldocs/win32/appletviewer.html -%%JDK_HOME%%/docs/tooldocs/win32/classpath.html -%%JDK_HOME%%/docs/tooldocs/win32/index.html -%%JDK_HOME%%/docs/tooldocs/win32/jar.html -%%JDK_HOME%%/docs/tooldocs/win32/java.html -%%JDK_HOME%%/docs/tooldocs/win32/javac.html -%%JDK_HOME%%/docs/tooldocs/win32/javadoc.html -%%JDK_HOME%%/docs/tooldocs/win32/javah.html -%%JDK_HOME%%/docs/tooldocs/win32/javakey.html -%%JDK_HOME%%/docs/tooldocs/win32/javap.html -%%JDK_HOME%%/docs/tooldocs/win32/jdb.html -%%JDK_HOME%%/docs/tooldocs/win32/jre.html -%%JDK_HOME%%/docs/tooldocs/win32/native2ascii.html -%%JDK_HOME%%/docs/tooldocs/win32/rmic.html -%%JDK_HOME%%/docs/tooldocs/win32/rmiregistry.html -%%JDK_HOME%%/docs/tooldocs/win32/serialver.html -@dirrm %%JDK_HOME%%/docs/api/images -@dirrm %%JDK_HOME%%/docs/api/images-awt -@dirrm %%JDK_HOME%%/docs/api -@dirrm %%JDK_HOME%%/docs/guide/awt/1.0example -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/eventmodel -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/actual/images -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/actual -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/alternative -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/GaugeSwing/images -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/GaugeSwing -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/actual/images -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/actual -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/alternative -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/actual/images -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/actual -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/alternative -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/actual/images -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/actual -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/alternative -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/symboltest/actual -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/symboltest/alternative -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/symboltest -@dirrm %%JDK_HOME%%/docs/guide/awt/demos -@dirrm %%JDK_HOME%%/docs/guide/awt/designspec/graphics -@dirrm %%JDK_HOME%%/docs/guide/awt/designspec/images -@dirrm %%JDK_HOME%%/docs/guide/awt/designspec -@dirrm %%JDK_HOME%%/docs/guide/awt/images -@dirrm %%JDK_HOME%%/docs/guide/awt/innerclass -@dirrm %%JDK_HOME%%/docs/guide/awt -@dirrm %%JDK_HOME%%/docs/guide/beans -@dirrm %%JDK_HOME%%/docs/guide/innerclasses/spec -@dirrm %%JDK_HOME%%/docs/guide/innerclasses -@dirrm %%JDK_HOME%%/docs/guide/intl/demos/Collate/1.0.2 -@dirrm %%JDK_HOME%%/docs/guide/intl/demos/Collate/1.1 -@dirrm %%JDK_HOME%%/docs/guide/intl/demos/Collate -@dirrm %%JDK_HOME%%/docs/guide/intl/demos/DateTimeFormat/1.0.2 -@dirrm %%JDK_HOME%%/docs/guide/intl/demos/DateTimeFormat/1.1 -@dirrm %%JDK_HOME%%/docs/guide/intl/demos/DateTimeFormat -@dirrm %%JDK_HOME%%/docs/guide/intl/demos/MessageFormat/1.0.2 -@dirrm %%JDK_HOME%%/docs/guide/intl/demos/MessageFormat/1.1 -@dirrm %%JDK_HOME%%/docs/guide/intl/demos/MessageFormat -@dirrm %%JDK_HOME%%/docs/guide/intl/demos/NumberFormat/1.0.2 -@dirrm %%JDK_HOME%%/docs/guide/intl/demos/NumberFormat/1.1 -@dirrm %%JDK_HOME%%/docs/guide/intl/demos/NumberFormat -@dirrm %%JDK_HOME%%/docs/guide/intl/demos/TextBound/1.0.2 -@dirrm %%JDK_HOME%%/docs/guide/intl/demos/TextBound/1.1 -@dirrm %%JDK_HOME%%/docs/guide/intl/demos/TextBound -@dirrm %%JDK_HOME%%/docs/guide/intl/demos/code -@dirrm %%JDK_HOME%%/docs/guide/intl/demos -@dirrm %%JDK_HOME%%/docs/guide/intl -@dirrm %%JDK_HOME%%/docs/guide/io -@dirrm %%JDK_HOME%%/docs/guide/jar -@dirrm %%JDK_HOME%%/docs/guide/jdbc/getstart -@dirrm %%JDK_HOME%%/docs/guide/jdbc -@dirrm %%JDK_HOME%%/docs/guide/jni/spec -@dirrm %%JDK_HOME%%/docs/guide/jni -@dirrm %%JDK_HOME%%/docs/guide/math -@dirrm %%JDK_HOME%%/docs/guide/misc/deprecation -@dirrm %%JDK_HOME%%/docs/guide/misc -@dirrm %%JDK_HOME%%/docs/guide/net/images -@dirrm %%JDK_HOME%%/docs/guide/net -@dirrm %%JDK_HOME%%/docs/guide/performance -@dirrm %%JDK_HOME%%/docs/guide/reflection/faq -@dirrm %%JDK_HOME%%/docs/guide/reflection/spec -@dirrm %%JDK_HOME%%/docs/guide/reflection -@dirrm %%JDK_HOME%%/docs/guide/rmi/archives -@dirrm %%JDK_HOME%%/docs/guide/rmi/examples/hello -@dirrm %%JDK_HOME%%/docs/guide/rmi/examples/stock -@dirrm %%JDK_HOME%%/docs/guide/rmi/examples -@dirrm %%JDK_HOME%%/docs/guide/rmi/spec -@dirrm %%JDK_HOME%%/docs/guide/rmi -@dirrm %%JDK_HOME%%/docs/guide/security -@dirrm %%JDK_HOME%%/docs/guide/serialization/spec -@dirrm %%JDK_HOME%%/docs/guide/serialization -@dirrm %%JDK_HOME%%/docs/guide -@dirrm %%JDK_HOME%%/docs/images -@dirrm %%JDK_HOME%%/docs/relnotes -@dirrm %%JDK_HOME%%/docs/tooldocs/solaris -@dirrm %%JDK_HOME%%/docs/tooldocs/win32 -@dirrm %%JDK_HOME%%/docs/tooldocs -@unexec rmdir %D/%%JDK_HOME%%/docs > /dev/null 2>&1 || true -@unexec rmdir %D/%%JDK_HOME%% > /dev/null 2>&1 || true diff --git a/java/jdk14-doc/Makefile b/java/jdk14-doc/Makefile deleted file mode 100644 index ec8a09c78a12..000000000000 --- a/java/jdk14-doc/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: JDK documentation -# Date created: Mon Mar 8 10:10:42 EET 1999 -# Whom: Martti Kuparinen <martti.kuparinen@ericsson.com> -# -# $FreeBSD$ -# - -PORTNAME= jdk-doc -PORTVERSION= 1.1.8 -CATEGORIES= java -MASTER_SITES= # -DISTNAME= jdk-1_1_8_003-doc - -MAINTAINER= ernst@jollem.com - -NO_CDROM= "License does not allow distribution with fee." -RESTRICTED= "This software is under license and export control." - -.if defined(BATCH) || defined(PACKAGE_BUILDING) -IGNORE= "You cannot legally distribute packages" -.endif - -PLIST_SUB+= JDK_HOME=${JDK_HOME:S/^${PREFIX}\///} -JDK_HOME?= ${PREFIX}/jdk${PORTVERSION} - -WRKSRC= ${WRKDIR}/jdk${PORTVERSION} - -NO_BUILD= yes - -.include <bsd.port.pre.mk> - -.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE=You must manually fetch ${DISTNAME}${EXTRACT_SUFX} from http://java.sun.com/jdk/1.1/docs.html, place it in ${DISTDIR} and then run make again -.endif - -do-install: - ${MKDIR} ${PREFIX}/jdk${PORTVERSION} - ${CP} -R ${WRKSRC}/docs ${PREFIX}/jdk${PORTVERSION}/ - @${SED} "/%%JDK_HOME%%/s//${JDK_HOME:S/\//\\\//g}/" < ${PKGMESSAGE} - -.include <bsd.port.post.mk> diff --git a/java/jdk14-doc/distinfo b/java/jdk14-doc/distinfo deleted file mode 100644 index 60de84e57979..000000000000 --- a/java/jdk14-doc/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (jdk-1_1_8_003-doc.tar.gz) = 973c6b5d57eb327ea921b657c32e859a diff --git a/java/jdk14-doc/pkg-comment b/java/jdk14-doc/pkg-comment deleted file mode 100644 index c5b3ba7183ef..000000000000 --- a/java/jdk14-doc/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Java Development Kit 1.1 Documentation diff --git a/java/jdk14-doc/pkg-descr b/java/jdk14-doc/pkg-descr deleted file mode 100644 index c1082d8068b0..000000000000 --- a/java/jdk14-doc/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Documentation for Sun's Java Development Kit (JDK) version 1.1. It contains -release information, API documentation, guides to new features and tool -documentation. - -The documentation will be installed in ${PREFIX}/jdk1.1.8/docs/. - -WWW: http://www.freebsd.org/java/ diff --git a/java/jdk14-doc/pkg-message b/java/jdk14-doc/pkg-message deleted file mode 100644 index 42c3636d3bdf..000000000000 --- a/java/jdk14-doc/pkg-message +++ /dev/null @@ -1,13 +0,0 @@ -Here are some useful bookmark entries for your Web browser: - -JDK 1.1.8 Documentation: - file:%%JDK_HOME%%/docs/index.html - -JDK 1.1 Package Index: - file:%%JDK_HOME%%/docs/api/packages.html - -JDK 1.1 Class Hierarchy: - file:%%JDK_HOME%%/docs/api/tree.html - -JDK 1.1 Index: - file:%%JDK_HOME%%/docs/api/a-names.html diff --git a/java/jdk14-doc/pkg-plist b/java/jdk14-doc/pkg-plist deleted file mode 100644 index 89420538cd62..000000000000 --- a/java/jdk14-doc/pkg-plist +++ /dev/null @@ -1,1093 +0,0 @@ -%%JDK_HOME%%/docs/api/API_users_guide.html -%%JDK_HOME%%/docs/api/AllNames.html -%%JDK_HOME%%/docs/api/Package-java.applet.html -%%JDK_HOME%%/docs/api/Package-java.awt.datatransfer.html -%%JDK_HOME%%/docs/api/Package-java.awt.event.html -%%JDK_HOME%%/docs/api/Package-java.awt.html -%%JDK_HOME%%/docs/api/Package-java.awt.image.html -%%JDK_HOME%%/docs/api/Package-java.beans.html -%%JDK_HOME%%/docs/api/Package-java.io.html -%%JDK_HOME%%/docs/api/Package-java.lang.html -%%JDK_HOME%%/docs/api/Package-java.lang.reflect.html -%%JDK_HOME%%/docs/api/Package-java.math.html -%%JDK_HOME%%/docs/api/Package-java.net.html -%%JDK_HOME%%/docs/api/Package-java.rmi.dgc.html -%%JDK_HOME%%/docs/api/Package-java.rmi.html -%%JDK_HOME%%/docs/api/Package-java.rmi.registry.html -%%JDK_HOME%%/docs/api/Package-java.rmi.server.html -%%JDK_HOME%%/docs/api/Package-java.security.acl.html -%%JDK_HOME%%/docs/api/Package-java.security.html -%%JDK_HOME%%/docs/api/Package-java.security.interfaces.html -%%JDK_HOME%%/docs/api/Package-java.sql.html -%%JDK_HOME%%/docs/api/Package-java.text.html -%%JDK_HOME%%/docs/api/Package-java.util.html -%%JDK_HOME%%/docs/api/Package-java.util.zip.html -%%JDK_HOME%%/docs/api/a-names.html -%%JDK_HOME%%/docs/api/b-names.html -%%JDK_HOME%%/docs/api/c-names.html -%%JDK_HOME%%/docs/api/d-names.html -%%JDK_HOME%%/docs/api/e-names.html -%%JDK_HOME%%/docs/api/f-names.html -%%JDK_HOME%%/docs/api/g-names.html -%%JDK_HOME%%/docs/api/h-names.html -%%JDK_HOME%%/docs/api/i-names.html -%%JDK_HOME%%/docs/api/images-awt/BorderLayout-1.gif -%%JDK_HOME%%/docs/api/images-awt/Button-1.gif -%%JDK_HOME%%/docs/api/images-awt/Checkbox-1.gif -%%JDK_HOME%%/docs/api/images-awt/CheckboxGroup-1.gif -%%JDK_HOME%%/docs/api/images-awt/Choice-1.gif -%%JDK_HOME%%/docs/api/images-awt/FlowLayout-1.gif -%%JDK_HOME%%/docs/api/images-awt/FontMetrics-1.gif -%%JDK_HOME%%/docs/api/images-awt/GridBagLayout-1.gif -%%JDK_HOME%%/docs/api/images-awt/GridLayout-1.gif -%%JDK_HOME%%/docs/api/images-awt/Label-1.gif -%%JDK_HOME%%/docs/api/images-awt/List-1.gif -%%JDK_HOME%%/docs/api/images-awt/MenuBar-1.gif -%%JDK_HOME%%/docs/api/images-awt/Scrollbar-1.gif -%%JDK_HOME%%/docs/api/images-awt/Scrollbar-2.gif -%%JDK_HOME%%/docs/api/images-awt/TextArea-1.gif -%%JDK_HOME%%/docs/api/images-awt/TextField-1.gif -%%JDK_HOME%%/docs/api/images/OpenBookIcon.gif -%%JDK_HOME%%/docs/api/images/blue-ball-small.gif -%%JDK_HOME%%/docs/api/images/blue-ball.gif -%%JDK_HOME%%/docs/api/images/class-index.gif -%%JDK_HOME%%/docs/api/images/constructor-index.gif -%%JDK_HOME%%/docs/api/images/constructors.gif -%%JDK_HOME%%/docs/api/images/cyan-ball-small.gif -%%JDK_HOME%%/docs/api/images/cyan-ball.gif -%%JDK_HOME%%/docs/api/images/error-index.gif -%%JDK_HOME%%/docs/api/images/exception-index.gif -%%JDK_HOME%%/docs/api/images/green-ball-small.gif -%%JDK_HOME%%/docs/api/images/green-ball.gif -%%JDK_HOME%%/docs/api/images/interface-index.gif -%%JDK_HOME%%/docs/api/images/magenta-ball-small.gif -%%JDK_HOME%%/docs/api/images/magenta-ball.gif -%%JDK_HOME%%/docs/api/images/method-index.gif -%%JDK_HOME%%/docs/api/images/methods.gif -%%JDK_HOME%%/docs/api/images/package-index.gif -%%JDK_HOME%%/docs/api/images/red-ball-small.gif -%%JDK_HOME%%/docs/api/images/red-ball.gif -%%JDK_HOME%%/docs/api/images/variable-index.gif -%%JDK_HOME%%/docs/api/images/variables.gif -%%JDK_HOME%%/docs/api/images/yellow-ball-small.gif -%%JDK_HOME%%/docs/api/images/yellow-ball.gif -%%JDK_HOME%%/docs/api/j-names.html -%%JDK_HOME%%/docs/api/java.applet.Applet.html -%%JDK_HOME%%/docs/api/java.applet.AppletContext.html -%%JDK_HOME%%/docs/api/java.applet.AppletStub.html -%%JDK_HOME%%/docs/api/java.applet.AudioClip.html -%%JDK_HOME%%/docs/api/java.awt.AWTError.html -%%JDK_HOME%%/docs/api/java.awt.AWTEvent.html -%%JDK_HOME%%/docs/api/java.awt.AWTEventMulticaster.html -%%JDK_HOME%%/docs/api/java.awt.AWTException.html -%%JDK_HOME%%/docs/api/java.awt.Adjustable.html -%%JDK_HOME%%/docs/api/java.awt.BorderLayout.html -%%JDK_HOME%%/docs/api/java.awt.Button.html -%%JDK_HOME%%/docs/api/java.awt.Canvas.html -%%JDK_HOME%%/docs/api/java.awt.CardLayout.html -%%JDK_HOME%%/docs/api/java.awt.Checkbox.html -%%JDK_HOME%%/docs/api/java.awt.CheckboxGroup.html -%%JDK_HOME%%/docs/api/java.awt.CheckboxMenuItem.html -%%JDK_HOME%%/docs/api/java.awt.Choice.html -%%JDK_HOME%%/docs/api/java.awt.Color.html -%%JDK_HOME%%/docs/api/java.awt.Component.html -%%JDK_HOME%%/docs/api/java.awt.Container.html -%%JDK_HOME%%/docs/api/java.awt.Cursor.html -%%JDK_HOME%%/docs/api/java.awt.Dialog.html -%%JDK_HOME%%/docs/api/java.awt.Dimension.html -%%JDK_HOME%%/docs/api/java.awt.Event.html -%%JDK_HOME%%/docs/api/java.awt.EventQueue.html -%%JDK_HOME%%/docs/api/java.awt.FileDialog.html -%%JDK_HOME%%/docs/api/java.awt.FlowLayout.html -%%JDK_HOME%%/docs/api/java.awt.Font.html -%%JDK_HOME%%/docs/api/java.awt.FontMetrics.html -%%JDK_HOME%%/docs/api/java.awt.Frame.html -%%JDK_HOME%%/docs/api/java.awt.Graphics.html -%%JDK_HOME%%/docs/api/java.awt.GridBagConstraints.html -%%JDK_HOME%%/docs/api/java.awt.GridBagLayout.html -%%JDK_HOME%%/docs/api/java.awt.GridLayout.html -%%JDK_HOME%%/docs/api/java.awt.IllegalComponentStateException.html -%%JDK_HOME%%/docs/api/java.awt.Image.html -%%JDK_HOME%%/docs/api/java.awt.Insets.html -%%JDK_HOME%%/docs/api/java.awt.ItemSelectable.html -%%JDK_HOME%%/docs/api/java.awt.Label.html -%%JDK_HOME%%/docs/api/java.awt.LayoutManager.html -%%JDK_HOME%%/docs/api/java.awt.LayoutManager2.html -%%JDK_HOME%%/docs/api/java.awt.List.html -%%JDK_HOME%%/docs/api/java.awt.MediaTracker.html -%%JDK_HOME%%/docs/api/java.awt.Menu.html -%%JDK_HOME%%/docs/api/java.awt.MenuBar.html -%%JDK_HOME%%/docs/api/java.awt.MenuComponent.html -%%JDK_HOME%%/docs/api/java.awt.MenuContainer.html -%%JDK_HOME%%/docs/api/java.awt.MenuItem.html -%%JDK_HOME%%/docs/api/java.awt.MenuShortcut.html -%%JDK_HOME%%/docs/api/java.awt.Panel.html -%%JDK_HOME%%/docs/api/java.awt.Point.html -%%JDK_HOME%%/docs/api/java.awt.Polygon.html -%%JDK_HOME%%/docs/api/java.awt.PopupMenu.html -%%JDK_HOME%%/docs/api/java.awt.PrintGraphics.html -%%JDK_HOME%%/docs/api/java.awt.PrintJob.html -%%JDK_HOME%%/docs/api/java.awt.Rectangle.html -%%JDK_HOME%%/docs/api/java.awt.ScrollPane.html -%%JDK_HOME%%/docs/api/java.awt.Scrollbar.html -%%JDK_HOME%%/docs/api/java.awt.Shape.html -%%JDK_HOME%%/docs/api/java.awt.SystemColor.html -%%JDK_HOME%%/docs/api/java.awt.TextArea.html -%%JDK_HOME%%/docs/api/java.awt.TextComponent.html -%%JDK_HOME%%/docs/api/java.awt.TextField.html -%%JDK_HOME%%/docs/api/java.awt.Toolkit.html -%%JDK_HOME%%/docs/api/java.awt.Window.html -%%JDK_HOME%%/docs/api/java.awt.datatransfer.Clipboard.html -%%JDK_HOME%%/docs/api/java.awt.datatransfer.ClipboardOwner.html -%%JDK_HOME%%/docs/api/java.awt.datatransfer.DataFlavor.html -%%JDK_HOME%%/docs/api/java.awt.datatransfer.StringSelection.html -%%JDK_HOME%%/docs/api/java.awt.datatransfer.Transferable.html -%%JDK_HOME%%/docs/api/java.awt.datatransfer.UnsupportedFlavorException.html -%%JDK_HOME%%/docs/api/java.awt.event.ActionEvent.html -%%JDK_HOME%%/docs/api/java.awt.event.ActionListener.html -%%JDK_HOME%%/docs/api/java.awt.event.AdjustmentEvent.html -%%JDK_HOME%%/docs/api/java.awt.event.AdjustmentListener.html -%%JDK_HOME%%/docs/api/java.awt.event.ComponentAdapter.html -%%JDK_HOME%%/docs/api/java.awt.event.ComponentEvent.html -%%JDK_HOME%%/docs/api/java.awt.event.ComponentListener.html -%%JDK_HOME%%/docs/api/java.awt.event.ContainerAdapter.html -%%JDK_HOME%%/docs/api/java.awt.event.ContainerEvent.html -%%JDK_HOME%%/docs/api/java.awt.event.ContainerListener.html -%%JDK_HOME%%/docs/api/java.awt.event.FocusAdapter.html -%%JDK_HOME%%/docs/api/java.awt.event.FocusEvent.html -%%JDK_HOME%%/docs/api/java.awt.event.FocusListener.html -%%JDK_HOME%%/docs/api/java.awt.event.InputEvent.html -%%JDK_HOME%%/docs/api/java.awt.event.ItemEvent.html -%%JDK_HOME%%/docs/api/java.awt.event.ItemListener.html -%%JDK_HOME%%/docs/api/java.awt.event.KeyAdapter.html -%%JDK_HOME%%/docs/api/java.awt.event.KeyEvent.html -%%JDK_HOME%%/docs/api/java.awt.event.KeyListener.html -%%JDK_HOME%%/docs/api/java.awt.event.MouseAdapter.html -%%JDK_HOME%%/docs/api/java.awt.event.MouseEvent.html -%%JDK_HOME%%/docs/api/java.awt.event.MouseListener.html -%%JDK_HOME%%/docs/api/java.awt.event.MouseMotionAdapter.html -%%JDK_HOME%%/docs/api/java.awt.event.MouseMotionListener.html -%%JDK_HOME%%/docs/api/java.awt.event.PaintEvent.html -%%JDK_HOME%%/docs/api/java.awt.event.TextEvent.html -%%JDK_HOME%%/docs/api/java.awt.event.TextListener.html -%%JDK_HOME%%/docs/api/java.awt.event.WindowAdapter.html -%%JDK_HOME%%/docs/api/java.awt.event.WindowEvent.html -%%JDK_HOME%%/docs/api/java.awt.event.WindowListener.html -%%JDK_HOME%%/docs/api/java.awt.image.AreaAveragingScaleFilter.html -%%JDK_HOME%%/docs/api/java.awt.image.ColorModel.html -%%JDK_HOME%%/docs/api/java.awt.image.CropImageFilter.html -%%JDK_HOME%%/docs/api/java.awt.image.DirectColorModel.html -%%JDK_HOME%%/docs/api/java.awt.image.FilteredImageSource.html -%%JDK_HOME%%/docs/api/java.awt.image.ImageConsumer.html -%%JDK_HOME%%/docs/api/java.awt.image.ImageFilter.html -%%JDK_HOME%%/docs/api/java.awt.image.ImageObserver.html -%%JDK_HOME%%/docs/api/java.awt.image.ImageProducer.html -%%JDK_HOME%%/docs/api/java.awt.image.IndexColorModel.html -%%JDK_HOME%%/docs/api/java.awt.image.MemoryImageSource.html -%%JDK_HOME%%/docs/api/java.awt.image.PixelGrabber.html -%%JDK_HOME%%/docs/api/java.awt.image.RGBImageFilter.html -%%JDK_HOME%%/docs/api/java.awt.image.ReplicateScaleFilter.html -%%JDK_HOME%%/docs/api/java.beans.BeanDescriptor.html -%%JDK_HOME%%/docs/api/java.beans.BeanInfo.html -%%JDK_HOME%%/docs/api/java.beans.Beans.html -%%JDK_HOME%%/docs/api/java.beans.Customizer.html -%%JDK_HOME%%/docs/api/java.beans.EventSetDescriptor.html -%%JDK_HOME%%/docs/api/java.beans.FeatureDescriptor.html -%%JDK_HOME%%/docs/api/java.beans.IndexedPropertyDescriptor.html -%%JDK_HOME%%/docs/api/java.beans.IntrospectionException.html -%%JDK_HOME%%/docs/api/java.beans.Introspector.html -%%JDK_HOME%%/docs/api/java.beans.MethodDescriptor.html -%%JDK_HOME%%/docs/api/java.beans.ParameterDescriptor.html -%%JDK_HOME%%/docs/api/java.beans.PropertyChangeEvent.html -%%JDK_HOME%%/docs/api/java.beans.PropertyChangeListener.html -%%JDK_HOME%%/docs/api/java.beans.PropertyChangeSupport.html -%%JDK_HOME%%/docs/api/java.beans.PropertyDescriptor.html -%%JDK_HOME%%/docs/api/java.beans.PropertyEditor.html -%%JDK_HOME%%/docs/api/java.beans.PropertyEditorManager.html -%%JDK_HOME%%/docs/api/java.beans.PropertyEditorSupport.html -%%JDK_HOME%%/docs/api/java.beans.PropertyVetoException.html -%%JDK_HOME%%/docs/api/java.beans.SimpleBeanInfo.html -%%JDK_HOME%%/docs/api/java.beans.VetoableChangeListener.html -%%JDK_HOME%%/docs/api/java.beans.VetoableChangeSupport.html -%%JDK_HOME%%/docs/api/java.beans.Visibility.html -%%JDK_HOME%%/docs/api/java.io.BufferedInputStream.html -%%JDK_HOME%%/docs/api/java.io.BufferedOutputStream.html -%%JDK_HOME%%/docs/api/java.io.BufferedReader.html -%%JDK_HOME%%/docs/api/java.io.BufferedWriter.html -%%JDK_HOME%%/docs/api/java.io.ByteArrayInputStream.html -%%JDK_HOME%%/docs/api/java.io.ByteArrayOutputStream.html -%%JDK_HOME%%/docs/api/java.io.CharArrayReader.html -%%JDK_HOME%%/docs/api/java.io.CharArrayWriter.html -%%JDK_HOME%%/docs/api/java.io.CharConversionException.html -%%JDK_HOME%%/docs/api/java.io.DataInput.html -%%JDK_HOME%%/docs/api/java.io.DataInputStream.html -%%JDK_HOME%%/docs/api/java.io.DataOutput.html -%%JDK_HOME%%/docs/api/java.io.DataOutputStream.html -%%JDK_HOME%%/docs/api/java.io.EOFException.html -%%JDK_HOME%%/docs/api/java.io.Externalizable.html -%%JDK_HOME%%/docs/api/java.io.File.html -%%JDK_HOME%%/docs/api/java.io.FileDescriptor.html -%%JDK_HOME%%/docs/api/java.io.FileInputStream.html -%%JDK_HOME%%/docs/api/java.io.FileNotFoundException.html -%%JDK_HOME%%/docs/api/java.io.FileOutputStream.html -%%JDK_HOME%%/docs/api/java.io.FileReader.html -%%JDK_HOME%%/docs/api/java.io.FileWriter.html -%%JDK_HOME%%/docs/api/java.io.FilenameFilter.html -%%JDK_HOME%%/docs/api/java.io.FilterInputStream.html -%%JDK_HOME%%/docs/api/java.io.FilterOutputStream.html -%%JDK_HOME%%/docs/api/java.io.FilterReader.html -%%JDK_HOME%%/docs/api/java.io.FilterWriter.html -%%JDK_HOME%%/docs/api/java.io.IOException.html -%%JDK_HOME%%/docs/api/java.io.InputStream.html -%%JDK_HOME%%/docs/api/java.io.InputStreamReader.html -%%JDK_HOME%%/docs/api/java.io.InterruptedIOException.html -%%JDK_HOME%%/docs/api/java.io.InvalidClassException.html -%%JDK_HOME%%/docs/api/java.io.InvalidObjectException.html -%%JDK_HOME%%/docs/api/java.io.LineNumberInputStream.html -%%JDK_HOME%%/docs/api/java.io.LineNumberReader.html -%%JDK_HOME%%/docs/api/java.io.NotActiveException.html -%%JDK_HOME%%/docs/api/java.io.NotSerializableException.html -%%JDK_HOME%%/docs/api/java.io.ObjectInput.html -%%JDK_HOME%%/docs/api/java.io.ObjectInputStream.html -%%JDK_HOME%%/docs/api/java.io.ObjectInputValidation.html -%%JDK_HOME%%/docs/api/java.io.ObjectOutput.html -%%JDK_HOME%%/docs/api/java.io.ObjectOutputStream.html -%%JDK_HOME%%/docs/api/java.io.ObjectStreamClass.html -%%JDK_HOME%%/docs/api/java.io.ObjectStreamException.html -%%JDK_HOME%%/docs/api/java.io.OptionalDataException.html -%%JDK_HOME%%/docs/api/java.io.OutputStream.html -%%JDK_HOME%%/docs/api/java.io.OutputStreamWriter.html -%%JDK_HOME%%/docs/api/java.io.PipedInputStream.html -%%JDK_HOME%%/docs/api/java.io.PipedOutputStream.html -%%JDK_HOME%%/docs/api/java.io.PipedReader.html -%%JDK_HOME%%/docs/api/java.io.PipedWriter.html -%%JDK_HOME%%/docs/api/java.io.PrintStream.html -%%JDK_HOME%%/docs/api/java.io.PrintWriter.html -%%JDK_HOME%%/docs/api/java.io.PushbackInputStream.html -%%JDK_HOME%%/docs/api/java.io.PushbackReader.html -%%JDK_HOME%%/docs/api/java.io.RandomAccessFile.html -%%JDK_HOME%%/docs/api/java.io.Reader.html -%%JDK_HOME%%/docs/api/java.io.SequenceInputStream.html -%%JDK_HOME%%/docs/api/java.io.Serializable.html -%%JDK_HOME%%/docs/api/java.io.StreamCorruptedException.html -%%JDK_HOME%%/docs/api/java.io.StreamTokenizer.html -%%JDK_HOME%%/docs/api/java.io.StringBufferInputStream.html -%%JDK_HOME%%/docs/api/java.io.StringReader.html -%%JDK_HOME%%/docs/api/java.io.StringWriter.html -%%JDK_HOME%%/docs/api/java.io.SyncFailedException.html -%%JDK_HOME%%/docs/api/java.io.UTFDataFormatException.html -%%JDK_HOME%%/docs/api/java.io.UnsupportedEncodingException.html -%%JDK_HOME%%/docs/api/java.io.WriteAbortedException.html -%%JDK_HOME%%/docs/api/java.io.Writer.html -%%JDK_HOME%%/docs/api/java.lang.AbstractMethodError.html -%%JDK_HOME%%/docs/api/java.lang.ArithmeticException.html -%%JDK_HOME%%/docs/api/java.lang.ArrayIndexOutOfBoundsException.html -%%JDK_HOME%%/docs/api/java.lang.ArrayStoreException.html -%%JDK_HOME%%/docs/api/java.lang.Boolean.html -%%JDK_HOME%%/docs/api/java.lang.Byte.html -%%JDK_HOME%%/docs/api/java.lang.Character.html -%%JDK_HOME%%/docs/api/java.lang.Class.html -%%JDK_HOME%%/docs/api/java.lang.ClassCastException.html -%%JDK_HOME%%/docs/api/java.lang.ClassCircularityError.html -%%JDK_HOME%%/docs/api/java.lang.ClassFormatError.html -%%JDK_HOME%%/docs/api/java.lang.ClassLoader.html -%%JDK_HOME%%/docs/api/java.lang.ClassNotFoundException.html -%%JDK_HOME%%/docs/api/java.lang.CloneNotSupportedException.html -%%JDK_HOME%%/docs/api/java.lang.Cloneable.html -%%JDK_HOME%%/docs/api/java.lang.Compiler.html -%%JDK_HOME%%/docs/api/java.lang.Double.html -%%JDK_HOME%%/docs/api/java.lang.Error.html -%%JDK_HOME%%/docs/api/java.lang.Exception.html -%%JDK_HOME%%/docs/api/java.lang.ExceptionInInitializerError.html -%%JDK_HOME%%/docs/api/java.lang.Float.html -%%JDK_HOME%%/docs/api/java.lang.IllegalAccessError.html -%%JDK_HOME%%/docs/api/java.lang.IllegalAccessException.html -%%JDK_HOME%%/docs/api/java.lang.IllegalArgumentException.html -%%JDK_HOME%%/docs/api/java.lang.IllegalMonitorStateException.html -%%JDK_HOME%%/docs/api/java.lang.IllegalStateException.html -%%JDK_HOME%%/docs/api/java.lang.IllegalThreadStateException.html -%%JDK_HOME%%/docs/api/java.lang.IncompatibleClassChangeError.html -%%JDK_HOME%%/docs/api/java.lang.IndexOutOfBoundsException.html -%%JDK_HOME%%/docs/api/java.lang.InstantiationError.html -%%JDK_HOME%%/docs/api/java.lang.InstantiationException.html -%%JDK_HOME%%/docs/api/java.lang.Integer.html -%%JDK_HOME%%/docs/api/java.lang.InternalError.html -%%JDK_HOME%%/docs/api/java.lang.InterruptedException.html -%%JDK_HOME%%/docs/api/java.lang.LinkageError.html -%%JDK_HOME%%/docs/api/java.lang.Long.html -%%JDK_HOME%%/docs/api/java.lang.Math.html -%%JDK_HOME%%/docs/api/java.lang.NegativeArraySizeException.html -%%JDK_HOME%%/docs/api/java.lang.NoClassDefFoundError.html -%%JDK_HOME%%/docs/api/java.lang.NoSuchFieldError.html -%%JDK_HOME%%/docs/api/java.lang.NoSuchFieldException.html -%%JDK_HOME%%/docs/api/java.lang.NoSuchMethodError.html -%%JDK_HOME%%/docs/api/java.lang.NoSuchMethodException.html -%%JDK_HOME%%/docs/api/java.lang.NullPointerException.html -%%JDK_HOME%%/docs/api/java.lang.Number.html -%%JDK_HOME%%/docs/api/java.lang.NumberFormatException.html -%%JDK_HOME%%/docs/api/java.lang.Object.html -%%JDK_HOME%%/docs/api/java.lang.OutOfMemoryError.html -%%JDK_HOME%%/docs/api/java.lang.Process.html -%%JDK_HOME%%/docs/api/java.lang.Runnable.html -%%JDK_HOME%%/docs/api/java.lang.Runtime.html -%%JDK_HOME%%/docs/api/java.lang.RuntimeException.html -%%JDK_HOME%%/docs/api/java.lang.SecurityException.html -%%JDK_HOME%%/docs/api/java.lang.SecurityManager.html -%%JDK_HOME%%/docs/api/java.lang.Short.html -%%JDK_HOME%%/docs/api/java.lang.StackOverflowError.html -%%JDK_HOME%%/docs/api/java.lang.String.html -%%JDK_HOME%%/docs/api/java.lang.StringBuffer.html -%%JDK_HOME%%/docs/api/java.lang.StringIndexOutOfBoundsException.html -%%JDK_HOME%%/docs/api/java.lang.System.html -%%JDK_HOME%%/docs/api/java.lang.Thread.html -%%JDK_HOME%%/docs/api/java.lang.ThreadDeath.html -%%JDK_HOME%%/docs/api/java.lang.ThreadGroup.html -%%JDK_HOME%%/docs/api/java.lang.Throwable.html -%%JDK_HOME%%/docs/api/java.lang.UnknownError.html -%%JDK_HOME%%/docs/api/java.lang.UnsatisfiedLinkError.html -%%JDK_HOME%%/docs/api/java.lang.VerifyError.html -%%JDK_HOME%%/docs/api/java.lang.VirtualMachineError.html -%%JDK_HOME%%/docs/api/java.lang.Void.html -%%JDK_HOME%%/docs/api/java.lang.reflect.Array.html -%%JDK_HOME%%/docs/api/java.lang.reflect.Constructor.html -%%JDK_HOME%%/docs/api/java.lang.reflect.Field.html -%%JDK_HOME%%/docs/api/java.lang.reflect.InvocationTargetException.html -%%JDK_HOME%%/docs/api/java.lang.reflect.Member.html -%%JDK_HOME%%/docs/api/java.lang.reflect.Method.html -%%JDK_HOME%%/docs/api/java.lang.reflect.Modifier.html -%%JDK_HOME%%/docs/api/java.math.BigDecimal.html -%%JDK_HOME%%/docs/api/java.math.BigInteger.html -%%JDK_HOME%%/docs/api/java.net.BindException.html -%%JDK_HOME%%/docs/api/java.net.ConnectException.html -%%JDK_HOME%%/docs/api/java.net.ContentHandler.html -%%JDK_HOME%%/docs/api/java.net.ContentHandlerFactory.html -%%JDK_HOME%%/docs/api/java.net.DatagramPacket.html -%%JDK_HOME%%/docs/api/java.net.DatagramSocket.html -%%JDK_HOME%%/docs/api/java.net.DatagramSocketImpl.html -%%JDK_HOME%%/docs/api/java.net.FileNameMap.html -%%JDK_HOME%%/docs/api/java.net.HttpURLConnection.html -%%JDK_HOME%%/docs/api/java.net.InetAddress.html -%%JDK_HOME%%/docs/api/java.net.MalformedURLException.html -%%JDK_HOME%%/docs/api/java.net.MulticastSocket.html -%%JDK_HOME%%/docs/api/java.net.NoRouteToHostException.html -%%JDK_HOME%%/docs/api/java.net.ProtocolException.html -%%JDK_HOME%%/docs/api/java.net.ServerSocket.html -%%JDK_HOME%%/docs/api/java.net.Socket.html -%%JDK_HOME%%/docs/api/java.net.SocketException.html -%%JDK_HOME%%/docs/api/java.net.SocketImpl.html -%%JDK_HOME%%/docs/api/java.net.SocketImplFactory.html -%%JDK_HOME%%/docs/api/java.net.URL.html -%%JDK_HOME%%/docs/api/java.net.URLConnection.html -%%JDK_HOME%%/docs/api/java.net.URLEncoder.html -%%JDK_HOME%%/docs/api/java.net.URLStreamHandler.html -%%JDK_HOME%%/docs/api/java.net.URLStreamHandlerFactory.html -%%JDK_HOME%%/docs/api/java.net.UnknownHostException.html -%%JDK_HOME%%/docs/api/java.net.UnknownServiceException.html -%%JDK_HOME%%/docs/api/java.rmi.AccessException.html -%%JDK_HOME%%/docs/api/java.rmi.AlreadyBoundException.html -%%JDK_HOME%%/docs/api/java.rmi.ConnectException.html -%%JDK_HOME%%/docs/api/java.rmi.ConnectIOException.html -%%JDK_HOME%%/docs/api/java.rmi.MarshalException.html -%%JDK_HOME%%/docs/api/java.rmi.Naming.html -%%JDK_HOME%%/docs/api/java.rmi.NoSuchObjectException.html -%%JDK_HOME%%/docs/api/java.rmi.NotBoundException.html -%%JDK_HOME%%/docs/api/java.rmi.RMISecurityException.html -%%JDK_HOME%%/docs/api/java.rmi.RMISecurityManager.html -%%JDK_HOME%%/docs/api/java.rmi.Remote.html -%%JDK_HOME%%/docs/api/java.rmi.RemoteException.html -%%JDK_HOME%%/docs/api/java.rmi.ServerError.html -%%JDK_HOME%%/docs/api/java.rmi.ServerException.html -%%JDK_HOME%%/docs/api/java.rmi.ServerRuntimeException.html -%%JDK_HOME%%/docs/api/java.rmi.StubNotFoundException.html -%%JDK_HOME%%/docs/api/java.rmi.UnexpectedException.html -%%JDK_HOME%%/docs/api/java.rmi.UnknownHostException.html -%%JDK_HOME%%/docs/api/java.rmi.UnmarshalException.html -%%JDK_HOME%%/docs/api/java.rmi.dgc.DGC.html -%%JDK_HOME%%/docs/api/java.rmi.dgc.Lease.html -%%JDK_HOME%%/docs/api/java.rmi.dgc.VMID.html -%%JDK_HOME%%/docs/api/java.rmi.registry.LocateRegistry.html -%%JDK_HOME%%/docs/api/java.rmi.registry.Registry.html -%%JDK_HOME%%/docs/api/java.rmi.registry.RegistryHandler.html -%%JDK_HOME%%/docs/api/java.rmi.server.ExportException.html -%%JDK_HOME%%/docs/api/java.rmi.server.LoaderHandler.html -%%JDK_HOME%%/docs/api/java.rmi.server.LogStream.html -%%JDK_HOME%%/docs/api/java.rmi.server.ObjID.html -%%JDK_HOME%%/docs/api/java.rmi.server.Operation.html -%%JDK_HOME%%/docs/api/java.rmi.server.RMIClassLoader.html -%%JDK_HOME%%/docs/api/java.rmi.server.RMIFailureHandler.html -%%JDK_HOME%%/docs/api/java.rmi.server.RMISocketFactory.html -%%JDK_HOME%%/docs/api/java.rmi.server.RemoteCall.html -%%JDK_HOME%%/docs/api/java.rmi.server.RemoteObject.html -%%JDK_HOME%%/docs/api/java.rmi.server.RemoteRef.html -%%JDK_HOME%%/docs/api/java.rmi.server.RemoteServer.html -%%JDK_HOME%%/docs/api/java.rmi.server.RemoteStub.html -%%JDK_HOME%%/docs/api/java.rmi.server.ServerCloneException.html -%%JDK_HOME%%/docs/api/java.rmi.server.ServerNotActiveException.html -%%JDK_HOME%%/docs/api/java.rmi.server.ServerRef.html -%%JDK_HOME%%/docs/api/java.rmi.server.Skeleton.html -%%JDK_HOME%%/docs/api/java.rmi.server.SkeletonMismatchException.html -%%JDK_HOME%%/docs/api/java.rmi.server.SkeletonNotFoundException.html -%%JDK_HOME%%/docs/api/java.rmi.server.SocketSecurityException.html -%%JDK_HOME%%/docs/api/java.rmi.server.UID.html -%%JDK_HOME%%/docs/api/java.rmi.server.UnicastRemoteObject.html -%%JDK_HOME%%/docs/api/java.rmi.server.Unreferenced.html -%%JDK_HOME%%/docs/api/java.security.Certificate.html -%%JDK_HOME%%/docs/api/java.security.DigestException.html -%%JDK_HOME%%/docs/api/java.security.DigestInputStream.html -%%JDK_HOME%%/docs/api/java.security.DigestOutputStream.html -%%JDK_HOME%%/docs/api/java.security.Identity.html -%%JDK_HOME%%/docs/api/java.security.IdentityScope.html -%%JDK_HOME%%/docs/api/java.security.InvalidKeyException.html -%%JDK_HOME%%/docs/api/java.security.InvalidParameterException.html -%%JDK_HOME%%/docs/api/java.security.Key.html -%%JDK_HOME%%/docs/api/java.security.KeyException.html -%%JDK_HOME%%/docs/api/java.security.KeyManagementException.html -%%JDK_HOME%%/docs/api/java.security.KeyPair.html -%%JDK_HOME%%/docs/api/java.security.KeyPairGenerator.html -%%JDK_HOME%%/docs/api/java.security.MessageDigest.html -%%JDK_HOME%%/docs/api/java.security.NoSuchAlgorithmException.html -%%JDK_HOME%%/docs/api/java.security.NoSuchProviderException.html -%%JDK_HOME%%/docs/api/java.security.Principal.html -%%JDK_HOME%%/docs/api/java.security.PrivateKey.html -%%JDK_HOME%%/docs/api/java.security.Provider.html -%%JDK_HOME%%/docs/api/java.security.ProviderException.html -%%JDK_HOME%%/docs/api/java.security.PublicKey.html -%%JDK_HOME%%/docs/api/java.security.SecureRandom.html -%%JDK_HOME%%/docs/api/java.security.Security.html -%%JDK_HOME%%/docs/api/java.security.Signature.html -%%JDK_HOME%%/docs/api/java.security.SignatureException.html -%%JDK_HOME%%/docs/api/java.security.Signer.html -%%JDK_HOME%%/docs/api/java.security.acl.Acl.html -%%JDK_HOME%%/docs/api/java.security.acl.AclEntry.html -%%JDK_HOME%%/docs/api/java.security.acl.AclNotFoundException.html -%%JDK_HOME%%/docs/api/java.security.acl.Group.html -%%JDK_HOME%%/docs/api/java.security.acl.LastOwnerException.html -%%JDK_HOME%%/docs/api/java.security.acl.NotOwnerException.html -%%JDK_HOME%%/docs/api/java.security.acl.Owner.html -%%JDK_HOME%%/docs/api/java.security.acl.Permission.html -%%JDK_HOME%%/docs/api/java.security.interfaces.DSAKey.html -%%JDK_HOME%%/docs/api/java.security.interfaces.DSAKeyPairGenerator.html -%%JDK_HOME%%/docs/api/java.security.interfaces.DSAParams.html -%%JDK_HOME%%/docs/api/java.security.interfaces.DSAPrivateKey.html -%%JDK_HOME%%/docs/api/java.security.interfaces.DSAPublicKey.html -%%JDK_HOME%%/docs/api/java.sql.CallableStatement.html -%%JDK_HOME%%/docs/api/java.sql.Connection.html -%%JDK_HOME%%/docs/api/java.sql.DataTruncation.html -%%JDK_HOME%%/docs/api/java.sql.DatabaseMetaData.html -%%JDK_HOME%%/docs/api/java.sql.Date.html -%%JDK_HOME%%/docs/api/java.sql.Driver.html -%%JDK_HOME%%/docs/api/java.sql.DriverManager.html -%%JDK_HOME%%/docs/api/java.sql.DriverPropertyInfo.html -%%JDK_HOME%%/docs/api/java.sql.PreparedStatement.html -%%JDK_HOME%%/docs/api/java.sql.ResultSet.html -%%JDK_HOME%%/docs/api/java.sql.ResultSetMetaData.html -%%JDK_HOME%%/docs/api/java.sql.SQLException.html -%%JDK_HOME%%/docs/api/java.sql.SQLWarning.html -%%JDK_HOME%%/docs/api/java.sql.Statement.html -%%JDK_HOME%%/docs/api/java.sql.Time.html -%%JDK_HOME%%/docs/api/java.sql.Timestamp.html -%%JDK_HOME%%/docs/api/java.sql.Types.html -%%JDK_HOME%%/docs/api/java.text.BreakIterator.html -%%JDK_HOME%%/docs/api/java.text.CharacterIterator.html -%%JDK_HOME%%/docs/api/java.text.ChoiceFormat.html -%%JDK_HOME%%/docs/api/java.text.CollationElementIterator.html -%%JDK_HOME%%/docs/api/java.text.CollationKey.html -%%JDK_HOME%%/docs/api/java.text.Collator.html -%%JDK_HOME%%/docs/api/java.text.DateFormat.html -%%JDK_HOME%%/docs/api/java.text.DateFormatSymbols.html -%%JDK_HOME%%/docs/api/java.text.DecimalFormat.html -%%JDK_HOME%%/docs/api/java.text.DecimalFormatSymbols.html -%%JDK_HOME%%/docs/api/java.text.FieldPosition.html -%%JDK_HOME%%/docs/api/java.text.Format.html -%%JDK_HOME%%/docs/api/java.text.MessageFormat.html -%%JDK_HOME%%/docs/api/java.text.NumberFormat.html -%%JDK_HOME%%/docs/api/java.text.ParseException.html -%%JDK_HOME%%/docs/api/java.text.ParsePosition.html -%%JDK_HOME%%/docs/api/java.text.RuleBasedCollator.html -%%JDK_HOME%%/docs/api/java.text.SimpleDateFormat.html -%%JDK_HOME%%/docs/api/java.text.StringCharacterIterator.html -%%JDK_HOME%%/docs/api/java.util.BitSet.html -%%JDK_HOME%%/docs/api/java.util.Calendar.html -%%JDK_HOME%%/docs/api/java.util.Date.html -%%JDK_HOME%%/docs/api/java.util.Dictionary.html -%%JDK_HOME%%/docs/api/java.util.EmptyStackException.html -%%JDK_HOME%%/docs/api/java.util.Enumeration.html -%%JDK_HOME%%/docs/api/java.util.EventListener.html -%%JDK_HOME%%/docs/api/java.util.EventObject.html -%%JDK_HOME%%/docs/api/java.util.GregorianCalendar.html -%%JDK_HOME%%/docs/api/java.util.Hashtable.html -%%JDK_HOME%%/docs/api/java.util.ListResourceBundle.html -%%JDK_HOME%%/docs/api/java.util.Locale.html -%%JDK_HOME%%/docs/api/java.util.MissingResourceException.html -%%JDK_HOME%%/docs/api/java.util.NoSuchElementException.html -%%JDK_HOME%%/docs/api/java.util.Observable.html -%%JDK_HOME%%/docs/api/java.util.Observer.html -%%JDK_HOME%%/docs/api/java.util.Properties.html -%%JDK_HOME%%/docs/api/java.util.PropertyResourceBundle.html -%%JDK_HOME%%/docs/api/java.util.Random.html -%%JDK_HOME%%/docs/api/java.util.ResourceBundle.html -%%JDK_HOME%%/docs/api/java.util.SimpleTimeZone.html -%%JDK_HOME%%/docs/api/java.util.Stack.html -%%JDK_HOME%%/docs/api/java.util.StringTokenizer.html -%%JDK_HOME%%/docs/api/java.util.TimeZone.html -%%JDK_HOME%%/docs/api/java.util.TooManyListenersException.html -%%JDK_HOME%%/docs/api/java.util.Vector.html -%%JDK_HOME%%/docs/api/java.util.zip.Adler32.html -%%JDK_HOME%%/docs/api/java.util.zip.CRC32.html -%%JDK_HOME%%/docs/api/java.util.zip.CheckedInputStream.html -%%JDK_HOME%%/docs/api/java.util.zip.CheckedOutputStream.html -%%JDK_HOME%%/docs/api/java.util.zip.Checksum.html -%%JDK_HOME%%/docs/api/java.util.zip.DataFormatException.html -%%JDK_HOME%%/docs/api/java.util.zip.Deflater.html -%%JDK_HOME%%/docs/api/java.util.zip.DeflaterOutputStream.html -%%JDK_HOME%%/docs/api/java.util.zip.GZIPInputStream.html -%%JDK_HOME%%/docs/api/java.util.zip.GZIPOutputStream.html -%%JDK_HOME%%/docs/api/java.util.zip.Inflater.html -%%JDK_HOME%%/docs/api/java.util.zip.InflaterInputStream.html -%%JDK_HOME%%/docs/api/java.util.zip.ZipEntry.html -%%JDK_HOME%%/docs/api/java.util.zip.ZipException.html -%%JDK_HOME%%/docs/api/java.util.zip.ZipFile.html -%%JDK_HOME%%/docs/api/java.util.zip.ZipInputStream.html -%%JDK_HOME%%/docs/api/java.util.zip.ZipOutputStream.html -%%JDK_HOME%%/docs/api/k-names.html -%%JDK_HOME%%/docs/api/l-names.html -%%JDK_HOME%%/docs/api/m-names.html -%%JDK_HOME%%/docs/api/n-names.html -%%JDK_HOME%%/docs/api/o-names.html -%%JDK_HOME%%/docs/api/p-names.html -%%JDK_HOME%%/docs/api/packages.html -%%JDK_HOME%%/docs/api/q-names.html -%%JDK_HOME%%/docs/api/r-names.html -%%JDK_HOME%%/docs/api/s-names.html -%%JDK_HOME%%/docs/api/t-names.html -%%JDK_HOME%%/docs/api/tree.html -%%JDK_HOME%%/docs/api/u-names.html -%%JDK_HOME%%/docs/api/v-names.html -%%JDK_HOME%%/docs/api/w-names.html -%%JDK_HOME%%/docs/api/x-names.html -%%JDK_HOME%%/docs/api/y-names.html -%%JDK_HOME%%/docs/api/z-names.html -%%JDK_HOME%%/docs/guide/awt/1.0example/AppletButton.class -%%JDK_HOME%%/docs/guide/awt/1.0example/AppletButton.java -%%JDK_HOME%%/docs/guide/awt/1.0example/DialogWindow.class -%%JDK_HOME%%/docs/guide/awt/1.0example/DialogWindow.java -%%JDK_HOME%%/docs/guide/awt/1.0example/SimpleDialog.class -%%JDK_HOME%%/docs/guide/awt/DeprecatedMethods.html -%%JDK_HOME%%/docs/guide/awt/DialogWindow.java -%%JDK_HOME%%/docs/guide/awt/HowToUpgrade.html -%%JDK_HOME%%/docs/guide/awt/IncompatibleChanges.html -%%JDK_HOME%%/docs/guide/awt/NameChanges.html -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/PageSwitcher.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Box.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Box.java -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click0$1.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click0$2.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click0.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click0.java -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click1$1.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click1$2.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click1$TargetListener.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click1.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click1.java -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click2$1.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click2$2.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click2$TargetListener.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click2.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click2.java -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click3$1.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click3$2.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click3$3.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click3$TargetListener.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click3.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/Click3.java -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/ColumnOfBoxes.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/ColumnOfBoxes.java -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual/index.html -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/Box.java -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/Click0.java -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/Click1.java -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/Click2.java -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/Click3.java -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/ColumnOfBoxes.java -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/ImageDisplayer.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/Slide.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/SlideList.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/SlideShow.class -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/Spinner.gif -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/index.html -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/slide1.gif -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/slide2.gif -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/slide3.gif -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/slide4.gif -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/source1.html -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/source2.html -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/source3.html -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative/source4.html -%%JDK_HOME%%/docs/guide/awt/demos/eventmodel/index.html -%%JDK_HOME%%/docs/guide/awt/demos/index.html -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/ExampleApplet.jar -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/ExampleApplet.zip -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/Switcher.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/actual/DoubleBufferPanel.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/actual/DoubleBufferPanel.java -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/actual/ExampleApplet.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/actual/ExampleApplet.java -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/actual/Gauge.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/actual/Gauge.java -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/actual/GaugeThread.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/actual/PrettyPanel.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/actual/images/mandrill.jpg -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/alternative/Compatibility.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/alternative/ExampleApplet.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/alternative/ExampleApplet.gif -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/alternative/ImageDisplayer.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/alternative/PictureFrame.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/example.html -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/GaugeSwing/ExampleApplet.java -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/GaugeSwing/Gauge.java -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/GaugeSwing/images/mandrill.jpg -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/ExampleApplet.jar -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/ExampleApplet.zip -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/Switcher.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/actual/ExampleActionListener.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/actual/ExampleApplet.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/actual/ExampleApplet.java -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/actual/OpenlookButton.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/actual/OpenlookButton.java -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/actual/OpenlookButtonListener.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/actual/images/scott.jpg -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/alternative/Compatibility.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/alternative/ExampleApplet.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/alternative/ExampleApplet.gif -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/alternative/ImageDisplayer.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/alternative/PictureFrame.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/example.html -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/ExampleApplet.jar -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/ExampleApplet.zip -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/Switcher.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/actual/ExampleActionListener.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/actual/ExampleApplet.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/actual/ExampleApplet.java -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/actual/RoundButton.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/actual/RoundButton.java -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/actual/images/scott.jpg -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/alternative/Compatibility.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/alternative/ExampleApplet.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/alternative/ExampleApplet.gif -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/alternative/ImageDisplayer.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/alternative/PictureFrame.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/example.html -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/ExampleApplet.jar -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/ExampleApplet.zip -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/Switcher.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/actual/ExampleApplet.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/actual/ExampleApplet.java -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/actual/Spinner.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/actual/Spinner.java -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/actual/SpinnerThread.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/actual/images/orb.gif -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/alternative/Compatibility.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/alternative/ExampleApplet.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/alternative/ExampleApplet.gif -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/alternative/ImageDisplayer.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/alternative/PictureFrame.class -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/example.html -%%JDK_HOME%%/docs/guide/awt/demos/lightweight/index.html -%%JDK_HOME%%/docs/guide/awt/demos/symboltest/PageSwitcher.class -%%JDK_HOME%%/docs/guide/awt/demos/symboltest/actual/SymbolCanvas.class -%%JDK_HOME%%/docs/guide/awt/demos/symboltest/actual/SymbolTest$MyAdapter.class -%%JDK_HOME%%/docs/guide/awt/demos/symboltest/actual/SymbolTest.class -%%JDK_HOME%%/docs/guide/awt/demos/symboltest/actual/SymbolTest.java -%%JDK_HOME%%/docs/guide/awt/demos/symboltest/actual/index.html -%%JDK_HOME%%/docs/guide/awt/demos/symboltest/alternative/ImageDisplayer.class -%%JDK_HOME%%/docs/guide/awt/demos/symboltest/alternative/Slide.class -%%JDK_HOME%%/docs/guide/awt/demos/symboltest/alternative/SlideList.class -%%JDK_HOME%%/docs/guide/awt/demos/symboltest/alternative/SlideShow.class -%%JDK_HOME%%/docs/guide/awt/demos/symboltest/alternative/index.html -%%JDK_HOME%%/docs/guide/awt/demos/symboltest/alternative/slide1.gif -%%JDK_HOME%%/docs/guide/awt/demos/symboltest/alternative/slide2.gif -%%JDK_HOME%%/docs/guide/awt/demos/symboltest/alternative/slide3.gif -%%JDK_HOME%%/docs/guide/awt/demos/symboltest/alternative/slide4.gif -%%JDK_HOME%%/docs/guide/awt/demos/symboltest/alternative/slide5.gif -%%JDK_HOME%%/docs/guide/awt/demos/symboltest/alternative/slide6.gif -%%JDK_HOME%%/docs/guide/awt/demos/symboltest/index.html -%%JDK_HOME%%/docs/guide/awt/designspec/datatransfer.html -%%JDK_HOME%%/docs/guide/awt/designspec/desktopcolors.html -%%JDK_HOME%%/docs/guide/awt/designspec/events.html -%%JDK_HOME%%/docs/guide/awt/designspec/graphics/clipping.html -%%JDK_HOME%%/docs/guide/awt/designspec/graphics/imageblit.html -%%JDK_HOME%%/docs/guide/awt/designspec/graphics/imagescale.html -%%JDK_HOME%%/docs/guide/awt/designspec/graphics/imganim.html -%%JDK_HOME%%/docs/guide/awt/designspec/graphics/index.html -%%JDK_HOME%%/docs/guide/awt/designspec/graphics/pixelgrab.html -%%JDK_HOME%%/docs/guide/awt/designspec/images/box.sm.gif -%%JDK_HOME%%/docs/guide/awt/designspec/images/flip.sm.gif -%%JDK_HOME%%/docs/guide/awt/designspec/images/flip_trans.sm.gif -%%JDK_HOME%%/docs/guide/awt/designspec/images/gun.sm.gif -%%JDK_HOME%%/docs/guide/awt/designspec/images/hips.sm.gif -%%JDK_HOME%%/docs/guide/awt/designspec/images/juggler.sm.gif -%%JDK_HOME%%/docs/guide/awt/designspec/images/magnify.sm.gif -%%JDK_HOME%%/docs/guide/awt/designspec/images/pencil.sm.gif -%%JDK_HOME%%/docs/guide/awt/designspec/images/toolbox.med.gif -%%JDK_HOME%%/docs/guide/awt/designspec/index.html -%%JDK_HOME%%/docs/guide/awt/designspec/lightweights.html -%%JDK_HOME%%/docs/guide/awt/designspec/mouseless.html -%%JDK_HOME%%/docs/guide/awt/designspec/nextAWT.html -%%JDK_HOME%%/docs/guide/awt/designspec/popupmenu.html -%%JDK_HOME%%/docs/guide/awt/designspec/printing.html -%%JDK_HOME%%/docs/guide/awt/designspec/scrollpane.html -%%JDK_HOME%%/docs/guide/awt/images/DialogWindow-d.gif -%%JDK_HOME%%/docs/guide/awt/images/DialogWindow-f.gif -%%JDK_HOME%%/docs/guide/awt/index.html -%%JDK_HOME%%/docs/guide/awt/innerclass/DialogWindow.java -%%JDK_HOME%%/docs/guide/awt/updateAWT -%%JDK_HOME%%/docs/guide/beans/index.html -%%JDK_HOME%%/docs/guide/innerclasses/index.html -%%JDK_HOME%%/docs/guide/innerclasses/spec/copyright.doc.html -%%JDK_HOME%%/docs/guide/innerclasses/spec/innerclasses.doc.html -%%JDK_HOME%%/docs/guide/innerclasses/spec/innerclasses.doc1.html -%%JDK_HOME%%/docs/guide/innerclasses/spec/innerclasses.doc10.html -%%JDK_HOME%%/docs/guide/innerclasses/spec/innerclasses.doc11.html -%%JDK_HOME%%/docs/guide/innerclasses/spec/innerclasses.doc12.html -%%JDK_HOME%%/docs/guide/innerclasses/spec/innerclasses.doc13.html -%%JDK_HOME%%/docs/guide/innerclasses/spec/innerclasses.doc2.html -%%JDK_HOME%%/docs/guide/innerclasses/spec/innerclasses.doc3.html -%%JDK_HOME%%/docs/guide/innerclasses/spec/innerclasses.doc4.html -%%JDK_HOME%%/docs/guide/innerclasses/spec/innerclasses.doc5.html -%%JDK_HOME%%/docs/guide/innerclasses/spec/innerclasses.doc6.html -%%JDK_HOME%%/docs/guide/innerclasses/spec/innerclasses.doc7.html -%%JDK_HOME%%/docs/guide/innerclasses/spec/innerclasses.doc8.html -%%JDK_HOME%%/docs/guide/innerclasses/spec/innerclasses.doc9.html -%%JDK_HOME%%/docs/guide/intl/copyright.doc.html -%%JDK_HOME%%/docs/guide/intl/demos/Collate/1.0.2/CollationDetails.html -%%JDK_HOME%%/docs/guide/intl/demos/Collate/1.0.2/example1.html -%%JDK_HOME%%/docs/guide/intl/demos/Collate/1.1/CollationDetails.html -%%JDK_HOME%%/docs/guide/intl/demos/Collate/1.1/example1.html -%%JDK_HOME%%/docs/guide/intl/demos/Collate/PageSwitcher.class -%%JDK_HOME%%/docs/guide/intl/demos/Collate/example1.html -%%JDK_HOME%%/docs/guide/intl/demos/DateTimeFormat/1.0.2/example1.html -%%JDK_HOME%%/docs/guide/intl/demos/DateTimeFormat/1.1/example1.html -%%JDK_HOME%%/docs/guide/intl/demos/DateTimeFormat/PageSwitcher.class -%%JDK_HOME%%/docs/guide/intl/demos/DateTimeFormat/example1.html -%%JDK_HOME%%/docs/guide/intl/demos/MessageFormat/1.0.2/example1.html -%%JDK_HOME%%/docs/guide/intl/demos/MessageFormat/1.1/example1.html -%%JDK_HOME%%/docs/guide/intl/demos/MessageFormat/PageSwitcher.class -%%JDK_HOME%%/docs/guide/intl/demos/MessageFormat/example1.html -%%JDK_HOME%%/docs/guide/intl/demos/NumberFormat/1.0.2/example1.html -%%JDK_HOME%%/docs/guide/intl/demos/NumberFormat/1.1/example1.html -%%JDK_HOME%%/docs/guide/intl/demos/NumberFormat/PageSwitcher.class -%%JDK_HOME%%/docs/guide/intl/demos/NumberFormat/example1.html -%%JDK_HOME%%/docs/guide/intl/demos/TextBound/1.0.2/example1.html -%%JDK_HOME%%/docs/guide/intl/demos/TextBound/1.1/example1.html -%%JDK_HOME%%/docs/guide/intl/demos/TextBound/PageSwitcher.class -%%JDK_HOME%%/docs/guide/intl/demos/TextBound/example1.html -%%JDK_HOME%%/docs/guide/intl/demos/code/BorderPanel.class -%%JDK_HOME%%/docs/guide/intl/demos/code/BorderPanel.java -%%JDK_HOME%%/docs/guide/intl/demos/code/ChoiceResource.class -%%JDK_HOME%%/docs/guide/intl/demos/code/ChoiceResource.java -%%JDK_HOME%%/docs/guide/intl/demos/code/ChoiceResource_da.class -%%JDK_HOME%%/docs/guide/intl/demos/code/ChoiceResource_da.java -%%JDK_HOME%%/docs/guide/intl/demos/code/ChoiceResource_de.class -%%JDK_HOME%%/docs/guide/intl/demos/code/ChoiceResource_de.java -%%JDK_HOME%%/docs/guide/intl/demos/code/ChoiceResource_en.class -%%JDK_HOME%%/docs/guide/intl/demos/code/ChoiceResource_en.java -%%JDK_HOME%%/docs/guide/intl/demos/code/ChoiceResource_fr.class -%%JDK_HOME%%/docs/guide/intl/demos/code/ChoiceResource_fr.java -%%JDK_HOME%%/docs/guide/intl/demos/code/ChoiceResource_it.class -%%JDK_HOME%%/docs/guide/intl/demos/code/ChoiceResource_it.java -%%JDK_HOME%%/docs/guide/intl/demos/code/ChoiceResource_ja.class -%%JDK_HOME%%/docs/guide/intl/demos/code/ChoiceResource_ja.java -%%JDK_HOME%%/docs/guide/intl/demos/code/CollateDemo.class -%%JDK_HOME%%/docs/guide/intl/demos/code/CollateDemo.java -%%JDK_HOME%%/docs/guide/intl/demos/code/CollateFrame.class -%%JDK_HOME%%/docs/guide/intl/demos/code/DateTimeDemo.class -%%JDK_HOME%%/docs/guide/intl/demos/code/DateTimeDemo.java -%%JDK_HOME%%/docs/guide/intl/demos/code/DateTimeFrame.class -%%JDK_HOME%%/docs/guide/intl/demos/code/DemoApplet.class -%%JDK_HOME%%/docs/guide/intl/demos/code/DemoApplet.java -%%JDK_HOME%%/docs/guide/intl/demos/code/MessageFormatDemo.class -%%JDK_HOME%%/docs/guide/intl/demos/code/MessageFormatDemo.java -%%JDK_HOME%%/docs/guide/intl/demos/code/MessageFormatFrame.class -%%JDK_HOME%%/docs/guide/intl/demos/code/NumberFormatDemo.class -%%JDK_HOME%%/docs/guide/intl/demos/code/NumberFormatDemo.java -%%JDK_HOME%%/docs/guide/intl/demos/code/NumberFormatFrame.class -%%JDK_HOME%%/docs/guide/intl/demos/code/TextBoundDemo.class -%%JDK_HOME%%/docs/guide/intl/demos/code/TextBoundDemo.java -%%JDK_HOME%%/docs/guide/intl/demos/code/TextBoundFrame.class -%%JDK_HOME%%/docs/guide/intl/demos/code/Utility.class -%%JDK_HOME%%/docs/guide/intl/demos/code/Utility.java -%%JDK_HOME%%/docs/guide/intl/demos/code/XBorderPanel.class -%%JDK_HOME%%/docs/guide/intl/encoding.doc.html -%%JDK_HOME%%/docs/guide/intl/euro.html -%%JDK_HOME%%/docs/guide/intl/fontprop.html -%%JDK_HOME%%/docs/guide/intl/index.html -%%JDK_HOME%%/docs/guide/intl/intl.doc.html -%%JDK_HOME%%/docs/guide/intl/intlTOC.doc.html -%%JDK_HOME%%/docs/guide/intl/locale.doc.html -%%JDK_HOME%%/docs/guide/intl/unicode_font.doc.html -%%JDK_HOME%%/docs/guide/io/b3-changes.html -%%JDK_HOME%%/docs/guide/io/index.html -%%JDK_HOME%%/docs/guide/io/io.html -%%JDK_HOME%%/docs/guide/jar/index.html -%%JDK_HOME%%/docs/guide/jar/jarGuide.html -%%JDK_HOME%%/docs/guide/jar/manifest.html -%%JDK_HOME%%/docs/guide/jdbc/getstart/SimpleSelect.doc.html -%%JDK_HOME%%/docs/guide/jdbc/getstart/bridge.doc.html -%%JDK_HOME%%/docs/guide/jdbc/getstart/callablestatement.doc.html -%%JDK_HOME%%/docs/guide/jdbc/getstart/connection.doc.html -%%JDK_HOME%%/docs/guide/jdbc/getstart/copyright.doc.html -%%JDK_HOME%%/docs/guide/jdbc/getstart/drivermanager.doc.html -%%JDK_HOME%%/docs/guide/jdbc/getstart/intro.doc.anc.gif -%%JDK_HOME%%/docs/guide/jdbc/getstart/intro.doc.anc1.gif -%%JDK_HOME%%/docs/guide/jdbc/getstart/intro.doc.anc2.gif -%%JDK_HOME%%/docs/guide/jdbc/getstart/intro.doc.anc3.gif -%%JDK_HOME%%/docs/guide/jdbc/getstart/intro.doc.html -%%JDK_HOME%%/docs/guide/jdbc/getstart/introTOC.doc.html -%%JDK_HOME%%/docs/guide/jdbc/getstart/mapping.doc.html -%%JDK_HOME%%/docs/guide/jdbc/getstart/preparedstatement.doc.html -%%JDK_HOME%%/docs/guide/jdbc/getstart/resultset.doc.html -%%JDK_HOME%%/docs/guide/jdbc/getstart/statement.doc.html -%%JDK_HOME%%/docs/guide/jdbc/index.html -%%JDK_HOME%%/docs/guide/jni/index.html -%%JDK_HOME%%/docs/guide/jni/spec/copyright.doc.html -%%JDK_HOME%%/docs/guide/jni/spec/design.doc.anc.gif -%%JDK_HOME%%/docs/guide/jni/spec/design.doc.html -%%JDK_HOME%%/docs/guide/jni/spec/functions.doc.html -%%JDK_HOME%%/docs/guide/jni/spec/intro.doc.html -%%JDK_HOME%%/docs/guide/jni/spec/invocation.doc.html -%%JDK_HOME%%/docs/guide/jni/spec/jniTOC.doc.html -%%JDK_HOME%%/docs/guide/jni/spec/types.doc.anc.gif -%%JDK_HOME%%/docs/guide/jni/spec/types.doc.anc1.gif -%%JDK_HOME%%/docs/guide/jni/spec/types.doc.anc2.gif -%%JDK_HOME%%/docs/guide/jni/spec/types.doc.anc3.gif -%%JDK_HOME%%/docs/guide/jni/spec/types.doc.html -%%JDK_HOME%%/docs/guide/math/index.html -%%JDK_HOME%%/docs/guide/misc/applet.html -%%JDK_HOME%%/docs/guide/misc/deprecation/deprecated.html -%%JDK_HOME%%/docs/guide/misc/deprecation/deprecation.html -%%JDK_HOME%%/docs/guide/misc/deprecation/index.html -%%JDK_HOME%%/docs/guide/misc/index.html -%%JDK_HOME%%/docs/guide/misc/resources.html -%%JDK_HOME%%/docs/guide/net/extendingSocks.html -%%JDK_HOME%%/docs/guide/net/images/duke4.gif -%%JDK_HOME%%/docs/guide/net/images/new2.gif -%%JDK_HOME%%/docs/guide/net/index.html -%%JDK_HOME%%/docs/guide/net/miscNet.html -%%JDK_HOME%%/docs/guide/net/socketClassDocs.html -%%JDK_HOME%%/docs/guide/net/socketException.html -%%JDK_HOME%%/docs/guide/net/socketOpt.html -%%JDK_HOME%%/docs/guide/performance/performance.html -%%JDK_HOME%%/docs/guide/reflection/faq/faq.html -%%JDK_HOME%%/docs/guide/reflection/index.html -%%JDK_HOME%%/docs/guide/reflection/spec/java-reflection-copyright.doc.html -%%JDK_HOME%%/docs/guide/reflection/spec/java-reflection.doc.html -%%JDK_HOME%%/docs/guide/reflection/spec/java-reflection.doc1.html -%%JDK_HOME%%/docs/guide/reflection/spec/java-reflection.doc10.html -%%JDK_HOME%%/docs/guide/reflection/spec/java-reflection.doc2.html -%%JDK_HOME%%/docs/guide/reflection/spec/java-reflection.doc3.html -%%JDK_HOME%%/docs/guide/reflection/spec/java-reflection.doc4.html -%%JDK_HOME%%/docs/guide/reflection/spec/java-reflection.doc5.html -%%JDK_HOME%%/docs/guide/reflection/spec/java-reflection.doc6.html -%%JDK_HOME%%/docs/guide/reflection/spec/java-reflection.doc7.html -%%JDK_HOME%%/docs/guide/reflection/spec/java-reflection.doc8.html -%%JDK_HOME%%/docs/guide/reflection/spec/java-reflection.doc9.html -%%JDK_HOME%%/docs/guide/reflection/spec/java-reflectionTOC.doc.html -%%JDK_HOME%%/docs/guide/rmi/Factory-1.gif -%%JDK_HOME%%/docs/guide/rmi/Factory.html -%%JDK_HOME%%/docs/guide/rmi/archives/getStart.tar -%%JDK_HOME%%/docs/guide/rmi/archives/getStart.tar.Z -%%JDK_HOME%%/docs/guide/rmi/archives/getStart.zip -%%JDK_HOME%%/docs/guide/rmi/examples/hello/Hello.java -%%JDK_HOME%%/docs/guide/rmi/examples/hello/HelloApplet.java -%%JDK_HOME%%/docs/guide/rmi/examples/hello/HelloImpl.java -%%JDK_HOME%%/docs/guide/rmi/examples/hello/index.html -%%JDK_HOME%%/docs/guide/rmi/examples/hello/readme.html -%%JDK_HOME%%/docs/guide/rmi/examples/hello/readme.txt -%%JDK_HOME%%/docs/guide/rmi/examples/hello/run -%%JDK_HOME%%/docs/guide/rmi/examples/hello/run.bat -%%JDK_HOME%%/docs/guide/rmi/examples/stock/Stock.java -%%JDK_HOME%%/docs/guide/rmi/examples/stock/StockApplet.java -%%JDK_HOME%%/docs/guide/rmi/examples/stock/StockNotFoundException.java -%%JDK_HOME%%/docs/guide/rmi/examples/stock/StockNotify.java -%%JDK_HOME%%/docs/guide/rmi/examples/stock/StockServer.java -%%JDK_HOME%%/docs/guide/rmi/examples/stock/StockWatch.java -%%JDK_HOME%%/docs/guide/rmi/examples/stock/index.html -%%JDK_HOME%%/docs/guide/rmi/examples/stock/readme.html -%%JDK_HOME%%/docs/guide/rmi/examples/stock/readme.txt -%%JDK_HOME%%/docs/guide/rmi/examples/stock/run -%%JDK_HOME%%/docs/guide/rmi/examples/stock/run.bat -%%JDK_HOME%%/docs/guide/rmi/getstart.doc.anc.gif -%%JDK_HOME%%/docs/guide/rmi/getstart.doc.html -%%JDK_HOME%%/docs/guide/rmi/index.html -%%JDK_HOME%%/docs/guide/rmi/release-notes.html -%%JDK_HOME%%/docs/guide/rmi/spec/rmi-arch.doc.anc.gif -%%JDK_HOME%%/docs/guide/rmi/spec/rmi-arch.doc.html -%%JDK_HOME%%/docs/guide/rmi/spec/rmi-client.doc.html -%%JDK_HOME%%/docs/guide/rmi/spec/rmi-dgc.doc.html -%%JDK_HOME%%/docs/guide/rmi/spec/rmi-exceptions.doc.html -%%JDK_HOME%%/docs/guide/rmi/spec/rmi-intro.doc.html -%%JDK_HOME%%/docs/guide/rmi/spec/rmi-objmodel.doc.anc.gif -%%JDK_HOME%%/docs/guide/rmi/spec/rmi-objmodel.doc.html -%%JDK_HOME%%/docs/guide/rmi/spec/rmi-properties.doc.html -%%JDK_HOME%%/docs/guide/rmi/spec/rmi-protocol.doc.html -%%JDK_HOME%%/docs/guide/rmi/spec/rmi-registry.doc.html -%%JDK_HOME%%/docs/guide/rmi/spec/rmi-server.doc.html -%%JDK_HOME%%/docs/guide/rmi/spec/rmi-stubs.doc.html -%%JDK_HOME%%/docs/guide/rmi/spec/rmiTOC.doc.html -%%JDK_HOME%%/docs/guide/rmi/subscribe.html -%%JDK_HOME%%/docs/guide/security/Acl.html -%%JDK_HOME%%/docs/guide/security/CryptoSpec.html -%%JDK_HOME%%/docs/guide/security/HowToImplAProvider.html -%%JDK_HOME%%/docs/guide/security/JavaSecurityOverview.html -%%JDK_HOME%%/docs/guide/security/Sun.java -%%JDK_HOME%%/docs/guide/security/cert2.html -%%JDK_HOME%%/docs/guide/security/index.html -%%JDK_HOME%%/docs/guide/security/java.security -%%JDK_HOME%%/docs/guide/serialization/index.html -%%JDK_HOME%%/docs/guide/serialization/spec/class.doc.anc.gif -%%JDK_HOME%%/docs/guide/serialization/spec/class.doc.html -%%JDK_HOME%%/docs/guide/serialization/spec/exceptions.doc.html -%%JDK_HOME%%/docs/guide/serialization/spec/input.doc.html -%%JDK_HOME%%/docs/guide/serialization/spec/output.doc.html -%%JDK_HOME%%/docs/guide/serialization/spec/protocol.doc.html -%%JDK_HOME%%/docs/guide/serialization/spec/security.doc.html -%%JDK_HOME%%/docs/guide/serialization/spec/serial-arch.doc.html -%%JDK_HOME%%/docs/guide/serialization/spec/serialTOC.doc.html -%%JDK_HOME%%/docs/guide/serialization/spec/version.doc.anc.gif -%%JDK_HOME%%/docs/guide/serialization/spec/version.doc.html -%%JDK_HOME%%/docs/images/JAVA.85.GIF -%%JDK_HOME%%/docs/images/cupHJbutton.gif -%%JDK_HOME%%/docs/images/smi.logo.gif -%%JDK_HOME%%/docs/images/sunlogo64x30.gif -%%JDK_HOME%%/docs/index.html -%%JDK_HOME%%/docs/relnotes/SMICopyright.html -%%JDK_HOME%%/docs/relnotes/classlist.html -%%JDK_HOME%%/docs/relnotes/contacts.html -%%JDK_HOME%%/docs/relnotes/demos.html -%%JDK_HOME%%/docs/relnotes/deprecatedlist.html -%%JDK_HOME%%/docs/relnotes/features.html -%%JDK_HOME%%/docs/relnotes/features116.html -%%JDK_HOME%%/docs/relnotes/intro.html -%%JDK_HOME%%/docs/relnotes/update.html -%%JDK_HOME%%/docs/tooldocs/index.html -%%JDK_HOME%%/docs/tooldocs/solaris/appletviewer.html -%%JDK_HOME%%/docs/tooldocs/solaris/classpath.html -%%JDK_HOME%%/docs/tooldocs/solaris/index.html -%%JDK_HOME%%/docs/tooldocs/solaris/jar.html -%%JDK_HOME%%/docs/tooldocs/solaris/java.html -%%JDK_HOME%%/docs/tooldocs/solaris/javac.html -%%JDK_HOME%%/docs/tooldocs/solaris/javadoc.html -%%JDK_HOME%%/docs/tooldocs/solaris/javah.html -%%JDK_HOME%%/docs/tooldocs/solaris/javakey.html -%%JDK_HOME%%/docs/tooldocs/solaris/javap.html -%%JDK_HOME%%/docs/tooldocs/solaris/jdb.html -%%JDK_HOME%%/docs/tooldocs/solaris/jre.html -%%JDK_HOME%%/docs/tooldocs/solaris/native2ascii.html -%%JDK_HOME%%/docs/tooldocs/solaris/rmic.html -%%JDK_HOME%%/docs/tooldocs/solaris/rmiregistry.html -%%JDK_HOME%%/docs/tooldocs/solaris/serialver.html -%%JDK_HOME%%/docs/tooldocs/win32/appletviewer.html -%%JDK_HOME%%/docs/tooldocs/win32/classpath.html -%%JDK_HOME%%/docs/tooldocs/win32/index.html -%%JDK_HOME%%/docs/tooldocs/win32/jar.html -%%JDK_HOME%%/docs/tooldocs/win32/java.html -%%JDK_HOME%%/docs/tooldocs/win32/javac.html -%%JDK_HOME%%/docs/tooldocs/win32/javadoc.html -%%JDK_HOME%%/docs/tooldocs/win32/javah.html -%%JDK_HOME%%/docs/tooldocs/win32/javakey.html -%%JDK_HOME%%/docs/tooldocs/win32/javap.html -%%JDK_HOME%%/docs/tooldocs/win32/jdb.html -%%JDK_HOME%%/docs/tooldocs/win32/jre.html -%%JDK_HOME%%/docs/tooldocs/win32/native2ascii.html -%%JDK_HOME%%/docs/tooldocs/win32/rmic.html -%%JDK_HOME%%/docs/tooldocs/win32/rmiregistry.html -%%JDK_HOME%%/docs/tooldocs/win32/serialver.html -@dirrm %%JDK_HOME%%/docs/api/images -@dirrm %%JDK_HOME%%/docs/api/images-awt -@dirrm %%JDK_HOME%%/docs/api -@dirrm %%JDK_HOME%%/docs/guide/awt/1.0example -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/eventmodel/actual -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/eventmodel/alternative -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/eventmodel -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/actual/images -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/actual -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge/alternative -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/Gauge -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/GaugeSwing/images -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/GaugeSwing -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/actual/images -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/actual -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons/alternative -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/OpenlookButtons -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/actual/images -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/actual -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons/alternative -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/RoundButtons -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/actual/images -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/actual -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner/alternative -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight/Spinner -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/lightweight -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/symboltest/actual -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/symboltest/alternative -@dirrm %%JDK_HOME%%/docs/guide/awt/demos/symboltest -@dirrm %%JDK_HOME%%/docs/guide/awt/demos -@dirrm %%JDK_HOME%%/docs/guide/awt/designspec/graphics -@dirrm %%JDK_HOME%%/docs/guide/awt/designspec/images -@dirrm %%JDK_HOME%%/docs/guide/awt/designspec -@dirrm %%JDK_HOME%%/docs/guide/awt/images -@dirrm %%JDK_HOME%%/docs/guide/awt/innerclass -@dirrm %%JDK_HOME%%/docs/guide/awt -@dirrm %%JDK_HOME%%/docs/guide/beans -@dirrm %%JDK_HOME%%/docs/guide/innerclasses/spec -@dirrm %%JDK_HOME%%/docs/guide/innerclasses -@dirrm %%JDK_HOME%%/docs/guide/intl/demos/Collate/1.0.2 -@dirrm %%JDK_HOME%%/docs/guide/intl/demos/Collate/1.1 -@dirrm %%JDK_HOME%%/docs/guide/intl/demos/Collate -@dirrm %%JDK_HOME%%/docs/guide/intl/demos/DateTimeFormat/1.0.2 -@dirrm %%JDK_HOME%%/docs/guide/intl/demos/DateTimeFormat/1.1 -@dirrm %%JDK_HOME%%/docs/guide/intl/demos/DateTimeFormat -@dirrm %%JDK_HOME%%/docs/guide/intl/demos/MessageFormat/1.0.2 -@dirrm %%JDK_HOME%%/docs/guide/intl/demos/MessageFormat/1.1 -@dirrm %%JDK_HOME%%/docs/guide/intl/demos/MessageFormat -@dirrm %%JDK_HOME%%/docs/guide/intl/demos/NumberFormat/1.0.2 -@dirrm %%JDK_HOME%%/docs/guide/intl/demos/NumberFormat/1.1 -@dirrm %%JDK_HOME%%/docs/guide/intl/demos/NumberFormat -@dirrm %%JDK_HOME%%/docs/guide/intl/demos/TextBound/1.0.2 -@dirrm %%JDK_HOME%%/docs/guide/intl/demos/TextBound/1.1 -@dirrm %%JDK_HOME%%/docs/guide/intl/demos/TextBound -@dirrm %%JDK_HOME%%/docs/guide/intl/demos/code -@dirrm %%JDK_HOME%%/docs/guide/intl/demos -@dirrm %%JDK_HOME%%/docs/guide/intl -@dirrm %%JDK_HOME%%/docs/guide/io -@dirrm %%JDK_HOME%%/docs/guide/jar -@dirrm %%JDK_HOME%%/docs/guide/jdbc/getstart -@dirrm %%JDK_HOME%%/docs/guide/jdbc -@dirrm %%JDK_HOME%%/docs/guide/jni/spec -@dirrm %%JDK_HOME%%/docs/guide/jni -@dirrm %%JDK_HOME%%/docs/guide/math -@dirrm %%JDK_HOME%%/docs/guide/misc/deprecation -@dirrm %%JDK_HOME%%/docs/guide/misc -@dirrm %%JDK_HOME%%/docs/guide/net/images -@dirrm %%JDK_HOME%%/docs/guide/net -@dirrm %%JDK_HOME%%/docs/guide/performance -@dirrm %%JDK_HOME%%/docs/guide/reflection/faq -@dirrm %%JDK_HOME%%/docs/guide/reflection/spec -@dirrm %%JDK_HOME%%/docs/guide/reflection -@dirrm %%JDK_HOME%%/docs/guide/rmi/archives -@dirrm %%JDK_HOME%%/docs/guide/rmi/examples/hello -@dirrm %%JDK_HOME%%/docs/guide/rmi/examples/stock -@dirrm %%JDK_HOME%%/docs/guide/rmi/examples -@dirrm %%JDK_HOME%%/docs/guide/rmi/spec -@dirrm %%JDK_HOME%%/docs/guide/rmi -@dirrm %%JDK_HOME%%/docs/guide/security -@dirrm %%JDK_HOME%%/docs/guide/serialization/spec -@dirrm %%JDK_HOME%%/docs/guide/serialization -@dirrm %%JDK_HOME%%/docs/guide -@dirrm %%JDK_HOME%%/docs/images -@dirrm %%JDK_HOME%%/docs/relnotes -@dirrm %%JDK_HOME%%/docs/tooldocs/solaris -@dirrm %%JDK_HOME%%/docs/tooldocs/win32 -@dirrm %%JDK_HOME%%/docs/tooldocs -@unexec rmdir %D/%%JDK_HOME%%/docs > /dev/null 2>&1 || true -@unexec rmdir %D/%%JDK_HOME%% > /dev/null 2>&1 || true diff --git a/java/jdk14/Makefile b/java/jdk14/Makefile deleted file mode 100644 index fae5f6f38f96..000000000000 --- a/java/jdk14/Makefile +++ /dev/null @@ -1,93 +0,0 @@ -# New ports collection makefile for: jdk13 -# Date created: 10 October 2000 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= jdk -PORTVERSION= ${JDK_VERSION}p${JDK_PATCHSET_VERSION} -PORTREVISION= 1 -CATEGORIES= java devel -MASTER_SITES= # http://www.sun.com/software/java2/download.html -# http://www.eyesbeyond.com/freebsddom/java/jdk13.html -DISTFILES= j2sdk-${JDK_VERSION:S/./_/g}-src${EXTRACT_SUFX} \ - bsd-jdk131-patches-${JDK_PATCHSET_VERSION}.tar.gz - -MAINTAINER= sobomax@FreeBSD.org - -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ - zip:${PORTSDIR}/archivers/zip \ - gtar:${PORTSDIR}/archivers/gtar \ - ${JDK13DIR}/bin/javac:${PORTSDIR}/java/linux-jdk13 \ - ${X11BASE}/lib/libMrm.a:${PORTSDIR}/x11-toolkits/open-motif-devel -RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper - -WRKSRC= ${WRKDIR}/j2sdk1.3.1/make - -JDK_VERSION= 1.3.1 -JDK_PATCHSET_VERSION= 4 - -JDK13DIR?= ${LOCALBASE}/linux-jdk${JDK_VERSION} - -ONLY_FOR_ARCHS= i386 -USE_GMAKE= yes -RESTRICTED= "Redistribution of pre-compiled binaries isn't permitted" -MAKE_ENV= ALT_BOOTDIR="${JDK13DIR}" \ - ALT_MOTIF_DIR="${X11BASE}" \ - OPENWINHOME="${X11BASE}" \ - SYS_CFLAGS="${CFLAGS}" \ - CLASSPATH="" \ - LD_LIBRARY_PATH="" \ - JAVA_COMPILER="" -ALL_TARGET= all images -TAR= gtar # Necessary for proper extraction of sources -BSD_TAR= /usr/bin/tar -PLIST_SUB+= JDK_VERSION=${JDK_VERSION} - -JDKIMAGEDIR= ${WRKSRC}/../build/bsd-i386/jdk-image-i386 -JDKIMAGEDIR_G= ${WRKSRC}/../build/bsd-i386/jdk-debug-image-i386 - -.if defined(NODEBUG) -PLIST_SUB+= DEBUG:="@comment " -PKGNAMESUFFIX= -nodebug -.else -PLIST_SUB+= DEBUG:="" -.endif - -.if defined(BATCH) || defined(PACKAGE_BUILDING) -IGNORE= "You can not legally distribute pre-compiled binaries" -.endif - -.include <bsd.port.pre.mk> - -.for file in ${DISTFILES} -.if !exists(${DISTDIR}/${file}) -IGNORE=You must manually fetch the source distribution and FreeBSD patches (${DISTFILES}) from http://www.sun.com/software/java2/download.html and http://www.eyesbeyond.com/freebsddom/java/jdk13.html, place it in ${DISTDIR} and then run make again -.endif -.endfor - -pre-patch: - @cd ${WRKDIR} && ${PATCH} < ${WRKDIR}/jdk131.patches - -.if !defined(NODEBUG) -pre-install: - @${ECHO_MSG} - @${ECHO_MSG} "Please use \`make -DNODEBUG' if you don't want to install libraries and binaries" - @${ECHO_MSG} "with debugging support." - @${ECHO_MSG} -.endif - -do-install: - ${MKDIR} ${PREFIX}/jdk${JDK_VERSION} - (cd ${JDKIMAGEDIR} && ${BSD_TAR} -c -f - .) \ - | (cd ${PREFIX}/jdk${JDK_VERSION} && ${BSD_TAR} --unlink -x -f -) -.if !defined(NODEBUG) - (cd ${JDKIMAGEDIR_G} && ${BSD_TAR} -c -f - .) \ - | (cd ${PREFIX}/jdk${JDK_VERSION} && ${BSD_TAR} --unlink -x -f -) -.endif - -post-install: - ${LOCALBASE}/bin/registervm "${PREFIX}/jdk${JDK_VERSION}/bin/java # FREEBSD-JDK${JDK_VERSION}" - -.include <bsd.port.post.mk> diff --git a/java/jdk14/distinfo b/java/jdk14/distinfo deleted file mode 100644 index faa546d015d2..000000000000 --- a/java/jdk14/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (j2sdk-1_3_1-src.tar.gz) = 787a01655133df85e65eda7deb2ece57 -MD5 (bsd-jdk131-patches-4.tar.gz) = ec4725aad2b59f6237372f2e97889183 diff --git a/java/jdk14/files/patch-..::src::solaris::bin::java_wrapper_bsd.sh b/java/jdk14/files/patch-..::src::solaris::bin::java_wrapper_bsd.sh deleted file mode 100644 index d3371e11b6f5..000000000000 --- a/java/jdk14/files/patch-..::src::solaris::bin::java_wrapper_bsd.sh +++ /dev/null @@ -1,28 +0,0 @@ - -$FreeBSD$ - ---- ../src/solaris/bin/java_wrapper_bsd.sh.orig Mon Sep 10 12:20:57 2001 -+++ ../src/solaris/bin/java_wrapper_bsd.sh Mon Sep 10 14:23:56 2001 -@@ -121,13 +121,17 @@ - export _JVM_THREADS_TYPE - fi - --# Set LD_LIBRARY_PATH for hotspot VM. --#j=`$jre/bin/realpath $jre` --ld="${jre}/lib/${proc}/${ttype}:${jre}/lib/${proc}/${vmtype}:${jre}/lib/${proc}" -+# If jre is in a jre subdir, include parent dir libraries in lib path. This -+# needs to be cleaned up because -Xrun libraries are the ones that need it. -+if [ "${jre}" = "${JREHOME}" ]; then -+ JAVA_LIBRARY_PATH=":${jre}/../lib/${proc}" -+fi -+# Set LD_LIBRARY_PATH for thread type, VM type and standard native libraries. -+JAVA_LIBRARY_PATH="${jre}/lib/${proc}/${ttype}:${jre}/lib/${proc}/${vmtype}:${jre}/lib/${proc}${JAVA_LIBRARY_PATH}" - if [ -z "$LD_LIBRARY_PATH" ]; then -- LD_LIBRARY_PATH="$ld" -+ LD_LIBRARY_PATH="${JAVA_LIBRARY_PATH}" - else -- LD_LIBRARY_PATH="$ld:$LD_LIBRARY_PATH" -+ LD_LIBRARY_PATH="${JAVA_LIBRARY_PATH}:$LD_LIBRARY_PATH" - fi - export LD_LIBRARY_PATH - diff --git a/java/jdk14/files/patch-..::src::solaris::hpi::green_threads::src::iomgr.c b/java/jdk14/files/patch-..::src::solaris::hpi::green_threads::src::iomgr.c deleted file mode 100644 index 04b106d7778b..000000000000 --- a/java/jdk14/files/patch-..::src::solaris::hpi::green_threads::src::iomgr.c +++ /dev/null @@ -1,28 +0,0 @@ - -$FreeBSD$ - ---- ../src/solaris/hpi/green_threads/src/iomgr.c.orig Wed Sep 12 12:39:31 2001 -+++ ../src/solaris/hpi/green_threads/src/iomgr.c Wed Sep 12 12:39:43 2001 -@@ -716,6 +716,22 @@ - WRAPFUNC(read); - WRAPFUNC(write); - WRAPFUNC(fcntl); -+#if __FreeBSD__ >= 5 -+ WRAPFUNC(writev); -+ WRAPFUNC(readv); -+ WRAPFUNC(poll); -+ WRAPFUNC(sendto); -+ WRAPFUNC(dup); -+ WRAPFUNC(accept); -+ WRAPFUNC(recvfrom); -+ WRAPFUNC(socket); -+ WRAPFUNC(connect); -+ WRAPFUNC(select); -+ WRAPFUNC(pipe); -+ WRAPFUNC(creat); -+ WRAPFUNC(recv); -+ WRAPFUNC(send); -+#endif - __dummy(); - } - #else diff --git a/java/jdk14/files/patch-..::src::solaris::native::sun::awt::awt_util.c b/java/jdk14/files/patch-..::src::solaris::native::sun::awt::awt_util.c deleted file mode 100644 index 29c54c966355..000000000000 --- a/java/jdk14/files/patch-..::src::solaris::native::sun::awt::awt_util.c +++ /dev/null @@ -1,13 +0,0 @@ - -$FreeBSD$ - ---- ../src/solaris/native/sun/awt/awt_util.c 2001/08/27 10:49:30 1.1 -+++ ../src/solaris/native/sun/awt/awt_util.c 2001/08/27 10:49:41 -@@ -27,7 +27,6 @@ - #include <Xm/Form.h> - #include <Xm/RowColumn.h> - #include <Xm/MwmUtil.h> --#include <Xm/BaseClassI.h> - - - #include <jni.h> diff --git a/java/jdk14/files/patch-common::Defs-bsd.gmk b/java/jdk14/files/patch-common::Defs-bsd.gmk deleted file mode 100644 index 407ca643fff3..000000000000 --- a/java/jdk14/files/patch-common::Defs-bsd.gmk +++ /dev/null @@ -1,18 +0,0 @@ - -$FreeBSD$ - ---- common/Defs-bsd.gmk.orig Mon Sep 10 17:02:16 2001 -+++ common/Defs-bsd.gmk Mon Sep 10 17:02:42 2001 -@@ -221,10 +221,10 @@ - else # ARCH - CFLAGS_COMMON = $(GCC_WARNINGS) - endif # ARCH --CFLAGS_OPT = $(POPT) -+CFLAGS_OPT = $(POPT) $(SYS_CFLAGS) - CFLAGS_DBG = -g3 - CXXFLAGS_COMMON = $(GCC_WARNINGS) --CXXFLAGS_OPT = $(POPT) -+CXXFLAGS_OPT = $(POPT) $(SYS_CFLAGS) - CXXFLAGS_DBG = -g3 - - CPPFLAGS_COMMON = -D$(ARCH) -DARCH='"$(ARCH)"' -DSOLARIS2 $(VERSION_DEFINES) \ diff --git a/java/jdk14/pkg-comment b/java/jdk14/pkg-comment deleted file mode 100644 index ac319a654e79..000000000000 --- a/java/jdk14/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Sun's Java Developers Kit diff --git a/java/jdk14/pkg-descr b/java/jdk14/pkg-descr deleted file mode 100644 index f923cbfd2320..000000000000 --- a/java/jdk14/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -This is the latest patchset from the Java 2 FreeBSD porting project. This -port allows you to easily build a native JDK1.3.1 for FreeBSD. - -Please note that due to the current Sun licensing policy the resulting binaries -can't be distributed and you are only permitted to use/hack it personally. -Due to the same reasons you have to manually fetch the source code and patchset -for FreeBSD. - -WWW: http://www.freebsd.org/java/ - http://www.eyesbeyond.com/freebsddom/java/index.html - http://www.sun.com/software/communitysource/java2/ diff --git a/java/jdk14/pkg-message b/java/jdk14/pkg-message deleted file mode 100644 index 1078eecc4824..000000000000 --- a/java/jdk14/pkg-message +++ /dev/null @@ -1,966 +0,0 @@ -SUN COMMUNITY SOURCE LICENSE -Version 2.3 -(Rev. Date February 22, 1999) - -RECITALS - -Original Contributor has developed Specifications and Source Code -implementations of certain Technology; and - -Original Contributor desires to license the Technology to a large community to -facilitate research, innovation and product development while maintaining -compatibility of such products with the Technology as delivered by Original -Contributor; and - -Original Contributor desires to license certain Sun Trademarks for the purpose -of branding products that are compatible with the relevant Technology delivered -by Original Contributor; and - -You desire to license the Technology and possibly certain Sun Trademarks from -Original Contributor on the terms and conditions specified in this License. - -In consideration for the mutual covenants contained herein, You and Original -Contributor agree as follows: - -AGREEMENT - -1. Introduction. The Sun Community Source License and effective attachments -("License") may include five distinct licenses: Research Use, TCK, Internal -Deployment Use, Commercial Use and Trademark License. The Research Use license -is effective when You click and accept this License. The TCK and Internal -Deployment Use licenses are effective when You click and accept this License, -unless otherwise specified in the TCK and Internal Deployment Use attachments. -The Commercial Use and Trademark licenses must be signed by You and Original -Contributor in order to become effective. Once effective, these licenses and the -associated requirements and responsibilities are cumulative. Capitalized terms -used in this License are defined in the Glossary. - -2. License Grants. - -2.1 Original Contributor Grant. Subject to Your compliance with Sections 3, -8.10 and Attachment A of this License, Original Contributor grants to You a -worldwide, royalty-free, non- exclusive license, to the extent of Original -Contributor's Intellectual Property Rights covering the Original Code, Upgraded -Code and Specifications, to do the following: - -a) Research Use License: - (i) use, reproduce and modify the Original Code, Upgraded Code and -Specifications to create Modifications and Reformatted Specifications for -Research Use by You, - (ii) publish and display Original Code, Upgraded Code and -Specifications with, or as part of Modifications, as permitted under Section 3.1 -b) below, - (iii) reproduce and distribute copies of Original Code and Upgraded -Code to Licensees and students for Research Use by You, - (iv) compile, reproduce and distribute Original Code and Upgraded -Code in Executable form, and Reformatted Specifications to anyone for Research -Use by You. - -b) Other than the licenses expressly granted in this License, Original -Contributor retains all right, title, and interest in Original Code and Upgraded -Code and Specifications. - -2.2 Your Grants. - -a) To Other Licensees. You hereby grant to each Licensee a license to Your -Error Corrections and Shared Modifications, of the same scope and extent as -Original Contributor's licenses under Section 2.1 a) above relative to Research -Use, Attachment C relative to Internal Deployment Use, and Attachment D relative -to Commercial Use. - -b) To Original Contributor. You hereby grant to Original Contributor a -worldwide, royalty-free, non-exclusive, perpetual and irrevocable license, to -the extent of Your Intellectual Property Rights covering Your Error Corrections, -Shared Modifications and Reformatted Specifications, to use, reproduce, modify, -display and distribute Your Error Corrections, Shared Modifications and -Reformatted Specifications, in any form, including the right to sublicense such -rights through multiple tiers of distribution. - -c) Other than the licenses expressly granted in Sections 2.2 a) and b) -above, and the restriction set forth in Section 3.1 d)(iv) below, You retain all -right, title, and interest in Your Error Corrections, Shared Modifications and -Reformatted Specifications. - -2.3 Contributor Modifications. You may use, reproduce, modify, display and -distribute Contributor Error Corrections, Shared Modifications and Reformatted -Specifications, obtained by You under this License, to the same scope and extent -as with Original Code, Upgraded Code and Specifications. - -2.4 Subcontracting. You may deliver the Source Code of Covered Code to other -Licensees having at least a Research Use license, for the sole purpose of -furnishing development services to You in connection with Your rights granted in -this License. All such Licensees must execute appropriate documents with respect -to such work consistent with the terms of this License, and acknowledging their -work-made-for-hire status or assigning exclusive right to the work product and -associated Intellectual Property Rights to You. - -3. Requirements and Responsibilities. -3.1 Research Use License. As a condition of exercising the rights granted -under Section 2.1 a) above, You agree to comply with the following: - -a) Your Contribution to the Community. All Error Corrections and Shared -Modifications which You create or contribute to are automatically subject to the -licenses granted under Section 2.2 above. You are encouraged to license all of -Your other Modifications under Section 2.2 as Shared Modifications, but are not -required to do so. You agree to notify Original Contributor of any errors in the -Specification. - -b) Source Code Availability. You agree to provide all Your Error -Corrections to Original Contributor as soon as reasonably practicable and, in -any event, prior to Internal Deployment Use or Commercial Use, if applicable. -Original Contributor may, at its discretion, post Source Code for Your Error -Corrections and Shared Modifications on the Community Webserver. You may also -post Error Corrections and Shared Modifications on a web-server of Your choice; -provided, that You must take reasonable precautions to ensure that only -Licensees have access to such Error Corrections and Shared Modifications. Such -precautions shall include, without limitation, a password protection scheme -limited to Licensees and a click-on, download certification of Licensee status -required of those attempting to download from the server. An example of an -acceptable certification is attached as Attachment A-2. - -c) Notices. All Error Corrections and Shared Modifications You create or -contribute to must include a file documenting the additions and changes You made -and the date of such additions and changes. You must also include the notice set -forth in Attachment A-1 in the file header. If it is not possible to put the -notice in a particular Source Code file due to its structure, then You must -include the notice in a location (such as a relevant directory file), where a -recipient would be most likely to look for such a notice. - -d) Redistribution. - - (i) Source. Covered Code may be distributed in Source Code form only -to another Licensee (except for students as provided below). You may not offer -or impose any terms on any Covered Code that alter the rights, requirements, or -responsibilities of such Licensee. You may distribute Covered Code to students -for use in connection with their course work and research projects undertaken at -accredited educational institutions. Such students need not be Licensees, but -must be given a copy of the notice set forth in Attachment A-3 and such notice -must also be included in a file header or prominent location in the Source Code -made available to such students. - - (ii) Executable. You may distribute Executable version(s) of Covered -Code to Licensees and other third parties only for the purpose of evaluation and -comment in connection with Research Use by You and under a license of Your -choice, but which limits use of such Executable version(s) of Covered Code only -to that purpose. - - (iii) Modified Class, Interface and Package Naming. In connection -with Research Use by You only, You may use Original -Contributor’s class, interface and package names only to accurately reference or -invoke the Source Code files You modify. -Original Contributor grants to You a limited license to the extent necessary for -such purposes. - - (iv) You expressly agree that any distribution, in whole or in part, -of Modifications developed by You shall only be done pursuant to the term and -conditions of this License. - -e) Extensions. - - (i) Covered Code. You may not include any Source Code of Community -Code in any Extensions; - - (ii) Publication. No later than the date on which You first -distribute such Extension for Commercial Use, You must publish to the industry, -on a non-confidential basis and free of all copyright restrictions with respect -to reproduction and use, an accurate and current specification for any -Extension. In addition, You must make available an appropriate test suite, -pursuant to the same rights as the specification, sufficiently detailed to allow -any third party reasonably skilled in the technology to produce implementations -of the Extension compatible with the specification. Such test suites must be -made available as soon as reasonably practicable but, in no event, later than -ninety (90) days after Your first Commercial Use of the Extension. You must use -reasonable efforts to promptly clarify and correct the specification and the -test suite upon written request by Original Contributor. - - (iii) Open. You agree to refrain from enforcing any Intellectual -Property Rights You may have covering any interface(s) of Your Extension, which -would prevent the implementation of such interface(s) by Original Contributor or -any Licensee. This obligation does not prevent You from enforcing any -Intellectual Property Right You have that would otherwise be infringed by an -implementation of Your Extension. - - (iv) Class, Interface and Package Naming. You may not add any -packages, or any public or protected classes or interfaces with names that -originate or might appear to originate from Original Contributor including, -without limitation, package or class names which begin with "sun", "java", -"javax", "jini", "net.jini", "com.sun" or their equivalents in any subsequent -class, interface and/ or package naming convention adopted by Original -Contributor. It is specifically suggested that You name any new packages using -the "Unique Package Naming Convention" as described in "The Java Language -Specification" by James Gosling, Bill Joy, and Guy Steele, ISBN 0-201-63451-1, -August 1996. Section 7.7 "Unique Package Names", on page 125 of this -specification which states, in part: - -"You form a unique package name by first having (or belonging to an organization -that has) an Internet domain name, such as "sun.com". You then reverse the name, -component by component, to obtain, in this example, "Com.sun", and use this as a -prefix for Your package names, using a convention developed within Your -organization to further administer package names." - -3.2 Additional Requirements and Responsibilities. Any additional -requirements and responsibilities relating to the Technology are listed in -Attachment F (Additional Requirements and Responsibilities), if applicable, and -are hereby incorporated into this Section 3. - -4. Versions of the License. - -4.1 License Versions. Original Contributor may publish revised versions of -the License from time to time. Each version will be given a distinguishing -version number. - -4.2 Effect. Once a particular version of Covered Code has been provided -under a version of the License, You may always continue to use such Covered Code -under the terms of that version of the License. You may also choose to use such -Covered Code under the terms of any subsequent version of the License. No one -other than Original Contributor has the right to promulgate License versions. - -5. Disclaimer of Warranty. - -5.1 COVERED CODE IS PROVIDED UNDER THIS LICENSE "AS IS", WITHOUT WARRANTY OF -ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES -THAT THE COVERED CODE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR -PURPOSE OR NON-INFRINGING. YOU AGREE TO BEAR THE ENTIRE RISK IN CONNECTION WITH -YOUR USE AND DISTRIBUTION OF COVERED CODE UNDER THIS LICENSE. THIS DISCLAIMER OF -WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED -CODE IS AUTHORIZED HEREUNDER EXCEPT SUBJECT TO THIS DISCLAIMER. - -5.2 You acknowledge that Original Code, Upgraded Code and Specifications are -not designed or intended for use in (i) on-line control of aircraft, air -traffic, aircraft navigation or aircraft communications; or (ii) in the design, -construction, operation or maintenance of any nuclear facility. Original -Contributor disclaims any express or implied warranty of fitness for such uses. - -6. Termination. - -6.1 By You. You may terminate this Research Use license at anytime by -providing written notice to Original Contributor. - -6.2 By Original Contributor. This License and the rights granted hereunder -will terminate: - - (i) automatically if You fail to comply with the terms of this -License and fail to cure such breach within 30 days of receipt of written notice -of the breach; - - (ii) immediately in the event of circumstances specified in Sections -7.1 and 8.4; or - - (iii) at Original Contributor's discretion upon any action initiated -in the first instance by You alleging that use or distribution by Original -Contributor or any Licensee, of Original Code, Upgraded Code, Error Corrections -or Shared Modifications contributed by You, or Specifications, infringe a patent -owned or controlled by You. - -6.3 Effective of Termination. Upon termination, You agree to discontinue use -and return or destroy all copies of Covered Code in Your possession. All -sublicenses to the Covered Code which You have properly granted shall survive -any termination of this License. Provisions which, by their nature, should -remain in effect beyond the termination of this License shall survive including, -without limitation, Sections 2.2, 3, 5, 7 and 8. - -6.4 Each party waives and releases the other from any claim to compensation -or indemnity for permitted or lawful termination of the business relationship -established by this License. - -7. Liability. - -7.1 Infringement. Should any of the Original Code, Upgraded Code, TCK or -Specifications ("Materials") become the subject of a claim of infringement, -Original Contributor may, at its sole option, (i) attempt to procure the rights -necessary for You to continue using the Materials, (ii) modify the Materials so -that they are no longer infringing, or (iii) terminate Your right to use the -Materials, immediately upon written notice, and refund to You the amount, if -any, having then actually been paid by You to Original Contributor for the -Original Code, Upgraded Code and TCK, depreciated on a straight line, five year -basis. - -7.2 LIMITATION OF LIABILITY. TO THE FULL EXTENT ALLOWED BY APPLICABLE LAW, -ORIGINAL CONTRIBUTOR's LIABILITY TO YOU FOR CLAIMS RELATING TO THIS LICENSE, -WHETHER FOR BREACH OR IN TORT, SHALL BE LIMITED TO ONE HUNDRED PERCENT (100%) OF -THE AMOUNT HAVING THEN ACTUALLY BEEN PAID BY YOU TO ORIGINAL CONTRIBUTOR FOR ALL -COPIES LICENSED HEREUNDER OF THE PARTICULAR ITEMS GIVING RISE TO SUCH CLAIM, IF -ANY. IN NO EVENT WILL YOU (RELATIVE TO YOUR SHARED MODIFICATIONS OR ERROR -CORRECTIONS) OR SUN BE LIABLE FOR ANY INDIRECT, PUNITIVE, SPECIAL, INCIDENTAL OR -CONSEQUENTIAL DAMAGES IN CONNECTION WITH OR ARISING OUT OF THIS LICENSE -(INCLUDING, WITHOUT LIMITATION, LOSS OF PROFITS, USE, DATA, OR OTHER ECONOMIC -ADVANTAGE), HOWEVER IT ARISES AND ON ANY THEORY OF LIABILITY, WHETHER IN AN -ACTION FOR CONTRACT, STRICT LIABILITY OR TORT (INCLUDING NEGLIGENCE) OR -OTHERWISE, WHETHER OR NOT YOU OR ORIGINAL CONTRIBUTOR HAS BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE AND NOTWITHSTANDING THE FAILURE OF ESSENTIAL PURPOSE -OF ANY REMEDY. - -8. Miscellaneous. - -8.1 Trademark. You agree to comply with the then current Sun Trademark & -Logo Usage Requirements accessible through the SCSL Webpage. Except as expressly -provided in the License, You are granted no right, title or license to, or -interest in, any Sun Trademarks. You agree not to (i) challenge Original -Contributor's ownership or use of Sun Trademarks; (ii) attempt to register any -Sun Trademarks, or any mark or logo substantially similar thereto; or (iii) -incorporate any Sun Trademarks into Your own trademarks, product names, service -marks, company names, or domain names. - -8.2 Integration. This License represents the complete agreement concerning -the subject matter hereof. - -8.3 Assignment. Original Contributor may assign this License, and its rights -and obligations hereunder, in its sole discretion. You may assign the Research -Use portions of this License to a third party upon prior written notice to -Original Contributor (which may be provided via the Community Web-Server). You -may not assign the Commercial Use license or TCK license, including by way of -merger (regardless of whether You are the surviving entity) or acquisition, -without Original Contributor's prior written consent. - -8.4 Severability. If any provision of this License is held to be -unenforceable, such provision shall be reformed only to the extent necessary to -make it enforceable. Notwithstanding the foregoing, if You are prohibited by law -from fully and specifically complying with Sections 2.2 or 3, this License will -immediately terminate and You must immediately discontinue any use of Covered -Code. - -8.5 Governing Law. This License shall be governed by the laws of the United -States and the State of California, as applied to contracts entered into and to -be performed in California between California residents. The application of the -United Nations Convention on Contracts for the International Sale of Goods is -expressly excluded. - -8.6 Dispute Resolution. - -a) Any dispute arising out of or relating to this License shall be finally -settled by arbitration as set out herein, except that either party may bring any -action, in a court of competent jurisdiction (which jurisdiction shall be -exclusive), with respect to any dispute relating to such party's Intellectual -Property Rights or with respect to Your compliance with the TCK license. -Arbitration shall be administered: (i) by the American Arbitration Association -(AAA), (ii) in accordance with the rules of the United Nations Commission on -International Trade Law (UNCITRAL) (the "Rules") in effect at the time of -arbitration as modified herein; and (iii) the arbitrator will apply the -substantive laws of California and United States. Judgement upon the award -rendered by the arbitrator may be entered in any court having jurisdiction to -enforce such award. - -b) All arbitration proceedings shall be conducted in English by a single -arbitrator selected in accordance with the Rules, who must be fluent in English -and be either a retired judge or practicing attorney having at least ten (10) -years litigation experience and be reasonably familiar with the technology -matters relative to the dispute. Unless otherwise agreed, arbitration venue -shall be in London, Tokyo, or San Francisco, whichever is closest to defendant's -principal business office. The arbitrator may award monetary damages only and -nothing shall preclude either party from seeking provisional or emergency relief -from a court of competent jurisdiction. The arbitrator shall have no authority -to award damages in excess of those permitted in this License and any such award -in excess is void. All awards will be payable in U.S. dollars and may include, -for the prevailing party (i) pre-judgment award interest, (ii) reasonable -attorneys' fees incurred in connection with the arbitration, and (iii) -reasonable costs and expenses incurred in enforcing the award. The arbitrator -will order each party to produce identified documents and respond to no more -than twenty-five single question interrogatories. - -8.7 Construction. Any law or regulation which provides that the language of -a contract shall be construed against the drafter shall not apply to this -License. - -8.8 U.S. Government End Users. The Covered Code is a "commercial item", as -that term is defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial -computer software" and "commercial computer software documentation", as such -terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 C.F.R. -12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all U.S. -Government End Users acquire Covered Code with only those rights set forth -herein. You agree to pass this notice to Your licensees. - -8.9 Press Announcements. All press announcements relative to the execution -of this License must be reviewed and approved by Original Contributor and You -prior to release. - -8.10 International Use. - -a) Export/Import laws. Covered Code is subject to U.S. export control laws -and may be subject to export or import regulations in other countries. Each -party agrees to comply strictly with all such laws and regulations and -acknowledges their responsibility to obtain such licenses to export, re- export, -or import as may be required. You agree to pass these obligations to Your -licensees. - -b) Intellectual Property Protection. Due to limited intellectual property -protection and enforcement in certain countries, You agree not to redistribute -the Original Code, Upgraded Code, TCK and Specifications to any country other -than the list of restricted countries on the SCSL Webpage. - -8.11 Language. This License is in the English language only, which language -shall be controlling in all respects, and all versions of this License in any -other language shall be for accommodation only and shall not be binding on the -parties to this License. All communications and notices made or given pursuant -to this License, and all documentation and support to be provided, unless -otherwise noted, shall be in the English language. - -PLEASE READ THE TERMS OF THIS LICENSE CAREFULLY. BY CLICKING ON THE "ACCEPT" -BUTTON BELOW YOU ARE ACCEPTING AND AGREEING TO THE TERMS AND CONDITIONS OF THIS -LICENSE WITH SUN MICROSYSTEMS, INC. IF YOU ARE AGREEING TO THIS LICENSE ON -BEHALF OF A COMPANY, YOU REPRESENT THAT YOU ARE AUTHORIZED TO BIND THE COMPANY -TO SUCH A LICENSE. WHETHER YOU ARE ACTING ON YOUR OWN BEHALF, OR REPRESENTING A -COMPANY, YOU MUST BE OF MAJORITY AGE AND BE OTHERWISE COMPETENT TO ENTER INTO -CONTRACTS. IF YOU DO NOT MEET THIS CRITERIA OR YOU DO NOT AGREE TO ANY OF THE -TERMS AND CONDITIONS OF THIS LICENSE, CLICK ON THE REJECT BUTTON TO EXIT. - -ACCEPT REJECT - -GLOSSARY - -1. "Commercial Use" means any use (excluding Internal Deployment Use) or -distribution, directly or indirectly of Compliant Covered Code by You to any -third party, alone or bundled with any other software or hardware, for direct or -indirect commercial or strategic gain or advantage, subject to execution of -Attachment D by You and Original Contributor. - -2. "Community Code" means the Original Code, Upgraded Code, Error -Corrections, Shared Modifications, or any combination thereof. - -3. "Community Webserver(s)" means the webservers designated by Original -Contributor for posting Error Corrections and Shared Modifications. - -4. "Compliant Covered Code" means Covered Code that complies with the -requirements of the TCK. - -5. "Contributor" means each Licensee that creates or contributes to the -creation of any Error Correction or Shared Modification. - -6. "Covered Code" means the Original Code, Upgraded Code, Modifications, or -any combination thereof. - -7. "Error Correction" means any change made to Community Code which -conforms to the Specification and corrects the adverse effect of a failure of -Community Code to perform any function set forth in or required by the -Specifications. - -7. "Executable" means Covered Code that has been converted to a form other -than Source Code. - -9. "Extension(s)" means any additional classes or other programming code -and/or interfaces developed by or for You which: (i) are designed for use with -the Technology; (ii) constitute an API for a library of computing functions or -services; and (iii) are disclosed to third party software developers for the -purpose of developing software which invokes such additional classes or other -programming code and/or interfaces. The foregoing shall not apply to software -development by Your subcontractors to be exclusively used by You. - -10. "Intellectual Property Rights" means worldwide statutory and common law -rights associated solely with (i) patents and patent applications; (ii) works of -authorship including copyrights, copyright applications, copyright registrations -and "moral rights"; (iii) the protection of trade and industrial secrets and -confidential information; and (iv) divisions, continuations, renewals, and re- -issuances of the foregoing now existing or acquired in the future. - -11. "Internal Deployment Use" means use of Compliant Covered Code (excluding -Research Use) within Your business or organization only by Your employees and/or -agents, subject to execution of Attachment C by You and Original Contributor, if -required. - -12. "Licensee" means any party that has entered into and has in effect a -version of this License with Original Contributor. - -13. "Modification(s)" means (i) any change to Covered Code; (ii) any new -file or other representation of computer program statements that contains any -portion of Covered Code; and/or (iii) any new Source Code implementing any -portion of the Specifications. - -14. "Original Code" means the initial Source Code for the Technology as -described on the Technology Download Site. - -15. "Original Contributor" means Sun Microsystems, Inc., its affiliates and -its successors and assigns. - -16. "Reformatted Specifications" means any revision to the Specifications -which translates or reformats the Specifications (as for example in connection -with Your documentation) but which does not alter, subset or superset the -functional or operational aspects of the Specifications. - -17. "Research Use" means use and distribution of Covered Code only for Your -research, development, educational or personal and individual use, and expressly -excludes Internal Deployment Use and Commercial Use. - -18. "SCSL Webpage" means the Sun Community Source license webpage located at -http://sun.com/software/communitysource, or such other url that Sun may -designate from time to time. - -19. "Shared Modifications" means Modifications provided by You, at Your -option, pursuant to Section 2.2, or received by You from a Contributor pursuant -to Section 2.3. - -20. "Source Code" means computer program statements written in any -high-level, readable form suitable for modification and development. - -21. "Specifications" means the specifications for the Technology and other -documentation, as designated on the Technology Download Site, as may be revised -by Original Contributor from time to time. - -22. "Sun Trademarks" means Original Contributor's SUN, JAVA, and JINI -trademarks and logos, whether now used or adopted in the future. - -23. "Technology" means the technology described in Attachment B, and -Upgrades. - -24. "Technology Compatibility Kit" or "TCK" means the test programs, -procedures and/or other requirements, designated by Original Contributor for use -in verifying compliance of Covered Code with the Specifications, in conjunction -with the Original Code and Upgraded Code. Original Contributor may, in its sole -discretion and from time to time, revise a TCK to correct errors and/or -omissions and in connection with Upgrades. - -25. "Technology Download Site" means the site(s) designated by Original -Contributor for access to the Original Code, Upgraded Code, TCK and -Specifications. - -26. "Upgrade(s)" means new versions of Technology designated exclusively by -Original Contributor as an "Upgrade" and released by Original Contributor from -time to time. - -27. "Upgraded Code" means the Source Code for Upgrades, possibly including -Modifications made by Contributors. - -28. "You(r)" means an individual, or a legal entity acting by and through an -individual or individuals, exercising rights either under this License or under -a future version of this License issued pursuant to Section 4.1. For legal -entities, "You(r)" includes any entity that by majority voting interest -controls, is controlled by, or is under common control with You. - -ATTACHMENT A - -REQUIRED NOTICES - - -ATTACHMENT A-1 - -REQUIRED IN ALL CASES - -"The contents of this file, or the files included with this file, are subject to -the current version of Sun Community Source License for [fill in name of -applicable Technology] (the "License"); You may not use this file except in -compliance with the License. You may obtain a copy of the License at -http://sun.com/software/communitysource. See the License for the rights, -obligations and limitations governing use of the contents of the file. - - -The Original and Upgraded Code is [fill in name and version of applicable -Technology]. The developer of the Original and Upgraded Code is Sun -Microsystems, Inc. Sun Microsystems, Inc. owns the copyrights in the portions it -created. All Rights Reserved. - - - Contributor(s): _______________________________________________ - -Associated Test Suite(s) Location: ________________________________" - - - -ATTACHMENT A-2 - -SAMPLE LICENSEE CERTIFICATION - -"By clicking the 'Agree' button below, You certify that You are a Licensee in -good standing under the Sun Community Source License, [fill in applicable -Technology and Version] ("License") and that Your access, use and distribution -of code and information You may obtain at this site is subject to the License."” - - - -ATTACHMENT A-3 - -REQUIRED STUDENT NOTIFICATION - -"This software and related documentation has been obtained by your educational -institution subject to the Sun Community Source License, [fill in applicable -Technology]. You have been provided access to the software and related -documentation for use only in connection with your course work and research -activities as a matriculated student of your educational institution. Any other -use is expressly prohibited. - -THIS SOFTWARE AND RELATED DOCUMENTATION CONTAINS PROPRIETARY MATERIAL OF SUN -MICROSYSTEMS, INC, WHICH ARE PROTECTED BY VARIOUS INTELLECTUAL PROPERTY RIGHTS. - -You may not use this file except in compliance with the License. You may obtain -a copy of the License on the web at http://sun.com/software/communitysource."” - - - -ATTACHMENT B - -Java(tm) 2 SDK Technology - -Description of "Technology" - -Java(tm) 2 SDK Technology v.1.3.1 as described on the Technology Download Site. - - - -ATTACHMENT C - -INTERNAL DEPLOYMENT USE - -This Attachment C is only effective for the Technology specified in Attachment -B, upon execution of Attachment D (Commercial Use License) including the -requirement to pay royalties. In the event of a conflict between the terms of -this Attachment C and Attachment D, the terms of Attachment D shall govern. - -1. Internal Deployment License Grant. Subject to Your compliance with -Section 2 below, and Section 8.10 of the Research Use license; in addition to -the Research Use license and the TCK license, Original Contributor grants to You -a worldwide, non-exclusive license, to the extent of Original Contributor's -Intellectual Property Rights covering the Original Code, Upgraded Code and -Specifications, to do the following: - -a) reproduce and distribute internally, Original Code and Upgraded Code as -part of Compliant Covered Code, and Specifications, for Internal Deployment Use, - -b) compile such Original Code and Upgraded Code, as part of Compliant -Covered Code, and reproduce and distribute internally the same in Executable -form for Internal Deployment Use, and - -c) reproduce and distribute internally, Reformatted Specifications for use -in connection with Internal Deployment Use. - - 2. Additional Requirements and Responsibilities. In addition to the -requirements and responsibilities described under Section 3.1 of the Research -Use license, and as a condition to exercising the rights granted under Section 3 -above, You agree to the following additional requirements and responsibilities: - -2.1 Compatibility. All Covered Code must be Compliant Covered Code prior to -any Internal Deployment Use or Commercial Use, whether originating with You or -acquired from a third party. Successful compatibility testing must be completed -in accordance with the TCK License. If You make any further Modifications to any -Covered Code previously determined to be Compliant Covered Code, You must ensure -that it continues to be Compliant Covered Code. - - - -ATTACHMENT D -COMMERCIAL USE LICENSE - -1. Effect. This Attachment D is effective only if signed below by You and -Original Contributor, and applies to Your Commercial Use of Original Code and -Upgraded Code. - -2. Term. Upon execution of this Attachment D by You and Original -Contributor, this Commercial Use license shall have an initial term of 3 years -and shall automatically renew for additional one year terms unless either party -provides notice to the other no less than 60 days prior to an anniversary date. - -3. Commercial Use License Grant. Subject to Your compliance with Section 4 -below, Section 8.10 of the Research Use license, and the TCK license; in -addition to the Research Use license, the TCK license, and the Internal -Deployment Use license, Original Contributor grants to You a worldwide, -non-exclusive, non-transferable license, to the extent of Original Contributor's -Intellectual Property Rights covering the Original Code, Upgraded Code and -Specifications, to do the following: - -a) reproduce and distribute Compliant Covered Code; - -b) compile Compliant Covered Code and reproduce and distribute the same in -Executable form through multiple tiers of distribution; and - -c) reproduce and distribute Reformatted Specifications in association with -Compliant Covered Code. - -4. Additional Requirements and Responsibilities. In addition to the -requirements and responsibilities specified in the Research Use license, the TCK -license and the Internal Deployment license, and as a condition to exercising -the rights granted in Section 3 above, You agree to the following additional -requirements and responsibilities: - -a) Distribution of Source Code. Source Code of Compliant Covered Code may -be distributed only to another Licensee of the same Technology. - -b) Distribution of Executable Code. You may distribute the Executable -version(s) of Compliant Covered Code under a license of Your choice, which may -contain terms different from this License, provided (i) that You are in -compliance with the terms of this License, and (ii) You must make it absolutely -clear that any terms which differ from this License are offered by You alone, -not by Original Contributor or any other Contributor. - -c) Branding. Products integrating Compliant Covered Code used for -Commercial Use must be branded with the Technology compliance logo under a -separate trademark license required to be executed by You and Original -Contributor concurrent with execution of this Attachment D. - -5. Indemnity/Limitation of Liability. The provisions of Section 7.1 of the -Research Use license are superseded by the following: - -a) Your Indemnity Obligation. You hereby agree to defend, at Your expense, -any legal proceeding brought against Original Contributor or any Licensee to the -extent it is based on a claim: (i) that the use, reproduction or distribution of -any of Your Error Corrections or Shared Modifications is an infringement of a -third party trade secret or a copyright in a country that is a signatory to the -Berne Convention; (ii) arising in connection with any representation, warranty, -support, indemnity, liability or other license terms You may offer in connection -with any Covered Code; or (iii) arising from Your Commercial Use of Covered -Code, other than a claim covered by Section 5.b) below, or a patent claim based -solely on Covered Code not provided by You. You will pay all damages costs and -fees awarded by a court of competent jurisdiction, or such settlement amount -negotiated by You, attributable to such claim. - -b) Original Contributor's Indemnity Obligation. Original Contributor will -defend, at its expense, any legal proceeding brought against You, to the extent -it is based on a claim that Your authorized Commercial Use of Original Code and -Upgraded Code is an infringement of a third party trade secret or a copyright in -a country that is a signatory to the Berne Convention, and will pay all damages -costs and fees awarded by a court of competent jurisdiction, or such settlement -amount negotiated by Original Contributor, attributable to such claim. The -foregoing shall not apply to any claims of intellectual property infringement -based upon the combination of code or documentation supplied by Original -Contributor with code, technology or documentation from other sources. - -c) Right of Intervention. Original Contributor will have the right, but not -the obligation, to defend You, at Original Contributor's expense, in connection -with a claim that Your Commercial Use of Original Code and Upgraded Code is an -infringement of a third party patent and will, if Original Contributor chooses -to defend You, pay all damages costs and fees awarded by a court of competent -jurisdiction, or such settlement amount negotiated by Original Contributor, -attributable to such claim. - -d) Prerequisites. Under Sections 5.b) and c) above, You must, and under -Section 5.a) above, Original Contributor or any Licensee must: (i) provide -notice of the claim promptly to the party providing an indemnity; (ii) give the -indemnifying party sole control of the defense and settlement of the claim; -(iii) provide the indemnifying party, at indemnifying party's expense, all -available information, assistance and authority to defend; and (iv) not have -compromised or settled such claim or proceeding without the indemnifying party's -prior written consent. - -e) Additional Remedies. Should any Original Code, Upgraded Code, TCK, -Specifications, or Modifications become, or in the indemnifying party's opinion -be likely to become, the subject of a claim of infringement for which indemnity -is provided above, the indemnifying party may, at its sole option, attempt to -procure on reasonable terms the rights necessary for the indemnified party to -exercise its license rights under this License with respect to the infringing -items, or to modify the infringing items so that they are no longer infringing -without substantially impairing their function or performance. If the -indemnifying party is unable to do the foregoing after reasonable efforts, then -the indemnifying party may send a notice of such inability to the indemnified -party together with a refund of any license fees received by the indemnifying -party from the indemnified party for the infringing items applicable to the -indemnified party's future use or distribution of such infringing items, in -which case the indemnifying party will not be liable for any damages resulting -from infringing activity with respect to the infringing items occurring after -such notice and refund. - -6. Support Programs. - -Support to You. Technical support is not provided to You by Original Contributor -under this License. You may contract for one or more support programs from -Original Contributor relating to the Technology which are described on the SCSL -Webpage. - -Customer Support. You are responsible for providing technical and maintenance -support services to Your customers for Your products and services incorporating -the Compliant Covered code. - -7. Royalties and Payments. - -Technology specified in Attachment B. - - -Field of Use:____________________ - -Royalty per Unit $_______________ - - -b) Royalty Payments. Payment of royalties shall be made quarterly, shall be -due thirty (30) days following the end of the calendar quarter to which they -relate and shall be submitted with a written statement documenting the basis for -the royalty calculation. - -c) Taxes. All payments required by this License shall be made in United -States dollars, are exclusive of taxes, and Licensee agrees to bear and be -responsible for the payment of all such taxes, including, but not limited to, -all sales, use, rental receipt, personal property or other taxes and their -equivalents which may be levied or assessed in connection with this License -(excluding only taxes based on Original Contributor's net income). To the extent -Licensee is required to withhold taxes based upon Original Contributor's income -in any country, You agree to provide Original Contributor with written evidence -of such withholding, suitable for Original Contributor to obtain a tax credit in -the United States. - -d) Records. You agree to maintain account books and records consistent with -Generally Accepted Accounting Principles appropriate to Your domicile, as may be -in effect from time to time, sufficient to allow the correctness of the -royalties required to be paid pursuant to this License to be determined. - -e) Audit Rights. Original Contributor shall have the right to audit such -accounts upon reasonable prior notice using an independent auditor of Original -Contributor's choice (the "Auditor"). The Auditor shall be bound to keep -confidential the details of Your business affairs and to limit disclosure of the -results of any audit to the sufficiency of the accounts and the amount, if any, -of a payment adjustment that should be made. Such audits shall not occur more -than once each year (unless discrepancies are discovered in excess of the five -percent (5%) threshold set forth in Section 7.f) below, in which case two -consecutive quarters per year may be audited). Except as set forth in Section -7.f) below, Original Contributor shall bear all costs and expenses associated -with the exercise of its rights to audit. - -f) Payment Errors. In the event that any errors in payments shall be -determined, such errors shall be corrected by appropriate adjustment in payment -for the quarterly period during which the error is discovered. In the event of -an underpayment of more than five percent (5%) of the proper amount owed, upon -such underpayment being properly determined by the Auditor, You agree to -reimburse Original Contributor the amount of the underpayment and all reasonable -costs and expenses associated with the exercise of its rights to audit, and -interest on the overdue amount at the maximum allowable interest rate from the -date of accrual of such obligation. - -8. Notice of Breach or Infringement. Each party shall notify the other -immediately in writing when it becomes aware of any breach or violation of the -terms of this License, or when You become aware of any potential or actual -infringement by a third party of the Technology or Sun's Intellectual Property -Rights therein. - -9. Proprietary Rights Notices. You may not remove any copyright notices, -trademark notices or other proprietary legends of Original Contributor or its -suppliers contained on or in the Original Code, Upgraded Code and -Specifications. - -10. Notices. All written notices required by this License must be delivered -in person or by means evidenced by a delivery receipt and will be effective upon -receipt by the persons at the addresses specified below. - - -Original Contributor: You: - -Sun Microsystems, Inc. _____________________________ - -901 San Antonio Road ______________________________ - -Palo Alto, California 94303 ______________________________ - -Attn.: VP, Sun Software and -Technology Sales ______________________________ - -cc: Sun Software and Technology, -General Counsel - -11. Disclaimer of Agency. The relationship created hereby is that of -licensor and licensee and the parties hereby acknowledge and agree that nothing -herein shall be deemed to constitute You as a franchisee of Original -Contributor. You hereby waive the benefit of any state or federal statutes -dealing with the establishment and regulation of franchises. - - Agreed: - -You: Original Contributor: - -_____________________________ Sun Microsystems, Inc. -(Your Name) - -By:__________________________ By:________________________ - -Name:________________________ Name:______________________ - -Title_________________________ Title:_____________________ - -Date:_________________________ Date:______________________ - - - - -ATTACHMENT E -TECHNOLOGY COMPATIBILITY KIT - -The following license is effective for the Java(tm)2 SDK Version 1.3.1 -Technology Compatibility Kit only upon execution of a separate support agreement -between You and Original Contributor (subject to an annual fee) as described on -the SCSL Webpage. The Technology Compatibility Kit for the Technology specified -in Attachment B may be accessed at the Technology Download Site only upon -execution of the support agreement. - -1. TCK License. - -a) Subject to the restrictions set forth in Section 1.b below and Section -8.10 of the Research Use license, in addition to the Research Use license, -Original Contributor grants to You a worldwide, non-exclusive, non-transferable -license, to the extent of Original Contributor's Intellectual Property Rights in -the TCK (without the right to sublicense), to use the TCK to develop and test -Covered Code. - -b) TCK Use Restrictions. You are not authorized to create derivative works -of the TCK or use the TCK to test any implementation of the Specification that -is not Covered Code. You may not publish Your test results or make claims of -comparative compatibility with respect to other implementations of the -Specification. In consideration for the license grant in Section 1.a above You -agree not to develop Your own tests which are intended to validate conformation -with the Specification. - -2. Requirements for Determining Compliance. - -2.1 Definitions. - -a) "Added Value" means code which: - - (i) has a principal purpose which is substantially different from -that of the stand-alone Technology; - - (ii) represents a significant functional and value enhancement to the -Technology; - - (iii) operates in conjunction with the Technology; and - - (iv) is not marketed as a technology which replaces or substitutes -for the Technology. - -b) “"Java Classes" means the specific class libraries associated with each -Technology defined in Attachment B. - -c) “"Java Runtime Interpreter" means the program(s) which implement the -Java virtual machine for the Technology as defined in the Specification. - -d) “"Platform Dependent Part" means those Original Code and Upgraded Code -files of the Technology which are not in a "share" directory or subdirectory -thereof. - -e) “"Shared Part" means those Original Code and Upgraded Code files of the -Technology which are identified as "shared" (or words of similar meaning) or -which are in any "share" directory or subdirectory thereof, except those files -specifically designated by Original Contributor as modifiable. - -f) "User's Guide" means the users guide for the TCK which Sun makes -available to You to provide direction in how to run the TCK and properly -interpret the results, as may be revised by Sun from time to time. - -2.2 Development Restrictions. Compliant Covered Code: - -a) must include Added Value; - -b) must fully comply with the Specifications for the Technology specified -in Attachment B; - -c) must include the Shared Part, complete and unmodified; - -d) may not modify the functional behavior of the Java Runtime Interpreter -or the Java Classes; - -e) may not modify, subset or superset the interfaces of the Java Runtime -Interpreter or the Java Classes; - -f) may not subset or superset the Java Classes; and - -g) may not modify or extend the required public class or public interface -declarations whose names begin with "java", "javax", "jini", "net.jini", -"sun.hotjava", "COM.sun" or their equivalents in any subsequent naming -convention. - -2.3 Compatibility Testing. Successful compatibility testing must be -completed by You, or at Original Contributor's option, a third party designated -by Original Contributor, to conduct such tests, in accordance with the User's -Guide, and using the most current version of the applicable TCK available from -Original Contributor one hundred twenty (120) days (two hundred forty [240] days -in the case of silicon implementations) prior to: (i) Your Internal Deployment -Use; and (ii) each release of Compliant Covered Code by You for Commercial Use. -In the event that You elect to use a version of Upgraded Code that is newer than -that which is required under this Section 2.3, then You agree to pass the -version of the TCK that corresponds to such newer version of Upgraded Code. - -2.4 Test Results. You agree to provide to Original Contributor or the third -party test facility if applicable, Your test results that demonstrate that -Covered Code is Compliant Covered Code and that Original Contributor may publish -or otherwise distribute such test results. - - - diff --git a/java/jdk14/pkg-plist b/java/jdk14/pkg-plist deleted file mode 100644 index fdd0eafe31fb..000000000000 --- a/java/jdk14/pkg-plist +++ /dev/null @@ -1,917 +0,0 @@ -jdk%%JDK_VERSION%%/COPYRIGHT -jdk%%JDK_VERSION%%/LICENSE -jdk%%JDK_VERSION%%/LICENSE.fr -jdk%%JDK_VERSION%%/README -jdk%%JDK_VERSION%%/README.html -jdk%%JDK_VERSION%%/bin/.java_wrapper -jdk%%JDK_VERSION%%/bin/appletviewer -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/appletviewer_g -jdk%%JDK_VERSION%%/bin/awt_robot -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/awt_robot_g -jdk%%JDK_VERSION%%/bin/extcheck -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/extcheck_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/appletviewer -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/appletviewer_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/extcheck -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/extcheck_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/idlj -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/idlj_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/jar -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/jar_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/jarsigner -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/jarsigner_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/java -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/java_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/javac -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/javac_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/javadoc -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/javadoc_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/javah -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/javah_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/javap -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/javap_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/jdb -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/jdb_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/keytool -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/keytool_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/native2ascii -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/native2ascii_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/oldjava -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/oldjava_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/oldjavac -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/oldjavac_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/oldjdb -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/oldjdb_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/policytool -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/policytool_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/rmic -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/rmic_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/rmid -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/rmid_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/rmiregistry -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/rmiregistry_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/serialver -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/serialver_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/tnameserv -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/tnameserv_g -jdk%%JDK_VERSION%%/bin/idlj -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/idlj_g -jdk%%JDK_VERSION%%/bin/jar -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/jar_g -jdk%%JDK_VERSION%%/bin/jarsigner -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/jarsigner_g -jdk%%JDK_VERSION%%/bin/java -jdk%%JDK_VERSION%%/bin/java-rmi.cgi -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/java_g -jdk%%JDK_VERSION%%/bin/javac -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/javac_g -jdk%%JDK_VERSION%%/bin/javadoc -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/javadoc_g -jdk%%JDK_VERSION%%/bin/javah -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/javah_g -jdk%%JDK_VERSION%%/bin/javap -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/javap_g -jdk%%JDK_VERSION%%/bin/jdb -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/jdb_g -jdk%%JDK_VERSION%%/bin/keytool -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/keytool_g -jdk%%JDK_VERSION%%/bin/native2ascii -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/native2ascii_g -jdk%%JDK_VERSION%%/bin/oldjava -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/oldjava_g -jdk%%JDK_VERSION%%/bin/oldjavac -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/oldjavac_g -jdk%%JDK_VERSION%%/bin/oldjdb -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/oldjdb_g -jdk%%JDK_VERSION%%/bin/policytool -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/policytool_g -jdk%%JDK_VERSION%%/bin/rmic -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/rmic_g -jdk%%JDK_VERSION%%/bin/rmid -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/rmid_g -jdk%%JDK_VERSION%%/bin/rmiregistry -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/rmiregistry_g -jdk%%JDK_VERSION%%/bin/serialver -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/serialver_g -jdk%%JDK_VERSION%%/bin/tnameserv -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/tnameserv_g -jdk%%JDK_VERSION%%/demo/applets/Animator/Animation.class -jdk%%JDK_VERSION%%/demo/applets/Animator/AnimationFrame.class -jdk%%JDK_VERSION%%/demo/applets/Animator/Animator.class -jdk%%JDK_VERSION%%/demo/applets/Animator/Animator.java -jdk%%JDK_VERSION%%/demo/applets/Animator/DescriptionFrame.class -jdk%%JDK_VERSION%%/demo/applets/Animator/ParseException.class -jdk%%JDK_VERSION%%/demo/applets/Animator/audio/0.au -jdk%%JDK_VERSION%%/demo/applets/Animator/audio/1.au -jdk%%JDK_VERSION%%/demo/applets/Animator/audio/2.au -jdk%%JDK_VERSION%%/demo/applets/Animator/audio/3.au -jdk%%JDK_VERSION%%/demo/applets/Animator/audio/4.au -jdk%%JDK_VERSION%%/demo/applets/Animator/audio/5.au -jdk%%JDK_VERSION%%/demo/applets/Animator/audio/6.au -jdk%%JDK_VERSION%%/demo/applets/Animator/audio/7.au -jdk%%JDK_VERSION%%/demo/applets/Animator/audio/8.au -jdk%%JDK_VERSION%%/demo/applets/Animator/audio/9.au -jdk%%JDK_VERSION%%/demo/applets/Animator/audio/spacemusic.au -jdk%%JDK_VERSION%%/demo/applets/Animator/example1.html -jdk%%JDK_VERSION%%/demo/applets/Animator/example2.html -jdk%%JDK_VERSION%%/demo/applets/Animator/example3.html -jdk%%JDK_VERSION%%/demo/applets/Animator/example4.html -jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T1.gif -jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T10.gif -jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T2.gif -jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T3.gif -jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T4.gif -jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T5.gif -jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T6.gif -jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T7.gif -jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T8.gif -jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T9.gif -jdk%%JDK_VERSION%%/demo/applets/Animator/images/SimpleAnimation/T1.gif -jdk%%JDK_VERSION%%/demo/applets/Animator/images/SimpleAnimation/T2.gif -jdk%%JDK_VERSION%%/demo/applets/Animator/images/loading-msg.gif -jdk%%JDK_VERSION%%/demo/applets/ArcTest/ArcCanvas.class -jdk%%JDK_VERSION%%/demo/applets/ArcTest/ArcControls.class -jdk%%JDK_VERSION%%/demo/applets/ArcTest/ArcTest.class -jdk%%JDK_VERSION%%/demo/applets/ArcTest/ArcTest.java -jdk%%JDK_VERSION%%/demo/applets/ArcTest/example1.html -jdk%%JDK_VERSION%%/demo/applets/BarChart/Chart.class -jdk%%JDK_VERSION%%/demo/applets/BarChart/Chart.java -jdk%%JDK_VERSION%%/demo/applets/BarChart/example1.html -jdk%%JDK_VERSION%%/demo/applets/Blink/Blink$1.class -jdk%%JDK_VERSION%%/demo/applets/Blink/Blink.class -jdk%%JDK_VERSION%%/demo/applets/Blink/Blink.java -jdk%%JDK_VERSION%%/demo/applets/Blink/example1.html -jdk%%JDK_VERSION%%/demo/applets/CardTest/CardPanel.class -jdk%%JDK_VERSION%%/demo/applets/CardTest/CardTest.class -jdk%%JDK_VERSION%%/demo/applets/CardTest/CardTest.java -jdk%%JDK_VERSION%%/demo/applets/CardTest/example1.html -jdk%%JDK_VERSION%%/demo/applets/Clock/Clock2.class -jdk%%JDK_VERSION%%/demo/applets/Clock/Clock2.java -jdk%%JDK_VERSION%%/demo/applets/Clock/example1.html -jdk%%JDK_VERSION%%/demo/applets/DitherTest/DitherCanvas.class -jdk%%JDK_VERSION%%/demo/applets/DitherTest/DitherControls.class -jdk%%JDK_VERSION%%/demo/applets/DitherTest/DitherTest.class -jdk%%JDK_VERSION%%/demo/applets/DitherTest/DitherTest.java -jdk%%JDK_VERSION%%/demo/applets/DitherTest/example1.html -jdk%%JDK_VERSION%%/demo/applets/DrawTest/DrawControls.class -jdk%%JDK_VERSION%%/demo/applets/DrawTest/DrawPanel.class -jdk%%JDK_VERSION%%/demo/applets/DrawTest/DrawTest.class -jdk%%JDK_VERSION%%/demo/applets/DrawTest/DrawTest.java -jdk%%JDK_VERSION%%/demo/applets/DrawTest/example1.html -jdk%%JDK_VERSION%%/demo/applets/Fractal/CLSFractal.class -jdk%%JDK_VERSION%%/demo/applets/Fractal/CLSFractal.java -jdk%%JDK_VERSION%%/demo/applets/Fractal/CLSRule.class -jdk%%JDK_VERSION%%/demo/applets/Fractal/CLSTurtle.class -jdk%%JDK_VERSION%%/demo/applets/Fractal/ContextLSystem.class -jdk%%JDK_VERSION%%/demo/applets/Fractal/example1.html -jdk%%JDK_VERSION%%/demo/applets/GraphLayout/Edge.class -jdk%%JDK_VERSION%%/demo/applets/GraphLayout/Graph.class -jdk%%JDK_VERSION%%/demo/applets/GraphLayout/Graph.java -jdk%%JDK_VERSION%%/demo/applets/GraphLayout/GraphPanel.class -jdk%%JDK_VERSION%%/demo/applets/GraphLayout/Node.class -jdk%%JDK_VERSION%%/demo/applets/GraphLayout/audio/computer.au -jdk%%JDK_VERSION%%/demo/applets/GraphLayout/audio/drip.au -jdk%%JDK_VERSION%%/demo/applets/GraphLayout/audio/gong.au -jdk%%JDK_VERSION%%/demo/applets/GraphLayout/example1.html -jdk%%JDK_VERSION%%/demo/applets/GraphLayout/example2.html -jdk%%JDK_VERSION%%/demo/applets/GraphLayout/example3.html -jdk%%JDK_VERSION%%/demo/applets/GraphLayout/example4.html -jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/AppletFrame.class -jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/AppletFrame.java -jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/ArcCard.class -jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/ArcDegreePanel.class -jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/ArcPanel.class -jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/ColorUtils.class -jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/GraphicsCards.class -jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/GraphicsPanel.class -jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/GraphicsTest.class -jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/GraphicsTest.java -jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/OvalShape.class -jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/PolygonShape.class -jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/RectShape.class -jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/RoundRectShape.class -jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/Shape.class -jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/ShapeTest.class -jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/example1.html -jdk%%JDK_VERSION%%/demo/applets/ImageMap/AniArea.class -jdk%%JDK_VERSION%%/demo/applets/ImageMap/AniArea.java -jdk%%JDK_VERSION%%/demo/applets/ImageMap/ButtonFilter.class -jdk%%JDK_VERSION%%/demo/applets/ImageMap/ButtonFilter.java -jdk%%JDK_VERSION%%/demo/applets/ImageMap/ClickArea.class -jdk%%JDK_VERSION%%/demo/applets/ImageMap/ClickArea.java -jdk%%JDK_VERSION%%/demo/applets/ImageMap/DelayedSoundArea.class -jdk%%JDK_VERSION%%/demo/applets/ImageMap/DelayedSoundArea.java -jdk%%JDK_VERSION%%/demo/applets/ImageMap/HighlightArea.class -jdk%%JDK_VERSION%%/demo/applets/ImageMap/HighlightArea.java -jdk%%JDK_VERSION%%/demo/applets/ImageMap/HighlightFilter.class -jdk%%JDK_VERSION%%/demo/applets/ImageMap/HighlightFilter.java -jdk%%JDK_VERSION%%/demo/applets/ImageMap/HrefButtonArea.class -jdk%%JDK_VERSION%%/demo/applets/ImageMap/HrefButtonArea.java -jdk%%JDK_VERSION%%/demo/applets/ImageMap/ImageMap.class -jdk%%JDK_VERSION%%/demo/applets/ImageMap/ImageMap.java -jdk%%JDK_VERSION%%/demo/applets/ImageMap/ImageMapArea.class -jdk%%JDK_VERSION%%/demo/applets/ImageMap/ImageMapArea.java -jdk%%JDK_VERSION%%/demo/applets/ImageMap/LinkArea.class -jdk%%JDK_VERSION%%/demo/applets/ImageMap/LinkArea.java -jdk%%JDK_VERSION%%/demo/applets/ImageMap/NameArea.class -jdk%%JDK_VERSION%%/demo/applets/ImageMap/NameArea.java -jdk%%JDK_VERSION%%/demo/applets/ImageMap/RoundButtonFilter.class -jdk%%JDK_VERSION%%/demo/applets/ImageMap/RoundButtonFilter.java -jdk%%JDK_VERSION%%/demo/applets/ImageMap/RoundHrefButtonArea.class -jdk%%JDK_VERSION%%/demo/applets/ImageMap/RoundHrefButtonArea.java -jdk%%JDK_VERSION%%/demo/applets/ImageMap/SoundArea.class -jdk%%JDK_VERSION%%/demo/applets/ImageMap/SoundArea.java -jdk%%JDK_VERSION%%/demo/applets/ImageMap/TickerArea.class -jdk%%JDK_VERSION%%/demo/applets/ImageMap/TickerArea.java -jdk%%JDK_VERSION%%/demo/applets/ImageMap/audio/chirp1.au -jdk%%JDK_VERSION%%/demo/applets/ImageMap/audio/hi.au -jdk%%JDK_VERSION%%/demo/applets/ImageMap/example1.html -jdk%%JDK_VERSION%%/demo/applets/ImageMap/imagemapcheat.html -jdk%%JDK_VERSION%%/demo/applets/ImageMap/images/jim.graham.gif -jdk%%JDK_VERSION%%/demo/applets/ImageMap/sources.html -jdk%%JDK_VERSION%%/demo/applets/JumpingBox/MouseTrack.class -jdk%%JDK_VERSION%%/demo/applets/JumpingBox/MouseTrack.java -jdk%%JDK_VERSION%%/demo/applets/JumpingBox/example1.html -jdk%%JDK_VERSION%%/demo/applets/JumpingBox/sounds/adapt-or-die.au -jdk%%JDK_VERSION%%/demo/applets/JumpingBox/sounds/cannot.be.completed.au -jdk%%JDK_VERSION%%/demo/applets/JumpingBox/sounds/ip.au -jdk%%JDK_VERSION%%/demo/applets/JumpingBox/sounds/that.hurts.au -jdk%%JDK_VERSION%%/demo/applets/JumpingBox/sounds/thin.bell.au -jdk%%JDK_VERSION%%/demo/applets/JumpingBox/sounds/tiptoe.thru.the.tulips.au -jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/Atom.class -jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/Matrix3D.class -jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/Matrix3D.java -jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/XYZApp.class -jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/XYZApp.java -jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/XYZChemModel.class -jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/example1.html -jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/example2.html -jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/example3.html -jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/models/HyaluronicAcid.xyz -jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/models/benzene.xyz -jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/models/buckminsterfullerine.xyz -jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/models/cyclohexane.xyz -jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/models/ethane.xyz -jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/models/water.xyz -jdk%%JDK_VERSION%%/demo/applets/NervousText/NervousText.class -jdk%%JDK_VERSION%%/demo/applets/NervousText/NervousText.java -jdk%%JDK_VERSION%%/demo/applets/NervousText/example1.html -jdk%%JDK_VERSION%%/demo/applets/SimpleGraph/GraphApplet.class -jdk%%JDK_VERSION%%/demo/applets/SimpleGraph/GraphApplet.java -jdk%%JDK_VERSION%%/demo/applets/SimpleGraph/example1.html -jdk%%JDK_VERSION%%/demo/applets/SortDemo/BidirBubbleSortAlgorithm.class -jdk%%JDK_VERSION%%/demo/applets/SortDemo/BidirBubbleSortAlgorithm.java -jdk%%JDK_VERSION%%/demo/applets/SortDemo/BubbleSortAlgorithm.class -jdk%%JDK_VERSION%%/demo/applets/SortDemo/BubbleSortAlgorithm.java -jdk%%JDK_VERSION%%/demo/applets/SortDemo/QSortAlgorithm.class -jdk%%JDK_VERSION%%/demo/applets/SortDemo/QSortAlgorithm.java -jdk%%JDK_VERSION%%/demo/applets/SortDemo/SortAlgorithm.class -jdk%%JDK_VERSION%%/demo/applets/SortDemo/SortAlgorithm.java -jdk%%JDK_VERSION%%/demo/applets/SortDemo/SortItem.class -jdk%%JDK_VERSION%%/demo/applets/SortDemo/SortItem.java -jdk%%JDK_VERSION%%/demo/applets/SortDemo/example1.html -jdk%%JDK_VERSION%%/demo/applets/SpreadSheet/Cell.class -jdk%%JDK_VERSION%%/demo/applets/SpreadSheet/CellUpdater.class -jdk%%JDK_VERSION%%/demo/applets/SpreadSheet/InputField.class -jdk%%JDK_VERSION%%/demo/applets/SpreadSheet/Node.class -jdk%%JDK_VERSION%%/demo/applets/SpreadSheet/SpreadSheet.class -jdk%%JDK_VERSION%%/demo/applets/SpreadSheet/SpreadSheet.java -jdk%%JDK_VERSION%%/demo/applets/SpreadSheet/SpreadSheetInput.class -jdk%%JDK_VERSION%%/demo/applets/SpreadSheet/example1.html -jdk%%JDK_VERSION%%/demo/applets/SymbolTest/SymbolCanvas.class -jdk%%JDK_VERSION%%/demo/applets/SymbolTest/SymbolTest$MyAdapter.class -jdk%%JDK_VERSION%%/demo/applets/SymbolTest/SymbolTest.class -jdk%%JDK_VERSION%%/demo/applets/SymbolTest/SymbolTest.java -jdk%%JDK_VERSION%%/demo/applets/SymbolTest/example1.html -jdk%%JDK_VERSION%%/demo/applets/TicTacToe/TicTacToe.class -jdk%%JDK_VERSION%%/demo/applets/TicTacToe/TicTacToe.java -jdk%%JDK_VERSION%%/demo/applets/TicTacToe/audio/beep.au -jdk%%JDK_VERSION%%/demo/applets/TicTacToe/audio/ding.au -jdk%%JDK_VERSION%%/demo/applets/TicTacToe/audio/return.au -jdk%%JDK_VERSION%%/demo/applets/TicTacToe/audio/yahoo1.au -jdk%%JDK_VERSION%%/demo/applets/TicTacToe/audio/yahoo2.au -jdk%%JDK_VERSION%%/demo/applets/TicTacToe/example1.html -jdk%%JDK_VERSION%%/demo/applets/TicTacToe/images/cross.gif -jdk%%JDK_VERSION%%/demo/applets/TicTacToe/images/not.gif -jdk%%JDK_VERSION%%/demo/applets/WireFrame/FileFormatException.class -jdk%%JDK_VERSION%%/demo/applets/WireFrame/Matrix3D.class -jdk%%JDK_VERSION%%/demo/applets/WireFrame/Matrix3D.java -jdk%%JDK_VERSION%%/demo/applets/WireFrame/Model3D.class -jdk%%JDK_VERSION%%/demo/applets/WireFrame/ThreeD.class -jdk%%JDK_VERSION%%/demo/applets/WireFrame/ThreeD.java -jdk%%JDK_VERSION%%/demo/applets/WireFrame/example1.html -jdk%%JDK_VERSION%%/demo/applets/WireFrame/example2.html -jdk%%JDK_VERSION%%/demo/applets/WireFrame/example3.html -jdk%%JDK_VERSION%%/demo/applets/WireFrame/example4.html -jdk%%JDK_VERSION%%/demo/applets/WireFrame/models/cube.obj -jdk%%JDK_VERSION%%/demo/applets/WireFrame/models/dinasaur.obj -jdk%%JDK_VERSION%%/demo/applets/WireFrame/models/hughes_500.obj -jdk%%JDK_VERSION%%/demo/applets/WireFrame/models/knoxS.obj -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateCoffees/MSAccess/CreateCoffees.class -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateCoffees/MSAccess/CreateCoffees.java -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateCoffees/MSAccess/runnit.bat -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateCoffees/Sybase/CreateCoffees.class -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateCoffees/Sybase/CreateCoffees.java -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateCoffees/Sybase/runnit.bat -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateSuppliers/MSAccess/CreateSuppliers.class -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateSuppliers/MSAccess/CreateSuppliers.java -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateSuppliers/MSAccess/runnit.bat -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateSuppliers/Sybase/CreateSuppliers.class -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateSuppliers/Sybase/CreateSuppliers.java -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateSuppliers/Sybase/runnit.bat -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertCoffees/SQLSrvr/InsertCoffees.class -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertCoffees/SQLSrvr/InsertCoffees.java -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertCoffees/SQLSrvr/runnit.bat -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertCoffees/Sybase/InsertCoffees.class -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertCoffees/Sybase/InsertCoffees.java -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertCoffees/Sybase/runnit.bat -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertSuppliers/MSAccess/InsertSuppliers.class -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertSuppliers/MSAccess/InsertSuppliers.java -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertSuppliers/MSAccess/runnit.bat -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertSuppliers/Sybase/InsertSuppliers.class -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertSuppliers/Sybase/InsertSuppliers.java -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertSuppliers/Sybase/runnit.bat -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/JavaDB/CAFEJAVA.MDB -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/JavaDB/CAFEJAVA.ldb -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/README.txt -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/private.fls -jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/FileChooserDemo.jar -jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/README.txt -jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/images/gifIcon.gif -jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/images/jpgIcon.jpg -jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/src/ExampleFileFilter.java -jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/src/ExampleFileView.java -jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/src/FileChooserDemo.java -jdk%%JDK_VERSION%%/demo/jfc/Font2DTest/Font2DTest.html -jdk%%JDK_VERSION%%/demo/jfc/Font2DTest/Font2DTest.jar -jdk%%JDK_VERSION%%/demo/jfc/Font2DTest/README.txt -jdk%%JDK_VERSION%%/demo/jfc/Font2DTest/resources/TextResources.properties -jdk%%JDK_VERSION%%/demo/jfc/Font2DTest/resources/TextResources_de.properties -jdk%%JDK_VERSION%%/demo/jfc/Font2DTest/resources/TextResources_en.properties -jdk%%JDK_VERSION%%/demo/jfc/Font2DTest/resources/TextResources_en_GB.properties -jdk%%JDK_VERSION%%/demo/jfc/Font2DTest/resources/TextResources_ko.properties -jdk%%JDK_VERSION%%/demo/jfc/Font2DTest/resources/resource.data -jdk%%JDK_VERSION%%/demo/jfc/Font2DTest/src/Font2DTest.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/Java2Demo.html -jdk%%JDK_VERSION%%/demo/jfc/Java2D/Java2Demo.jar -jdk%%JDK_VERSION%%/demo/jfc/Java2D/README.txt -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/AnimatingControlsSurface.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/AnimatingSurface.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/CloningFeature.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/ControlsSurface.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/CustomControls.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/CustomControlsContext.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/DemoFonts.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/DemoGroup.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/DemoImages.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/DemoPanel.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/GlobalControls.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/GlobalPanel.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/Intro.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/Java2Demo.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/Java2DemoApplet.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/MemoryMonitor.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/PerformanceMonitor.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/RunWindow.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/Surface.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/TextureChooser.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/Tools.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Arcs_Curves/Arcs.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Arcs_Curves/BezierAnim.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Arcs_Curves/Curves.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Arcs_Curves/Ellipses.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Clipping/Areas.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Clipping/ClipAnim.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Clipping/Intersection.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Clipping/Text.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Colors/BullsEye.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Colors/ColorConvert.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Colors/Rotator3D.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Composite/ACimages.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Composite/ACrules.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Composite/FadeAnim.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Fonts/AllFonts.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Fonts/AttributedStr.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Fonts/Highlighting.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Fonts/Outline.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Fonts/Tree.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Images/DukeAnim.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Images/ImageOps.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Images/JPEGFlip.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Images/WarpImage.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Lines/Caps.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Lines/Dash.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Lines/Joins.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Lines/LineAnim.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Mix/Balls.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Mix/BezierScroller.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Mix/Stars3D.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Paint/GradAnim.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Paint/Gradient.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Paint/Texture.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Paint/TextureAnim.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Paths/Append.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Paths/CurveQuadTo.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Paths/FillStroke.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Paths/WindingRule.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Transforms/Rotate.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Transforms/SelectTx.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Transforms/TransformAnim.java -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/HelpFiles/back.gif -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/HelpFiles/credits.html -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/HelpFiles/duke.gif -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/HelpFiles/javalogo.gif -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/HelpFiles/metal.html -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/HelpFiles/metalworks.html -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/HelpFiles/swing.html -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/HelpFiles/toc.html -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/Metalworks.jar -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/MyTheme.theme -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/README.txt -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/images/palette_crop.gif -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/images/palette_draw.gif -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/images/palette_hand.gif -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/images/palette_select.gif -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/images/palette_text.gif -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/images/palette_zoom.gif -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/AquaMetalTheme.java -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/BigContrastMetalTheme.java -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/ContrastMetalTheme.java -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/DemoMetalTheme.java -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/GreenMetalTheme.java -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/KhakiMetalTheme.java -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/MetalThemeMenu.java -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/Metalworks.java -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/MetalworksDocumentFrame.java -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/MetalworksFrame.java -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/MetalworksHelp.java -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/MetalworksInBox.java -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/MetalworksPrefs.java -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/PropertiesMetalTheme.java -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/UISwitchListener.java -jdk%%JDK_VERSION%%/demo/jfc/Notepad/Notepad.jar -jdk%%JDK_VERSION%%/demo/jfc/Notepad/README.txt -jdk%%JDK_VERSION%%/demo/jfc/Notepad/resources/Notepad.properties -jdk%%JDK_VERSION%%/demo/jfc/Notepad/resources/Notepad_fr.properties -jdk%%JDK_VERSION%%/demo/jfc/Notepad/resources/Notepad_sv.properties -jdk%%JDK_VERSION%%/demo/jfc/Notepad/resources/Notepad_zh_CN.properties -jdk%%JDK_VERSION%%/demo/jfc/Notepad/resources/copy.gif -jdk%%JDK_VERSION%%/demo/jfc/Notepad/resources/cut.gif -jdk%%JDK_VERSION%%/demo/jfc/Notepad/resources/new.gif -jdk%%JDK_VERSION%%/demo/jfc/Notepad/resources/open.gif -jdk%%JDK_VERSION%%/demo/jfc/Notepad/resources/paste.gif -jdk%%JDK_VERSION%%/demo/jfc/Notepad/resources/save.gif -jdk%%JDK_VERSION%%/demo/jfc/Notepad/src/ElementTreePanel.java -jdk%%JDK_VERSION%%/demo/jfc/Notepad/src/Notepad.java -jdk%%JDK_VERSION%%/demo/jfc/SampleTree/README.txt -jdk%%JDK_VERSION%%/demo/jfc/SampleTree/SampleTree.jar -jdk%%JDK_VERSION%%/demo/jfc/SampleTree/images/collapsed.gif -jdk%%JDK_VERSION%%/demo/jfc/SampleTree/images/expanded.gif -jdk%%JDK_VERSION%%/demo/jfc/SampleTree/src/DynamicTreeNode.java -jdk%%JDK_VERSION%%/demo/jfc/SampleTree/src/SampleData.java -jdk%%JDK_VERSION%%/demo/jfc/SampleTree/src/SampleTree.java -jdk%%JDK_VERSION%%/demo/jfc/SampleTree/src/SampleTreeCellRenderer.java -jdk%%JDK_VERSION%%/demo/jfc/SampleTree/src/SampleTreeModel.java -jdk%%JDK_VERSION%%/demo/jfc/SimpleExample/README.txt -jdk%%JDK_VERSION%%/demo/jfc/SimpleExample/SimpleExample.jar -jdk%%JDK_VERSION%%/demo/jfc/SimpleExample/src/SimpleExample.java -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/README.txt -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/Stylepad.jar -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/Notepad.properties -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/Notepad_fr.properties -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/Notepad_sv.properties -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/Notepad_zh_CN.properties -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/Stylepad.properties -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/Stylepad_sv.properties -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/Stylepad_zh_CN.properties -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/alice.gif -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/bold.gif -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/bullets.gif -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/caterpillar.gif -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/center.gif -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/copy.gif -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/cut.gif -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/fg.gif -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/hatter.gif -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/italic.gif -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/left.gif -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/new.gif -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/open.gif -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/paste.gif -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/rabbit.gif -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/rabbit2.gif -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/right.gif -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/save.gif -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/underline.gif -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/ElementTreePanel.java -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/HelloWorld.java -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/Notepad.java -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/Stylepad.java -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/Wonderland.java -jdk%%JDK_VERSION%%/demo/jfc/SwingApplet/README.txt -jdk%%JDK_VERSION%%/demo/jfc/SwingApplet/SwingApplet.html -jdk%%JDK_VERSION%%/demo/jfc/SwingApplet/SwingApplet.jar -jdk%%JDK_VERSION%%/demo/jfc/SwingApplet/src/SwingApplet.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/README.txt -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/SwingSet2.html -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/SwingSet2.jar -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/SwingSet2Plugin.html -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/AquaTheme.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/BezierAnimationPanel.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ButtonDemo.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/CharcoalTheme.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/CodeViewer.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ColorChooserDemo.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ComboBoxDemo.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ContrastTheme.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/DemoModule.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/DirectionPanel.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/EmeraldTheme.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ExampleFileFilter.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ExampleFileView.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/FileChooserDemo.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/HtmlDemo.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/InternalFrameDemo.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/LayoutControlPanel.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ListDemo.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/OptionPaneDemo.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/Permuter.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ProgressBarDemo.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/RubyTheme.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ScrollPaneDemo.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/SliderDemo.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/SplitPaneDemo.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/SwingSet2.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/SwingSet2Applet.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/TabbedPaneDemo.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/TableDemo.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ToolTipDemo.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/TreeDemo.java -jdk%%JDK_VERSION%%/demo/jfc/TableExample/README.txt -jdk%%JDK_VERSION%%/demo/jfc/TableExample/TableExample.jar -jdk%%JDK_VERSION%%/demo/jfc/TableExample/src/JDBCAdapter.java -jdk%%JDK_VERSION%%/demo/jfc/TableExample/src/OldJTable.java -jdk%%JDK_VERSION%%/demo/jfc/TableExample/src/TableExample.java -jdk%%JDK_VERSION%%/demo/jfc/TableExample/src/TableExample2.java -jdk%%JDK_VERSION%%/demo/jfc/TableExample/src/TableExample3.java -jdk%%JDK_VERSION%%/demo/jfc/TableExample/src/TableExample4.java -jdk%%JDK_VERSION%%/demo/jfc/TableExample/src/TableMap.java -jdk%%JDK_VERSION%%/demo/jfc/TableExample/src/TableSorter.java -jdk%%JDK_VERSION%%/demo/jpda/examples.jar -jdk%%JDK_VERSION%%/demo/sound/JavaSound.html -jdk%%JDK_VERSION%%/demo/sound/JavaSound.jar -jdk%%JDK_VERSION%%/demo/sound/README.txt -jdk%%JDK_VERSION%%/demo/sound/media/ambient.rmf -jdk%%JDK_VERSION%%/demo/sound/media/bark.aiff -jdk%%JDK_VERSION%%/demo/sound/media/bong.wav -jdk%%JDK_VERSION%%/demo/sound/media/classical.rmf -jdk%%JDK_VERSION%%/demo/sound/media/modern-rock.rmf -jdk%%JDK_VERSION%%/demo/sound/media/sfx-medley.rmf -jdk%%JDK_VERSION%%/demo/sound/media/spacemusic.au -jdk%%JDK_VERSION%%/demo/sound/media/trance.rmf -jdk%%JDK_VERSION%%/demo/sound/media/trippygaia1.mid -jdk%%JDK_VERSION%%/demo/sound/src/CapturePlayback.java -jdk%%JDK_VERSION%%/demo/sound/src/ControlContext.java -jdk%%JDK_VERSION%%/demo/sound/src/Groove.java -jdk%%JDK_VERSION%%/demo/sound/src/JavaSound.java -jdk%%JDK_VERSION%%/demo/sound/src/JavaSoundApplet.java -jdk%%JDK_VERSION%%/demo/sound/src/Juke.java -jdk%%JDK_VERSION%%/demo/sound/src/MidiSynth.java -jdk%%JDK_VERSION%%/demo/sound/src/TempoDial.java -jdk%%JDK_VERSION%%/include-old/StubPreamble.h -jdk%%JDK_VERSION%%/include-old/alloc_cache.h -jdk%%JDK_VERSION%%/include-old/bag.h -jdk%%JDK_VERSION%%/include-old/bool.h -jdk%%JDK_VERSION%%/include-old/breakpoints.h -jdk%%JDK_VERSION%%/include-old/byteorder.h -jdk%%JDK_VERSION%%/include-old/common_exceptions.h -jdk%%JDK_VERSION%%/include-old/debug.h -jdk%%JDK_VERSION%%/include-old/dll.h -jdk%%JDK_VERSION%%/include-old/exceptions.h -jdk%%JDK_VERSION%%/include-old/freebsd/byteorder_md.h -jdk%%JDK_VERSION%%/include-old/freebsd/gc_md.h -jdk%%JDK_VERSION%%/include-old/freebsd/hpi_md.h -jdk%%JDK_VERSION%%/include-old/freebsd/io_md.h -jdk%%JDK_VERSION%%/include-old/freebsd/jawt_md.h -jdk%%JDK_VERSION%%/include-old/freebsd/jmath_md.h -jdk%%JDK_VERSION%%/include-old/freebsd/jvm_md.h -jdk%%JDK_VERSION%%/include-old/freebsd/miscdefs_md.h -jdk%%JDK_VERSION%%/include-old/freebsd/path_md.h -jdk%%JDK_VERSION%%/include-old/freebsd/sysmacros_md.h -jdk%%JDK_VERSION%%/include-old/freebsd/timeval_md.h -jdk%%JDK_VERSION%%/include-old/freebsd/typedefs_md.h -jdk%%JDK_VERSION%%/include-old/gc.h -jdk%%JDK_VERSION%%/include-old/hpi.h -jdk%%JDK_VERSION%%/include-old/interpreter.h -jdk%%JDK_VERSION%%/include-old/javaString.h -jdk%%JDK_VERSION%%/include-old/java_lang_ClassLoader.h -jdk%%JDK_VERSION%%/include-old/java_lang_String.h -jdk%%JDK_VERSION%%/include-old/java_lang_Thread.h -jdk%%JDK_VERSION%%/include-old/java_lang_ThreadGroup.h -jdk%%JDK_VERSION%%/include-old/jawt.h -jdk%%JDK_VERSION%%/include-old/jit.h -jdk%%JDK_VERSION%%/include-old/jmath.h -jdk%%JDK_VERSION%%/include-old/jvm.h -jdk%%JDK_VERSION%%/include-old/jvmdi.h -jdk%%JDK_VERSION%%/include-old/jvmpi.h -jdk%%JDK_VERSION%%/include-old/log.h -jdk%%JDK_VERSION%%/include-old/monitor.h -jdk%%JDK_VERSION%%/include-old/monitor_cache.h -jdk%%JDK_VERSION%%/include-old/native.h -jdk%%JDK_VERSION%%/include-old/oldnmi.h -jdk%%JDK_VERSION%%/include-old/oobj.h -jdk%%JDK_VERSION%%/include-old/opcodes.h -jdk%%JDK_VERSION%%/include-old/path.h -jdk%%JDK_VERSION%%/include-old/reflect.h -jdk%%JDK_VERSION%%/include-old/signature.h -jdk%%JDK_VERSION%%/include-old/sys_api.h -jdk%%JDK_VERSION%%/include-old/threads.h -jdk%%JDK_VERSION%%/include-old/tree.h -jdk%%JDK_VERSION%%/include-old/typecodes.h -jdk%%JDK_VERSION%%/include-old/typedefs.h -jdk%%JDK_VERSION%%/include-old/utf.h -jdk%%JDK_VERSION%%/include-old/util.h -jdk%%JDK_VERSION%%/include-old/vmprofiler.h -jdk%%JDK_VERSION%%/include-old/wrap.h -jdk%%JDK_VERSION%%/include/freebsd/jawt_md.h -jdk%%JDK_VERSION%%/include/freebsd/jni_md.h -jdk%%JDK_VERSION%%/include/jawt.h -jdk%%JDK_VERSION%%/include/jni.h -jdk%%JDK_VERSION%%/include/jvmdi.h -jdk%%JDK_VERSION%%/include/jvmpi.h -jdk%%JDK_VERSION%%/jre/CHANGES -jdk%%JDK_VERSION%%/jre/COPYRIGHT -jdk%%JDK_VERSION%%/jre/LICENSE -jdk%%JDK_VERSION%%/jre/LICENSE.fr -jdk%%JDK_VERSION%%/jre/README -jdk%%JDK_VERSION%%/jre/Welcome.html -jdk%%JDK_VERSION%%/jre/bin/.java_wrapper -jdk%%JDK_VERSION%%/jre/bin/awt_robot -jdk%%JDK_VERSION%%/jre/bin/i386/green_threads/appletviewer -jdk%%JDK_VERSION%%/jre/bin/i386/green_threads/extcheck -jdk%%JDK_VERSION%%/jre/bin/i386/green_threads/idlj -jdk%%JDK_VERSION%%/jre/bin/i386/green_threads/jar -jdk%%JDK_VERSION%%/jre/bin/i386/green_threads/jarsigner -jdk%%JDK_VERSION%%/jre/bin/i386/green_threads/java -jdk%%JDK_VERSION%%/jre/bin/i386/green_threads/javac -jdk%%JDK_VERSION%%/jre/bin/i386/green_threads/javadoc -jdk%%JDK_VERSION%%/jre/bin/i386/green_threads/javah -jdk%%JDK_VERSION%%/jre/bin/i386/green_threads/javap -jdk%%JDK_VERSION%%/jre/bin/i386/green_threads/jdb -jdk%%JDK_VERSION%%/jre/bin/i386/green_threads/keytool -jdk%%JDK_VERSION%%/jre/bin/i386/green_threads/native2ascii -jdk%%JDK_VERSION%%/jre/bin/i386/green_threads/oldjava -jdk%%JDK_VERSION%%/jre/bin/i386/green_threads/oldjavac -jdk%%JDK_VERSION%%/jre/bin/i386/green_threads/oldjdb -jdk%%JDK_VERSION%%/jre/bin/i386/green_threads/policytool -jdk%%JDK_VERSION%%/jre/bin/i386/green_threads/rmic -jdk%%JDK_VERSION%%/jre/bin/i386/green_threads/rmid -jdk%%JDK_VERSION%%/jre/bin/i386/green_threads/rmiregistry -jdk%%JDK_VERSION%%/jre/bin/i386/green_threads/serialver -jdk%%JDK_VERSION%%/jre/bin/i386/green_threads/tnameserv -jdk%%JDK_VERSION%%/jre/bin/java -jdk%%JDK_VERSION%%/jre/bin/keytool -jdk%%JDK_VERSION%%/jre/bin/policytool -jdk%%JDK_VERSION%%/jre/bin/rmid -jdk%%JDK_VERSION%%/jre/bin/rmiregistry -jdk%%JDK_VERSION%%/jre/bin/tnameserv -jdk%%JDK_VERSION%%/jre/lib/audio/soundbank.gm -jdk%%JDK_VERSION%%/jre/lib/cmm/CIEXYZ.pf -jdk%%JDK_VERSION%%/jre/lib/cmm/GRAY.pf -jdk%%JDK_VERSION%%/jre/lib/cmm/LINEAR_RGB.pf -jdk%%JDK_VERSION%%/jre/lib/cmm/PYCC.pf -jdk%%JDK_VERSION%%/jre/lib/cmm/sRGB.pf -jdk%%JDK_VERSION%%/jre/lib/content-types.properties -jdk%%JDK_VERSION%%/jre/lib/flavormap.properties -jdk%%JDK_VERSION%%/jre/lib/font.properties -jdk%%JDK_VERSION%%/jre/lib/font.properties.ja -jdk%%JDK_VERSION%%/jre/lib/font.properties.zh -jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaBrightDemiBold.ttf -jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaBrightDemiItalic.ttf -jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaBrightItalic.ttf -jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaBrightRegular.ttf -jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaSansDemiBold.ttf -jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaSansDemiOblique.ttf -jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaSansOblique.ttf -jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaSansRegular.ttf -jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaTypewriterBold.ttf -jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaTypewriterBoldOblique.ttf -jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaTypewriterOblique.ttf -jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaTypewriterRegular.ttf -jdk%%JDK_VERSION%%/jre/lib/fonts/fonts.dir -jdk%%JDK_VERSION%%/jre/lib/i18n.jar -jdk%%JDK_VERSION%%/jre/lib/i386/classic/Xusage.txt -jdk%%JDK_VERSION%%/jre/lib/i386/classic/libjvm.so -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/classic/libjvm_g.so -jdk%%JDK_VERSION%%/jre/lib/i386/green_threads/libhpi.so -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/green_threads/libhpi_g.so -jdk%%JDK_VERSION%%/jre/lib/i386/libJdbcOdbc.so -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libJdbcOdbc_g.so -jdk%%JDK_VERSION%%/jre/lib/i386/libagent.so -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libagent_g.so -jdk%%JDK_VERSION%%/jre/lib/i386/libawt.so -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libawt_g.so -jdk%%JDK_VERSION%%/jre/lib/i386/libcmm.so -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libcmm_g.so -jdk%%JDK_VERSION%%/jre/lib/i386/libdcpr.so -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libdcpr_g.so -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libdt_socket_g.so -jdk%%JDK_VERSION%%/jre/lib/i386/libfontmanager.so -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libfontmanager_g.so -jdk%%JDK_VERSION%%/jre/lib/i386/libhprof.so -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libhprof_g.so -jdk%%JDK_VERSION%%/jre/lib/i386/libioser12.so -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libioser12_g.so -jdk%%JDK_VERSION%%/jre/lib/i386/libjava.so -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libjava_g.so -jdk%%JDK_VERSION%%/jre/lib/i386/libjawt.so -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libjawt_g.so -jdk%%JDK_VERSION%%/jre/lib/i386/libjcov.so -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libjcov_g.so -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libjdwp_g.so -jdk%%JDK_VERSION%%/jre/lib/i386/libjpeg.so -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libjpeg_g.so -jdk%%JDK_VERSION%%/jre/lib/i386/libjsound.so -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libjsound_g.so -jdk%%JDK_VERSION%%/jre/lib/i386/libmlib_image.so -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libmlib_image_g.so -jdk%%JDK_VERSION%%/jre/lib/i386/libnet.so -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libnet_g.so -jdk%%JDK_VERSION%%/jre/lib/i386/libverify.so -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libverify_g.so -jdk%%JDK_VERSION%%/jre/lib/i386/libzip.so -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libzip_g.so -jdk%%JDK_VERSION%%/jre/lib/images/cursors/cursors.properties -jdk%%JDK_VERSION%%/jre/lib/images/cursors/invalid32x32.gif -jdk%%JDK_VERSION%%/jre/lib/images/cursors/motif_CopyDrop32x32.gif -jdk%%JDK_VERSION%%/jre/lib/images/cursors/motif_CopyNoDrop32x32.gif -jdk%%JDK_VERSION%%/jre/lib/images/cursors/motif_LinkDrop32x32.gif -jdk%%JDK_VERSION%%/jre/lib/images/cursors/motif_LinkNoDrop32x32.gif -jdk%%JDK_VERSION%%/jre/lib/images/cursors/motif_MoveDrop32x32.gif -jdk%%JDK_VERSION%%/jre/lib/images/cursors/motif_MoveNoDrop32x32.gif -jdk%%JDK_VERSION%%/jre/lib/jvm.cfg -jdk%%JDK_VERSION%%/jre/lib/jvm.hprof.txt -jdk%%JDK_VERSION%%/jre/lib/jvm.jcov.txt -jdk%%JDK_VERSION%%/jre/lib/psfont.properties.ja -jdk%%JDK_VERSION%%/jre/lib/psfontj2d.properties -jdk%%JDK_VERSION%%/jre/lib/rt.jar -jdk%%JDK_VERSION%%/jre/lib/security/cacerts -jdk%%JDK_VERSION%%/jre/lib/security/java.policy -jdk%%JDK_VERSION%%/jre/lib/security/java.security -jdk%%JDK_VERSION%%/jre/lib/sunrsasign.jar -jdk%%JDK_VERSION%%/jre/lib/tzmappings -jdk%%JDK_VERSION%%/lib/dt.jar -jdk%%JDK_VERSION%%/lib/i386/libdt_socket.so -jdk%%JDK_VERSION%%/lib/i386/libjdwp.so -jdk%%JDK_VERSION%%/lib/ir.idl -jdk%%JDK_VERSION%%/lib/orb.idl -jdk%%JDK_VERSION%%/lib/tools.jar -jdk%%JDK_VERSION%%/man/man1/appletviewer.1 -jdk%%JDK_VERSION%%/man/man1/extcheck.1 -jdk%%JDK_VERSION%%/man/man1/jar.1 -jdk%%JDK_VERSION%%/man/man1/jarsigner.1 -jdk%%JDK_VERSION%%/man/man1/java.1 -jdk%%JDK_VERSION%%/man/man1/javac.1 -jdk%%JDK_VERSION%%/man/man1/javadoc.1 -jdk%%JDK_VERSION%%/man/man1/javah.1 -jdk%%JDK_VERSION%%/man/man1/javap.1 -jdk%%JDK_VERSION%%/man/man1/jdb.1 -jdk%%JDK_VERSION%%/man/man1/keytool.1 -jdk%%JDK_VERSION%%/man/man1/native2ascii.1 -jdk%%JDK_VERSION%%/man/man1/rmic.1 -jdk%%JDK_VERSION%%/man/man1/rmid.1 -jdk%%JDK_VERSION%%/man/man1/rmiregistry.1 -jdk%%JDK_VERSION%%/man/man1/serialver.1 -jdk%%JDK_VERSION%%/man/man1/tnameserv.1 -jdk%%JDK_VERSION%%/src.jar -@exec mkdir -p %D/share/java/classes -@exec mkdir -p %D/share/doc/java -@unexec rmdir %D/share/java/classes 2>/dev/null || true -@unexec rmdir %D/share/java 2>/dev/null || true -@unexec rmdir %D/share/doc/java 2>/dev/null || true -@exec %D/bin/registervm "%D/jdk%%JDK_VERSION%%/bin/java # FREEBSD-JDK%%JDK_VERSION%%" -@unexec %D/bin/unregistervm FREEBSD-JDK%%JDK_VERSION%% -@dirrm jdk%%JDK_VERSION%%/man/man1 -@dirrm jdk%%JDK_VERSION%%/man -@dirrm jdk%%JDK_VERSION%%/lib/i386 -@dirrm jdk%%JDK_VERSION%%/lib -@dirrm jdk%%JDK_VERSION%%/jre/plugin -@dirrm jdk%%JDK_VERSION%%/jre/lib/security -@dirrm jdk%%JDK_VERSION%%/jre/lib/images/cursors -@dirrm jdk%%JDK_VERSION%%/jre/lib/images -@dirrm jdk%%JDK_VERSION%%/jre/lib/i386/green_threads -@dirrm jdk%%JDK_VERSION%%/jre/lib/i386/classic -@dirrm jdk%%JDK_VERSION%%/jre/lib/i386 -@dirrm jdk%%JDK_VERSION%%/jre/lib/fonts -@dirrm jdk%%JDK_VERSION%%/jre/lib/ext -@dirrm jdk%%JDK_VERSION%%/jre/lib/cmm -@dirrm jdk%%JDK_VERSION%%/jre/lib/audio -@dirrm jdk%%JDK_VERSION%%/jre/lib/applet -@dirrm jdk%%JDK_VERSION%%/jre/lib -@dirrm jdk%%JDK_VERSION%%/jre/bin/i386/green_threads -@dirrm jdk%%JDK_VERSION%%/jre/bin/i386 -@dirrm jdk%%JDK_VERSION%%/jre/bin -@dirrm jdk%%JDK_VERSION%%/jre -@dirrm jdk%%JDK_VERSION%%/include/freebsd -@dirrm jdk%%JDK_VERSION%%/include-old/freebsd -@dirrm jdk%%JDK_VERSION%%/include-old -@dirrm jdk%%JDK_VERSION%%/include -@dirrm jdk%%JDK_VERSION%%/demo/sound/src -@dirrm jdk%%JDK_VERSION%%/demo/sound/media -@dirrm jdk%%JDK_VERSION%%/demo/sound -@dirrm jdk%%JDK_VERSION%%/demo/jpda -@dirrm jdk%%JDK_VERSION%%/demo/jfc/TableExample/src -@dirrm jdk%%JDK_VERSION%%/demo/jfc/TableExample -@dirrm jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src -@dirrm jdk%%JDK_VERSION%%/demo/jfc/SwingSet2 -@dirrm jdk%%JDK_VERSION%%/demo/jfc/SwingApplet/src -@dirrm jdk%%JDK_VERSION%%/demo/jfc/SwingApplet -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Stylepad -@dirrm jdk%%JDK_VERSION%%/demo/jfc/SimpleExample/src -@dirrm jdk%%JDK_VERSION%%/demo/jfc/SimpleExample -@dirrm jdk%%JDK_VERSION%%/demo/jfc/SampleTree/src -@dirrm jdk%%JDK_VERSION%%/demo/jfc/SampleTree/images -@dirrm jdk%%JDK_VERSION%%/demo/jfc/SampleTree -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Notepad/src -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Notepad/resources -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Notepad -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Metalworks/images -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Metalworks/HelpFiles -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Metalworks -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Transforms -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Paths -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Paint -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Mix -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Lines -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Images -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Fonts -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Composite -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Colors -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Clipping -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Arcs_Curves -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Font2DTest/src -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Font2DTest/resources -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Font2DTest -@dirrm jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/src -@dirrm jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/images -@dirrm jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo -@dirrm jdk%%JDK_VERSION%%/demo/jfc/DBDemos/JavaDB -@dirrm jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertSuppliers/Sybase -@dirrm jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertSuppliers/MSAccess -@dirrm jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertSuppliers -@dirrm jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertCoffees/Sybase -@dirrm jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertCoffees/SQLSrvr -@dirrm jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertCoffees -@dirrm jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateSuppliers/Sybase -@dirrm jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateSuppliers/MSAccess -@dirrm jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateSuppliers -@dirrm jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateCoffees/Sybase -@dirrm jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateCoffees/MSAccess -@dirrm jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateCoffees -@dirrm jdk%%JDK_VERSION%%/demo/jfc/DBDemos -@dirrm jdk%%JDK_VERSION%%/demo/jfc -@dirrm jdk%%JDK_VERSION%%/demo/applets/WireFrame/models -@dirrm jdk%%JDK_VERSION%%/demo/applets/WireFrame -@dirrm jdk%%JDK_VERSION%%/demo/applets/TicTacToe/images -@dirrm jdk%%JDK_VERSION%%/demo/applets/TicTacToe/audio -@dirrm jdk%%JDK_VERSION%%/demo/applets/TicTacToe -@dirrm jdk%%JDK_VERSION%%/demo/applets/SymbolTest -@dirrm jdk%%JDK_VERSION%%/demo/applets/SpreadSheet -@dirrm jdk%%JDK_VERSION%%/demo/applets/SortDemo -@dirrm jdk%%JDK_VERSION%%/demo/applets/SimpleGraph -@dirrm jdk%%JDK_VERSION%%/demo/applets/NervousText -@dirrm jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/models -@dirrm jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer -@dirrm jdk%%JDK_VERSION%%/demo/applets/JumpingBox/sounds -@dirrm jdk%%JDK_VERSION%%/demo/applets/JumpingBox -@dirrm jdk%%JDK_VERSION%%/demo/applets/ImageMap/images -@dirrm jdk%%JDK_VERSION%%/demo/applets/ImageMap/audio -@dirrm jdk%%JDK_VERSION%%/demo/applets/ImageMap -@dirrm jdk%%JDK_VERSION%%/demo/applets/GraphicsTest -@dirrm jdk%%JDK_VERSION%%/demo/applets/GraphLayout/audio -@dirrm jdk%%JDK_VERSION%%/demo/applets/GraphLayout -@dirrm jdk%%JDK_VERSION%%/demo/applets/Fractal -@dirrm jdk%%JDK_VERSION%%/demo/applets/DrawTest -@dirrm jdk%%JDK_VERSION%%/demo/applets/DitherTest -@dirrm jdk%%JDK_VERSION%%/demo/applets/Clock -@dirrm jdk%%JDK_VERSION%%/demo/applets/CardTest -@dirrm jdk%%JDK_VERSION%%/demo/applets/Blink -@dirrm jdk%%JDK_VERSION%%/demo/applets/BarChart -@dirrm jdk%%JDK_VERSION%%/demo/applets/ArcTest -@dirrm jdk%%JDK_VERSION%%/demo/applets/Animator/images/SimpleAnimation -@dirrm jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans -@dirrm jdk%%JDK_VERSION%%/demo/applets/Animator/images -@dirrm jdk%%JDK_VERSION%%/demo/applets/Animator/audio -@dirrm jdk%%JDK_VERSION%%/demo/applets/Animator -@dirrm jdk%%JDK_VERSION%%/demo/applets -@dirrm jdk%%JDK_VERSION%%/demo -@dirrm jdk%%JDK_VERSION%%/bin/i386/green_threads -@dirrm jdk%%JDK_VERSION%%/bin/i386 -@dirrm jdk%%JDK_VERSION%%/bin -@dirrm jdk%%JDK_VERSION%% diff --git a/java/jdk15/Makefile b/java/jdk15/Makefile deleted file mode 100644 index fae5f6f38f96..000000000000 --- a/java/jdk15/Makefile +++ /dev/null @@ -1,93 +0,0 @@ -# New ports collection makefile for: jdk13 -# Date created: 10 October 2000 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= jdk -PORTVERSION= ${JDK_VERSION}p${JDK_PATCHSET_VERSION} -PORTREVISION= 1 -CATEGORIES= java devel -MASTER_SITES= # http://www.sun.com/software/java2/download.html -# http://www.eyesbeyond.com/freebsddom/java/jdk13.html -DISTFILES= j2sdk-${JDK_VERSION:S/./_/g}-src${EXTRACT_SUFX} \ - bsd-jdk131-patches-${JDK_PATCHSET_VERSION}.tar.gz - -MAINTAINER= sobomax@FreeBSD.org - -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ - zip:${PORTSDIR}/archivers/zip \ - gtar:${PORTSDIR}/archivers/gtar \ - ${JDK13DIR}/bin/javac:${PORTSDIR}/java/linux-jdk13 \ - ${X11BASE}/lib/libMrm.a:${PORTSDIR}/x11-toolkits/open-motif-devel -RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper - -WRKSRC= ${WRKDIR}/j2sdk1.3.1/make - -JDK_VERSION= 1.3.1 -JDK_PATCHSET_VERSION= 4 - -JDK13DIR?= ${LOCALBASE}/linux-jdk${JDK_VERSION} - -ONLY_FOR_ARCHS= i386 -USE_GMAKE= yes -RESTRICTED= "Redistribution of pre-compiled binaries isn't permitted" -MAKE_ENV= ALT_BOOTDIR="${JDK13DIR}" \ - ALT_MOTIF_DIR="${X11BASE}" \ - OPENWINHOME="${X11BASE}" \ - SYS_CFLAGS="${CFLAGS}" \ - CLASSPATH="" \ - LD_LIBRARY_PATH="" \ - JAVA_COMPILER="" -ALL_TARGET= all images -TAR= gtar # Necessary for proper extraction of sources -BSD_TAR= /usr/bin/tar -PLIST_SUB+= JDK_VERSION=${JDK_VERSION} - -JDKIMAGEDIR= ${WRKSRC}/../build/bsd-i386/jdk-image-i386 -JDKIMAGEDIR_G= ${WRKSRC}/../build/bsd-i386/jdk-debug-image-i386 - -.if defined(NODEBUG) -PLIST_SUB+= DEBUG:="@comment " -PKGNAMESUFFIX= -nodebug -.else -PLIST_SUB+= DEBUG:="" -.endif - -.if defined(BATCH) || defined(PACKAGE_BUILDING) -IGNORE= "You can not legally distribute pre-compiled binaries" -.endif - -.include <bsd.port.pre.mk> - -.for file in ${DISTFILES} -.if !exists(${DISTDIR}/${file}) -IGNORE=You must manually fetch the source distribution and FreeBSD patches (${DISTFILES}) from http://www.sun.com/software/java2/download.html and http://www.eyesbeyond.com/freebsddom/java/jdk13.html, place it in ${DISTDIR} and then run make again -.endif -.endfor - -pre-patch: - @cd ${WRKDIR} && ${PATCH} < ${WRKDIR}/jdk131.patches - -.if !defined(NODEBUG) -pre-install: - @${ECHO_MSG} - @${ECHO_MSG} "Please use \`make -DNODEBUG' if you don't want to install libraries and binaries" - @${ECHO_MSG} "with debugging support." - @${ECHO_MSG} -.endif - -do-install: - ${MKDIR} ${PREFIX}/jdk${JDK_VERSION} - (cd ${JDKIMAGEDIR} && ${BSD_TAR} -c -f - .) \ - | (cd ${PREFIX}/jdk${JDK_VERSION} && ${BSD_TAR} --unlink -x -f -) -.if !defined(NODEBUG) - (cd ${JDKIMAGEDIR_G} && ${BSD_TAR} -c -f - .) \ - | (cd ${PREFIX}/jdk${JDK_VERSION} && ${BSD_TAR} --unlink -x -f -) -.endif - -post-install: - ${LOCALBASE}/bin/registervm "${PREFIX}/jdk${JDK_VERSION}/bin/java # FREEBSD-JDK${JDK_VERSION}" - -.include <bsd.port.post.mk> diff --git a/java/jdk15/distinfo b/java/jdk15/distinfo deleted file mode 100644 index faa546d015d2..000000000000 --- a/java/jdk15/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (j2sdk-1_3_1-src.tar.gz) = 787a01655133df85e65eda7deb2ece57 -MD5 (bsd-jdk131-patches-4.tar.gz) = ec4725aad2b59f6237372f2e97889183 diff --git a/java/jdk15/files/patch-..::src::solaris::bin::java_wrapper_bsd.sh b/java/jdk15/files/patch-..::src::solaris::bin::java_wrapper_bsd.sh deleted file mode 100644 index d3371e11b6f5..000000000000 --- a/java/jdk15/files/patch-..::src::solaris::bin::java_wrapper_bsd.sh +++ /dev/null @@ -1,28 +0,0 @@ - -$FreeBSD$ - ---- ../src/solaris/bin/java_wrapper_bsd.sh.orig Mon Sep 10 12:20:57 2001 -+++ ../src/solaris/bin/java_wrapper_bsd.sh Mon Sep 10 14:23:56 2001 -@@ -121,13 +121,17 @@ - export _JVM_THREADS_TYPE - fi - --# Set LD_LIBRARY_PATH for hotspot VM. --#j=`$jre/bin/realpath $jre` --ld="${jre}/lib/${proc}/${ttype}:${jre}/lib/${proc}/${vmtype}:${jre}/lib/${proc}" -+# If jre is in a jre subdir, include parent dir libraries in lib path. This -+# needs to be cleaned up because -Xrun libraries are the ones that need it. -+if [ "${jre}" = "${JREHOME}" ]; then -+ JAVA_LIBRARY_PATH=":${jre}/../lib/${proc}" -+fi -+# Set LD_LIBRARY_PATH for thread type, VM type and standard native libraries. -+JAVA_LIBRARY_PATH="${jre}/lib/${proc}/${ttype}:${jre}/lib/${proc}/${vmtype}:${jre}/lib/${proc}${JAVA_LIBRARY_PATH}" - if [ -z "$LD_LIBRARY_PATH" ]; then -- LD_LIBRARY_PATH="$ld" -+ LD_LIBRARY_PATH="${JAVA_LIBRARY_PATH}" - else -- LD_LIBRARY_PATH="$ld:$LD_LIBRARY_PATH" -+ LD_LIBRARY_PATH="${JAVA_LIBRARY_PATH}:$LD_LIBRARY_PATH" - fi - export LD_LIBRARY_PATH - diff --git a/java/jdk15/files/patch-..::src::solaris::hpi::green_threads::src::iomgr.c b/java/jdk15/files/patch-..::src::solaris::hpi::green_threads::src::iomgr.c deleted file mode 100644 index 04b106d7778b..000000000000 --- a/java/jdk15/files/patch-..::src::solaris::hpi::green_threads::src::iomgr.c +++ /dev/null @@ -1,28 +0,0 @@ - -$FreeBSD$ - ---- ../src/solaris/hpi/green_threads/src/iomgr.c.orig Wed Sep 12 12:39:31 2001 -+++ ../src/solaris/hpi/green_threads/src/iomgr.c Wed Sep 12 12:39:43 2001 -@@ -716,6 +716,22 @@ - WRAPFUNC(read); - WRAPFUNC(write); - WRAPFUNC(fcntl); -+#if __FreeBSD__ >= 5 -+ WRAPFUNC(writev); -+ WRAPFUNC(readv); -+ WRAPFUNC(poll); -+ WRAPFUNC(sendto); -+ WRAPFUNC(dup); -+ WRAPFUNC(accept); -+ WRAPFUNC(recvfrom); -+ WRAPFUNC(socket); -+ WRAPFUNC(connect); -+ WRAPFUNC(select); -+ WRAPFUNC(pipe); -+ WRAPFUNC(creat); -+ WRAPFUNC(recv); -+ WRAPFUNC(send); -+#endif - __dummy(); - } - #else diff --git a/java/jdk15/files/patch-..::src::solaris::native::sun::awt::awt_util.c b/java/jdk15/files/patch-..::src::solaris::native::sun::awt::awt_util.c deleted file mode 100644 index 29c54c966355..000000000000 --- a/java/jdk15/files/patch-..::src::solaris::native::sun::awt::awt_util.c +++ /dev/null @@ -1,13 +0,0 @@ - -$FreeBSD$ - ---- ../src/solaris/native/sun/awt/awt_util.c 2001/08/27 10:49:30 1.1 -+++ ../src/solaris/native/sun/awt/awt_util.c 2001/08/27 10:49:41 -@@ -27,7 +27,6 @@ - #include <Xm/Form.h> - #include <Xm/RowColumn.h> - #include <Xm/MwmUtil.h> --#include <Xm/BaseClassI.h> - - - #include <jni.h> diff --git a/java/jdk15/files/patch-common::Defs-bsd.gmk b/java/jdk15/files/patch-common::Defs-bsd.gmk deleted file mode 100644 index 407ca643fff3..000000000000 --- a/java/jdk15/files/patch-common::Defs-bsd.gmk +++ /dev/null @@ -1,18 +0,0 @@ - -$FreeBSD$ - ---- common/Defs-bsd.gmk.orig Mon Sep 10 17:02:16 2001 -+++ common/Defs-bsd.gmk Mon Sep 10 17:02:42 2001 -@@ -221,10 +221,10 @@ - else # ARCH - CFLAGS_COMMON = $(GCC_WARNINGS) - endif # ARCH --CFLAGS_OPT = $(POPT) -+CFLAGS_OPT = $(POPT) $(SYS_CFLAGS) - CFLAGS_DBG = -g3 - CXXFLAGS_COMMON = $(GCC_WARNINGS) --CXXFLAGS_OPT = $(POPT) -+CXXFLAGS_OPT = $(POPT) $(SYS_CFLAGS) - CXXFLAGS_DBG = -g3 - - CPPFLAGS_COMMON = -D$(ARCH) -DARCH='"$(ARCH)"' -DSOLARIS2 $(VERSION_DEFINES) \ diff --git a/java/jdk15/pkg-comment b/java/jdk15/pkg-comment deleted file mode 100644 index ac319a654e79..000000000000 --- a/java/jdk15/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Sun's Java Developers Kit diff --git a/java/jdk15/pkg-descr b/java/jdk15/pkg-descr deleted file mode 100644 index f923cbfd2320..000000000000 --- a/java/jdk15/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -This is the latest patchset from the Java 2 FreeBSD porting project. This -port allows you to easily build a native JDK1.3.1 for FreeBSD. - -Please note that due to the current Sun licensing policy the resulting binaries -can't be distributed and you are only permitted to use/hack it personally. -Due to the same reasons you have to manually fetch the source code and patchset -for FreeBSD. - -WWW: http://www.freebsd.org/java/ - http://www.eyesbeyond.com/freebsddom/java/index.html - http://www.sun.com/software/communitysource/java2/ diff --git a/java/jdk15/pkg-message b/java/jdk15/pkg-message deleted file mode 100644 index 1078eecc4824..000000000000 --- a/java/jdk15/pkg-message +++ /dev/null @@ -1,966 +0,0 @@ -SUN COMMUNITY SOURCE LICENSE -Version 2.3 -(Rev. Date February 22, 1999) - -RECITALS - -Original Contributor has developed Specifications and Source Code -implementations of certain Technology; and - -Original Contributor desires to license the Technology to a large community to -facilitate research, innovation and product development while maintaining -compatibility of such products with the Technology as delivered by Original -Contributor; and - -Original Contributor desires to license certain Sun Trademarks for the purpose -of branding products that are compatible with the relevant Technology delivered -by Original Contributor; and - -You desire to license the Technology and possibly certain Sun Trademarks from -Original Contributor on the terms and conditions specified in this License. - -In consideration for the mutual covenants contained herein, You and Original -Contributor agree as follows: - -AGREEMENT - -1. Introduction. The Sun Community Source License and effective attachments -("License") may include five distinct licenses: Research Use, TCK, Internal -Deployment Use, Commercial Use and Trademark License. The Research Use license -is effective when You click and accept this License. The TCK and Internal -Deployment Use licenses are effective when You click and accept this License, -unless otherwise specified in the TCK and Internal Deployment Use attachments. -The Commercial Use and Trademark licenses must be signed by You and Original -Contributor in order to become effective. Once effective, these licenses and the -associated requirements and responsibilities are cumulative. Capitalized terms -used in this License are defined in the Glossary. - -2. License Grants. - -2.1 Original Contributor Grant. Subject to Your compliance with Sections 3, -8.10 and Attachment A of this License, Original Contributor grants to You a -worldwide, royalty-free, non- exclusive license, to the extent of Original -Contributor's Intellectual Property Rights covering the Original Code, Upgraded -Code and Specifications, to do the following: - -a) Research Use License: - (i) use, reproduce and modify the Original Code, Upgraded Code and -Specifications to create Modifications and Reformatted Specifications for -Research Use by You, - (ii) publish and display Original Code, Upgraded Code and -Specifications with, or as part of Modifications, as permitted under Section 3.1 -b) below, - (iii) reproduce and distribute copies of Original Code and Upgraded -Code to Licensees and students for Research Use by You, - (iv) compile, reproduce and distribute Original Code and Upgraded -Code in Executable form, and Reformatted Specifications to anyone for Research -Use by You. - -b) Other than the licenses expressly granted in this License, Original -Contributor retains all right, title, and interest in Original Code and Upgraded -Code and Specifications. - -2.2 Your Grants. - -a) To Other Licensees. You hereby grant to each Licensee a license to Your -Error Corrections and Shared Modifications, of the same scope and extent as -Original Contributor's licenses under Section 2.1 a) above relative to Research -Use, Attachment C relative to Internal Deployment Use, and Attachment D relative -to Commercial Use. - -b) To Original Contributor. You hereby grant to Original Contributor a -worldwide, royalty-free, non-exclusive, perpetual and irrevocable license, to -the extent of Your Intellectual Property Rights covering Your Error Corrections, -Shared Modifications and Reformatted Specifications, to use, reproduce, modify, -display and distribute Your Error Corrections, Shared Modifications and -Reformatted Specifications, in any form, including the right to sublicense such -rights through multiple tiers of distribution. - -c) Other than the licenses expressly granted in Sections 2.2 a) and b) -above, and the restriction set forth in Section 3.1 d)(iv) below, You retain all -right, title, and interest in Your Error Corrections, Shared Modifications and -Reformatted Specifications. - -2.3 Contributor Modifications. You may use, reproduce, modify, display and -distribute Contributor Error Corrections, Shared Modifications and Reformatted -Specifications, obtained by You under this License, to the same scope and extent -as with Original Code, Upgraded Code and Specifications. - -2.4 Subcontracting. You may deliver the Source Code of Covered Code to other -Licensees having at least a Research Use license, for the sole purpose of -furnishing development services to You in connection with Your rights granted in -this License. All such Licensees must execute appropriate documents with respect -to such work consistent with the terms of this License, and acknowledging their -work-made-for-hire status or assigning exclusive right to the work product and -associated Intellectual Property Rights to You. - -3. Requirements and Responsibilities. -3.1 Research Use License. As a condition of exercising the rights granted -under Section 2.1 a) above, You agree to comply with the following: - -a) Your Contribution to the Community. All Error Corrections and Shared -Modifications which You create or contribute to are automatically subject to the -licenses granted under Section 2.2 above. You are encouraged to license all of -Your other Modifications under Section 2.2 as Shared Modifications, but are not -required to do so. You agree to notify Original Contributor of any errors in the -Specification. - -b) Source Code Availability. You agree to provide all Your Error -Corrections to Original Contributor as soon as reasonably practicable and, in -any event, prior to Internal Deployment Use or Commercial Use, if applicable. -Original Contributor may, at its discretion, post Source Code for Your Error -Corrections and Shared Modifications on the Community Webserver. You may also -post Error Corrections and Shared Modifications on a web-server of Your choice; -provided, that You must take reasonable precautions to ensure that only -Licensees have access to such Error Corrections and Shared Modifications. Such -precautions shall include, without limitation, a password protection scheme -limited to Licensees and a click-on, download certification of Licensee status -required of those attempting to download from the server. An example of an -acceptable certification is attached as Attachment A-2. - -c) Notices. All Error Corrections and Shared Modifications You create or -contribute to must include a file documenting the additions and changes You made -and the date of such additions and changes. You must also include the notice set -forth in Attachment A-1 in the file header. If it is not possible to put the -notice in a particular Source Code file due to its structure, then You must -include the notice in a location (such as a relevant directory file), where a -recipient would be most likely to look for such a notice. - -d) Redistribution. - - (i) Source. Covered Code may be distributed in Source Code form only -to another Licensee (except for students as provided below). You may not offer -or impose any terms on any Covered Code that alter the rights, requirements, or -responsibilities of such Licensee. You may distribute Covered Code to students -for use in connection with their course work and research projects undertaken at -accredited educational institutions. Such students need not be Licensees, but -must be given a copy of the notice set forth in Attachment A-3 and such notice -must also be included in a file header or prominent location in the Source Code -made available to such students. - - (ii) Executable. You may distribute Executable version(s) of Covered -Code to Licensees and other third parties only for the purpose of evaluation and -comment in connection with Research Use by You and under a license of Your -choice, but which limits use of such Executable version(s) of Covered Code only -to that purpose. - - (iii) Modified Class, Interface and Package Naming. In connection -with Research Use by You only, You may use Original -Contributor’s class, interface and package names only to accurately reference or -invoke the Source Code files You modify. -Original Contributor grants to You a limited license to the extent necessary for -such purposes. - - (iv) You expressly agree that any distribution, in whole or in part, -of Modifications developed by You shall only be done pursuant to the term and -conditions of this License. - -e) Extensions. - - (i) Covered Code. You may not include any Source Code of Community -Code in any Extensions; - - (ii) Publication. No later than the date on which You first -distribute such Extension for Commercial Use, You must publish to the industry, -on a non-confidential basis and free of all copyright restrictions with respect -to reproduction and use, an accurate and current specification for any -Extension. In addition, You must make available an appropriate test suite, -pursuant to the same rights as the specification, sufficiently detailed to allow -any third party reasonably skilled in the technology to produce implementations -of the Extension compatible with the specification. Such test suites must be -made available as soon as reasonably practicable but, in no event, later than -ninety (90) days after Your first Commercial Use of the Extension. You must use -reasonable efforts to promptly clarify and correct the specification and the -test suite upon written request by Original Contributor. - - (iii) Open. You agree to refrain from enforcing any Intellectual -Property Rights You may have covering any interface(s) of Your Extension, which -would prevent the implementation of such interface(s) by Original Contributor or -any Licensee. This obligation does not prevent You from enforcing any -Intellectual Property Right You have that would otherwise be infringed by an -implementation of Your Extension. - - (iv) Class, Interface and Package Naming. You may not add any -packages, or any public or protected classes or interfaces with names that -originate or might appear to originate from Original Contributor including, -without limitation, package or class names which begin with "sun", "java", -"javax", "jini", "net.jini", "com.sun" or their equivalents in any subsequent -class, interface and/ or package naming convention adopted by Original -Contributor. It is specifically suggested that You name any new packages using -the "Unique Package Naming Convention" as described in "The Java Language -Specification" by James Gosling, Bill Joy, and Guy Steele, ISBN 0-201-63451-1, -August 1996. Section 7.7 "Unique Package Names", on page 125 of this -specification which states, in part: - -"You form a unique package name by first having (or belonging to an organization -that has) an Internet domain name, such as "sun.com". You then reverse the name, -component by component, to obtain, in this example, "Com.sun", and use this as a -prefix for Your package names, using a convention developed within Your -organization to further administer package names." - -3.2 Additional Requirements and Responsibilities. Any additional -requirements and responsibilities relating to the Technology are listed in -Attachment F (Additional Requirements and Responsibilities), if applicable, and -are hereby incorporated into this Section 3. - -4. Versions of the License. - -4.1 License Versions. Original Contributor may publish revised versions of -the License from time to time. Each version will be given a distinguishing -version number. - -4.2 Effect. Once a particular version of Covered Code has been provided -under a version of the License, You may always continue to use such Covered Code -under the terms of that version of the License. You may also choose to use such -Covered Code under the terms of any subsequent version of the License. No one -other than Original Contributor has the right to promulgate License versions. - -5. Disclaimer of Warranty. - -5.1 COVERED CODE IS PROVIDED UNDER THIS LICENSE "AS IS", WITHOUT WARRANTY OF -ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES -THAT THE COVERED CODE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR -PURPOSE OR NON-INFRINGING. YOU AGREE TO BEAR THE ENTIRE RISK IN CONNECTION WITH -YOUR USE AND DISTRIBUTION OF COVERED CODE UNDER THIS LICENSE. THIS DISCLAIMER OF -WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED -CODE IS AUTHORIZED HEREUNDER EXCEPT SUBJECT TO THIS DISCLAIMER. - -5.2 You acknowledge that Original Code, Upgraded Code and Specifications are -not designed or intended for use in (i) on-line control of aircraft, air -traffic, aircraft navigation or aircraft communications; or (ii) in the design, -construction, operation or maintenance of any nuclear facility. Original -Contributor disclaims any express or implied warranty of fitness for such uses. - -6. Termination. - -6.1 By You. You may terminate this Research Use license at anytime by -providing written notice to Original Contributor. - -6.2 By Original Contributor. This License and the rights granted hereunder -will terminate: - - (i) automatically if You fail to comply with the terms of this -License and fail to cure such breach within 30 days of receipt of written notice -of the breach; - - (ii) immediately in the event of circumstances specified in Sections -7.1 and 8.4; or - - (iii) at Original Contributor's discretion upon any action initiated -in the first instance by You alleging that use or distribution by Original -Contributor or any Licensee, of Original Code, Upgraded Code, Error Corrections -or Shared Modifications contributed by You, or Specifications, infringe a patent -owned or controlled by You. - -6.3 Effective of Termination. Upon termination, You agree to discontinue use -and return or destroy all copies of Covered Code in Your possession. All -sublicenses to the Covered Code which You have properly granted shall survive -any termination of this License. Provisions which, by their nature, should -remain in effect beyond the termination of this License shall survive including, -without limitation, Sections 2.2, 3, 5, 7 and 8. - -6.4 Each party waives and releases the other from any claim to compensation -or indemnity for permitted or lawful termination of the business relationship -established by this License. - -7. Liability. - -7.1 Infringement. Should any of the Original Code, Upgraded Code, TCK or -Specifications ("Materials") become the subject of a claim of infringement, -Original Contributor may, at its sole option, (i) attempt to procure the rights -necessary for You to continue using the Materials, (ii) modify the Materials so -that they are no longer infringing, or (iii) terminate Your right to use the -Materials, immediately upon written notice, and refund to You the amount, if -any, having then actually been paid by You to Original Contributor for the -Original Code, Upgraded Code and TCK, depreciated on a straight line, five year -basis. - -7.2 LIMITATION OF LIABILITY. TO THE FULL EXTENT ALLOWED BY APPLICABLE LAW, -ORIGINAL CONTRIBUTOR's LIABILITY TO YOU FOR CLAIMS RELATING TO THIS LICENSE, -WHETHER FOR BREACH OR IN TORT, SHALL BE LIMITED TO ONE HUNDRED PERCENT (100%) OF -THE AMOUNT HAVING THEN ACTUALLY BEEN PAID BY YOU TO ORIGINAL CONTRIBUTOR FOR ALL -COPIES LICENSED HEREUNDER OF THE PARTICULAR ITEMS GIVING RISE TO SUCH CLAIM, IF -ANY. IN NO EVENT WILL YOU (RELATIVE TO YOUR SHARED MODIFICATIONS OR ERROR -CORRECTIONS) OR SUN BE LIABLE FOR ANY INDIRECT, PUNITIVE, SPECIAL, INCIDENTAL OR -CONSEQUENTIAL DAMAGES IN CONNECTION WITH OR ARISING OUT OF THIS LICENSE -(INCLUDING, WITHOUT LIMITATION, LOSS OF PROFITS, USE, DATA, OR OTHER ECONOMIC -ADVANTAGE), HOWEVER IT ARISES AND ON ANY THEORY OF LIABILITY, WHETHER IN AN -ACTION FOR CONTRACT, STRICT LIABILITY OR TORT (INCLUDING NEGLIGENCE) OR -OTHERWISE, WHETHER OR NOT YOU OR ORIGINAL CONTRIBUTOR HAS BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE AND NOTWITHSTANDING THE FAILURE OF ESSENTIAL PURPOSE -OF ANY REMEDY. - -8. Miscellaneous. - -8.1 Trademark. You agree to comply with the then current Sun Trademark & -Logo Usage Requirements accessible through the SCSL Webpage. Except as expressly -provided in the License, You are granted no right, title or license to, or -interest in, any Sun Trademarks. You agree not to (i) challenge Original -Contributor's ownership or use of Sun Trademarks; (ii) attempt to register any -Sun Trademarks, or any mark or logo substantially similar thereto; or (iii) -incorporate any Sun Trademarks into Your own trademarks, product names, service -marks, company names, or domain names. - -8.2 Integration. This License represents the complete agreement concerning -the subject matter hereof. - -8.3 Assignment. Original Contributor may assign this License, and its rights -and obligations hereunder, in its sole discretion. You may assign the Research -Use portions of this License to a third party upon prior written notice to -Original Contributor (which may be provided via the Community Web-Server). You -may not assign the Commercial Use license or TCK license, including by way of -merger (regardless of whether You are the surviving entity) or acquisition, -without Original Contributor's prior written consent. - -8.4 Severability. If any provision of this License is held to be -unenforceable, such provision shall be reformed only to the extent necessary to -make it enforceable. Notwithstanding the foregoing, if You are prohibited by law -from fully and specifically complying with Sections 2.2 or 3, this License will -immediately terminate and You must immediately discontinue any use of Covered -Code. - -8.5 Governing Law. This License shall be governed by the laws of the United -States and the State of California, as applied to contracts entered into and to -be performed in California between California residents. The application of the -United Nations Convention on Contracts for the International Sale of Goods is -expressly excluded. - -8.6 Dispute Resolution. - -a) Any dispute arising out of or relating to this License shall be finally -settled by arbitration as set out herein, except that either party may bring any -action, in a court of competent jurisdiction (which jurisdiction shall be -exclusive), with respect to any dispute relating to such party's Intellectual -Property Rights or with respect to Your compliance with the TCK license. -Arbitration shall be administered: (i) by the American Arbitration Association -(AAA), (ii) in accordance with the rules of the United Nations Commission on -International Trade Law (UNCITRAL) (the "Rules") in effect at the time of -arbitration as modified herein; and (iii) the arbitrator will apply the -substantive laws of California and United States. Judgement upon the award -rendered by the arbitrator may be entered in any court having jurisdiction to -enforce such award. - -b) All arbitration proceedings shall be conducted in English by a single -arbitrator selected in accordance with the Rules, who must be fluent in English -and be either a retired judge or practicing attorney having at least ten (10) -years litigation experience and be reasonably familiar with the technology -matters relative to the dispute. Unless otherwise agreed, arbitration venue -shall be in London, Tokyo, or San Francisco, whichever is closest to defendant's -principal business office. The arbitrator may award monetary damages only and -nothing shall preclude either party from seeking provisional or emergency relief -from a court of competent jurisdiction. The arbitrator shall have no authority -to award damages in excess of those permitted in this License and any such award -in excess is void. All awards will be payable in U.S. dollars and may include, -for the prevailing party (i) pre-judgment award interest, (ii) reasonable -attorneys' fees incurred in connection with the arbitration, and (iii) -reasonable costs and expenses incurred in enforcing the award. The arbitrator -will order each party to produce identified documents and respond to no more -than twenty-five single question interrogatories. - -8.7 Construction. Any law or regulation which provides that the language of -a contract shall be construed against the drafter shall not apply to this -License. - -8.8 U.S. Government End Users. The Covered Code is a "commercial item", as -that term is defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial -computer software" and "commercial computer software documentation", as such -terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 C.F.R. -12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all U.S. -Government End Users acquire Covered Code with only those rights set forth -herein. You agree to pass this notice to Your licensees. - -8.9 Press Announcements. All press announcements relative to the execution -of this License must be reviewed and approved by Original Contributor and You -prior to release. - -8.10 International Use. - -a) Export/Import laws. Covered Code is subject to U.S. export control laws -and may be subject to export or import regulations in other countries. Each -party agrees to comply strictly with all such laws and regulations and -acknowledges their responsibility to obtain such licenses to export, re- export, -or import as may be required. You agree to pass these obligations to Your -licensees. - -b) Intellectual Property Protection. Due to limited intellectual property -protection and enforcement in certain countries, You agree not to redistribute -the Original Code, Upgraded Code, TCK and Specifications to any country other -than the list of restricted countries on the SCSL Webpage. - -8.11 Language. This License is in the English language only, which language -shall be controlling in all respects, and all versions of this License in any -other language shall be for accommodation only and shall not be binding on the -parties to this License. All communications and notices made or given pursuant -to this License, and all documentation and support to be provided, unless -otherwise noted, shall be in the English language. - -PLEASE READ THE TERMS OF THIS LICENSE CAREFULLY. BY CLICKING ON THE "ACCEPT" -BUTTON BELOW YOU ARE ACCEPTING AND AGREEING TO THE TERMS AND CONDITIONS OF THIS -LICENSE WITH SUN MICROSYSTEMS, INC. IF YOU ARE AGREEING TO THIS LICENSE ON -BEHALF OF A COMPANY, YOU REPRESENT THAT YOU ARE AUTHORIZED TO BIND THE COMPANY -TO SUCH A LICENSE. WHETHER YOU ARE ACTING ON YOUR OWN BEHALF, OR REPRESENTING A -COMPANY, YOU MUST BE OF MAJORITY AGE AND BE OTHERWISE COMPETENT TO ENTER INTO -CONTRACTS. IF YOU DO NOT MEET THIS CRITERIA OR YOU DO NOT AGREE TO ANY OF THE -TERMS AND CONDITIONS OF THIS LICENSE, CLICK ON THE REJECT BUTTON TO EXIT. - -ACCEPT REJECT - -GLOSSARY - -1. "Commercial Use" means any use (excluding Internal Deployment Use) or -distribution, directly or indirectly of Compliant Covered Code by You to any -third party, alone or bundled with any other software or hardware, for direct or -indirect commercial or strategic gain or advantage, subject to execution of -Attachment D by You and Original Contributor. - -2. "Community Code" means the Original Code, Upgraded Code, Error -Corrections, Shared Modifications, or any combination thereof. - -3. "Community Webserver(s)" means the webservers designated by Original -Contributor for posting Error Corrections and Shared Modifications. - -4. "Compliant Covered Code" means Covered Code that complies with the -requirements of the TCK. - -5. "Contributor" means each Licensee that creates or contributes to the -creation of any Error Correction or Shared Modification. - -6. "Covered Code" means the Original Code, Upgraded Code, Modifications, or -any combination thereof. - -7. "Error Correction" means any change made to Community Code which -conforms to the Specification and corrects the adverse effect of a failure of -Community Code to perform any function set forth in or required by the -Specifications. - -7. "Executable" means Covered Code that has been converted to a form other -than Source Code. - -9. "Extension(s)" means any additional classes or other programming code -and/or interfaces developed by or for You which: (i) are designed for use with -the Technology; (ii) constitute an API for a library of computing functions or -services; and (iii) are disclosed to third party software developers for the -purpose of developing software which invokes such additional classes or other -programming code and/or interfaces. The foregoing shall not apply to software -development by Your subcontractors to be exclusively used by You. - -10. "Intellectual Property Rights" means worldwide statutory and common law -rights associated solely with (i) patents and patent applications; (ii) works of -authorship including copyrights, copyright applications, copyright registrations -and "moral rights"; (iii) the protection of trade and industrial secrets and -confidential information; and (iv) divisions, continuations, renewals, and re- -issuances of the foregoing now existing or acquired in the future. - -11. "Internal Deployment Use" means use of Compliant Covered Code (excluding -Research Use) within Your business or organization only by Your employees and/or -agents, subject to execution of Attachment C by You and Original Contributor, if -required. - -12. "Licensee" means any party that has entered into and has in effect a -version of this License with Original Contributor. - -13. "Modification(s)" means (i) any change to Covered Code; (ii) any new -file or other representation of computer program statements that contains any -portion of Covered Code; and/or (iii) any new Source Code implementing any -portion of the Specifications. - -14. "Original Code" means the initial Source Code for the Technology as -described on the Technology Download Site. - -15. "Original Contributor" means Sun Microsystems, Inc., its affiliates and -its successors and assigns. - -16. "Reformatted Specifications" means any revision to the Specifications -which translates or reformats the Specifications (as for example in connection -with Your documentation) but which does not alter, subset or superset the -functional or operational aspects of the Specifications. - -17. "Research Use" means use and distribution of Covered Code only for Your -research, development, educational or personal and individual use, and expressly -excludes Internal Deployment Use and Commercial Use. - -18. "SCSL Webpage" means the Sun Community Source license webpage located at -http://sun.com/software/communitysource, or such other url that Sun may -designate from time to time. - -19. "Shared Modifications" means Modifications provided by You, at Your -option, pursuant to Section 2.2, or received by You from a Contributor pursuant -to Section 2.3. - -20. "Source Code" means computer program statements written in any -high-level, readable form suitable for modification and development. - -21. "Specifications" means the specifications for the Technology and other -documentation, as designated on the Technology Download Site, as may be revised -by Original Contributor from time to time. - -22. "Sun Trademarks" means Original Contributor's SUN, JAVA, and JINI -trademarks and logos, whether now used or adopted in the future. - -23. "Technology" means the technology described in Attachment B, and -Upgrades. - -24. "Technology Compatibility Kit" or "TCK" means the test programs, -procedures and/or other requirements, designated by Original Contributor for use -in verifying compliance of Covered Code with the Specifications, in conjunction -with the Original Code and Upgraded Code. Original Contributor may, in its sole -discretion and from time to time, revise a TCK to correct errors and/or -omissions and in connection with Upgrades. - -25. "Technology Download Site" means the site(s) designated by Original -Contributor for access to the Original Code, Upgraded Code, TCK and -Specifications. - -26. "Upgrade(s)" means new versions of Technology designated exclusively by -Original Contributor as an "Upgrade" and released by Original Contributor from -time to time. - -27. "Upgraded Code" means the Source Code for Upgrades, possibly including -Modifications made by Contributors. - -28. "You(r)" means an individual, or a legal entity acting by and through an -individual or individuals, exercising rights either under this License or under -a future version of this License issued pursuant to Section 4.1. For legal -entities, "You(r)" includes any entity that by majority voting interest -controls, is controlled by, or is under common control with You. - -ATTACHMENT A - -REQUIRED NOTICES - - -ATTACHMENT A-1 - -REQUIRED IN ALL CASES - -"The contents of this file, or the files included with this file, are subject to -the current version of Sun Community Source License for [fill in name of -applicable Technology] (the "License"); You may not use this file except in -compliance with the License. You may obtain a copy of the License at -http://sun.com/software/communitysource. See the License for the rights, -obligations and limitations governing use of the contents of the file. - - -The Original and Upgraded Code is [fill in name and version of applicable -Technology]. The developer of the Original and Upgraded Code is Sun -Microsystems, Inc. Sun Microsystems, Inc. owns the copyrights in the portions it -created. All Rights Reserved. - - - Contributor(s): _______________________________________________ - -Associated Test Suite(s) Location: ________________________________" - - - -ATTACHMENT A-2 - -SAMPLE LICENSEE CERTIFICATION - -"By clicking the 'Agree' button below, You certify that You are a Licensee in -good standing under the Sun Community Source License, [fill in applicable -Technology and Version] ("License") and that Your access, use and distribution -of code and information You may obtain at this site is subject to the License."” - - - -ATTACHMENT A-3 - -REQUIRED STUDENT NOTIFICATION - -"This software and related documentation has been obtained by your educational -institution subject to the Sun Community Source License, [fill in applicable -Technology]. You have been provided access to the software and related -documentation for use only in connection with your course work and research -activities as a matriculated student of your educational institution. Any other -use is expressly prohibited. - -THIS SOFTWARE AND RELATED DOCUMENTATION CONTAINS PROPRIETARY MATERIAL OF SUN -MICROSYSTEMS, INC, WHICH ARE PROTECTED BY VARIOUS INTELLECTUAL PROPERTY RIGHTS. - -You may not use this file except in compliance with the License. You may obtain -a copy of the License on the web at http://sun.com/software/communitysource."” - - - -ATTACHMENT B - -Java(tm) 2 SDK Technology - -Description of "Technology" - -Java(tm) 2 SDK Technology v.1.3.1 as described on the Technology Download Site. - - - -ATTACHMENT C - -INTERNAL DEPLOYMENT USE - -This Attachment C is only effective for the Technology specified in Attachment -B, upon execution of Attachment D (Commercial Use License) including the -requirement to pay royalties. In the event of a conflict between the terms of -this Attachment C and Attachment D, the terms of Attachment D shall govern. - -1. Internal Deployment License Grant. Subject to Your compliance with -Section 2 below, and Section 8.10 of the Research Use license; in addition to -the Research Use license and the TCK license, Original Contributor grants to You -a worldwide, non-exclusive license, to the extent of Original Contributor's -Intellectual Property Rights covering the Original Code, Upgraded Code and -Specifications, to do the following: - -a) reproduce and distribute internally, Original Code and Upgraded Code as -part of Compliant Covered Code, and Specifications, for Internal Deployment Use, - -b) compile such Original Code and Upgraded Code, as part of Compliant -Covered Code, and reproduce and distribute internally the same in Executable -form for Internal Deployment Use, and - -c) reproduce and distribute internally, Reformatted Specifications for use -in connection with Internal Deployment Use. - - 2. Additional Requirements and Responsibilities. In addition to the -requirements and responsibilities described under Section 3.1 of the Research -Use license, and as a condition to exercising the rights granted under Section 3 -above, You agree to the following additional requirements and responsibilities: - -2.1 Compatibility. All Covered Code must be Compliant Covered Code prior to -any Internal Deployment Use or Commercial Use, whether originating with You or -acquired from a third party. Successful compatibility testing must be completed -in accordance with the TCK License. If You make any further Modifications to any -Covered Code previously determined to be Compliant Covered Code, You must ensure -that it continues to be Compliant Covered Code. - - - -ATTACHMENT D -COMMERCIAL USE LICENSE - -1. Effect. This Attachment D is effective only if signed below by You and -Original Contributor, and applies to Your Commercial Use of Original Code and -Upgraded Code. - -2. Term. Upon execution of this Attachment D by You and Original -Contributor, this Commercial Use license shall have an initial term of 3 years -and shall automatically renew for additional one year terms unless either party -provides notice to the other no less than 60 days prior to an anniversary date. - -3. Commercial Use License Grant. Subject to Your compliance with Section 4 -below, Section 8.10 of the Research Use license, and the TCK license; in -addition to the Research Use license, the TCK license, and the Internal -Deployment Use license, Original Contributor grants to You a worldwide, -non-exclusive, non-transferable license, to the extent of Original Contributor's -Intellectual Property Rights covering the Original Code, Upgraded Code and -Specifications, to do the following: - -a) reproduce and distribute Compliant Covered Code; - -b) compile Compliant Covered Code and reproduce and distribute the same in -Executable form through multiple tiers of distribution; and - -c) reproduce and distribute Reformatted Specifications in association with -Compliant Covered Code. - -4. Additional Requirements and Responsibilities. In addition to the -requirements and responsibilities specified in the Research Use license, the TCK -license and the Internal Deployment license, and as a condition to exercising -the rights granted in Section 3 above, You agree to the following additional -requirements and responsibilities: - -a) Distribution of Source Code. Source Code of Compliant Covered Code may -be distributed only to another Licensee of the same Technology. - -b) Distribution of Executable Code. You may distribute the Executable -version(s) of Compliant Covered Code under a license of Your choice, which may -contain terms different from this License, provided (i) that You are in -compliance with the terms of this License, and (ii) You must make it absolutely -clear that any terms which differ from this License are offered by You alone, -not by Original Contributor or any other Contributor. - -c) Branding. Products integrating Compliant Covered Code used for -Commercial Use must be branded with the Technology compliance logo under a -separate trademark license required to be executed by You and Original -Contributor concurrent with execution of this Attachment D. - -5. Indemnity/Limitation of Liability. The provisions of Section 7.1 of the -Research Use license are superseded by the following: - -a) Your Indemnity Obligation. You hereby agree to defend, at Your expense, -any legal proceeding brought against Original Contributor or any Licensee to the -extent it is based on a claim: (i) that the use, reproduction or distribution of -any of Your Error Corrections or Shared Modifications is an infringement of a -third party trade secret or a copyright in a country that is a signatory to the -Berne Convention; (ii) arising in connection with any representation, warranty, -support, indemnity, liability or other license terms You may offer in connection -with any Covered Code; or (iii) arising from Your Commercial Use of Covered -Code, other than a claim covered by Section 5.b) below, or a patent claim based -solely on Covered Code not provided by You. You will pay all damages costs and -fees awarded by a court of competent jurisdiction, or such settlement amount -negotiated by You, attributable to such claim. - -b) Original Contributor's Indemnity Obligation. Original Contributor will -defend, at its expense, any legal proceeding brought against You, to the extent -it is based on a claim that Your authorized Commercial Use of Original Code and -Upgraded Code is an infringement of a third party trade secret or a copyright in -a country that is a signatory to the Berne Convention, and will pay all damages -costs and fees awarded by a court of competent jurisdiction, or such settlement -amount negotiated by Original Contributor, attributable to such claim. The -foregoing shall not apply to any claims of intellectual property infringement -based upon the combination of code or documentation supplied by Original -Contributor with code, technology or documentation from other sources. - -c) Right of Intervention. Original Contributor will have the right, but not -the obligation, to defend You, at Original Contributor's expense, in connection -with a claim that Your Commercial Use of Original Code and Upgraded Code is an -infringement of a third party patent and will, if Original Contributor chooses -to defend You, pay all damages costs and fees awarded by a court of competent -jurisdiction, or such settlement amount negotiated by Original Contributor, -attributable to such claim. - -d) Prerequisites. Under Sections 5.b) and c) above, You must, and under -Section 5.a) above, Original Contributor or any Licensee must: (i) provide -notice of the claim promptly to the party providing an indemnity; (ii) give the -indemnifying party sole control of the defense and settlement of the claim; -(iii) provide the indemnifying party, at indemnifying party's expense, all -available information, assistance and authority to defend; and (iv) not have -compromised or settled such claim or proceeding without the indemnifying party's -prior written consent. - -e) Additional Remedies. Should any Original Code, Upgraded Code, TCK, -Specifications, or Modifications become, or in the indemnifying party's opinion -be likely to become, the subject of a claim of infringement for which indemnity -is provided above, the indemnifying party may, at its sole option, attempt to -procure on reasonable terms the rights necessary for the indemnified party to -exercise its license rights under this License with respect to the infringing -items, or to modify the infringing items so that they are no longer infringing -without substantially impairing their function or performance. If the -indemnifying party is unable to do the foregoing after reasonable efforts, then -the indemnifying party may send a notice of such inability to the indemnified -party together with a refund of any license fees received by the indemnifying -party from the indemnified party for the infringing items applicable to the -indemnified party's future use or distribution of such infringing items, in -which case the indemnifying party will not be liable for any damages resulting -from infringing activity with respect to the infringing items occurring after -such notice and refund. - -6. Support Programs. - -Support to You. Technical support is not provided to You by Original Contributor -under this License. You may contract for one or more support programs from -Original Contributor relating to the Technology which are described on the SCSL -Webpage. - -Customer Support. You are responsible for providing technical and maintenance -support services to Your customers for Your products and services incorporating -the Compliant Covered code. - -7. Royalties and Payments. - -Technology specified in Attachment B. - - -Field of Use:____________________ - -Royalty per Unit $_______________ - - -b) Royalty Payments. Payment of royalties shall be made quarterly, shall be -due thirty (30) days following the end of the calendar quarter to which they -relate and shall be submitted with a written statement documenting the basis for -the royalty calculation. - -c) Taxes. All payments required by this License shall be made in United -States dollars, are exclusive of taxes, and Licensee agrees to bear and be -responsible for the payment of all such taxes, including, but not limited to, -all sales, use, rental receipt, personal property or other taxes and their -equivalents which may be levied or assessed in connection with this License -(excluding only taxes based on Original Contributor's net income). To the extent -Licensee is required to withhold taxes based upon Original Contributor's income -in any country, You agree to provide Original Contributor with written evidence -of such withholding, suitable for Original Contributor to obtain a tax credit in -the United States. - -d) Records. You agree to maintain account books and records consistent with -Generally Accepted Accounting Principles appropriate to Your domicile, as may be -in effect from time to time, sufficient to allow the correctness of the -royalties required to be paid pursuant to this License to be determined. - -e) Audit Rights. Original Contributor shall have the right to audit such -accounts upon reasonable prior notice using an independent auditor of Original -Contributor's choice (the "Auditor"). The Auditor shall be bound to keep -confidential the details of Your business affairs and to limit disclosure of the -results of any audit to the sufficiency of the accounts and the amount, if any, -of a payment adjustment that should be made. Such audits shall not occur more -than once each year (unless discrepancies are discovered in excess of the five -percent (5%) threshold set forth in Section 7.f) below, in which case two -consecutive quarters per year may be audited). Except as set forth in Section -7.f) below, Original Contributor shall bear all costs and expenses associated -with the exercise of its rights to audit. - -f) Payment Errors. In the event that any errors in payments shall be -determined, such errors shall be corrected by appropriate adjustment in payment -for the quarterly period during which the error is discovered. In the event of -an underpayment of more than five percent (5%) of the proper amount owed, upon -such underpayment being properly determined by the Auditor, You agree to -reimburse Original Contributor the amount of the underpayment and all reasonable -costs and expenses associated with the exercise of its rights to audit, and -interest on the overdue amount at the maximum allowable interest rate from the -date of accrual of such obligation. - -8. Notice of Breach or Infringement. Each party shall notify the other -immediately in writing when it becomes aware of any breach or violation of the -terms of this License, or when You become aware of any potential or actual -infringement by a third party of the Technology or Sun's Intellectual Property -Rights therein. - -9. Proprietary Rights Notices. You may not remove any copyright notices, -trademark notices or other proprietary legends of Original Contributor or its -suppliers contained on or in the Original Code, Upgraded Code and -Specifications. - -10. Notices. All written notices required by this License must be delivered -in person or by means evidenced by a delivery receipt and will be effective upon -receipt by the persons at the addresses specified below. - - -Original Contributor: You: - -Sun Microsystems, Inc. _____________________________ - -901 San Antonio Road ______________________________ - -Palo Alto, California 94303 ______________________________ - -Attn.: VP, Sun Software and -Technology Sales ______________________________ - -cc: Sun Software and Technology, -General Counsel - -11. Disclaimer of Agency. The relationship created hereby is that of -licensor and licensee and the parties hereby acknowledge and agree that nothing -herein shall be deemed to constitute You as a franchisee of Original -Contributor. You hereby waive the benefit of any state or federal statutes -dealing with the establishment and regulation of franchises. - - Agreed: - -You: Original Contributor: - -_____________________________ Sun Microsystems, Inc. -(Your Name) - -By:__________________________ By:________________________ - -Name:________________________ Name:______________________ - -Title_________________________ Title:_____________________ - -Date:_________________________ Date:______________________ - - - - -ATTACHMENT E -TECHNOLOGY COMPATIBILITY KIT - -The following license is effective for the Java(tm)2 SDK Version 1.3.1 -Technology Compatibility Kit only upon execution of a separate support agreement -between You and Original Contributor (subject to an annual fee) as described on -the SCSL Webpage. The Technology Compatibility Kit for the Technology specified -in Attachment B may be accessed at the Technology Download Site only upon -execution of the support agreement. - -1. TCK License. - -a) Subject to the restrictions set forth in Section 1.b below and Section -8.10 of the Research Use license, in addition to the Research Use license, -Original Contributor grants to You a worldwide, non-exclusive, non-transferable -license, to the extent of Original Contributor's Intellectual Property Rights in -the TCK (without the right to sublicense), to use the TCK to develop and test -Covered Code. - -b) TCK Use Restrictions. You are not authorized to create derivative works -of the TCK or use the TCK to test any implementation of the Specification that -is not Covered Code. You may not publish Your test results or make claims of -comparative compatibility with respect to other implementations of the -Specification. In consideration for the license grant in Section 1.a above You -agree not to develop Your own tests which are intended to validate conformation -with the Specification. - -2. Requirements for Determining Compliance. - -2.1 Definitions. - -a) "Added Value" means code which: - - (i) has a principal purpose which is substantially different from -that of the stand-alone Technology; - - (ii) represents a significant functional and value enhancement to the -Technology; - - (iii) operates in conjunction with the Technology; and - - (iv) is not marketed as a technology which replaces or substitutes -for the Technology. - -b) “"Java Classes" means the specific class libraries associated with each -Technology defined in Attachment B. - -c) “"Java Runtime Interpreter" means the program(s) which implement the -Java virtual machine for the Technology as defined in the Specification. - -d) “"Platform Dependent Part" means those Original Code and Upgraded Code -files of the Technology which are not in a "share" directory or subdirectory -thereof. - -e) “"Shared Part" means those Original Code and Upgraded Code files of the -Technology which are identified as "shared" (or words of similar meaning) or -which are in any "share" directory or subdirectory thereof, except those files -specifically designated by Original Contributor as modifiable. - -f) "User's Guide" means the users guide for the TCK which Sun makes -available to You to provide direction in how to run the TCK and properly -interpret the results, as may be revised by Sun from time to time. - -2.2 Development Restrictions. Compliant Covered Code: - -a) must include Added Value; - -b) must fully comply with the Specifications for the Technology specified -in Attachment B; - -c) must include the Shared Part, complete and unmodified; - -d) may not modify the functional behavior of the Java Runtime Interpreter -or the Java Classes; - -e) may not modify, subset or superset the interfaces of the Java Runtime -Interpreter or the Java Classes; - -f) may not subset or superset the Java Classes; and - -g) may not modify or extend the required public class or public interface -declarations whose names begin with "java", "javax", "jini", "net.jini", -"sun.hotjava", "COM.sun" or their equivalents in any subsequent naming -convention. - -2.3 Compatibility Testing. Successful compatibility testing must be -completed by You, or at Original Contributor's option, a third party designated -by Original Contributor, to conduct such tests, in accordance with the User's -Guide, and using the most current version of the applicable TCK available from -Original Contributor one hundred twenty (120) days (two hundred forty [240] days -in the case of silicon implementations) prior to: (i) Your Internal Deployment -Use; and (ii) each release of Compliant Covered Code by You for Commercial Use. -In the event that You elect to use a version of Upgraded Code that is newer than -that which is required under this Section 2.3, then You agree to pass the -version of the TCK that corresponds to such newer version of Upgraded Code. - -2.4 Test Results. You agree to provide to Original Contributor or the third -party test facility if applicable, Your test results that demonstrate that -Covered Code is Compliant Covered Code and that Original Contributor may publish -or otherwise distribute such test results. - - - diff --git a/java/jdk15/pkg-plist b/java/jdk15/pkg-plist deleted file mode 100644 index fdd0eafe31fb..000000000000 --- a/java/jdk15/pkg-plist +++ /dev/null @@ -1,917 +0,0 @@ -jdk%%JDK_VERSION%%/COPYRIGHT -jdk%%JDK_VERSION%%/LICENSE -jdk%%JDK_VERSION%%/LICENSE.fr -jdk%%JDK_VERSION%%/README -jdk%%JDK_VERSION%%/README.html -jdk%%JDK_VERSION%%/bin/.java_wrapper -jdk%%JDK_VERSION%%/bin/appletviewer -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/appletviewer_g -jdk%%JDK_VERSION%%/bin/awt_robot -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/awt_robot_g -jdk%%JDK_VERSION%%/bin/extcheck -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/extcheck_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/appletviewer -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/appletviewer_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/extcheck -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/extcheck_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/idlj -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/idlj_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/jar -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/jar_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/jarsigner -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/jarsigner_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/java -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/java_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/javac -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/javac_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/javadoc -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/javadoc_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/javah -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/javah_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/javap -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/javap_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/jdb -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/jdb_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/keytool -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/keytool_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/native2ascii -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/native2ascii_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/oldjava -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/oldjava_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/oldjavac -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/oldjavac_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/oldjdb -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/oldjdb_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/policytool -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/policytool_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/rmic -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/rmic_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/rmid -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/rmid_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/rmiregistry -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/rmiregistry_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/serialver -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/serialver_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/tnameserv -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/tnameserv_g -jdk%%JDK_VERSION%%/bin/idlj -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/idlj_g -jdk%%JDK_VERSION%%/bin/jar -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/jar_g -jdk%%JDK_VERSION%%/bin/jarsigner -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/jarsigner_g -jdk%%JDK_VERSION%%/bin/java -jdk%%JDK_VERSION%%/bin/java-rmi.cgi -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/java_g -jdk%%JDK_VERSION%%/bin/javac -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/javac_g -jdk%%JDK_VERSION%%/bin/javadoc -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/javadoc_g -jdk%%JDK_VERSION%%/bin/javah -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/javah_g -jdk%%JDK_VERSION%%/bin/javap -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/javap_g -jdk%%JDK_VERSION%%/bin/jdb -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/jdb_g -jdk%%JDK_VERSION%%/bin/keytool -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/keytool_g -jdk%%JDK_VERSION%%/bin/native2ascii -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/native2ascii_g -jdk%%JDK_VERSION%%/bin/oldjava -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/oldjava_g -jdk%%JDK_VERSION%%/bin/oldjavac -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/oldjavac_g -jdk%%JDK_VERSION%%/bin/oldjdb -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/oldjdb_g -jdk%%JDK_VERSION%%/bin/policytool -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/policytool_g -jdk%%JDK_VERSION%%/bin/rmic -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/rmic_g -jdk%%JDK_VERSION%%/bin/rmid -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/rmid_g -jdk%%JDK_VERSION%%/bin/rmiregistry -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/rmiregistry_g -jdk%%JDK_VERSION%%/bin/serialver -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/serialver_g -jdk%%JDK_VERSION%%/bin/tnameserv -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/tnameserv_g -jdk%%JDK_VERSION%%/demo/applets/Animator/Animation.class -jdk%%JDK_VERSION%%/demo/applets/Animator/AnimationFrame.class -jdk%%JDK_VERSION%%/demo/applets/Animator/Animator.class -jdk%%JDK_VERSION%%/demo/applets/Animator/Animator.java -jdk%%JDK_VERSION%%/demo/applets/Animator/DescriptionFrame.class -jdk%%JDK_VERSION%%/demo/applets/Animator/ParseException.class -jdk%%JDK_VERSION%%/demo/applets/Animator/audio/0.au -jdk%%JDK_VERSION%%/demo/applets/Animator/audio/1.au -jdk%%JDK_VERSION%%/demo/applets/Animator/audio/2.au -jdk%%JDK_VERSION%%/demo/applets/Animator/audio/3.au -jdk%%JDK_VERSION%%/demo/applets/Animator/audio/4.au -jdk%%JDK_VERSION%%/demo/applets/Animator/audio/5.au -jdk%%JDK_VERSION%%/demo/applets/Animator/audio/6.au -jdk%%JDK_VERSION%%/demo/applets/Animator/audio/7.au -jdk%%JDK_VERSION%%/demo/applets/Animator/audio/8.au -jdk%%JDK_VERSION%%/demo/applets/Animator/audio/9.au -jdk%%JDK_VERSION%%/demo/applets/Animator/audio/spacemusic.au -jdk%%JDK_VERSION%%/demo/applets/Animator/example1.html -jdk%%JDK_VERSION%%/demo/applets/Animator/example2.html -jdk%%JDK_VERSION%%/demo/applets/Animator/example3.html -jdk%%JDK_VERSION%%/demo/applets/Animator/example4.html -jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T1.gif -jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T10.gif -jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T2.gif -jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T3.gif -jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T4.gif -jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T5.gif -jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T6.gif -jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T7.gif -jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T8.gif -jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T9.gif -jdk%%JDK_VERSION%%/demo/applets/Animator/images/SimpleAnimation/T1.gif -jdk%%JDK_VERSION%%/demo/applets/Animator/images/SimpleAnimation/T2.gif -jdk%%JDK_VERSION%%/demo/applets/Animator/images/loading-msg.gif -jdk%%JDK_VERSION%%/demo/applets/ArcTest/ArcCanvas.class -jdk%%JDK_VERSION%%/demo/applets/ArcTest/ArcControls.class -jdk%%JDK_VERSION%%/demo/applets/ArcTest/ArcTest.class -jdk%%JDK_VERSION%%/demo/applets/ArcTest/ArcTest.java -jdk%%JDK_VERSION%%/demo/applets/ArcTest/example1.html -jdk%%JDK_VERSION%%/demo/applets/BarChart/Chart.class -jdk%%JDK_VERSION%%/demo/applets/BarChart/Chart.java -jdk%%JDK_VERSION%%/demo/applets/BarChart/example1.html -jdk%%JDK_VERSION%%/demo/applets/Blink/Blink$1.class -jdk%%JDK_VERSION%%/demo/applets/Blink/Blink.class -jdk%%JDK_VERSION%%/demo/applets/Blink/Blink.java -jdk%%JDK_VERSION%%/demo/applets/Blink/example1.html -jdk%%JDK_VERSION%%/demo/applets/CardTest/CardPanel.class -jdk%%JDK_VERSION%%/demo/applets/CardTest/CardTest.class -jdk%%JDK_VERSION%%/demo/applets/CardTest/CardTest.java -jdk%%JDK_VERSION%%/demo/applets/CardTest/example1.html -jdk%%JDK_VERSION%%/demo/applets/Clock/Clock2.class -jdk%%JDK_VERSION%%/demo/applets/Clock/Clock2.java -jdk%%JDK_VERSION%%/demo/applets/Clock/example1.html -jdk%%JDK_VERSION%%/demo/applets/DitherTest/DitherCanvas.class -jdk%%JDK_VERSION%%/demo/applets/DitherTest/DitherControls.class -jdk%%JDK_VERSION%%/demo/applets/DitherTest/DitherTest.class -jdk%%JDK_VERSION%%/demo/applets/DitherTest/DitherTest.java -jdk%%JDK_VERSION%%/demo/applets/DitherTest/example1.html -jdk%%JDK_VERSION%%/demo/applets/DrawTest/DrawControls.class -jdk%%JDK_VERSION%%/demo/applets/DrawTest/DrawPanel.class -jdk%%JDK_VERSION%%/demo/applets/DrawTest/DrawTest.class -jdk%%JDK_VERSION%%/demo/applets/DrawTest/DrawTest.java -jdk%%JDK_VERSION%%/demo/applets/DrawTest/example1.html -jdk%%JDK_VERSION%%/demo/applets/Fractal/CLSFractal.class -jdk%%JDK_VERSION%%/demo/applets/Fractal/CLSFractal.java -jdk%%JDK_VERSION%%/demo/applets/Fractal/CLSRule.class -jdk%%JDK_VERSION%%/demo/applets/Fractal/CLSTurtle.class -jdk%%JDK_VERSION%%/demo/applets/Fractal/ContextLSystem.class -jdk%%JDK_VERSION%%/demo/applets/Fractal/example1.html -jdk%%JDK_VERSION%%/demo/applets/GraphLayout/Edge.class -jdk%%JDK_VERSION%%/demo/applets/GraphLayout/Graph.class -jdk%%JDK_VERSION%%/demo/applets/GraphLayout/Graph.java -jdk%%JDK_VERSION%%/demo/applets/GraphLayout/GraphPanel.class -jdk%%JDK_VERSION%%/demo/applets/GraphLayout/Node.class -jdk%%JDK_VERSION%%/demo/applets/GraphLayout/audio/computer.au -jdk%%JDK_VERSION%%/demo/applets/GraphLayout/audio/drip.au -jdk%%JDK_VERSION%%/demo/applets/GraphLayout/audio/gong.au -jdk%%JDK_VERSION%%/demo/applets/GraphLayout/example1.html -jdk%%JDK_VERSION%%/demo/applets/GraphLayout/example2.html -jdk%%JDK_VERSION%%/demo/applets/GraphLayout/example3.html -jdk%%JDK_VERSION%%/demo/applets/GraphLayout/example4.html -jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/AppletFrame.class -jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/AppletFrame.java -jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/ArcCard.class -jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/ArcDegreePanel.class -jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/ArcPanel.class -jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/ColorUtils.class -jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/GraphicsCards.class -jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/GraphicsPanel.class -jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/GraphicsTest.class -jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/GraphicsTest.java -jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/OvalShape.class -jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/PolygonShape.class -jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/RectShape.class -jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/RoundRectShape.class -jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/Shape.class -jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/ShapeTest.class -jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/example1.html -jdk%%JDK_VERSION%%/demo/applets/ImageMap/AniArea.class -jdk%%JDK_VERSION%%/demo/applets/ImageMap/AniArea.java -jdk%%JDK_VERSION%%/demo/applets/ImageMap/ButtonFilter.class -jdk%%JDK_VERSION%%/demo/applets/ImageMap/ButtonFilter.java -jdk%%JDK_VERSION%%/demo/applets/ImageMap/ClickArea.class -jdk%%JDK_VERSION%%/demo/applets/ImageMap/ClickArea.java -jdk%%JDK_VERSION%%/demo/applets/ImageMap/DelayedSoundArea.class -jdk%%JDK_VERSION%%/demo/applets/ImageMap/DelayedSoundArea.java -jdk%%JDK_VERSION%%/demo/applets/ImageMap/HighlightArea.class -jdk%%JDK_VERSION%%/demo/applets/ImageMap/HighlightArea.java -jdk%%JDK_VERSION%%/demo/applets/ImageMap/HighlightFilter.class -jdk%%JDK_VERSION%%/demo/applets/ImageMap/HighlightFilter.java -jdk%%JDK_VERSION%%/demo/applets/ImageMap/HrefButtonArea.class -jdk%%JDK_VERSION%%/demo/applets/ImageMap/HrefButtonArea.java -jdk%%JDK_VERSION%%/demo/applets/ImageMap/ImageMap.class -jdk%%JDK_VERSION%%/demo/applets/ImageMap/ImageMap.java -jdk%%JDK_VERSION%%/demo/applets/ImageMap/ImageMapArea.class -jdk%%JDK_VERSION%%/demo/applets/ImageMap/ImageMapArea.java -jdk%%JDK_VERSION%%/demo/applets/ImageMap/LinkArea.class -jdk%%JDK_VERSION%%/demo/applets/ImageMap/LinkArea.java -jdk%%JDK_VERSION%%/demo/applets/ImageMap/NameArea.class -jdk%%JDK_VERSION%%/demo/applets/ImageMap/NameArea.java -jdk%%JDK_VERSION%%/demo/applets/ImageMap/RoundButtonFilter.class -jdk%%JDK_VERSION%%/demo/applets/ImageMap/RoundButtonFilter.java -jdk%%JDK_VERSION%%/demo/applets/ImageMap/RoundHrefButtonArea.class -jdk%%JDK_VERSION%%/demo/applets/ImageMap/RoundHrefButtonArea.java -jdk%%JDK_VERSION%%/demo/applets/ImageMap/SoundArea.class -jdk%%JDK_VERSION%%/demo/applets/ImageMap/SoundArea.java -jdk%%JDK_VERSION%%/demo/applets/ImageMap/TickerArea.class -jdk%%JDK_VERSION%%/demo/applets/ImageMap/TickerArea.java -jdk%%JDK_VERSION%%/demo/applets/ImageMap/audio/chirp1.au -jdk%%JDK_VERSION%%/demo/applets/ImageMap/audio/hi.au -jdk%%JDK_VERSION%%/demo/applets/ImageMap/example1.html -jdk%%JDK_VERSION%%/demo/applets/ImageMap/imagemapcheat.html -jdk%%JDK_VERSION%%/demo/applets/ImageMap/images/jim.graham.gif -jdk%%JDK_VERSION%%/demo/applets/ImageMap/sources.html -jdk%%JDK_VERSION%%/demo/applets/JumpingBox/MouseTrack.class -jdk%%JDK_VERSION%%/demo/applets/JumpingBox/MouseTrack.java -jdk%%JDK_VERSION%%/demo/applets/JumpingBox/example1.html -jdk%%JDK_VERSION%%/demo/applets/JumpingBox/sounds/adapt-or-die.au -jdk%%JDK_VERSION%%/demo/applets/JumpingBox/sounds/cannot.be.completed.au -jdk%%JDK_VERSION%%/demo/applets/JumpingBox/sounds/ip.au -jdk%%JDK_VERSION%%/demo/applets/JumpingBox/sounds/that.hurts.au -jdk%%JDK_VERSION%%/demo/applets/JumpingBox/sounds/thin.bell.au -jdk%%JDK_VERSION%%/demo/applets/JumpingBox/sounds/tiptoe.thru.the.tulips.au -jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/Atom.class -jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/Matrix3D.class -jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/Matrix3D.java -jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/XYZApp.class -jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/XYZApp.java -jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/XYZChemModel.class -jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/example1.html -jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/example2.html -jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/example3.html -jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/models/HyaluronicAcid.xyz -jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/models/benzene.xyz -jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/models/buckminsterfullerine.xyz -jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/models/cyclohexane.xyz -jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/models/ethane.xyz -jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/models/water.xyz -jdk%%JDK_VERSION%%/demo/applets/NervousText/NervousText.class -jdk%%JDK_VERSION%%/demo/applets/NervousText/NervousText.java -jdk%%JDK_VERSION%%/demo/applets/NervousText/example1.html -jdk%%JDK_VERSION%%/demo/applets/SimpleGraph/GraphApplet.class -jdk%%JDK_VERSION%%/demo/applets/SimpleGraph/GraphApplet.java -jdk%%JDK_VERSION%%/demo/applets/SimpleGraph/example1.html -jdk%%JDK_VERSION%%/demo/applets/SortDemo/BidirBubbleSortAlgorithm.class -jdk%%JDK_VERSION%%/demo/applets/SortDemo/BidirBubbleSortAlgorithm.java -jdk%%JDK_VERSION%%/demo/applets/SortDemo/BubbleSortAlgorithm.class -jdk%%JDK_VERSION%%/demo/applets/SortDemo/BubbleSortAlgorithm.java -jdk%%JDK_VERSION%%/demo/applets/SortDemo/QSortAlgorithm.class -jdk%%JDK_VERSION%%/demo/applets/SortDemo/QSortAlgorithm.java -jdk%%JDK_VERSION%%/demo/applets/SortDemo/SortAlgorithm.class -jdk%%JDK_VERSION%%/demo/applets/SortDemo/SortAlgorithm.java -jdk%%JDK_VERSION%%/demo/applets/SortDemo/SortItem.class -jdk%%JDK_VERSION%%/demo/applets/SortDemo/SortItem.java -jdk%%JDK_VERSION%%/demo/applets/SortDemo/example1.html -jdk%%JDK_VERSION%%/demo/applets/SpreadSheet/Cell.class -jdk%%JDK_VERSION%%/demo/applets/SpreadSheet/CellUpdater.class -jdk%%JDK_VERSION%%/demo/applets/SpreadSheet/InputField.class -jdk%%JDK_VERSION%%/demo/applets/SpreadSheet/Node.class -jdk%%JDK_VERSION%%/demo/applets/SpreadSheet/SpreadSheet.class -jdk%%JDK_VERSION%%/demo/applets/SpreadSheet/SpreadSheet.java -jdk%%JDK_VERSION%%/demo/applets/SpreadSheet/SpreadSheetInput.class -jdk%%JDK_VERSION%%/demo/applets/SpreadSheet/example1.html -jdk%%JDK_VERSION%%/demo/applets/SymbolTest/SymbolCanvas.class -jdk%%JDK_VERSION%%/demo/applets/SymbolTest/SymbolTest$MyAdapter.class -jdk%%JDK_VERSION%%/demo/applets/SymbolTest/SymbolTest.class -jdk%%JDK_VERSION%%/demo/applets/SymbolTest/SymbolTest.java -jdk%%JDK_VERSION%%/demo/applets/SymbolTest/example1.html -jdk%%JDK_VERSION%%/demo/applets/TicTacToe/TicTacToe.class -jdk%%JDK_VERSION%%/demo/applets/TicTacToe/TicTacToe.java -jdk%%JDK_VERSION%%/demo/applets/TicTacToe/audio/beep.au -jdk%%JDK_VERSION%%/demo/applets/TicTacToe/audio/ding.au -jdk%%JDK_VERSION%%/demo/applets/TicTacToe/audio/return.au -jdk%%JDK_VERSION%%/demo/applets/TicTacToe/audio/yahoo1.au -jdk%%JDK_VERSION%%/demo/applets/TicTacToe/audio/yahoo2.au -jdk%%JDK_VERSION%%/demo/applets/TicTacToe/example1.html -jdk%%JDK_VERSION%%/demo/applets/TicTacToe/images/cross.gif -jdk%%JDK_VERSION%%/demo/applets/TicTacToe/images/not.gif -jdk%%JDK_VERSION%%/demo/applets/WireFrame/FileFormatException.class -jdk%%JDK_VERSION%%/demo/applets/WireFrame/Matrix3D.class -jdk%%JDK_VERSION%%/demo/applets/WireFrame/Matrix3D.java -jdk%%JDK_VERSION%%/demo/applets/WireFrame/Model3D.class -jdk%%JDK_VERSION%%/demo/applets/WireFrame/ThreeD.class -jdk%%JDK_VERSION%%/demo/applets/WireFrame/ThreeD.java -jdk%%JDK_VERSION%%/demo/applets/WireFrame/example1.html -jdk%%JDK_VERSION%%/demo/applets/WireFrame/example2.html -jdk%%JDK_VERSION%%/demo/applets/WireFrame/example3.html -jdk%%JDK_VERSION%%/demo/applets/WireFrame/example4.html -jdk%%JDK_VERSION%%/demo/applets/WireFrame/models/cube.obj -jdk%%JDK_VERSION%%/demo/applets/WireFrame/models/dinasaur.obj -jdk%%JDK_VERSION%%/demo/applets/WireFrame/models/hughes_500.obj -jdk%%JDK_VERSION%%/demo/applets/WireFrame/models/knoxS.obj -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateCoffees/MSAccess/CreateCoffees.class -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateCoffees/MSAccess/CreateCoffees.java -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateCoffees/MSAccess/runnit.bat -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateCoffees/Sybase/CreateCoffees.class -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateCoffees/Sybase/CreateCoffees.java -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateCoffees/Sybase/runnit.bat -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateSuppliers/MSAccess/CreateSuppliers.class -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateSuppliers/MSAccess/CreateSuppliers.java -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateSuppliers/MSAccess/runnit.bat -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateSuppliers/Sybase/CreateSuppliers.class -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateSuppliers/Sybase/CreateSuppliers.java -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateSuppliers/Sybase/runnit.bat -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertCoffees/SQLSrvr/InsertCoffees.class -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertCoffees/SQLSrvr/InsertCoffees.java -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertCoffees/SQLSrvr/runnit.bat -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertCoffees/Sybase/InsertCoffees.class -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertCoffees/Sybase/InsertCoffees.java -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertCoffees/Sybase/runnit.bat -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertSuppliers/MSAccess/InsertSuppliers.class -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertSuppliers/MSAccess/InsertSuppliers.java -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertSuppliers/MSAccess/runnit.bat -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertSuppliers/Sybase/InsertSuppliers.class -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertSuppliers/Sybase/InsertSuppliers.java -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertSuppliers/Sybase/runnit.bat -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/JavaDB/CAFEJAVA.MDB -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/JavaDB/CAFEJAVA.ldb -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/README.txt -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/private.fls -jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/FileChooserDemo.jar -jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/README.txt -jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/images/gifIcon.gif -jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/images/jpgIcon.jpg -jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/src/ExampleFileFilter.java -jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/src/ExampleFileView.java -jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/src/FileChooserDemo.java -jdk%%JDK_VERSION%%/demo/jfc/Font2DTest/Font2DTest.html -jdk%%JDK_VERSION%%/demo/jfc/Font2DTest/Font2DTest.jar -jdk%%JDK_VERSION%%/demo/jfc/Font2DTest/README.txt -jdk%%JDK_VERSION%%/demo/jfc/Font2DTest/resources/TextResources.properties -jdk%%JDK_VERSION%%/demo/jfc/Font2DTest/resources/TextResources_de.properties -jdk%%JDK_VERSION%%/demo/jfc/Font2DTest/resources/TextResources_en.properties -jdk%%JDK_VERSION%%/demo/jfc/Font2DTest/resources/TextResources_en_GB.properties -jdk%%JDK_VERSION%%/demo/jfc/Font2DTest/resources/TextResources_ko.properties -jdk%%JDK_VERSION%%/demo/jfc/Font2DTest/resources/resource.data -jdk%%JDK_VERSION%%/demo/jfc/Font2DTest/src/Font2DTest.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/Java2Demo.html -jdk%%JDK_VERSION%%/demo/jfc/Java2D/Java2Demo.jar -jdk%%JDK_VERSION%%/demo/jfc/Java2D/README.txt -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/AnimatingControlsSurface.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/AnimatingSurface.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/CloningFeature.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/ControlsSurface.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/CustomControls.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/CustomControlsContext.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/DemoFonts.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/DemoGroup.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/DemoImages.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/DemoPanel.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/GlobalControls.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/GlobalPanel.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/Intro.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/Java2Demo.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/Java2DemoApplet.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/MemoryMonitor.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/PerformanceMonitor.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/RunWindow.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/Surface.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/TextureChooser.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/Tools.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Arcs_Curves/Arcs.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Arcs_Curves/BezierAnim.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Arcs_Curves/Curves.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Arcs_Curves/Ellipses.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Clipping/Areas.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Clipping/ClipAnim.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Clipping/Intersection.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Clipping/Text.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Colors/BullsEye.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Colors/ColorConvert.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Colors/Rotator3D.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Composite/ACimages.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Composite/ACrules.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Composite/FadeAnim.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Fonts/AllFonts.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Fonts/AttributedStr.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Fonts/Highlighting.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Fonts/Outline.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Fonts/Tree.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Images/DukeAnim.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Images/ImageOps.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Images/JPEGFlip.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Images/WarpImage.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Lines/Caps.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Lines/Dash.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Lines/Joins.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Lines/LineAnim.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Mix/Balls.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Mix/BezierScroller.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Mix/Stars3D.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Paint/GradAnim.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Paint/Gradient.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Paint/Texture.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Paint/TextureAnim.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Paths/Append.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Paths/CurveQuadTo.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Paths/FillStroke.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Paths/WindingRule.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Transforms/Rotate.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Transforms/SelectTx.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Transforms/TransformAnim.java -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/HelpFiles/back.gif -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/HelpFiles/credits.html -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/HelpFiles/duke.gif -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/HelpFiles/javalogo.gif -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/HelpFiles/metal.html -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/HelpFiles/metalworks.html -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/HelpFiles/swing.html -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/HelpFiles/toc.html -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/Metalworks.jar -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/MyTheme.theme -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/README.txt -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/images/palette_crop.gif -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/images/palette_draw.gif -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/images/palette_hand.gif -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/images/palette_select.gif -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/images/palette_text.gif -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/images/palette_zoom.gif -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/AquaMetalTheme.java -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/BigContrastMetalTheme.java -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/ContrastMetalTheme.java -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/DemoMetalTheme.java -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/GreenMetalTheme.java -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/KhakiMetalTheme.java -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/MetalThemeMenu.java -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/Metalworks.java -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/MetalworksDocumentFrame.java -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/MetalworksFrame.java -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/MetalworksHelp.java -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/MetalworksInBox.java -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/MetalworksPrefs.java -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/PropertiesMetalTheme.java -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/UISwitchListener.java -jdk%%JDK_VERSION%%/demo/jfc/Notepad/Notepad.jar -jdk%%JDK_VERSION%%/demo/jfc/Notepad/README.txt -jdk%%JDK_VERSION%%/demo/jfc/Notepad/resources/Notepad.properties -jdk%%JDK_VERSION%%/demo/jfc/Notepad/resources/Notepad_fr.properties -jdk%%JDK_VERSION%%/demo/jfc/Notepad/resources/Notepad_sv.properties -jdk%%JDK_VERSION%%/demo/jfc/Notepad/resources/Notepad_zh_CN.properties -jdk%%JDK_VERSION%%/demo/jfc/Notepad/resources/copy.gif -jdk%%JDK_VERSION%%/demo/jfc/Notepad/resources/cut.gif -jdk%%JDK_VERSION%%/demo/jfc/Notepad/resources/new.gif -jdk%%JDK_VERSION%%/demo/jfc/Notepad/resources/open.gif -jdk%%JDK_VERSION%%/demo/jfc/Notepad/resources/paste.gif -jdk%%JDK_VERSION%%/demo/jfc/Notepad/resources/save.gif -jdk%%JDK_VERSION%%/demo/jfc/Notepad/src/ElementTreePanel.java -jdk%%JDK_VERSION%%/demo/jfc/Notepad/src/Notepad.java -jdk%%JDK_VERSION%%/demo/jfc/SampleTree/README.txt -jdk%%JDK_VERSION%%/demo/jfc/SampleTree/SampleTree.jar -jdk%%JDK_VERSION%%/demo/jfc/SampleTree/images/collapsed.gif -jdk%%JDK_VERSION%%/demo/jfc/SampleTree/images/expanded.gif -jdk%%JDK_VERSION%%/demo/jfc/SampleTree/src/DynamicTreeNode.java -jdk%%JDK_VERSION%%/demo/jfc/SampleTree/src/SampleData.java -jdk%%JDK_VERSION%%/demo/jfc/SampleTree/src/SampleTree.java -jdk%%JDK_VERSION%%/demo/jfc/SampleTree/src/SampleTreeCellRenderer.java -jdk%%JDK_VERSION%%/demo/jfc/SampleTree/src/SampleTreeModel.java -jdk%%JDK_VERSION%%/demo/jfc/SimpleExample/README.txt -jdk%%JDK_VERSION%%/demo/jfc/SimpleExample/SimpleExample.jar -jdk%%JDK_VERSION%%/demo/jfc/SimpleExample/src/SimpleExample.java -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/README.txt -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/Stylepad.jar -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/Notepad.properties -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/Notepad_fr.properties -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/Notepad_sv.properties -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/Notepad_zh_CN.properties -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/Stylepad.properties -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/Stylepad_sv.properties -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/Stylepad_zh_CN.properties -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/alice.gif -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/bold.gif -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/bullets.gif -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/caterpillar.gif -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/center.gif -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/copy.gif -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/cut.gif -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/fg.gif -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/hatter.gif -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/italic.gif -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/left.gif -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/new.gif -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/open.gif -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/paste.gif -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/rabbit.gif -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/rabbit2.gif -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/right.gif -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/save.gif -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/underline.gif -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/ElementTreePanel.java -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/HelloWorld.java -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/Notepad.java -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/Stylepad.java -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/Wonderland.java -jdk%%JDK_VERSION%%/demo/jfc/SwingApplet/README.txt -jdk%%JDK_VERSION%%/demo/jfc/SwingApplet/SwingApplet.html -jdk%%JDK_VERSION%%/demo/jfc/SwingApplet/SwingApplet.jar -jdk%%JDK_VERSION%%/demo/jfc/SwingApplet/src/SwingApplet.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/README.txt -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/SwingSet2.html -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/SwingSet2.jar -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/SwingSet2Plugin.html -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/AquaTheme.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/BezierAnimationPanel.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ButtonDemo.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/CharcoalTheme.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/CodeViewer.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ColorChooserDemo.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ComboBoxDemo.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ContrastTheme.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/DemoModule.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/DirectionPanel.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/EmeraldTheme.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ExampleFileFilter.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ExampleFileView.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/FileChooserDemo.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/HtmlDemo.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/InternalFrameDemo.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/LayoutControlPanel.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ListDemo.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/OptionPaneDemo.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/Permuter.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ProgressBarDemo.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/RubyTheme.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ScrollPaneDemo.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/SliderDemo.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/SplitPaneDemo.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/SwingSet2.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/SwingSet2Applet.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/TabbedPaneDemo.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/TableDemo.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ToolTipDemo.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/TreeDemo.java -jdk%%JDK_VERSION%%/demo/jfc/TableExample/README.txt -jdk%%JDK_VERSION%%/demo/jfc/TableExample/TableExample.jar -jdk%%JDK_VERSION%%/demo/jfc/TableExample/src/JDBCAdapter.java -jdk%%JDK_VERSION%%/demo/jfc/TableExample/src/OldJTable.java -jdk%%JDK_VERSION%%/demo/jfc/TableExample/src/TableExample.java -jdk%%JDK_VERSION%%/demo/jfc/TableExample/src/TableExample2.java -jdk%%JDK_VERSION%%/demo/jfc/TableExample/src/TableExample3.java -jdk%%JDK_VERSION%%/demo/jfc/TableExample/src/TableExample4.java -jdk%%JDK_VERSION%%/demo/jfc/TableExample/src/TableMap.java -jdk%%JDK_VERSION%%/demo/jfc/TableExample/src/TableSorter.java -jdk%%JDK_VERSION%%/demo/jpda/examples.jar -jdk%%JDK_VERSION%%/demo/sound/JavaSound.html -jdk%%JDK_VERSION%%/demo/sound/JavaSound.jar -jdk%%JDK_VERSION%%/demo/sound/README.txt -jdk%%JDK_VERSION%%/demo/sound/media/ambient.rmf -jdk%%JDK_VERSION%%/demo/sound/media/bark.aiff -jdk%%JDK_VERSION%%/demo/sound/media/bong.wav -jdk%%JDK_VERSION%%/demo/sound/media/classical.rmf -jdk%%JDK_VERSION%%/demo/sound/media/modern-rock.rmf -jdk%%JDK_VERSION%%/demo/sound/media/sfx-medley.rmf -jdk%%JDK_VERSION%%/demo/sound/media/spacemusic.au -jdk%%JDK_VERSION%%/demo/sound/media/trance.rmf -jdk%%JDK_VERSION%%/demo/sound/media/trippygaia1.mid -jdk%%JDK_VERSION%%/demo/sound/src/CapturePlayback.java -jdk%%JDK_VERSION%%/demo/sound/src/ControlContext.java -jdk%%JDK_VERSION%%/demo/sound/src/Groove.java -jdk%%JDK_VERSION%%/demo/sound/src/JavaSound.java -jdk%%JDK_VERSION%%/demo/sound/src/JavaSoundApplet.java -jdk%%JDK_VERSION%%/demo/sound/src/Juke.java -jdk%%JDK_VERSION%%/demo/sound/src/MidiSynth.java -jdk%%JDK_VERSION%%/demo/sound/src/TempoDial.java -jdk%%JDK_VERSION%%/include-old/StubPreamble.h -jdk%%JDK_VERSION%%/include-old/alloc_cache.h -jdk%%JDK_VERSION%%/include-old/bag.h -jdk%%JDK_VERSION%%/include-old/bool.h -jdk%%JDK_VERSION%%/include-old/breakpoints.h -jdk%%JDK_VERSION%%/include-old/byteorder.h -jdk%%JDK_VERSION%%/include-old/common_exceptions.h -jdk%%JDK_VERSION%%/include-old/debug.h -jdk%%JDK_VERSION%%/include-old/dll.h -jdk%%JDK_VERSION%%/include-old/exceptions.h -jdk%%JDK_VERSION%%/include-old/freebsd/byteorder_md.h -jdk%%JDK_VERSION%%/include-old/freebsd/gc_md.h -jdk%%JDK_VERSION%%/include-old/freebsd/hpi_md.h -jdk%%JDK_VERSION%%/include-old/freebsd/io_md.h -jdk%%JDK_VERSION%%/include-old/freebsd/jawt_md.h -jdk%%JDK_VERSION%%/include-old/freebsd/jmath_md.h -jdk%%JDK_VERSION%%/include-old/freebsd/jvm_md.h -jdk%%JDK_VERSION%%/include-old/freebsd/miscdefs_md.h -jdk%%JDK_VERSION%%/include-old/freebsd/path_md.h -jdk%%JDK_VERSION%%/include-old/freebsd/sysmacros_md.h -jdk%%JDK_VERSION%%/include-old/freebsd/timeval_md.h -jdk%%JDK_VERSION%%/include-old/freebsd/typedefs_md.h -jdk%%JDK_VERSION%%/include-old/gc.h -jdk%%JDK_VERSION%%/include-old/hpi.h -jdk%%JDK_VERSION%%/include-old/interpreter.h -jdk%%JDK_VERSION%%/include-old/javaString.h -jdk%%JDK_VERSION%%/include-old/java_lang_ClassLoader.h -jdk%%JDK_VERSION%%/include-old/java_lang_String.h -jdk%%JDK_VERSION%%/include-old/java_lang_Thread.h -jdk%%JDK_VERSION%%/include-old/java_lang_ThreadGroup.h -jdk%%JDK_VERSION%%/include-old/jawt.h -jdk%%JDK_VERSION%%/include-old/jit.h -jdk%%JDK_VERSION%%/include-old/jmath.h -jdk%%JDK_VERSION%%/include-old/jvm.h -jdk%%JDK_VERSION%%/include-old/jvmdi.h -jdk%%JDK_VERSION%%/include-old/jvmpi.h -jdk%%JDK_VERSION%%/include-old/log.h -jdk%%JDK_VERSION%%/include-old/monitor.h -jdk%%JDK_VERSION%%/include-old/monitor_cache.h -jdk%%JDK_VERSION%%/include-old/native.h -jdk%%JDK_VERSION%%/include-old/oldnmi.h -jdk%%JDK_VERSION%%/include-old/oobj.h -jdk%%JDK_VERSION%%/include-old/opcodes.h -jdk%%JDK_VERSION%%/include-old/path.h -jdk%%JDK_VERSION%%/include-old/reflect.h -jdk%%JDK_VERSION%%/include-old/signature.h -jdk%%JDK_VERSION%%/include-old/sys_api.h -jdk%%JDK_VERSION%%/include-old/threads.h -jdk%%JDK_VERSION%%/include-old/tree.h -jdk%%JDK_VERSION%%/include-old/typecodes.h -jdk%%JDK_VERSION%%/include-old/typedefs.h -jdk%%JDK_VERSION%%/include-old/utf.h -jdk%%JDK_VERSION%%/include-old/util.h -jdk%%JDK_VERSION%%/include-old/vmprofiler.h -jdk%%JDK_VERSION%%/include-old/wrap.h -jdk%%JDK_VERSION%%/include/freebsd/jawt_md.h -jdk%%JDK_VERSION%%/include/freebsd/jni_md.h -jdk%%JDK_VERSION%%/include/jawt.h -jdk%%JDK_VERSION%%/include/jni.h -jdk%%JDK_VERSION%%/include/jvmdi.h -jdk%%JDK_VERSION%%/include/jvmpi.h -jdk%%JDK_VERSION%%/jre/CHANGES -jdk%%JDK_VERSION%%/jre/COPYRIGHT -jdk%%JDK_VERSION%%/jre/LICENSE -jdk%%JDK_VERSION%%/jre/LICENSE.fr -jdk%%JDK_VERSION%%/jre/README -jdk%%JDK_VERSION%%/jre/Welcome.html -jdk%%JDK_VERSION%%/jre/bin/.java_wrapper -jdk%%JDK_VERSION%%/jre/bin/awt_robot -jdk%%JDK_VERSION%%/jre/bin/i386/green_threads/appletviewer -jdk%%JDK_VERSION%%/jre/bin/i386/green_threads/extcheck -jdk%%JDK_VERSION%%/jre/bin/i386/green_threads/idlj -jdk%%JDK_VERSION%%/jre/bin/i386/green_threads/jar -jdk%%JDK_VERSION%%/jre/bin/i386/green_threads/jarsigner -jdk%%JDK_VERSION%%/jre/bin/i386/green_threads/java -jdk%%JDK_VERSION%%/jre/bin/i386/green_threads/javac -jdk%%JDK_VERSION%%/jre/bin/i386/green_threads/javadoc -jdk%%JDK_VERSION%%/jre/bin/i386/green_threads/javah -jdk%%JDK_VERSION%%/jre/bin/i386/green_threads/javap -jdk%%JDK_VERSION%%/jre/bin/i386/green_threads/jdb -jdk%%JDK_VERSION%%/jre/bin/i386/green_threads/keytool -jdk%%JDK_VERSION%%/jre/bin/i386/green_threads/native2ascii -jdk%%JDK_VERSION%%/jre/bin/i386/green_threads/oldjava -jdk%%JDK_VERSION%%/jre/bin/i386/green_threads/oldjavac -jdk%%JDK_VERSION%%/jre/bin/i386/green_threads/oldjdb -jdk%%JDK_VERSION%%/jre/bin/i386/green_threads/policytool -jdk%%JDK_VERSION%%/jre/bin/i386/green_threads/rmic -jdk%%JDK_VERSION%%/jre/bin/i386/green_threads/rmid -jdk%%JDK_VERSION%%/jre/bin/i386/green_threads/rmiregistry -jdk%%JDK_VERSION%%/jre/bin/i386/green_threads/serialver -jdk%%JDK_VERSION%%/jre/bin/i386/green_threads/tnameserv -jdk%%JDK_VERSION%%/jre/bin/java -jdk%%JDK_VERSION%%/jre/bin/keytool -jdk%%JDK_VERSION%%/jre/bin/policytool -jdk%%JDK_VERSION%%/jre/bin/rmid -jdk%%JDK_VERSION%%/jre/bin/rmiregistry -jdk%%JDK_VERSION%%/jre/bin/tnameserv -jdk%%JDK_VERSION%%/jre/lib/audio/soundbank.gm -jdk%%JDK_VERSION%%/jre/lib/cmm/CIEXYZ.pf -jdk%%JDK_VERSION%%/jre/lib/cmm/GRAY.pf -jdk%%JDK_VERSION%%/jre/lib/cmm/LINEAR_RGB.pf -jdk%%JDK_VERSION%%/jre/lib/cmm/PYCC.pf -jdk%%JDK_VERSION%%/jre/lib/cmm/sRGB.pf -jdk%%JDK_VERSION%%/jre/lib/content-types.properties -jdk%%JDK_VERSION%%/jre/lib/flavormap.properties -jdk%%JDK_VERSION%%/jre/lib/font.properties -jdk%%JDK_VERSION%%/jre/lib/font.properties.ja -jdk%%JDK_VERSION%%/jre/lib/font.properties.zh -jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaBrightDemiBold.ttf -jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaBrightDemiItalic.ttf -jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaBrightItalic.ttf -jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaBrightRegular.ttf -jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaSansDemiBold.ttf -jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaSansDemiOblique.ttf -jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaSansOblique.ttf -jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaSansRegular.ttf -jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaTypewriterBold.ttf -jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaTypewriterBoldOblique.ttf -jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaTypewriterOblique.ttf -jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaTypewriterRegular.ttf -jdk%%JDK_VERSION%%/jre/lib/fonts/fonts.dir -jdk%%JDK_VERSION%%/jre/lib/i18n.jar -jdk%%JDK_VERSION%%/jre/lib/i386/classic/Xusage.txt -jdk%%JDK_VERSION%%/jre/lib/i386/classic/libjvm.so -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/classic/libjvm_g.so -jdk%%JDK_VERSION%%/jre/lib/i386/green_threads/libhpi.so -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/green_threads/libhpi_g.so -jdk%%JDK_VERSION%%/jre/lib/i386/libJdbcOdbc.so -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libJdbcOdbc_g.so -jdk%%JDK_VERSION%%/jre/lib/i386/libagent.so -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libagent_g.so -jdk%%JDK_VERSION%%/jre/lib/i386/libawt.so -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libawt_g.so -jdk%%JDK_VERSION%%/jre/lib/i386/libcmm.so -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libcmm_g.so -jdk%%JDK_VERSION%%/jre/lib/i386/libdcpr.so -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libdcpr_g.so -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libdt_socket_g.so -jdk%%JDK_VERSION%%/jre/lib/i386/libfontmanager.so -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libfontmanager_g.so -jdk%%JDK_VERSION%%/jre/lib/i386/libhprof.so -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libhprof_g.so -jdk%%JDK_VERSION%%/jre/lib/i386/libioser12.so -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libioser12_g.so -jdk%%JDK_VERSION%%/jre/lib/i386/libjava.so -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libjava_g.so -jdk%%JDK_VERSION%%/jre/lib/i386/libjawt.so -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libjawt_g.so -jdk%%JDK_VERSION%%/jre/lib/i386/libjcov.so -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libjcov_g.so -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libjdwp_g.so -jdk%%JDK_VERSION%%/jre/lib/i386/libjpeg.so -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libjpeg_g.so -jdk%%JDK_VERSION%%/jre/lib/i386/libjsound.so -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libjsound_g.so -jdk%%JDK_VERSION%%/jre/lib/i386/libmlib_image.so -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libmlib_image_g.so -jdk%%JDK_VERSION%%/jre/lib/i386/libnet.so -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libnet_g.so -jdk%%JDK_VERSION%%/jre/lib/i386/libverify.so -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libverify_g.so -jdk%%JDK_VERSION%%/jre/lib/i386/libzip.so -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libzip_g.so -jdk%%JDK_VERSION%%/jre/lib/images/cursors/cursors.properties -jdk%%JDK_VERSION%%/jre/lib/images/cursors/invalid32x32.gif -jdk%%JDK_VERSION%%/jre/lib/images/cursors/motif_CopyDrop32x32.gif -jdk%%JDK_VERSION%%/jre/lib/images/cursors/motif_CopyNoDrop32x32.gif -jdk%%JDK_VERSION%%/jre/lib/images/cursors/motif_LinkDrop32x32.gif -jdk%%JDK_VERSION%%/jre/lib/images/cursors/motif_LinkNoDrop32x32.gif -jdk%%JDK_VERSION%%/jre/lib/images/cursors/motif_MoveDrop32x32.gif -jdk%%JDK_VERSION%%/jre/lib/images/cursors/motif_MoveNoDrop32x32.gif -jdk%%JDK_VERSION%%/jre/lib/jvm.cfg -jdk%%JDK_VERSION%%/jre/lib/jvm.hprof.txt -jdk%%JDK_VERSION%%/jre/lib/jvm.jcov.txt -jdk%%JDK_VERSION%%/jre/lib/psfont.properties.ja -jdk%%JDK_VERSION%%/jre/lib/psfontj2d.properties -jdk%%JDK_VERSION%%/jre/lib/rt.jar -jdk%%JDK_VERSION%%/jre/lib/security/cacerts -jdk%%JDK_VERSION%%/jre/lib/security/java.policy -jdk%%JDK_VERSION%%/jre/lib/security/java.security -jdk%%JDK_VERSION%%/jre/lib/sunrsasign.jar -jdk%%JDK_VERSION%%/jre/lib/tzmappings -jdk%%JDK_VERSION%%/lib/dt.jar -jdk%%JDK_VERSION%%/lib/i386/libdt_socket.so -jdk%%JDK_VERSION%%/lib/i386/libjdwp.so -jdk%%JDK_VERSION%%/lib/ir.idl -jdk%%JDK_VERSION%%/lib/orb.idl -jdk%%JDK_VERSION%%/lib/tools.jar -jdk%%JDK_VERSION%%/man/man1/appletviewer.1 -jdk%%JDK_VERSION%%/man/man1/extcheck.1 -jdk%%JDK_VERSION%%/man/man1/jar.1 -jdk%%JDK_VERSION%%/man/man1/jarsigner.1 -jdk%%JDK_VERSION%%/man/man1/java.1 -jdk%%JDK_VERSION%%/man/man1/javac.1 -jdk%%JDK_VERSION%%/man/man1/javadoc.1 -jdk%%JDK_VERSION%%/man/man1/javah.1 -jdk%%JDK_VERSION%%/man/man1/javap.1 -jdk%%JDK_VERSION%%/man/man1/jdb.1 -jdk%%JDK_VERSION%%/man/man1/keytool.1 -jdk%%JDK_VERSION%%/man/man1/native2ascii.1 -jdk%%JDK_VERSION%%/man/man1/rmic.1 -jdk%%JDK_VERSION%%/man/man1/rmid.1 -jdk%%JDK_VERSION%%/man/man1/rmiregistry.1 -jdk%%JDK_VERSION%%/man/man1/serialver.1 -jdk%%JDK_VERSION%%/man/man1/tnameserv.1 -jdk%%JDK_VERSION%%/src.jar -@exec mkdir -p %D/share/java/classes -@exec mkdir -p %D/share/doc/java -@unexec rmdir %D/share/java/classes 2>/dev/null || true -@unexec rmdir %D/share/java 2>/dev/null || true -@unexec rmdir %D/share/doc/java 2>/dev/null || true -@exec %D/bin/registervm "%D/jdk%%JDK_VERSION%%/bin/java # FREEBSD-JDK%%JDK_VERSION%%" -@unexec %D/bin/unregistervm FREEBSD-JDK%%JDK_VERSION%% -@dirrm jdk%%JDK_VERSION%%/man/man1 -@dirrm jdk%%JDK_VERSION%%/man -@dirrm jdk%%JDK_VERSION%%/lib/i386 -@dirrm jdk%%JDK_VERSION%%/lib -@dirrm jdk%%JDK_VERSION%%/jre/plugin -@dirrm jdk%%JDK_VERSION%%/jre/lib/security -@dirrm jdk%%JDK_VERSION%%/jre/lib/images/cursors -@dirrm jdk%%JDK_VERSION%%/jre/lib/images -@dirrm jdk%%JDK_VERSION%%/jre/lib/i386/green_threads -@dirrm jdk%%JDK_VERSION%%/jre/lib/i386/classic -@dirrm jdk%%JDK_VERSION%%/jre/lib/i386 -@dirrm jdk%%JDK_VERSION%%/jre/lib/fonts -@dirrm jdk%%JDK_VERSION%%/jre/lib/ext -@dirrm jdk%%JDK_VERSION%%/jre/lib/cmm -@dirrm jdk%%JDK_VERSION%%/jre/lib/audio -@dirrm jdk%%JDK_VERSION%%/jre/lib/applet -@dirrm jdk%%JDK_VERSION%%/jre/lib -@dirrm jdk%%JDK_VERSION%%/jre/bin/i386/green_threads -@dirrm jdk%%JDK_VERSION%%/jre/bin/i386 -@dirrm jdk%%JDK_VERSION%%/jre/bin -@dirrm jdk%%JDK_VERSION%%/jre -@dirrm jdk%%JDK_VERSION%%/include/freebsd -@dirrm jdk%%JDK_VERSION%%/include-old/freebsd -@dirrm jdk%%JDK_VERSION%%/include-old -@dirrm jdk%%JDK_VERSION%%/include -@dirrm jdk%%JDK_VERSION%%/demo/sound/src -@dirrm jdk%%JDK_VERSION%%/demo/sound/media -@dirrm jdk%%JDK_VERSION%%/demo/sound -@dirrm jdk%%JDK_VERSION%%/demo/jpda -@dirrm jdk%%JDK_VERSION%%/demo/jfc/TableExample/src -@dirrm jdk%%JDK_VERSION%%/demo/jfc/TableExample -@dirrm jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src -@dirrm jdk%%JDK_VERSION%%/demo/jfc/SwingSet2 -@dirrm jdk%%JDK_VERSION%%/demo/jfc/SwingApplet/src -@dirrm jdk%%JDK_VERSION%%/demo/jfc/SwingApplet -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Stylepad -@dirrm jdk%%JDK_VERSION%%/demo/jfc/SimpleExample/src -@dirrm jdk%%JDK_VERSION%%/demo/jfc/SimpleExample -@dirrm jdk%%JDK_VERSION%%/demo/jfc/SampleTree/src -@dirrm jdk%%JDK_VERSION%%/demo/jfc/SampleTree/images -@dirrm jdk%%JDK_VERSION%%/demo/jfc/SampleTree -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Notepad/src -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Notepad/resources -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Notepad -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Metalworks/images -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Metalworks/HelpFiles -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Metalworks -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Transforms -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Paths -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Paint -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Mix -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Lines -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Images -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Fonts -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Composite -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Colors -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Clipping -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Arcs_Curves -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Font2DTest/src -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Font2DTest/resources -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Font2DTest -@dirrm jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/src -@dirrm jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/images -@dirrm jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo -@dirrm jdk%%JDK_VERSION%%/demo/jfc/DBDemos/JavaDB -@dirrm jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertSuppliers/Sybase -@dirrm jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertSuppliers/MSAccess -@dirrm jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertSuppliers -@dirrm jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertCoffees/Sybase -@dirrm jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertCoffees/SQLSrvr -@dirrm jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertCoffees -@dirrm jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateSuppliers/Sybase -@dirrm jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateSuppliers/MSAccess -@dirrm jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateSuppliers -@dirrm jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateCoffees/Sybase -@dirrm jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateCoffees/MSAccess -@dirrm jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateCoffees -@dirrm jdk%%JDK_VERSION%%/demo/jfc/DBDemos -@dirrm jdk%%JDK_VERSION%%/demo/jfc -@dirrm jdk%%JDK_VERSION%%/demo/applets/WireFrame/models -@dirrm jdk%%JDK_VERSION%%/demo/applets/WireFrame -@dirrm jdk%%JDK_VERSION%%/demo/applets/TicTacToe/images -@dirrm jdk%%JDK_VERSION%%/demo/applets/TicTacToe/audio -@dirrm jdk%%JDK_VERSION%%/demo/applets/TicTacToe -@dirrm jdk%%JDK_VERSION%%/demo/applets/SymbolTest -@dirrm jdk%%JDK_VERSION%%/demo/applets/SpreadSheet -@dirrm jdk%%JDK_VERSION%%/demo/applets/SortDemo -@dirrm jdk%%JDK_VERSION%%/demo/applets/SimpleGraph -@dirrm jdk%%JDK_VERSION%%/demo/applets/NervousText -@dirrm jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/models -@dirrm jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer -@dirrm jdk%%JDK_VERSION%%/demo/applets/JumpingBox/sounds -@dirrm jdk%%JDK_VERSION%%/demo/applets/JumpingBox -@dirrm jdk%%JDK_VERSION%%/demo/applets/ImageMap/images -@dirrm jdk%%JDK_VERSION%%/demo/applets/ImageMap/audio -@dirrm jdk%%JDK_VERSION%%/demo/applets/ImageMap -@dirrm jdk%%JDK_VERSION%%/demo/applets/GraphicsTest -@dirrm jdk%%JDK_VERSION%%/demo/applets/GraphLayout/audio -@dirrm jdk%%JDK_VERSION%%/demo/applets/GraphLayout -@dirrm jdk%%JDK_VERSION%%/demo/applets/Fractal -@dirrm jdk%%JDK_VERSION%%/demo/applets/DrawTest -@dirrm jdk%%JDK_VERSION%%/demo/applets/DitherTest -@dirrm jdk%%JDK_VERSION%%/demo/applets/Clock -@dirrm jdk%%JDK_VERSION%%/demo/applets/CardTest -@dirrm jdk%%JDK_VERSION%%/demo/applets/Blink -@dirrm jdk%%JDK_VERSION%%/demo/applets/BarChart -@dirrm jdk%%JDK_VERSION%%/demo/applets/ArcTest -@dirrm jdk%%JDK_VERSION%%/demo/applets/Animator/images/SimpleAnimation -@dirrm jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans -@dirrm jdk%%JDK_VERSION%%/demo/applets/Animator/images -@dirrm jdk%%JDK_VERSION%%/demo/applets/Animator/audio -@dirrm jdk%%JDK_VERSION%%/demo/applets/Animator -@dirrm jdk%%JDK_VERSION%%/demo/applets -@dirrm jdk%%JDK_VERSION%%/demo -@dirrm jdk%%JDK_VERSION%%/bin/i386/green_threads -@dirrm jdk%%JDK_VERSION%%/bin/i386 -@dirrm jdk%%JDK_VERSION%%/bin -@dirrm jdk%%JDK_VERSION%% diff --git a/java/jdk16/Makefile b/java/jdk16/Makefile deleted file mode 100644 index fae5f6f38f96..000000000000 --- a/java/jdk16/Makefile +++ /dev/null @@ -1,93 +0,0 @@ -# New ports collection makefile for: jdk13 -# Date created: 10 October 2000 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= jdk -PORTVERSION= ${JDK_VERSION}p${JDK_PATCHSET_VERSION} -PORTREVISION= 1 -CATEGORIES= java devel -MASTER_SITES= # http://www.sun.com/software/java2/download.html -# http://www.eyesbeyond.com/freebsddom/java/jdk13.html -DISTFILES= j2sdk-${JDK_VERSION:S/./_/g}-src${EXTRACT_SUFX} \ - bsd-jdk131-patches-${JDK_PATCHSET_VERSION}.tar.gz - -MAINTAINER= sobomax@FreeBSD.org - -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ - zip:${PORTSDIR}/archivers/zip \ - gtar:${PORTSDIR}/archivers/gtar \ - ${JDK13DIR}/bin/javac:${PORTSDIR}/java/linux-jdk13 \ - ${X11BASE}/lib/libMrm.a:${PORTSDIR}/x11-toolkits/open-motif-devel -RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper - -WRKSRC= ${WRKDIR}/j2sdk1.3.1/make - -JDK_VERSION= 1.3.1 -JDK_PATCHSET_VERSION= 4 - -JDK13DIR?= ${LOCALBASE}/linux-jdk${JDK_VERSION} - -ONLY_FOR_ARCHS= i386 -USE_GMAKE= yes -RESTRICTED= "Redistribution of pre-compiled binaries isn't permitted" -MAKE_ENV= ALT_BOOTDIR="${JDK13DIR}" \ - ALT_MOTIF_DIR="${X11BASE}" \ - OPENWINHOME="${X11BASE}" \ - SYS_CFLAGS="${CFLAGS}" \ - CLASSPATH="" \ - LD_LIBRARY_PATH="" \ - JAVA_COMPILER="" -ALL_TARGET= all images -TAR= gtar # Necessary for proper extraction of sources -BSD_TAR= /usr/bin/tar -PLIST_SUB+= JDK_VERSION=${JDK_VERSION} - -JDKIMAGEDIR= ${WRKSRC}/../build/bsd-i386/jdk-image-i386 -JDKIMAGEDIR_G= ${WRKSRC}/../build/bsd-i386/jdk-debug-image-i386 - -.if defined(NODEBUG) -PLIST_SUB+= DEBUG:="@comment " -PKGNAMESUFFIX= -nodebug -.else -PLIST_SUB+= DEBUG:="" -.endif - -.if defined(BATCH) || defined(PACKAGE_BUILDING) -IGNORE= "You can not legally distribute pre-compiled binaries" -.endif - -.include <bsd.port.pre.mk> - -.for file in ${DISTFILES} -.if !exists(${DISTDIR}/${file}) -IGNORE=You must manually fetch the source distribution and FreeBSD patches (${DISTFILES}) from http://www.sun.com/software/java2/download.html and http://www.eyesbeyond.com/freebsddom/java/jdk13.html, place it in ${DISTDIR} and then run make again -.endif -.endfor - -pre-patch: - @cd ${WRKDIR} && ${PATCH} < ${WRKDIR}/jdk131.patches - -.if !defined(NODEBUG) -pre-install: - @${ECHO_MSG} - @${ECHO_MSG} "Please use \`make -DNODEBUG' if you don't want to install libraries and binaries" - @${ECHO_MSG} "with debugging support." - @${ECHO_MSG} -.endif - -do-install: - ${MKDIR} ${PREFIX}/jdk${JDK_VERSION} - (cd ${JDKIMAGEDIR} && ${BSD_TAR} -c -f - .) \ - | (cd ${PREFIX}/jdk${JDK_VERSION} && ${BSD_TAR} --unlink -x -f -) -.if !defined(NODEBUG) - (cd ${JDKIMAGEDIR_G} && ${BSD_TAR} -c -f - .) \ - | (cd ${PREFIX}/jdk${JDK_VERSION} && ${BSD_TAR} --unlink -x -f -) -.endif - -post-install: - ${LOCALBASE}/bin/registervm "${PREFIX}/jdk${JDK_VERSION}/bin/java # FREEBSD-JDK${JDK_VERSION}" - -.include <bsd.port.post.mk> diff --git a/java/jdk16/distinfo b/java/jdk16/distinfo deleted file mode 100644 index faa546d015d2..000000000000 --- a/java/jdk16/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (j2sdk-1_3_1-src.tar.gz) = 787a01655133df85e65eda7deb2ece57 -MD5 (bsd-jdk131-patches-4.tar.gz) = ec4725aad2b59f6237372f2e97889183 diff --git a/java/jdk16/files/patch-..::src::solaris::bin::java_wrapper_bsd.sh b/java/jdk16/files/patch-..::src::solaris::bin::java_wrapper_bsd.sh deleted file mode 100644 index d3371e11b6f5..000000000000 --- a/java/jdk16/files/patch-..::src::solaris::bin::java_wrapper_bsd.sh +++ /dev/null @@ -1,28 +0,0 @@ - -$FreeBSD$ - ---- ../src/solaris/bin/java_wrapper_bsd.sh.orig Mon Sep 10 12:20:57 2001 -+++ ../src/solaris/bin/java_wrapper_bsd.sh Mon Sep 10 14:23:56 2001 -@@ -121,13 +121,17 @@ - export _JVM_THREADS_TYPE - fi - --# Set LD_LIBRARY_PATH for hotspot VM. --#j=`$jre/bin/realpath $jre` --ld="${jre}/lib/${proc}/${ttype}:${jre}/lib/${proc}/${vmtype}:${jre}/lib/${proc}" -+# If jre is in a jre subdir, include parent dir libraries in lib path. This -+# needs to be cleaned up because -Xrun libraries are the ones that need it. -+if [ "${jre}" = "${JREHOME}" ]; then -+ JAVA_LIBRARY_PATH=":${jre}/../lib/${proc}" -+fi -+# Set LD_LIBRARY_PATH for thread type, VM type and standard native libraries. -+JAVA_LIBRARY_PATH="${jre}/lib/${proc}/${ttype}:${jre}/lib/${proc}/${vmtype}:${jre}/lib/${proc}${JAVA_LIBRARY_PATH}" - if [ -z "$LD_LIBRARY_PATH" ]; then -- LD_LIBRARY_PATH="$ld" -+ LD_LIBRARY_PATH="${JAVA_LIBRARY_PATH}" - else -- LD_LIBRARY_PATH="$ld:$LD_LIBRARY_PATH" -+ LD_LIBRARY_PATH="${JAVA_LIBRARY_PATH}:$LD_LIBRARY_PATH" - fi - export LD_LIBRARY_PATH - diff --git a/java/jdk16/files/patch-..::src::solaris::hpi::green_threads::src::iomgr.c b/java/jdk16/files/patch-..::src::solaris::hpi::green_threads::src::iomgr.c deleted file mode 100644 index 04b106d7778b..000000000000 --- a/java/jdk16/files/patch-..::src::solaris::hpi::green_threads::src::iomgr.c +++ /dev/null @@ -1,28 +0,0 @@ - -$FreeBSD$ - ---- ../src/solaris/hpi/green_threads/src/iomgr.c.orig Wed Sep 12 12:39:31 2001 -+++ ../src/solaris/hpi/green_threads/src/iomgr.c Wed Sep 12 12:39:43 2001 -@@ -716,6 +716,22 @@ - WRAPFUNC(read); - WRAPFUNC(write); - WRAPFUNC(fcntl); -+#if __FreeBSD__ >= 5 -+ WRAPFUNC(writev); -+ WRAPFUNC(readv); -+ WRAPFUNC(poll); -+ WRAPFUNC(sendto); -+ WRAPFUNC(dup); -+ WRAPFUNC(accept); -+ WRAPFUNC(recvfrom); -+ WRAPFUNC(socket); -+ WRAPFUNC(connect); -+ WRAPFUNC(select); -+ WRAPFUNC(pipe); -+ WRAPFUNC(creat); -+ WRAPFUNC(recv); -+ WRAPFUNC(send); -+#endif - __dummy(); - } - #else diff --git a/java/jdk16/files/patch-..::src::solaris::native::sun::awt::awt_util.c b/java/jdk16/files/patch-..::src::solaris::native::sun::awt::awt_util.c deleted file mode 100644 index 29c54c966355..000000000000 --- a/java/jdk16/files/patch-..::src::solaris::native::sun::awt::awt_util.c +++ /dev/null @@ -1,13 +0,0 @@ - -$FreeBSD$ - ---- ../src/solaris/native/sun/awt/awt_util.c 2001/08/27 10:49:30 1.1 -+++ ../src/solaris/native/sun/awt/awt_util.c 2001/08/27 10:49:41 -@@ -27,7 +27,6 @@ - #include <Xm/Form.h> - #include <Xm/RowColumn.h> - #include <Xm/MwmUtil.h> --#include <Xm/BaseClassI.h> - - - #include <jni.h> diff --git a/java/jdk16/files/patch-common::Defs-bsd.gmk b/java/jdk16/files/patch-common::Defs-bsd.gmk deleted file mode 100644 index 407ca643fff3..000000000000 --- a/java/jdk16/files/patch-common::Defs-bsd.gmk +++ /dev/null @@ -1,18 +0,0 @@ - -$FreeBSD$ - ---- common/Defs-bsd.gmk.orig Mon Sep 10 17:02:16 2001 -+++ common/Defs-bsd.gmk Mon Sep 10 17:02:42 2001 -@@ -221,10 +221,10 @@ - else # ARCH - CFLAGS_COMMON = $(GCC_WARNINGS) - endif # ARCH --CFLAGS_OPT = $(POPT) -+CFLAGS_OPT = $(POPT) $(SYS_CFLAGS) - CFLAGS_DBG = -g3 - CXXFLAGS_COMMON = $(GCC_WARNINGS) --CXXFLAGS_OPT = $(POPT) -+CXXFLAGS_OPT = $(POPT) $(SYS_CFLAGS) - CXXFLAGS_DBG = -g3 - - CPPFLAGS_COMMON = -D$(ARCH) -DARCH='"$(ARCH)"' -DSOLARIS2 $(VERSION_DEFINES) \ diff --git a/java/jdk16/pkg-comment b/java/jdk16/pkg-comment deleted file mode 100644 index ac319a654e79..000000000000 --- a/java/jdk16/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Sun's Java Developers Kit diff --git a/java/jdk16/pkg-descr b/java/jdk16/pkg-descr deleted file mode 100644 index f923cbfd2320..000000000000 --- a/java/jdk16/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -This is the latest patchset from the Java 2 FreeBSD porting project. This -port allows you to easily build a native JDK1.3.1 for FreeBSD. - -Please note that due to the current Sun licensing policy the resulting binaries -can't be distributed and you are only permitted to use/hack it personally. -Due to the same reasons you have to manually fetch the source code and patchset -for FreeBSD. - -WWW: http://www.freebsd.org/java/ - http://www.eyesbeyond.com/freebsddom/java/index.html - http://www.sun.com/software/communitysource/java2/ diff --git a/java/jdk16/pkg-message b/java/jdk16/pkg-message deleted file mode 100644 index 1078eecc4824..000000000000 --- a/java/jdk16/pkg-message +++ /dev/null @@ -1,966 +0,0 @@ -SUN COMMUNITY SOURCE LICENSE -Version 2.3 -(Rev. Date February 22, 1999) - -RECITALS - -Original Contributor has developed Specifications and Source Code -implementations of certain Technology; and - -Original Contributor desires to license the Technology to a large community to -facilitate research, innovation and product development while maintaining -compatibility of such products with the Technology as delivered by Original -Contributor; and - -Original Contributor desires to license certain Sun Trademarks for the purpose -of branding products that are compatible with the relevant Technology delivered -by Original Contributor; and - -You desire to license the Technology and possibly certain Sun Trademarks from -Original Contributor on the terms and conditions specified in this License. - -In consideration for the mutual covenants contained herein, You and Original -Contributor agree as follows: - -AGREEMENT - -1. Introduction. The Sun Community Source License and effective attachments -("License") may include five distinct licenses: Research Use, TCK, Internal -Deployment Use, Commercial Use and Trademark License. The Research Use license -is effective when You click and accept this License. The TCK and Internal -Deployment Use licenses are effective when You click and accept this License, -unless otherwise specified in the TCK and Internal Deployment Use attachments. -The Commercial Use and Trademark licenses must be signed by You and Original -Contributor in order to become effective. Once effective, these licenses and the -associated requirements and responsibilities are cumulative. Capitalized terms -used in this License are defined in the Glossary. - -2. License Grants. - -2.1 Original Contributor Grant. Subject to Your compliance with Sections 3, -8.10 and Attachment A of this License, Original Contributor grants to You a -worldwide, royalty-free, non- exclusive license, to the extent of Original -Contributor's Intellectual Property Rights covering the Original Code, Upgraded -Code and Specifications, to do the following: - -a) Research Use License: - (i) use, reproduce and modify the Original Code, Upgraded Code and -Specifications to create Modifications and Reformatted Specifications for -Research Use by You, - (ii) publish and display Original Code, Upgraded Code and -Specifications with, or as part of Modifications, as permitted under Section 3.1 -b) below, - (iii) reproduce and distribute copies of Original Code and Upgraded -Code to Licensees and students for Research Use by You, - (iv) compile, reproduce and distribute Original Code and Upgraded -Code in Executable form, and Reformatted Specifications to anyone for Research -Use by You. - -b) Other than the licenses expressly granted in this License, Original -Contributor retains all right, title, and interest in Original Code and Upgraded -Code and Specifications. - -2.2 Your Grants. - -a) To Other Licensees. You hereby grant to each Licensee a license to Your -Error Corrections and Shared Modifications, of the same scope and extent as -Original Contributor's licenses under Section 2.1 a) above relative to Research -Use, Attachment C relative to Internal Deployment Use, and Attachment D relative -to Commercial Use. - -b) To Original Contributor. You hereby grant to Original Contributor a -worldwide, royalty-free, non-exclusive, perpetual and irrevocable license, to -the extent of Your Intellectual Property Rights covering Your Error Corrections, -Shared Modifications and Reformatted Specifications, to use, reproduce, modify, -display and distribute Your Error Corrections, Shared Modifications and -Reformatted Specifications, in any form, including the right to sublicense such -rights through multiple tiers of distribution. - -c) Other than the licenses expressly granted in Sections 2.2 a) and b) -above, and the restriction set forth in Section 3.1 d)(iv) below, You retain all -right, title, and interest in Your Error Corrections, Shared Modifications and -Reformatted Specifications. - -2.3 Contributor Modifications. You may use, reproduce, modify, display and -distribute Contributor Error Corrections, Shared Modifications and Reformatted -Specifications, obtained by You under this License, to the same scope and extent -as with Original Code, Upgraded Code and Specifications. - -2.4 Subcontracting. You may deliver the Source Code of Covered Code to other -Licensees having at least a Research Use license, for the sole purpose of -furnishing development services to You in connection with Your rights granted in -this License. All such Licensees must execute appropriate documents with respect -to such work consistent with the terms of this License, and acknowledging their -work-made-for-hire status or assigning exclusive right to the work product and -associated Intellectual Property Rights to You. - -3. Requirements and Responsibilities. -3.1 Research Use License. As a condition of exercising the rights granted -under Section 2.1 a) above, You agree to comply with the following: - -a) Your Contribution to the Community. All Error Corrections and Shared -Modifications which You create or contribute to are automatically subject to the -licenses granted under Section 2.2 above. You are encouraged to license all of -Your other Modifications under Section 2.2 as Shared Modifications, but are not -required to do so. You agree to notify Original Contributor of any errors in the -Specification. - -b) Source Code Availability. You agree to provide all Your Error -Corrections to Original Contributor as soon as reasonably practicable and, in -any event, prior to Internal Deployment Use or Commercial Use, if applicable. -Original Contributor may, at its discretion, post Source Code for Your Error -Corrections and Shared Modifications on the Community Webserver. You may also -post Error Corrections and Shared Modifications on a web-server of Your choice; -provided, that You must take reasonable precautions to ensure that only -Licensees have access to such Error Corrections and Shared Modifications. Such -precautions shall include, without limitation, a password protection scheme -limited to Licensees and a click-on, download certification of Licensee status -required of those attempting to download from the server. An example of an -acceptable certification is attached as Attachment A-2. - -c) Notices. All Error Corrections and Shared Modifications You create or -contribute to must include a file documenting the additions and changes You made -and the date of such additions and changes. You must also include the notice set -forth in Attachment A-1 in the file header. If it is not possible to put the -notice in a particular Source Code file due to its structure, then You must -include the notice in a location (such as a relevant directory file), where a -recipient would be most likely to look for such a notice. - -d) Redistribution. - - (i) Source. Covered Code may be distributed in Source Code form only -to another Licensee (except for students as provided below). You may not offer -or impose any terms on any Covered Code that alter the rights, requirements, or -responsibilities of such Licensee. You may distribute Covered Code to students -for use in connection with their course work and research projects undertaken at -accredited educational institutions. Such students need not be Licensees, but -must be given a copy of the notice set forth in Attachment A-3 and such notice -must also be included in a file header or prominent location in the Source Code -made available to such students. - - (ii) Executable. You may distribute Executable version(s) of Covered -Code to Licensees and other third parties only for the purpose of evaluation and -comment in connection with Research Use by You and under a license of Your -choice, but which limits use of such Executable version(s) of Covered Code only -to that purpose. - - (iii) Modified Class, Interface and Package Naming. In connection -with Research Use by You only, You may use Original -Contributor’s class, interface and package names only to accurately reference or -invoke the Source Code files You modify. -Original Contributor grants to You a limited license to the extent necessary for -such purposes. - - (iv) You expressly agree that any distribution, in whole or in part, -of Modifications developed by You shall only be done pursuant to the term and -conditions of this License. - -e) Extensions. - - (i) Covered Code. You may not include any Source Code of Community -Code in any Extensions; - - (ii) Publication. No later than the date on which You first -distribute such Extension for Commercial Use, You must publish to the industry, -on a non-confidential basis and free of all copyright restrictions with respect -to reproduction and use, an accurate and current specification for any -Extension. In addition, You must make available an appropriate test suite, -pursuant to the same rights as the specification, sufficiently detailed to allow -any third party reasonably skilled in the technology to produce implementations -of the Extension compatible with the specification. Such test suites must be -made available as soon as reasonably practicable but, in no event, later than -ninety (90) days after Your first Commercial Use of the Extension. You must use -reasonable efforts to promptly clarify and correct the specification and the -test suite upon written request by Original Contributor. - - (iii) Open. You agree to refrain from enforcing any Intellectual -Property Rights You may have covering any interface(s) of Your Extension, which -would prevent the implementation of such interface(s) by Original Contributor or -any Licensee. This obligation does not prevent You from enforcing any -Intellectual Property Right You have that would otherwise be infringed by an -implementation of Your Extension. - - (iv) Class, Interface and Package Naming. You may not add any -packages, or any public or protected classes or interfaces with names that -originate or might appear to originate from Original Contributor including, -without limitation, package or class names which begin with "sun", "java", -"javax", "jini", "net.jini", "com.sun" or their equivalents in any subsequent -class, interface and/ or package naming convention adopted by Original -Contributor. It is specifically suggested that You name any new packages using -the "Unique Package Naming Convention" as described in "The Java Language -Specification" by James Gosling, Bill Joy, and Guy Steele, ISBN 0-201-63451-1, -August 1996. Section 7.7 "Unique Package Names", on page 125 of this -specification which states, in part: - -"You form a unique package name by first having (or belonging to an organization -that has) an Internet domain name, such as "sun.com". You then reverse the name, -component by component, to obtain, in this example, "Com.sun", and use this as a -prefix for Your package names, using a convention developed within Your -organization to further administer package names." - -3.2 Additional Requirements and Responsibilities. Any additional -requirements and responsibilities relating to the Technology are listed in -Attachment F (Additional Requirements and Responsibilities), if applicable, and -are hereby incorporated into this Section 3. - -4. Versions of the License. - -4.1 License Versions. Original Contributor may publish revised versions of -the License from time to time. Each version will be given a distinguishing -version number. - -4.2 Effect. Once a particular version of Covered Code has been provided -under a version of the License, You may always continue to use such Covered Code -under the terms of that version of the License. You may also choose to use such -Covered Code under the terms of any subsequent version of the License. No one -other than Original Contributor has the right to promulgate License versions. - -5. Disclaimer of Warranty. - -5.1 COVERED CODE IS PROVIDED UNDER THIS LICENSE "AS IS", WITHOUT WARRANTY OF -ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES -THAT THE COVERED CODE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR -PURPOSE OR NON-INFRINGING. YOU AGREE TO BEAR THE ENTIRE RISK IN CONNECTION WITH -YOUR USE AND DISTRIBUTION OF COVERED CODE UNDER THIS LICENSE. THIS DISCLAIMER OF -WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED -CODE IS AUTHORIZED HEREUNDER EXCEPT SUBJECT TO THIS DISCLAIMER. - -5.2 You acknowledge that Original Code, Upgraded Code and Specifications are -not designed or intended for use in (i) on-line control of aircraft, air -traffic, aircraft navigation or aircraft communications; or (ii) in the design, -construction, operation or maintenance of any nuclear facility. Original -Contributor disclaims any express or implied warranty of fitness for such uses. - -6. Termination. - -6.1 By You. You may terminate this Research Use license at anytime by -providing written notice to Original Contributor. - -6.2 By Original Contributor. This License and the rights granted hereunder -will terminate: - - (i) automatically if You fail to comply with the terms of this -License and fail to cure such breach within 30 days of receipt of written notice -of the breach; - - (ii) immediately in the event of circumstances specified in Sections -7.1 and 8.4; or - - (iii) at Original Contributor's discretion upon any action initiated -in the first instance by You alleging that use or distribution by Original -Contributor or any Licensee, of Original Code, Upgraded Code, Error Corrections -or Shared Modifications contributed by You, or Specifications, infringe a patent -owned or controlled by You. - -6.3 Effective of Termination. Upon termination, You agree to discontinue use -and return or destroy all copies of Covered Code in Your possession. All -sublicenses to the Covered Code which You have properly granted shall survive -any termination of this License. Provisions which, by their nature, should -remain in effect beyond the termination of this License shall survive including, -without limitation, Sections 2.2, 3, 5, 7 and 8. - -6.4 Each party waives and releases the other from any claim to compensation -or indemnity for permitted or lawful termination of the business relationship -established by this License. - -7. Liability. - -7.1 Infringement. Should any of the Original Code, Upgraded Code, TCK or -Specifications ("Materials") become the subject of a claim of infringement, -Original Contributor may, at its sole option, (i) attempt to procure the rights -necessary for You to continue using the Materials, (ii) modify the Materials so -that they are no longer infringing, or (iii) terminate Your right to use the -Materials, immediately upon written notice, and refund to You the amount, if -any, having then actually been paid by You to Original Contributor for the -Original Code, Upgraded Code and TCK, depreciated on a straight line, five year -basis. - -7.2 LIMITATION OF LIABILITY. TO THE FULL EXTENT ALLOWED BY APPLICABLE LAW, -ORIGINAL CONTRIBUTOR's LIABILITY TO YOU FOR CLAIMS RELATING TO THIS LICENSE, -WHETHER FOR BREACH OR IN TORT, SHALL BE LIMITED TO ONE HUNDRED PERCENT (100%) OF -THE AMOUNT HAVING THEN ACTUALLY BEEN PAID BY YOU TO ORIGINAL CONTRIBUTOR FOR ALL -COPIES LICENSED HEREUNDER OF THE PARTICULAR ITEMS GIVING RISE TO SUCH CLAIM, IF -ANY. IN NO EVENT WILL YOU (RELATIVE TO YOUR SHARED MODIFICATIONS OR ERROR -CORRECTIONS) OR SUN BE LIABLE FOR ANY INDIRECT, PUNITIVE, SPECIAL, INCIDENTAL OR -CONSEQUENTIAL DAMAGES IN CONNECTION WITH OR ARISING OUT OF THIS LICENSE -(INCLUDING, WITHOUT LIMITATION, LOSS OF PROFITS, USE, DATA, OR OTHER ECONOMIC -ADVANTAGE), HOWEVER IT ARISES AND ON ANY THEORY OF LIABILITY, WHETHER IN AN -ACTION FOR CONTRACT, STRICT LIABILITY OR TORT (INCLUDING NEGLIGENCE) OR -OTHERWISE, WHETHER OR NOT YOU OR ORIGINAL CONTRIBUTOR HAS BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE AND NOTWITHSTANDING THE FAILURE OF ESSENTIAL PURPOSE -OF ANY REMEDY. - -8. Miscellaneous. - -8.1 Trademark. You agree to comply with the then current Sun Trademark & -Logo Usage Requirements accessible through the SCSL Webpage. Except as expressly -provided in the License, You are granted no right, title or license to, or -interest in, any Sun Trademarks. You agree not to (i) challenge Original -Contributor's ownership or use of Sun Trademarks; (ii) attempt to register any -Sun Trademarks, or any mark or logo substantially similar thereto; or (iii) -incorporate any Sun Trademarks into Your own trademarks, product names, service -marks, company names, or domain names. - -8.2 Integration. This License represents the complete agreement concerning -the subject matter hereof. - -8.3 Assignment. Original Contributor may assign this License, and its rights -and obligations hereunder, in its sole discretion. You may assign the Research -Use portions of this License to a third party upon prior written notice to -Original Contributor (which may be provided via the Community Web-Server). You -may not assign the Commercial Use license or TCK license, including by way of -merger (regardless of whether You are the surviving entity) or acquisition, -without Original Contributor's prior written consent. - -8.4 Severability. If any provision of this License is held to be -unenforceable, such provision shall be reformed only to the extent necessary to -make it enforceable. Notwithstanding the foregoing, if You are prohibited by law -from fully and specifically complying with Sections 2.2 or 3, this License will -immediately terminate and You must immediately discontinue any use of Covered -Code. - -8.5 Governing Law. This License shall be governed by the laws of the United -States and the State of California, as applied to contracts entered into and to -be performed in California between California residents. The application of the -United Nations Convention on Contracts for the International Sale of Goods is -expressly excluded. - -8.6 Dispute Resolution. - -a) Any dispute arising out of or relating to this License shall be finally -settled by arbitration as set out herein, except that either party may bring any -action, in a court of competent jurisdiction (which jurisdiction shall be -exclusive), with respect to any dispute relating to such party's Intellectual -Property Rights or with respect to Your compliance with the TCK license. -Arbitration shall be administered: (i) by the American Arbitration Association -(AAA), (ii) in accordance with the rules of the United Nations Commission on -International Trade Law (UNCITRAL) (the "Rules") in effect at the time of -arbitration as modified herein; and (iii) the arbitrator will apply the -substantive laws of California and United States. Judgement upon the award -rendered by the arbitrator may be entered in any court having jurisdiction to -enforce such award. - -b) All arbitration proceedings shall be conducted in English by a single -arbitrator selected in accordance with the Rules, who must be fluent in English -and be either a retired judge or practicing attorney having at least ten (10) -years litigation experience and be reasonably familiar with the technology -matters relative to the dispute. Unless otherwise agreed, arbitration venue -shall be in London, Tokyo, or San Francisco, whichever is closest to defendant's -principal business office. The arbitrator may award monetary damages only and -nothing shall preclude either party from seeking provisional or emergency relief -from a court of competent jurisdiction. The arbitrator shall have no authority -to award damages in excess of those permitted in this License and any such award -in excess is void. All awards will be payable in U.S. dollars and may include, -for the prevailing party (i) pre-judgment award interest, (ii) reasonable -attorneys' fees incurred in connection with the arbitration, and (iii) -reasonable costs and expenses incurred in enforcing the award. The arbitrator -will order each party to produce identified documents and respond to no more -than twenty-five single question interrogatories. - -8.7 Construction. Any law or regulation which provides that the language of -a contract shall be construed against the drafter shall not apply to this -License. - -8.8 U.S. Government End Users. The Covered Code is a "commercial item", as -that term is defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial -computer software" and "commercial computer software documentation", as such -terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 C.F.R. -12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all U.S. -Government End Users acquire Covered Code with only those rights set forth -herein. You agree to pass this notice to Your licensees. - -8.9 Press Announcements. All press announcements relative to the execution -of this License must be reviewed and approved by Original Contributor and You -prior to release. - -8.10 International Use. - -a) Export/Import laws. Covered Code is subject to U.S. export control laws -and may be subject to export or import regulations in other countries. Each -party agrees to comply strictly with all such laws and regulations and -acknowledges their responsibility to obtain such licenses to export, re- export, -or import as may be required. You agree to pass these obligations to Your -licensees. - -b) Intellectual Property Protection. Due to limited intellectual property -protection and enforcement in certain countries, You agree not to redistribute -the Original Code, Upgraded Code, TCK and Specifications to any country other -than the list of restricted countries on the SCSL Webpage. - -8.11 Language. This License is in the English language only, which language -shall be controlling in all respects, and all versions of this License in any -other language shall be for accommodation only and shall not be binding on the -parties to this License. All communications and notices made or given pursuant -to this License, and all documentation and support to be provided, unless -otherwise noted, shall be in the English language. - -PLEASE READ THE TERMS OF THIS LICENSE CAREFULLY. BY CLICKING ON THE "ACCEPT" -BUTTON BELOW YOU ARE ACCEPTING AND AGREEING TO THE TERMS AND CONDITIONS OF THIS -LICENSE WITH SUN MICROSYSTEMS, INC. IF YOU ARE AGREEING TO THIS LICENSE ON -BEHALF OF A COMPANY, YOU REPRESENT THAT YOU ARE AUTHORIZED TO BIND THE COMPANY -TO SUCH A LICENSE. WHETHER YOU ARE ACTING ON YOUR OWN BEHALF, OR REPRESENTING A -COMPANY, YOU MUST BE OF MAJORITY AGE AND BE OTHERWISE COMPETENT TO ENTER INTO -CONTRACTS. IF YOU DO NOT MEET THIS CRITERIA OR YOU DO NOT AGREE TO ANY OF THE -TERMS AND CONDITIONS OF THIS LICENSE, CLICK ON THE REJECT BUTTON TO EXIT. - -ACCEPT REJECT - -GLOSSARY - -1. "Commercial Use" means any use (excluding Internal Deployment Use) or -distribution, directly or indirectly of Compliant Covered Code by You to any -third party, alone or bundled with any other software or hardware, for direct or -indirect commercial or strategic gain or advantage, subject to execution of -Attachment D by You and Original Contributor. - -2. "Community Code" means the Original Code, Upgraded Code, Error -Corrections, Shared Modifications, or any combination thereof. - -3. "Community Webserver(s)" means the webservers designated by Original -Contributor for posting Error Corrections and Shared Modifications. - -4. "Compliant Covered Code" means Covered Code that complies with the -requirements of the TCK. - -5. "Contributor" means each Licensee that creates or contributes to the -creation of any Error Correction or Shared Modification. - -6. "Covered Code" means the Original Code, Upgraded Code, Modifications, or -any combination thereof. - -7. "Error Correction" means any change made to Community Code which -conforms to the Specification and corrects the adverse effect of a failure of -Community Code to perform any function set forth in or required by the -Specifications. - -7. "Executable" means Covered Code that has been converted to a form other -than Source Code. - -9. "Extension(s)" means any additional classes or other programming code -and/or interfaces developed by or for You which: (i) are designed for use with -the Technology; (ii) constitute an API for a library of computing functions or -services; and (iii) are disclosed to third party software developers for the -purpose of developing software which invokes such additional classes or other -programming code and/or interfaces. The foregoing shall not apply to software -development by Your subcontractors to be exclusively used by You. - -10. "Intellectual Property Rights" means worldwide statutory and common law -rights associated solely with (i) patents and patent applications; (ii) works of -authorship including copyrights, copyright applications, copyright registrations -and "moral rights"; (iii) the protection of trade and industrial secrets and -confidential information; and (iv) divisions, continuations, renewals, and re- -issuances of the foregoing now existing or acquired in the future. - -11. "Internal Deployment Use" means use of Compliant Covered Code (excluding -Research Use) within Your business or organization only by Your employees and/or -agents, subject to execution of Attachment C by You and Original Contributor, if -required. - -12. "Licensee" means any party that has entered into and has in effect a -version of this License with Original Contributor. - -13. "Modification(s)" means (i) any change to Covered Code; (ii) any new -file or other representation of computer program statements that contains any -portion of Covered Code; and/or (iii) any new Source Code implementing any -portion of the Specifications. - -14. "Original Code" means the initial Source Code for the Technology as -described on the Technology Download Site. - -15. "Original Contributor" means Sun Microsystems, Inc., its affiliates and -its successors and assigns. - -16. "Reformatted Specifications" means any revision to the Specifications -which translates or reformats the Specifications (as for example in connection -with Your documentation) but which does not alter, subset or superset the -functional or operational aspects of the Specifications. - -17. "Research Use" means use and distribution of Covered Code only for Your -research, development, educational or personal and individual use, and expressly -excludes Internal Deployment Use and Commercial Use. - -18. "SCSL Webpage" means the Sun Community Source license webpage located at -http://sun.com/software/communitysource, or such other url that Sun may -designate from time to time. - -19. "Shared Modifications" means Modifications provided by You, at Your -option, pursuant to Section 2.2, or received by You from a Contributor pursuant -to Section 2.3. - -20. "Source Code" means computer program statements written in any -high-level, readable form suitable for modification and development. - -21. "Specifications" means the specifications for the Technology and other -documentation, as designated on the Technology Download Site, as may be revised -by Original Contributor from time to time. - -22. "Sun Trademarks" means Original Contributor's SUN, JAVA, and JINI -trademarks and logos, whether now used or adopted in the future. - -23. "Technology" means the technology described in Attachment B, and -Upgrades. - -24. "Technology Compatibility Kit" or "TCK" means the test programs, -procedures and/or other requirements, designated by Original Contributor for use -in verifying compliance of Covered Code with the Specifications, in conjunction -with the Original Code and Upgraded Code. Original Contributor may, in its sole -discretion and from time to time, revise a TCK to correct errors and/or -omissions and in connection with Upgrades. - -25. "Technology Download Site" means the site(s) designated by Original -Contributor for access to the Original Code, Upgraded Code, TCK and -Specifications. - -26. "Upgrade(s)" means new versions of Technology designated exclusively by -Original Contributor as an "Upgrade" and released by Original Contributor from -time to time. - -27. "Upgraded Code" means the Source Code for Upgrades, possibly including -Modifications made by Contributors. - -28. "You(r)" means an individual, or a legal entity acting by and through an -individual or individuals, exercising rights either under this License or under -a future version of this License issued pursuant to Section 4.1. For legal -entities, "You(r)" includes any entity that by majority voting interest -controls, is controlled by, or is under common control with You. - -ATTACHMENT A - -REQUIRED NOTICES - - -ATTACHMENT A-1 - -REQUIRED IN ALL CASES - -"The contents of this file, or the files included with this file, are subject to -the current version of Sun Community Source License for [fill in name of -applicable Technology] (the "License"); You may not use this file except in -compliance with the License. You may obtain a copy of the License at -http://sun.com/software/communitysource. See the License for the rights, -obligations and limitations governing use of the contents of the file. - - -The Original and Upgraded Code is [fill in name and version of applicable -Technology]. The developer of the Original and Upgraded Code is Sun -Microsystems, Inc. Sun Microsystems, Inc. owns the copyrights in the portions it -created. All Rights Reserved. - - - Contributor(s): _______________________________________________ - -Associated Test Suite(s) Location: ________________________________" - - - -ATTACHMENT A-2 - -SAMPLE LICENSEE CERTIFICATION - -"By clicking the 'Agree' button below, You certify that You are a Licensee in -good standing under the Sun Community Source License, [fill in applicable -Technology and Version] ("License") and that Your access, use and distribution -of code and information You may obtain at this site is subject to the License."” - - - -ATTACHMENT A-3 - -REQUIRED STUDENT NOTIFICATION - -"This software and related documentation has been obtained by your educational -institution subject to the Sun Community Source License, [fill in applicable -Technology]. You have been provided access to the software and related -documentation for use only in connection with your course work and research -activities as a matriculated student of your educational institution. Any other -use is expressly prohibited. - -THIS SOFTWARE AND RELATED DOCUMENTATION CONTAINS PROPRIETARY MATERIAL OF SUN -MICROSYSTEMS, INC, WHICH ARE PROTECTED BY VARIOUS INTELLECTUAL PROPERTY RIGHTS. - -You may not use this file except in compliance with the License. You may obtain -a copy of the License on the web at http://sun.com/software/communitysource."” - - - -ATTACHMENT B - -Java(tm) 2 SDK Technology - -Description of "Technology" - -Java(tm) 2 SDK Technology v.1.3.1 as described on the Technology Download Site. - - - -ATTACHMENT C - -INTERNAL DEPLOYMENT USE - -This Attachment C is only effective for the Technology specified in Attachment -B, upon execution of Attachment D (Commercial Use License) including the -requirement to pay royalties. In the event of a conflict between the terms of -this Attachment C and Attachment D, the terms of Attachment D shall govern. - -1. Internal Deployment License Grant. Subject to Your compliance with -Section 2 below, and Section 8.10 of the Research Use license; in addition to -the Research Use license and the TCK license, Original Contributor grants to You -a worldwide, non-exclusive license, to the extent of Original Contributor's -Intellectual Property Rights covering the Original Code, Upgraded Code and -Specifications, to do the following: - -a) reproduce and distribute internally, Original Code and Upgraded Code as -part of Compliant Covered Code, and Specifications, for Internal Deployment Use, - -b) compile such Original Code and Upgraded Code, as part of Compliant -Covered Code, and reproduce and distribute internally the same in Executable -form for Internal Deployment Use, and - -c) reproduce and distribute internally, Reformatted Specifications for use -in connection with Internal Deployment Use. - - 2. Additional Requirements and Responsibilities. In addition to the -requirements and responsibilities described under Section 3.1 of the Research -Use license, and as a condition to exercising the rights granted under Section 3 -above, You agree to the following additional requirements and responsibilities: - -2.1 Compatibility. All Covered Code must be Compliant Covered Code prior to -any Internal Deployment Use or Commercial Use, whether originating with You or -acquired from a third party. Successful compatibility testing must be completed -in accordance with the TCK License. If You make any further Modifications to any -Covered Code previously determined to be Compliant Covered Code, You must ensure -that it continues to be Compliant Covered Code. - - - -ATTACHMENT D -COMMERCIAL USE LICENSE - -1. Effect. This Attachment D is effective only if signed below by You and -Original Contributor, and applies to Your Commercial Use of Original Code and -Upgraded Code. - -2. Term. Upon execution of this Attachment D by You and Original -Contributor, this Commercial Use license shall have an initial term of 3 years -and shall automatically renew for additional one year terms unless either party -provides notice to the other no less than 60 days prior to an anniversary date. - -3. Commercial Use License Grant. Subject to Your compliance with Section 4 -below, Section 8.10 of the Research Use license, and the TCK license; in -addition to the Research Use license, the TCK license, and the Internal -Deployment Use license, Original Contributor grants to You a worldwide, -non-exclusive, non-transferable license, to the extent of Original Contributor's -Intellectual Property Rights covering the Original Code, Upgraded Code and -Specifications, to do the following: - -a) reproduce and distribute Compliant Covered Code; - -b) compile Compliant Covered Code and reproduce and distribute the same in -Executable form through multiple tiers of distribution; and - -c) reproduce and distribute Reformatted Specifications in association with -Compliant Covered Code. - -4. Additional Requirements and Responsibilities. In addition to the -requirements and responsibilities specified in the Research Use license, the TCK -license and the Internal Deployment license, and as a condition to exercising -the rights granted in Section 3 above, You agree to the following additional -requirements and responsibilities: - -a) Distribution of Source Code. Source Code of Compliant Covered Code may -be distributed only to another Licensee of the same Technology. - -b) Distribution of Executable Code. You may distribute the Executable -version(s) of Compliant Covered Code under a license of Your choice, which may -contain terms different from this License, provided (i) that You are in -compliance with the terms of this License, and (ii) You must make it absolutely -clear that any terms which differ from this License are offered by You alone, -not by Original Contributor or any other Contributor. - -c) Branding. Products integrating Compliant Covered Code used for -Commercial Use must be branded with the Technology compliance logo under a -separate trademark license required to be executed by You and Original -Contributor concurrent with execution of this Attachment D. - -5. Indemnity/Limitation of Liability. The provisions of Section 7.1 of the -Research Use license are superseded by the following: - -a) Your Indemnity Obligation. You hereby agree to defend, at Your expense, -any legal proceeding brought against Original Contributor or any Licensee to the -extent it is based on a claim: (i) that the use, reproduction or distribution of -any of Your Error Corrections or Shared Modifications is an infringement of a -third party trade secret or a copyright in a country that is a signatory to the -Berne Convention; (ii) arising in connection with any representation, warranty, -support, indemnity, liability or other license terms You may offer in connection -with any Covered Code; or (iii) arising from Your Commercial Use of Covered -Code, other than a claim covered by Section 5.b) below, or a patent claim based -solely on Covered Code not provided by You. You will pay all damages costs and -fees awarded by a court of competent jurisdiction, or such settlement amount -negotiated by You, attributable to such claim. - -b) Original Contributor's Indemnity Obligation. Original Contributor will -defend, at its expense, any legal proceeding brought against You, to the extent -it is based on a claim that Your authorized Commercial Use of Original Code and -Upgraded Code is an infringement of a third party trade secret or a copyright in -a country that is a signatory to the Berne Convention, and will pay all damages -costs and fees awarded by a court of competent jurisdiction, or such settlement -amount negotiated by Original Contributor, attributable to such claim. The -foregoing shall not apply to any claims of intellectual property infringement -based upon the combination of code or documentation supplied by Original -Contributor with code, technology or documentation from other sources. - -c) Right of Intervention. Original Contributor will have the right, but not -the obligation, to defend You, at Original Contributor's expense, in connection -with a claim that Your Commercial Use of Original Code and Upgraded Code is an -infringement of a third party patent and will, if Original Contributor chooses -to defend You, pay all damages costs and fees awarded by a court of competent -jurisdiction, or such settlement amount negotiated by Original Contributor, -attributable to such claim. - -d) Prerequisites. Under Sections 5.b) and c) above, You must, and under -Section 5.a) above, Original Contributor or any Licensee must: (i) provide -notice of the claim promptly to the party providing an indemnity; (ii) give the -indemnifying party sole control of the defense and settlement of the claim; -(iii) provide the indemnifying party, at indemnifying party's expense, all -available information, assistance and authority to defend; and (iv) not have -compromised or settled such claim or proceeding without the indemnifying party's -prior written consent. - -e) Additional Remedies. Should any Original Code, Upgraded Code, TCK, -Specifications, or Modifications become, or in the indemnifying party's opinion -be likely to become, the subject of a claim of infringement for which indemnity -is provided above, the indemnifying party may, at its sole option, attempt to -procure on reasonable terms the rights necessary for the indemnified party to -exercise its license rights under this License with respect to the infringing -items, or to modify the infringing items so that they are no longer infringing -without substantially impairing their function or performance. If the -indemnifying party is unable to do the foregoing after reasonable efforts, then -the indemnifying party may send a notice of such inability to the indemnified -party together with a refund of any license fees received by the indemnifying -party from the indemnified party for the infringing items applicable to the -indemnified party's future use or distribution of such infringing items, in -which case the indemnifying party will not be liable for any damages resulting -from infringing activity with respect to the infringing items occurring after -such notice and refund. - -6. Support Programs. - -Support to You. Technical support is not provided to You by Original Contributor -under this License. You may contract for one or more support programs from -Original Contributor relating to the Technology which are described on the SCSL -Webpage. - -Customer Support. You are responsible for providing technical and maintenance -support services to Your customers for Your products and services incorporating -the Compliant Covered code. - -7. Royalties and Payments. - -Technology specified in Attachment B. - - -Field of Use:____________________ - -Royalty per Unit $_______________ - - -b) Royalty Payments. Payment of royalties shall be made quarterly, shall be -due thirty (30) days following the end of the calendar quarter to which they -relate and shall be submitted with a written statement documenting the basis for -the royalty calculation. - -c) Taxes. All payments required by this License shall be made in United -States dollars, are exclusive of taxes, and Licensee agrees to bear and be -responsible for the payment of all such taxes, including, but not limited to, -all sales, use, rental receipt, personal property or other taxes and their -equivalents which may be levied or assessed in connection with this License -(excluding only taxes based on Original Contributor's net income). To the extent -Licensee is required to withhold taxes based upon Original Contributor's income -in any country, You agree to provide Original Contributor with written evidence -of such withholding, suitable for Original Contributor to obtain a tax credit in -the United States. - -d) Records. You agree to maintain account books and records consistent with -Generally Accepted Accounting Principles appropriate to Your domicile, as may be -in effect from time to time, sufficient to allow the correctness of the -royalties required to be paid pursuant to this License to be determined. - -e) Audit Rights. Original Contributor shall have the right to audit such -accounts upon reasonable prior notice using an independent auditor of Original -Contributor's choice (the "Auditor"). The Auditor shall be bound to keep -confidential the details of Your business affairs and to limit disclosure of the -results of any audit to the sufficiency of the accounts and the amount, if any, -of a payment adjustment that should be made. Such audits shall not occur more -than once each year (unless discrepancies are discovered in excess of the five -percent (5%) threshold set forth in Section 7.f) below, in which case two -consecutive quarters per year may be audited). Except as set forth in Section -7.f) below, Original Contributor shall bear all costs and expenses associated -with the exercise of its rights to audit. - -f) Payment Errors. In the event that any errors in payments shall be -determined, such errors shall be corrected by appropriate adjustment in payment -for the quarterly period during which the error is discovered. In the event of -an underpayment of more than five percent (5%) of the proper amount owed, upon -such underpayment being properly determined by the Auditor, You agree to -reimburse Original Contributor the amount of the underpayment and all reasonable -costs and expenses associated with the exercise of its rights to audit, and -interest on the overdue amount at the maximum allowable interest rate from the -date of accrual of such obligation. - -8. Notice of Breach or Infringement. Each party shall notify the other -immediately in writing when it becomes aware of any breach or violation of the -terms of this License, or when You become aware of any potential or actual -infringement by a third party of the Technology or Sun's Intellectual Property -Rights therein. - -9. Proprietary Rights Notices. You may not remove any copyright notices, -trademark notices or other proprietary legends of Original Contributor or its -suppliers contained on or in the Original Code, Upgraded Code and -Specifications. - -10. Notices. All written notices required by this License must be delivered -in person or by means evidenced by a delivery receipt and will be effective upon -receipt by the persons at the addresses specified below. - - -Original Contributor: You: - -Sun Microsystems, Inc. _____________________________ - -901 San Antonio Road ______________________________ - -Palo Alto, California 94303 ______________________________ - -Attn.: VP, Sun Software and -Technology Sales ______________________________ - -cc: Sun Software and Technology, -General Counsel - -11. Disclaimer of Agency. The relationship created hereby is that of -licensor and licensee and the parties hereby acknowledge and agree that nothing -herein shall be deemed to constitute You as a franchisee of Original -Contributor. You hereby waive the benefit of any state or federal statutes -dealing with the establishment and regulation of franchises. - - Agreed: - -You: Original Contributor: - -_____________________________ Sun Microsystems, Inc. -(Your Name) - -By:__________________________ By:________________________ - -Name:________________________ Name:______________________ - -Title_________________________ Title:_____________________ - -Date:_________________________ Date:______________________ - - - - -ATTACHMENT E -TECHNOLOGY COMPATIBILITY KIT - -The following license is effective for the Java(tm)2 SDK Version 1.3.1 -Technology Compatibility Kit only upon execution of a separate support agreement -between You and Original Contributor (subject to an annual fee) as described on -the SCSL Webpage. The Technology Compatibility Kit for the Technology specified -in Attachment B may be accessed at the Technology Download Site only upon -execution of the support agreement. - -1. TCK License. - -a) Subject to the restrictions set forth in Section 1.b below and Section -8.10 of the Research Use license, in addition to the Research Use license, -Original Contributor grants to You a worldwide, non-exclusive, non-transferable -license, to the extent of Original Contributor's Intellectual Property Rights in -the TCK (without the right to sublicense), to use the TCK to develop and test -Covered Code. - -b) TCK Use Restrictions. You are not authorized to create derivative works -of the TCK or use the TCK to test any implementation of the Specification that -is not Covered Code. You may not publish Your test results or make claims of -comparative compatibility with respect to other implementations of the -Specification. In consideration for the license grant in Section 1.a above You -agree not to develop Your own tests which are intended to validate conformation -with the Specification. - -2. Requirements for Determining Compliance. - -2.1 Definitions. - -a) "Added Value" means code which: - - (i) has a principal purpose which is substantially different from -that of the stand-alone Technology; - - (ii) represents a significant functional and value enhancement to the -Technology; - - (iii) operates in conjunction with the Technology; and - - (iv) is not marketed as a technology which replaces or substitutes -for the Technology. - -b) “"Java Classes" means the specific class libraries associated with each -Technology defined in Attachment B. - -c) “"Java Runtime Interpreter" means the program(s) which implement the -Java virtual machine for the Technology as defined in the Specification. - -d) “"Platform Dependent Part" means those Original Code and Upgraded Code -files of the Technology which are not in a "share" directory or subdirectory -thereof. - -e) “"Shared Part" means those Original Code and Upgraded Code files of the -Technology which are identified as "shared" (or words of similar meaning) or -which are in any "share" directory or subdirectory thereof, except those files -specifically designated by Original Contributor as modifiable. - -f) "User's Guide" means the users guide for the TCK which Sun makes -available to You to provide direction in how to run the TCK and properly -interpret the results, as may be revised by Sun from time to time. - -2.2 Development Restrictions. Compliant Covered Code: - -a) must include Added Value; - -b) must fully comply with the Specifications for the Technology specified -in Attachment B; - -c) must include the Shared Part, complete and unmodified; - -d) may not modify the functional behavior of the Java Runtime Interpreter -or the Java Classes; - -e) may not modify, subset or superset the interfaces of the Java Runtime -Interpreter or the Java Classes; - -f) may not subset or superset the Java Classes; and - -g) may not modify or extend the required public class or public interface -declarations whose names begin with "java", "javax", "jini", "net.jini", -"sun.hotjava", "COM.sun" or their equivalents in any subsequent naming -convention. - -2.3 Compatibility Testing. Successful compatibility testing must be -completed by You, or at Original Contributor's option, a third party designated -by Original Contributor, to conduct such tests, in accordance with the User's -Guide, and using the most current version of the applicable TCK available from -Original Contributor one hundred twenty (120) days (two hundred forty [240] days -in the case of silicon implementations) prior to: (i) Your Internal Deployment -Use; and (ii) each release of Compliant Covered Code by You for Commercial Use. -In the event that You elect to use a version of Upgraded Code that is newer than -that which is required under this Section 2.3, then You agree to pass the -version of the TCK that corresponds to such newer version of Upgraded Code. - -2.4 Test Results. You agree to provide to Original Contributor or the third -party test facility if applicable, Your test results that demonstrate that -Covered Code is Compliant Covered Code and that Original Contributor may publish -or otherwise distribute such test results. - - - diff --git a/java/jdk16/pkg-plist b/java/jdk16/pkg-plist deleted file mode 100644 index fdd0eafe31fb..000000000000 --- a/java/jdk16/pkg-plist +++ /dev/null @@ -1,917 +0,0 @@ -jdk%%JDK_VERSION%%/COPYRIGHT -jdk%%JDK_VERSION%%/LICENSE -jdk%%JDK_VERSION%%/LICENSE.fr -jdk%%JDK_VERSION%%/README -jdk%%JDK_VERSION%%/README.html -jdk%%JDK_VERSION%%/bin/.java_wrapper -jdk%%JDK_VERSION%%/bin/appletviewer -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/appletviewer_g -jdk%%JDK_VERSION%%/bin/awt_robot -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/awt_robot_g -jdk%%JDK_VERSION%%/bin/extcheck -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/extcheck_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/appletviewer -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/appletviewer_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/extcheck -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/extcheck_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/idlj -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/idlj_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/jar -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/jar_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/jarsigner -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/jarsigner_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/java -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/java_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/javac -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/javac_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/javadoc -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/javadoc_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/javah -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/javah_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/javap -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/javap_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/jdb -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/jdb_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/keytool -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/keytool_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/native2ascii -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/native2ascii_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/oldjava -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/oldjava_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/oldjavac -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/oldjavac_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/oldjdb -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/oldjdb_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/policytool -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/policytool_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/rmic -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/rmic_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/rmid -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/rmid_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/rmiregistry -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/rmiregistry_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/serialver -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/serialver_g -jdk%%JDK_VERSION%%/bin/i386/green_threads/tnameserv -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/i386/green_threads/tnameserv_g -jdk%%JDK_VERSION%%/bin/idlj -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/idlj_g -jdk%%JDK_VERSION%%/bin/jar -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/jar_g -jdk%%JDK_VERSION%%/bin/jarsigner -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/jarsigner_g -jdk%%JDK_VERSION%%/bin/java -jdk%%JDK_VERSION%%/bin/java-rmi.cgi -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/java_g -jdk%%JDK_VERSION%%/bin/javac -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/javac_g -jdk%%JDK_VERSION%%/bin/javadoc -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/javadoc_g -jdk%%JDK_VERSION%%/bin/javah -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/javah_g -jdk%%JDK_VERSION%%/bin/javap -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/javap_g -jdk%%JDK_VERSION%%/bin/jdb -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/jdb_g -jdk%%JDK_VERSION%%/bin/keytool -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/keytool_g -jdk%%JDK_VERSION%%/bin/native2ascii -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/native2ascii_g -jdk%%JDK_VERSION%%/bin/oldjava -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/oldjava_g -jdk%%JDK_VERSION%%/bin/oldjavac -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/oldjavac_g -jdk%%JDK_VERSION%%/bin/oldjdb -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/oldjdb_g -jdk%%JDK_VERSION%%/bin/policytool -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/policytool_g -jdk%%JDK_VERSION%%/bin/rmic -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/rmic_g -jdk%%JDK_VERSION%%/bin/rmid -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/rmid_g -jdk%%JDK_VERSION%%/bin/rmiregistry -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/rmiregistry_g -jdk%%JDK_VERSION%%/bin/serialver -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/serialver_g -jdk%%JDK_VERSION%%/bin/tnameserv -%%DEBUG:%%jdk%%JDK_VERSION%%/bin/tnameserv_g -jdk%%JDK_VERSION%%/demo/applets/Animator/Animation.class -jdk%%JDK_VERSION%%/demo/applets/Animator/AnimationFrame.class -jdk%%JDK_VERSION%%/demo/applets/Animator/Animator.class -jdk%%JDK_VERSION%%/demo/applets/Animator/Animator.java -jdk%%JDK_VERSION%%/demo/applets/Animator/DescriptionFrame.class -jdk%%JDK_VERSION%%/demo/applets/Animator/ParseException.class -jdk%%JDK_VERSION%%/demo/applets/Animator/audio/0.au -jdk%%JDK_VERSION%%/demo/applets/Animator/audio/1.au -jdk%%JDK_VERSION%%/demo/applets/Animator/audio/2.au -jdk%%JDK_VERSION%%/demo/applets/Animator/audio/3.au -jdk%%JDK_VERSION%%/demo/applets/Animator/audio/4.au -jdk%%JDK_VERSION%%/demo/applets/Animator/audio/5.au -jdk%%JDK_VERSION%%/demo/applets/Animator/audio/6.au -jdk%%JDK_VERSION%%/demo/applets/Animator/audio/7.au -jdk%%JDK_VERSION%%/demo/applets/Animator/audio/8.au -jdk%%JDK_VERSION%%/demo/applets/Animator/audio/9.au -jdk%%JDK_VERSION%%/demo/applets/Animator/audio/spacemusic.au -jdk%%JDK_VERSION%%/demo/applets/Animator/example1.html -jdk%%JDK_VERSION%%/demo/applets/Animator/example2.html -jdk%%JDK_VERSION%%/demo/applets/Animator/example3.html -jdk%%JDK_VERSION%%/demo/applets/Animator/example4.html -jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T1.gif -jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T10.gif -jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T2.gif -jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T3.gif -jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T4.gif -jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T5.gif -jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T6.gif -jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T7.gif -jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T8.gif -jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T9.gif -jdk%%JDK_VERSION%%/demo/applets/Animator/images/SimpleAnimation/T1.gif -jdk%%JDK_VERSION%%/demo/applets/Animator/images/SimpleAnimation/T2.gif -jdk%%JDK_VERSION%%/demo/applets/Animator/images/loading-msg.gif -jdk%%JDK_VERSION%%/demo/applets/ArcTest/ArcCanvas.class -jdk%%JDK_VERSION%%/demo/applets/ArcTest/ArcControls.class -jdk%%JDK_VERSION%%/demo/applets/ArcTest/ArcTest.class -jdk%%JDK_VERSION%%/demo/applets/ArcTest/ArcTest.java -jdk%%JDK_VERSION%%/demo/applets/ArcTest/example1.html -jdk%%JDK_VERSION%%/demo/applets/BarChart/Chart.class -jdk%%JDK_VERSION%%/demo/applets/BarChart/Chart.java -jdk%%JDK_VERSION%%/demo/applets/BarChart/example1.html -jdk%%JDK_VERSION%%/demo/applets/Blink/Blink$1.class -jdk%%JDK_VERSION%%/demo/applets/Blink/Blink.class -jdk%%JDK_VERSION%%/demo/applets/Blink/Blink.java -jdk%%JDK_VERSION%%/demo/applets/Blink/example1.html -jdk%%JDK_VERSION%%/demo/applets/CardTest/CardPanel.class -jdk%%JDK_VERSION%%/demo/applets/CardTest/CardTest.class -jdk%%JDK_VERSION%%/demo/applets/CardTest/CardTest.java -jdk%%JDK_VERSION%%/demo/applets/CardTest/example1.html -jdk%%JDK_VERSION%%/demo/applets/Clock/Clock2.class -jdk%%JDK_VERSION%%/demo/applets/Clock/Clock2.java -jdk%%JDK_VERSION%%/demo/applets/Clock/example1.html -jdk%%JDK_VERSION%%/demo/applets/DitherTest/DitherCanvas.class -jdk%%JDK_VERSION%%/demo/applets/DitherTest/DitherControls.class -jdk%%JDK_VERSION%%/demo/applets/DitherTest/DitherTest.class -jdk%%JDK_VERSION%%/demo/applets/DitherTest/DitherTest.java -jdk%%JDK_VERSION%%/demo/applets/DitherTest/example1.html -jdk%%JDK_VERSION%%/demo/applets/DrawTest/DrawControls.class -jdk%%JDK_VERSION%%/demo/applets/DrawTest/DrawPanel.class -jdk%%JDK_VERSION%%/demo/applets/DrawTest/DrawTest.class -jdk%%JDK_VERSION%%/demo/applets/DrawTest/DrawTest.java -jdk%%JDK_VERSION%%/demo/applets/DrawTest/example1.html -jdk%%JDK_VERSION%%/demo/applets/Fractal/CLSFractal.class -jdk%%JDK_VERSION%%/demo/applets/Fractal/CLSFractal.java -jdk%%JDK_VERSION%%/demo/applets/Fractal/CLSRule.class -jdk%%JDK_VERSION%%/demo/applets/Fractal/CLSTurtle.class -jdk%%JDK_VERSION%%/demo/applets/Fractal/ContextLSystem.class -jdk%%JDK_VERSION%%/demo/applets/Fractal/example1.html -jdk%%JDK_VERSION%%/demo/applets/GraphLayout/Edge.class -jdk%%JDK_VERSION%%/demo/applets/GraphLayout/Graph.class -jdk%%JDK_VERSION%%/demo/applets/GraphLayout/Graph.java -jdk%%JDK_VERSION%%/demo/applets/GraphLayout/GraphPanel.class -jdk%%JDK_VERSION%%/demo/applets/GraphLayout/Node.class -jdk%%JDK_VERSION%%/demo/applets/GraphLayout/audio/computer.au -jdk%%JDK_VERSION%%/demo/applets/GraphLayout/audio/drip.au -jdk%%JDK_VERSION%%/demo/applets/GraphLayout/audio/gong.au -jdk%%JDK_VERSION%%/demo/applets/GraphLayout/example1.html -jdk%%JDK_VERSION%%/demo/applets/GraphLayout/example2.html -jdk%%JDK_VERSION%%/demo/applets/GraphLayout/example3.html -jdk%%JDK_VERSION%%/demo/applets/GraphLayout/example4.html -jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/AppletFrame.class -jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/AppletFrame.java -jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/ArcCard.class -jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/ArcDegreePanel.class -jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/ArcPanel.class -jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/ColorUtils.class -jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/GraphicsCards.class -jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/GraphicsPanel.class -jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/GraphicsTest.class -jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/GraphicsTest.java -jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/OvalShape.class -jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/PolygonShape.class -jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/RectShape.class -jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/RoundRectShape.class -jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/Shape.class -jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/ShapeTest.class -jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/example1.html -jdk%%JDK_VERSION%%/demo/applets/ImageMap/AniArea.class -jdk%%JDK_VERSION%%/demo/applets/ImageMap/AniArea.java -jdk%%JDK_VERSION%%/demo/applets/ImageMap/ButtonFilter.class -jdk%%JDK_VERSION%%/demo/applets/ImageMap/ButtonFilter.java -jdk%%JDK_VERSION%%/demo/applets/ImageMap/ClickArea.class -jdk%%JDK_VERSION%%/demo/applets/ImageMap/ClickArea.java -jdk%%JDK_VERSION%%/demo/applets/ImageMap/DelayedSoundArea.class -jdk%%JDK_VERSION%%/demo/applets/ImageMap/DelayedSoundArea.java -jdk%%JDK_VERSION%%/demo/applets/ImageMap/HighlightArea.class -jdk%%JDK_VERSION%%/demo/applets/ImageMap/HighlightArea.java -jdk%%JDK_VERSION%%/demo/applets/ImageMap/HighlightFilter.class -jdk%%JDK_VERSION%%/demo/applets/ImageMap/HighlightFilter.java -jdk%%JDK_VERSION%%/demo/applets/ImageMap/HrefButtonArea.class -jdk%%JDK_VERSION%%/demo/applets/ImageMap/HrefButtonArea.java -jdk%%JDK_VERSION%%/demo/applets/ImageMap/ImageMap.class -jdk%%JDK_VERSION%%/demo/applets/ImageMap/ImageMap.java -jdk%%JDK_VERSION%%/demo/applets/ImageMap/ImageMapArea.class -jdk%%JDK_VERSION%%/demo/applets/ImageMap/ImageMapArea.java -jdk%%JDK_VERSION%%/demo/applets/ImageMap/LinkArea.class -jdk%%JDK_VERSION%%/demo/applets/ImageMap/LinkArea.java -jdk%%JDK_VERSION%%/demo/applets/ImageMap/NameArea.class -jdk%%JDK_VERSION%%/demo/applets/ImageMap/NameArea.java -jdk%%JDK_VERSION%%/demo/applets/ImageMap/RoundButtonFilter.class -jdk%%JDK_VERSION%%/demo/applets/ImageMap/RoundButtonFilter.java -jdk%%JDK_VERSION%%/demo/applets/ImageMap/RoundHrefButtonArea.class -jdk%%JDK_VERSION%%/demo/applets/ImageMap/RoundHrefButtonArea.java -jdk%%JDK_VERSION%%/demo/applets/ImageMap/SoundArea.class -jdk%%JDK_VERSION%%/demo/applets/ImageMap/SoundArea.java -jdk%%JDK_VERSION%%/demo/applets/ImageMap/TickerArea.class -jdk%%JDK_VERSION%%/demo/applets/ImageMap/TickerArea.java -jdk%%JDK_VERSION%%/demo/applets/ImageMap/audio/chirp1.au -jdk%%JDK_VERSION%%/demo/applets/ImageMap/audio/hi.au -jdk%%JDK_VERSION%%/demo/applets/ImageMap/example1.html -jdk%%JDK_VERSION%%/demo/applets/ImageMap/imagemapcheat.html -jdk%%JDK_VERSION%%/demo/applets/ImageMap/images/jim.graham.gif -jdk%%JDK_VERSION%%/demo/applets/ImageMap/sources.html -jdk%%JDK_VERSION%%/demo/applets/JumpingBox/MouseTrack.class -jdk%%JDK_VERSION%%/demo/applets/JumpingBox/MouseTrack.java -jdk%%JDK_VERSION%%/demo/applets/JumpingBox/example1.html -jdk%%JDK_VERSION%%/demo/applets/JumpingBox/sounds/adapt-or-die.au -jdk%%JDK_VERSION%%/demo/applets/JumpingBox/sounds/cannot.be.completed.au -jdk%%JDK_VERSION%%/demo/applets/JumpingBox/sounds/ip.au -jdk%%JDK_VERSION%%/demo/applets/JumpingBox/sounds/that.hurts.au -jdk%%JDK_VERSION%%/demo/applets/JumpingBox/sounds/thin.bell.au -jdk%%JDK_VERSION%%/demo/applets/JumpingBox/sounds/tiptoe.thru.the.tulips.au -jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/Atom.class -jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/Matrix3D.class -jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/Matrix3D.java -jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/XYZApp.class -jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/XYZApp.java -jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/XYZChemModel.class -jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/example1.html -jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/example2.html -jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/example3.html -jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/models/HyaluronicAcid.xyz -jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/models/benzene.xyz -jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/models/buckminsterfullerine.xyz -jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/models/cyclohexane.xyz -jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/models/ethane.xyz -jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/models/water.xyz -jdk%%JDK_VERSION%%/demo/applets/NervousText/NervousText.class -jdk%%JDK_VERSION%%/demo/applets/NervousText/NervousText.java -jdk%%JDK_VERSION%%/demo/applets/NervousText/example1.html -jdk%%JDK_VERSION%%/demo/applets/SimpleGraph/GraphApplet.class -jdk%%JDK_VERSION%%/demo/applets/SimpleGraph/GraphApplet.java -jdk%%JDK_VERSION%%/demo/applets/SimpleGraph/example1.html -jdk%%JDK_VERSION%%/demo/applets/SortDemo/BidirBubbleSortAlgorithm.class -jdk%%JDK_VERSION%%/demo/applets/SortDemo/BidirBubbleSortAlgorithm.java -jdk%%JDK_VERSION%%/demo/applets/SortDemo/BubbleSortAlgorithm.class -jdk%%JDK_VERSION%%/demo/applets/SortDemo/BubbleSortAlgorithm.java -jdk%%JDK_VERSION%%/demo/applets/SortDemo/QSortAlgorithm.class -jdk%%JDK_VERSION%%/demo/applets/SortDemo/QSortAlgorithm.java -jdk%%JDK_VERSION%%/demo/applets/SortDemo/SortAlgorithm.class -jdk%%JDK_VERSION%%/demo/applets/SortDemo/SortAlgorithm.java -jdk%%JDK_VERSION%%/demo/applets/SortDemo/SortItem.class -jdk%%JDK_VERSION%%/demo/applets/SortDemo/SortItem.java -jdk%%JDK_VERSION%%/demo/applets/SortDemo/example1.html -jdk%%JDK_VERSION%%/demo/applets/SpreadSheet/Cell.class -jdk%%JDK_VERSION%%/demo/applets/SpreadSheet/CellUpdater.class -jdk%%JDK_VERSION%%/demo/applets/SpreadSheet/InputField.class -jdk%%JDK_VERSION%%/demo/applets/SpreadSheet/Node.class -jdk%%JDK_VERSION%%/demo/applets/SpreadSheet/SpreadSheet.class -jdk%%JDK_VERSION%%/demo/applets/SpreadSheet/SpreadSheet.java -jdk%%JDK_VERSION%%/demo/applets/SpreadSheet/SpreadSheetInput.class -jdk%%JDK_VERSION%%/demo/applets/SpreadSheet/example1.html -jdk%%JDK_VERSION%%/demo/applets/SymbolTest/SymbolCanvas.class -jdk%%JDK_VERSION%%/demo/applets/SymbolTest/SymbolTest$MyAdapter.class -jdk%%JDK_VERSION%%/demo/applets/SymbolTest/SymbolTest.class -jdk%%JDK_VERSION%%/demo/applets/SymbolTest/SymbolTest.java -jdk%%JDK_VERSION%%/demo/applets/SymbolTest/example1.html -jdk%%JDK_VERSION%%/demo/applets/TicTacToe/TicTacToe.class -jdk%%JDK_VERSION%%/demo/applets/TicTacToe/TicTacToe.java -jdk%%JDK_VERSION%%/demo/applets/TicTacToe/audio/beep.au -jdk%%JDK_VERSION%%/demo/applets/TicTacToe/audio/ding.au -jdk%%JDK_VERSION%%/demo/applets/TicTacToe/audio/return.au -jdk%%JDK_VERSION%%/demo/applets/TicTacToe/audio/yahoo1.au -jdk%%JDK_VERSION%%/demo/applets/TicTacToe/audio/yahoo2.au -jdk%%JDK_VERSION%%/demo/applets/TicTacToe/example1.html -jdk%%JDK_VERSION%%/demo/applets/TicTacToe/images/cross.gif -jdk%%JDK_VERSION%%/demo/applets/TicTacToe/images/not.gif -jdk%%JDK_VERSION%%/demo/applets/WireFrame/FileFormatException.class -jdk%%JDK_VERSION%%/demo/applets/WireFrame/Matrix3D.class -jdk%%JDK_VERSION%%/demo/applets/WireFrame/Matrix3D.java -jdk%%JDK_VERSION%%/demo/applets/WireFrame/Model3D.class -jdk%%JDK_VERSION%%/demo/applets/WireFrame/ThreeD.class -jdk%%JDK_VERSION%%/demo/applets/WireFrame/ThreeD.java -jdk%%JDK_VERSION%%/demo/applets/WireFrame/example1.html -jdk%%JDK_VERSION%%/demo/applets/WireFrame/example2.html -jdk%%JDK_VERSION%%/demo/applets/WireFrame/example3.html -jdk%%JDK_VERSION%%/demo/applets/WireFrame/example4.html -jdk%%JDK_VERSION%%/demo/applets/WireFrame/models/cube.obj -jdk%%JDK_VERSION%%/demo/applets/WireFrame/models/dinasaur.obj -jdk%%JDK_VERSION%%/demo/applets/WireFrame/models/hughes_500.obj -jdk%%JDK_VERSION%%/demo/applets/WireFrame/models/knoxS.obj -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateCoffees/MSAccess/CreateCoffees.class -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateCoffees/MSAccess/CreateCoffees.java -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateCoffees/MSAccess/runnit.bat -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateCoffees/Sybase/CreateCoffees.class -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateCoffees/Sybase/CreateCoffees.java -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateCoffees/Sybase/runnit.bat -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateSuppliers/MSAccess/CreateSuppliers.class -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateSuppliers/MSAccess/CreateSuppliers.java -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateSuppliers/MSAccess/runnit.bat -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateSuppliers/Sybase/CreateSuppliers.class -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateSuppliers/Sybase/CreateSuppliers.java -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateSuppliers/Sybase/runnit.bat -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertCoffees/SQLSrvr/InsertCoffees.class -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertCoffees/SQLSrvr/InsertCoffees.java -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertCoffees/SQLSrvr/runnit.bat -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertCoffees/Sybase/InsertCoffees.class -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertCoffees/Sybase/InsertCoffees.java -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertCoffees/Sybase/runnit.bat -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertSuppliers/MSAccess/InsertSuppliers.class -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertSuppliers/MSAccess/InsertSuppliers.java -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertSuppliers/MSAccess/runnit.bat -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertSuppliers/Sybase/InsertSuppliers.class -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertSuppliers/Sybase/InsertSuppliers.java -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertSuppliers/Sybase/runnit.bat -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/JavaDB/CAFEJAVA.MDB -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/JavaDB/CAFEJAVA.ldb -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/README.txt -jdk%%JDK_VERSION%%/demo/jfc/DBDemos/private.fls -jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/FileChooserDemo.jar -jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/README.txt -jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/images/gifIcon.gif -jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/images/jpgIcon.jpg -jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/src/ExampleFileFilter.java -jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/src/ExampleFileView.java -jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/src/FileChooserDemo.java -jdk%%JDK_VERSION%%/demo/jfc/Font2DTest/Font2DTest.html -jdk%%JDK_VERSION%%/demo/jfc/Font2DTest/Font2DTest.jar -jdk%%JDK_VERSION%%/demo/jfc/Font2DTest/README.txt -jdk%%JDK_VERSION%%/demo/jfc/Font2DTest/resources/TextResources.properties -jdk%%JDK_VERSION%%/demo/jfc/Font2DTest/resources/TextResources_de.properties -jdk%%JDK_VERSION%%/demo/jfc/Font2DTest/resources/TextResources_en.properties -jdk%%JDK_VERSION%%/demo/jfc/Font2DTest/resources/TextResources_en_GB.properties -jdk%%JDK_VERSION%%/demo/jfc/Font2DTest/resources/TextResources_ko.properties -jdk%%JDK_VERSION%%/demo/jfc/Font2DTest/resources/resource.data -jdk%%JDK_VERSION%%/demo/jfc/Font2DTest/src/Font2DTest.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/Java2Demo.html -jdk%%JDK_VERSION%%/demo/jfc/Java2D/Java2Demo.jar -jdk%%JDK_VERSION%%/demo/jfc/Java2D/README.txt -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/AnimatingControlsSurface.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/AnimatingSurface.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/CloningFeature.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/ControlsSurface.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/CustomControls.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/CustomControlsContext.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/DemoFonts.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/DemoGroup.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/DemoImages.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/DemoPanel.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/GlobalControls.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/GlobalPanel.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/Intro.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/Java2Demo.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/Java2DemoApplet.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/MemoryMonitor.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/PerformanceMonitor.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/RunWindow.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/Surface.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/TextureChooser.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/Tools.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Arcs_Curves/Arcs.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Arcs_Curves/BezierAnim.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Arcs_Curves/Curves.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Arcs_Curves/Ellipses.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Clipping/Areas.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Clipping/ClipAnim.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Clipping/Intersection.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Clipping/Text.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Colors/BullsEye.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Colors/ColorConvert.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Colors/Rotator3D.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Composite/ACimages.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Composite/ACrules.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Composite/FadeAnim.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Fonts/AllFonts.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Fonts/AttributedStr.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Fonts/Highlighting.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Fonts/Outline.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Fonts/Tree.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Images/DukeAnim.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Images/ImageOps.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Images/JPEGFlip.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Images/WarpImage.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Lines/Caps.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Lines/Dash.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Lines/Joins.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Lines/LineAnim.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Mix/Balls.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Mix/BezierScroller.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Mix/Stars3D.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Paint/GradAnim.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Paint/Gradient.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Paint/Texture.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Paint/TextureAnim.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Paths/Append.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Paths/CurveQuadTo.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Paths/FillStroke.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Paths/WindingRule.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Transforms/Rotate.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Transforms/SelectTx.java -jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Transforms/TransformAnim.java -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/HelpFiles/back.gif -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/HelpFiles/credits.html -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/HelpFiles/duke.gif -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/HelpFiles/javalogo.gif -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/HelpFiles/metal.html -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/HelpFiles/metalworks.html -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/HelpFiles/swing.html -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/HelpFiles/toc.html -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/Metalworks.jar -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/MyTheme.theme -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/README.txt -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/images/palette_crop.gif -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/images/palette_draw.gif -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/images/palette_hand.gif -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/images/palette_select.gif -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/images/palette_text.gif -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/images/palette_zoom.gif -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/AquaMetalTheme.java -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/BigContrastMetalTheme.java -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/ContrastMetalTheme.java -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/DemoMetalTheme.java -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/GreenMetalTheme.java -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/KhakiMetalTheme.java -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/MetalThemeMenu.java -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/Metalworks.java -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/MetalworksDocumentFrame.java -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/MetalworksFrame.java -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/MetalworksHelp.java -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/MetalworksInBox.java -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/MetalworksPrefs.java -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/PropertiesMetalTheme.java -jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/UISwitchListener.java -jdk%%JDK_VERSION%%/demo/jfc/Notepad/Notepad.jar -jdk%%JDK_VERSION%%/demo/jfc/Notepad/README.txt -jdk%%JDK_VERSION%%/demo/jfc/Notepad/resources/Notepad.properties -jdk%%JDK_VERSION%%/demo/jfc/Notepad/resources/Notepad_fr.properties -jdk%%JDK_VERSION%%/demo/jfc/Notepad/resources/Notepad_sv.properties -jdk%%JDK_VERSION%%/demo/jfc/Notepad/resources/Notepad_zh_CN.properties -jdk%%JDK_VERSION%%/demo/jfc/Notepad/resources/copy.gif -jdk%%JDK_VERSION%%/demo/jfc/Notepad/resources/cut.gif -jdk%%JDK_VERSION%%/demo/jfc/Notepad/resources/new.gif -jdk%%JDK_VERSION%%/demo/jfc/Notepad/resources/open.gif -jdk%%JDK_VERSION%%/demo/jfc/Notepad/resources/paste.gif -jdk%%JDK_VERSION%%/demo/jfc/Notepad/resources/save.gif -jdk%%JDK_VERSION%%/demo/jfc/Notepad/src/ElementTreePanel.java -jdk%%JDK_VERSION%%/demo/jfc/Notepad/src/Notepad.java -jdk%%JDK_VERSION%%/demo/jfc/SampleTree/README.txt -jdk%%JDK_VERSION%%/demo/jfc/SampleTree/SampleTree.jar -jdk%%JDK_VERSION%%/demo/jfc/SampleTree/images/collapsed.gif -jdk%%JDK_VERSION%%/demo/jfc/SampleTree/images/expanded.gif -jdk%%JDK_VERSION%%/demo/jfc/SampleTree/src/DynamicTreeNode.java -jdk%%JDK_VERSION%%/demo/jfc/SampleTree/src/SampleData.java -jdk%%JDK_VERSION%%/demo/jfc/SampleTree/src/SampleTree.java -jdk%%JDK_VERSION%%/demo/jfc/SampleTree/src/SampleTreeCellRenderer.java -jdk%%JDK_VERSION%%/demo/jfc/SampleTree/src/SampleTreeModel.java -jdk%%JDK_VERSION%%/demo/jfc/SimpleExample/README.txt -jdk%%JDK_VERSION%%/demo/jfc/SimpleExample/SimpleExample.jar -jdk%%JDK_VERSION%%/demo/jfc/SimpleExample/src/SimpleExample.java -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/README.txt -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/Stylepad.jar -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/Notepad.properties -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/Notepad_fr.properties -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/Notepad_sv.properties -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/Notepad_zh_CN.properties -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/Stylepad.properties -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/Stylepad_sv.properties -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/Stylepad_zh_CN.properties -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/alice.gif -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/bold.gif -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/bullets.gif -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/caterpillar.gif -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/center.gif -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/copy.gif -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/cut.gif -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/fg.gif -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/hatter.gif -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/italic.gif -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/left.gif -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/new.gif -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/open.gif -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/paste.gif -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/rabbit.gif -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/rabbit2.gif -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/right.gif -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/save.gif -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/underline.gif -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/ElementTreePanel.java -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/HelloWorld.java -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/Notepad.java -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/Stylepad.java -jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/Wonderland.java -jdk%%JDK_VERSION%%/demo/jfc/SwingApplet/README.txt -jdk%%JDK_VERSION%%/demo/jfc/SwingApplet/SwingApplet.html -jdk%%JDK_VERSION%%/demo/jfc/SwingApplet/SwingApplet.jar -jdk%%JDK_VERSION%%/demo/jfc/SwingApplet/src/SwingApplet.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/README.txt -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/SwingSet2.html -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/SwingSet2.jar -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/SwingSet2Plugin.html -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/AquaTheme.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/BezierAnimationPanel.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ButtonDemo.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/CharcoalTheme.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/CodeViewer.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ColorChooserDemo.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ComboBoxDemo.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ContrastTheme.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/DemoModule.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/DirectionPanel.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/EmeraldTheme.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ExampleFileFilter.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ExampleFileView.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/FileChooserDemo.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/HtmlDemo.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/InternalFrameDemo.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/LayoutControlPanel.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ListDemo.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/OptionPaneDemo.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/Permuter.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ProgressBarDemo.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/RubyTheme.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ScrollPaneDemo.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/SliderDemo.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/SplitPaneDemo.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/SwingSet2.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/SwingSet2Applet.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/TabbedPaneDemo.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/TableDemo.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ToolTipDemo.java -jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/TreeDemo.java -jdk%%JDK_VERSION%%/demo/jfc/TableExample/README.txt -jdk%%JDK_VERSION%%/demo/jfc/TableExample/TableExample.jar -jdk%%JDK_VERSION%%/demo/jfc/TableExample/src/JDBCAdapter.java -jdk%%JDK_VERSION%%/demo/jfc/TableExample/src/OldJTable.java -jdk%%JDK_VERSION%%/demo/jfc/TableExample/src/TableExample.java -jdk%%JDK_VERSION%%/demo/jfc/TableExample/src/TableExample2.java -jdk%%JDK_VERSION%%/demo/jfc/TableExample/src/TableExample3.java -jdk%%JDK_VERSION%%/demo/jfc/TableExample/src/TableExample4.java -jdk%%JDK_VERSION%%/demo/jfc/TableExample/src/TableMap.java -jdk%%JDK_VERSION%%/demo/jfc/TableExample/src/TableSorter.java -jdk%%JDK_VERSION%%/demo/jpda/examples.jar -jdk%%JDK_VERSION%%/demo/sound/JavaSound.html -jdk%%JDK_VERSION%%/demo/sound/JavaSound.jar -jdk%%JDK_VERSION%%/demo/sound/README.txt -jdk%%JDK_VERSION%%/demo/sound/media/ambient.rmf -jdk%%JDK_VERSION%%/demo/sound/media/bark.aiff -jdk%%JDK_VERSION%%/demo/sound/media/bong.wav -jdk%%JDK_VERSION%%/demo/sound/media/classical.rmf -jdk%%JDK_VERSION%%/demo/sound/media/modern-rock.rmf -jdk%%JDK_VERSION%%/demo/sound/media/sfx-medley.rmf -jdk%%JDK_VERSION%%/demo/sound/media/spacemusic.au -jdk%%JDK_VERSION%%/demo/sound/media/trance.rmf -jdk%%JDK_VERSION%%/demo/sound/media/trippygaia1.mid -jdk%%JDK_VERSION%%/demo/sound/src/CapturePlayback.java -jdk%%JDK_VERSION%%/demo/sound/src/ControlContext.java -jdk%%JDK_VERSION%%/demo/sound/src/Groove.java -jdk%%JDK_VERSION%%/demo/sound/src/JavaSound.java -jdk%%JDK_VERSION%%/demo/sound/src/JavaSoundApplet.java -jdk%%JDK_VERSION%%/demo/sound/src/Juke.java -jdk%%JDK_VERSION%%/demo/sound/src/MidiSynth.java -jdk%%JDK_VERSION%%/demo/sound/src/TempoDial.java -jdk%%JDK_VERSION%%/include-old/StubPreamble.h -jdk%%JDK_VERSION%%/include-old/alloc_cache.h -jdk%%JDK_VERSION%%/include-old/bag.h -jdk%%JDK_VERSION%%/include-old/bool.h -jdk%%JDK_VERSION%%/include-old/breakpoints.h -jdk%%JDK_VERSION%%/include-old/byteorder.h -jdk%%JDK_VERSION%%/include-old/common_exceptions.h -jdk%%JDK_VERSION%%/include-old/debug.h -jdk%%JDK_VERSION%%/include-old/dll.h -jdk%%JDK_VERSION%%/include-old/exceptions.h -jdk%%JDK_VERSION%%/include-old/freebsd/byteorder_md.h -jdk%%JDK_VERSION%%/include-old/freebsd/gc_md.h -jdk%%JDK_VERSION%%/include-old/freebsd/hpi_md.h -jdk%%JDK_VERSION%%/include-old/freebsd/io_md.h -jdk%%JDK_VERSION%%/include-old/freebsd/jawt_md.h -jdk%%JDK_VERSION%%/include-old/freebsd/jmath_md.h -jdk%%JDK_VERSION%%/include-old/freebsd/jvm_md.h -jdk%%JDK_VERSION%%/include-old/freebsd/miscdefs_md.h -jdk%%JDK_VERSION%%/include-old/freebsd/path_md.h -jdk%%JDK_VERSION%%/include-old/freebsd/sysmacros_md.h -jdk%%JDK_VERSION%%/include-old/freebsd/timeval_md.h -jdk%%JDK_VERSION%%/include-old/freebsd/typedefs_md.h -jdk%%JDK_VERSION%%/include-old/gc.h -jdk%%JDK_VERSION%%/include-old/hpi.h -jdk%%JDK_VERSION%%/include-old/interpreter.h -jdk%%JDK_VERSION%%/include-old/javaString.h -jdk%%JDK_VERSION%%/include-old/java_lang_ClassLoader.h -jdk%%JDK_VERSION%%/include-old/java_lang_String.h -jdk%%JDK_VERSION%%/include-old/java_lang_Thread.h -jdk%%JDK_VERSION%%/include-old/java_lang_ThreadGroup.h -jdk%%JDK_VERSION%%/include-old/jawt.h -jdk%%JDK_VERSION%%/include-old/jit.h -jdk%%JDK_VERSION%%/include-old/jmath.h -jdk%%JDK_VERSION%%/include-old/jvm.h -jdk%%JDK_VERSION%%/include-old/jvmdi.h -jdk%%JDK_VERSION%%/include-old/jvmpi.h -jdk%%JDK_VERSION%%/include-old/log.h -jdk%%JDK_VERSION%%/include-old/monitor.h -jdk%%JDK_VERSION%%/include-old/monitor_cache.h -jdk%%JDK_VERSION%%/include-old/native.h -jdk%%JDK_VERSION%%/include-old/oldnmi.h -jdk%%JDK_VERSION%%/include-old/oobj.h -jdk%%JDK_VERSION%%/include-old/opcodes.h -jdk%%JDK_VERSION%%/include-old/path.h -jdk%%JDK_VERSION%%/include-old/reflect.h -jdk%%JDK_VERSION%%/include-old/signature.h -jdk%%JDK_VERSION%%/include-old/sys_api.h -jdk%%JDK_VERSION%%/include-old/threads.h -jdk%%JDK_VERSION%%/include-old/tree.h -jdk%%JDK_VERSION%%/include-old/typecodes.h -jdk%%JDK_VERSION%%/include-old/typedefs.h -jdk%%JDK_VERSION%%/include-old/utf.h -jdk%%JDK_VERSION%%/include-old/util.h -jdk%%JDK_VERSION%%/include-old/vmprofiler.h -jdk%%JDK_VERSION%%/include-old/wrap.h -jdk%%JDK_VERSION%%/include/freebsd/jawt_md.h -jdk%%JDK_VERSION%%/include/freebsd/jni_md.h -jdk%%JDK_VERSION%%/include/jawt.h -jdk%%JDK_VERSION%%/include/jni.h -jdk%%JDK_VERSION%%/include/jvmdi.h -jdk%%JDK_VERSION%%/include/jvmpi.h -jdk%%JDK_VERSION%%/jre/CHANGES -jdk%%JDK_VERSION%%/jre/COPYRIGHT -jdk%%JDK_VERSION%%/jre/LICENSE -jdk%%JDK_VERSION%%/jre/LICENSE.fr -jdk%%JDK_VERSION%%/jre/README -jdk%%JDK_VERSION%%/jre/Welcome.html -jdk%%JDK_VERSION%%/jre/bin/.java_wrapper -jdk%%JDK_VERSION%%/jre/bin/awt_robot -jdk%%JDK_VERSION%%/jre/bin/i386/green_threads/appletviewer -jdk%%JDK_VERSION%%/jre/bin/i386/green_threads/extcheck -jdk%%JDK_VERSION%%/jre/bin/i386/green_threads/idlj -jdk%%JDK_VERSION%%/jre/bin/i386/green_threads/jar -jdk%%JDK_VERSION%%/jre/bin/i386/green_threads/jarsigner -jdk%%JDK_VERSION%%/jre/bin/i386/green_threads/java -jdk%%JDK_VERSION%%/jre/bin/i386/green_threads/javac -jdk%%JDK_VERSION%%/jre/bin/i386/green_threads/javadoc -jdk%%JDK_VERSION%%/jre/bin/i386/green_threads/javah -jdk%%JDK_VERSION%%/jre/bin/i386/green_threads/javap -jdk%%JDK_VERSION%%/jre/bin/i386/green_threads/jdb -jdk%%JDK_VERSION%%/jre/bin/i386/green_threads/keytool -jdk%%JDK_VERSION%%/jre/bin/i386/green_threads/native2ascii -jdk%%JDK_VERSION%%/jre/bin/i386/green_threads/oldjava -jdk%%JDK_VERSION%%/jre/bin/i386/green_threads/oldjavac -jdk%%JDK_VERSION%%/jre/bin/i386/green_threads/oldjdb -jdk%%JDK_VERSION%%/jre/bin/i386/green_threads/policytool -jdk%%JDK_VERSION%%/jre/bin/i386/green_threads/rmic -jdk%%JDK_VERSION%%/jre/bin/i386/green_threads/rmid -jdk%%JDK_VERSION%%/jre/bin/i386/green_threads/rmiregistry -jdk%%JDK_VERSION%%/jre/bin/i386/green_threads/serialver -jdk%%JDK_VERSION%%/jre/bin/i386/green_threads/tnameserv -jdk%%JDK_VERSION%%/jre/bin/java -jdk%%JDK_VERSION%%/jre/bin/keytool -jdk%%JDK_VERSION%%/jre/bin/policytool -jdk%%JDK_VERSION%%/jre/bin/rmid -jdk%%JDK_VERSION%%/jre/bin/rmiregistry -jdk%%JDK_VERSION%%/jre/bin/tnameserv -jdk%%JDK_VERSION%%/jre/lib/audio/soundbank.gm -jdk%%JDK_VERSION%%/jre/lib/cmm/CIEXYZ.pf -jdk%%JDK_VERSION%%/jre/lib/cmm/GRAY.pf -jdk%%JDK_VERSION%%/jre/lib/cmm/LINEAR_RGB.pf -jdk%%JDK_VERSION%%/jre/lib/cmm/PYCC.pf -jdk%%JDK_VERSION%%/jre/lib/cmm/sRGB.pf -jdk%%JDK_VERSION%%/jre/lib/content-types.properties -jdk%%JDK_VERSION%%/jre/lib/flavormap.properties -jdk%%JDK_VERSION%%/jre/lib/font.properties -jdk%%JDK_VERSION%%/jre/lib/font.properties.ja -jdk%%JDK_VERSION%%/jre/lib/font.properties.zh -jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaBrightDemiBold.ttf -jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaBrightDemiItalic.ttf -jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaBrightItalic.ttf -jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaBrightRegular.ttf -jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaSansDemiBold.ttf -jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaSansDemiOblique.ttf -jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaSansOblique.ttf -jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaSansRegular.ttf -jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaTypewriterBold.ttf -jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaTypewriterBoldOblique.ttf -jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaTypewriterOblique.ttf -jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaTypewriterRegular.ttf -jdk%%JDK_VERSION%%/jre/lib/fonts/fonts.dir -jdk%%JDK_VERSION%%/jre/lib/i18n.jar -jdk%%JDK_VERSION%%/jre/lib/i386/classic/Xusage.txt -jdk%%JDK_VERSION%%/jre/lib/i386/classic/libjvm.so -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/classic/libjvm_g.so -jdk%%JDK_VERSION%%/jre/lib/i386/green_threads/libhpi.so -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/green_threads/libhpi_g.so -jdk%%JDK_VERSION%%/jre/lib/i386/libJdbcOdbc.so -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libJdbcOdbc_g.so -jdk%%JDK_VERSION%%/jre/lib/i386/libagent.so -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libagent_g.so -jdk%%JDK_VERSION%%/jre/lib/i386/libawt.so -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libawt_g.so -jdk%%JDK_VERSION%%/jre/lib/i386/libcmm.so -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libcmm_g.so -jdk%%JDK_VERSION%%/jre/lib/i386/libdcpr.so -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libdcpr_g.so -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libdt_socket_g.so -jdk%%JDK_VERSION%%/jre/lib/i386/libfontmanager.so -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libfontmanager_g.so -jdk%%JDK_VERSION%%/jre/lib/i386/libhprof.so -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libhprof_g.so -jdk%%JDK_VERSION%%/jre/lib/i386/libioser12.so -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libioser12_g.so -jdk%%JDK_VERSION%%/jre/lib/i386/libjava.so -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libjava_g.so -jdk%%JDK_VERSION%%/jre/lib/i386/libjawt.so -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libjawt_g.so -jdk%%JDK_VERSION%%/jre/lib/i386/libjcov.so -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libjcov_g.so -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libjdwp_g.so -jdk%%JDK_VERSION%%/jre/lib/i386/libjpeg.so -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libjpeg_g.so -jdk%%JDK_VERSION%%/jre/lib/i386/libjsound.so -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libjsound_g.so -jdk%%JDK_VERSION%%/jre/lib/i386/libmlib_image.so -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libmlib_image_g.so -jdk%%JDK_VERSION%%/jre/lib/i386/libnet.so -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libnet_g.so -jdk%%JDK_VERSION%%/jre/lib/i386/libverify.so -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libverify_g.so -jdk%%JDK_VERSION%%/jre/lib/i386/libzip.so -%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libzip_g.so -jdk%%JDK_VERSION%%/jre/lib/images/cursors/cursors.properties -jdk%%JDK_VERSION%%/jre/lib/images/cursors/invalid32x32.gif -jdk%%JDK_VERSION%%/jre/lib/images/cursors/motif_CopyDrop32x32.gif -jdk%%JDK_VERSION%%/jre/lib/images/cursors/motif_CopyNoDrop32x32.gif -jdk%%JDK_VERSION%%/jre/lib/images/cursors/motif_LinkDrop32x32.gif -jdk%%JDK_VERSION%%/jre/lib/images/cursors/motif_LinkNoDrop32x32.gif -jdk%%JDK_VERSION%%/jre/lib/images/cursors/motif_MoveDrop32x32.gif -jdk%%JDK_VERSION%%/jre/lib/images/cursors/motif_MoveNoDrop32x32.gif -jdk%%JDK_VERSION%%/jre/lib/jvm.cfg -jdk%%JDK_VERSION%%/jre/lib/jvm.hprof.txt -jdk%%JDK_VERSION%%/jre/lib/jvm.jcov.txt -jdk%%JDK_VERSION%%/jre/lib/psfont.properties.ja -jdk%%JDK_VERSION%%/jre/lib/psfontj2d.properties -jdk%%JDK_VERSION%%/jre/lib/rt.jar -jdk%%JDK_VERSION%%/jre/lib/security/cacerts -jdk%%JDK_VERSION%%/jre/lib/security/java.policy -jdk%%JDK_VERSION%%/jre/lib/security/java.security -jdk%%JDK_VERSION%%/jre/lib/sunrsasign.jar -jdk%%JDK_VERSION%%/jre/lib/tzmappings -jdk%%JDK_VERSION%%/lib/dt.jar -jdk%%JDK_VERSION%%/lib/i386/libdt_socket.so -jdk%%JDK_VERSION%%/lib/i386/libjdwp.so -jdk%%JDK_VERSION%%/lib/ir.idl -jdk%%JDK_VERSION%%/lib/orb.idl -jdk%%JDK_VERSION%%/lib/tools.jar -jdk%%JDK_VERSION%%/man/man1/appletviewer.1 -jdk%%JDK_VERSION%%/man/man1/extcheck.1 -jdk%%JDK_VERSION%%/man/man1/jar.1 -jdk%%JDK_VERSION%%/man/man1/jarsigner.1 -jdk%%JDK_VERSION%%/man/man1/java.1 -jdk%%JDK_VERSION%%/man/man1/javac.1 -jdk%%JDK_VERSION%%/man/man1/javadoc.1 -jdk%%JDK_VERSION%%/man/man1/javah.1 -jdk%%JDK_VERSION%%/man/man1/javap.1 -jdk%%JDK_VERSION%%/man/man1/jdb.1 -jdk%%JDK_VERSION%%/man/man1/keytool.1 -jdk%%JDK_VERSION%%/man/man1/native2ascii.1 -jdk%%JDK_VERSION%%/man/man1/rmic.1 -jdk%%JDK_VERSION%%/man/man1/rmid.1 -jdk%%JDK_VERSION%%/man/man1/rmiregistry.1 -jdk%%JDK_VERSION%%/man/man1/serialver.1 -jdk%%JDK_VERSION%%/man/man1/tnameserv.1 -jdk%%JDK_VERSION%%/src.jar -@exec mkdir -p %D/share/java/classes -@exec mkdir -p %D/share/doc/java -@unexec rmdir %D/share/java/classes 2>/dev/null || true -@unexec rmdir %D/share/java 2>/dev/null || true -@unexec rmdir %D/share/doc/java 2>/dev/null || true -@exec %D/bin/registervm "%D/jdk%%JDK_VERSION%%/bin/java # FREEBSD-JDK%%JDK_VERSION%%" -@unexec %D/bin/unregistervm FREEBSD-JDK%%JDK_VERSION%% -@dirrm jdk%%JDK_VERSION%%/man/man1 -@dirrm jdk%%JDK_VERSION%%/man -@dirrm jdk%%JDK_VERSION%%/lib/i386 -@dirrm jdk%%JDK_VERSION%%/lib -@dirrm jdk%%JDK_VERSION%%/jre/plugin -@dirrm jdk%%JDK_VERSION%%/jre/lib/security -@dirrm jdk%%JDK_VERSION%%/jre/lib/images/cursors -@dirrm jdk%%JDK_VERSION%%/jre/lib/images -@dirrm jdk%%JDK_VERSION%%/jre/lib/i386/green_threads -@dirrm jdk%%JDK_VERSION%%/jre/lib/i386/classic -@dirrm jdk%%JDK_VERSION%%/jre/lib/i386 -@dirrm jdk%%JDK_VERSION%%/jre/lib/fonts -@dirrm jdk%%JDK_VERSION%%/jre/lib/ext -@dirrm jdk%%JDK_VERSION%%/jre/lib/cmm -@dirrm jdk%%JDK_VERSION%%/jre/lib/audio -@dirrm jdk%%JDK_VERSION%%/jre/lib/applet -@dirrm jdk%%JDK_VERSION%%/jre/lib -@dirrm jdk%%JDK_VERSION%%/jre/bin/i386/green_threads -@dirrm jdk%%JDK_VERSION%%/jre/bin/i386 -@dirrm jdk%%JDK_VERSION%%/jre/bin -@dirrm jdk%%JDK_VERSION%%/jre -@dirrm jdk%%JDK_VERSION%%/include/freebsd -@dirrm jdk%%JDK_VERSION%%/include-old/freebsd -@dirrm jdk%%JDK_VERSION%%/include-old -@dirrm jdk%%JDK_VERSION%%/include -@dirrm jdk%%JDK_VERSION%%/demo/sound/src -@dirrm jdk%%JDK_VERSION%%/demo/sound/media -@dirrm jdk%%JDK_VERSION%%/demo/sound -@dirrm jdk%%JDK_VERSION%%/demo/jpda -@dirrm jdk%%JDK_VERSION%%/demo/jfc/TableExample/src -@dirrm jdk%%JDK_VERSION%%/demo/jfc/TableExample -@dirrm jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src -@dirrm jdk%%JDK_VERSION%%/demo/jfc/SwingSet2 -@dirrm jdk%%JDK_VERSION%%/demo/jfc/SwingApplet/src -@dirrm jdk%%JDK_VERSION%%/demo/jfc/SwingApplet -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Stylepad -@dirrm jdk%%JDK_VERSION%%/demo/jfc/SimpleExample/src -@dirrm jdk%%JDK_VERSION%%/demo/jfc/SimpleExample -@dirrm jdk%%JDK_VERSION%%/demo/jfc/SampleTree/src -@dirrm jdk%%JDK_VERSION%%/demo/jfc/SampleTree/images -@dirrm jdk%%JDK_VERSION%%/demo/jfc/SampleTree -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Notepad/src -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Notepad/resources -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Notepad -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Metalworks/images -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Metalworks/HelpFiles -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Metalworks -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Transforms -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Paths -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Paint -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Mix -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Lines -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Images -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Fonts -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Composite -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Colors -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Clipping -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Arcs_Curves -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Font2DTest/src -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Font2DTest/resources -@dirrm jdk%%JDK_VERSION%%/demo/jfc/Font2DTest -@dirrm jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/src -@dirrm jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/images -@dirrm jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo -@dirrm jdk%%JDK_VERSION%%/demo/jfc/DBDemos/JavaDB -@dirrm jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertSuppliers/Sybase -@dirrm jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertSuppliers/MSAccess -@dirrm jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertSuppliers -@dirrm jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertCoffees/Sybase -@dirrm jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertCoffees/SQLSrvr -@dirrm jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertCoffees -@dirrm jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateSuppliers/Sybase -@dirrm jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateSuppliers/MSAccess -@dirrm jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateSuppliers -@dirrm jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateCoffees/Sybase -@dirrm jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateCoffees/MSAccess -@dirrm jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateCoffees -@dirrm jdk%%JDK_VERSION%%/demo/jfc/DBDemos -@dirrm jdk%%JDK_VERSION%%/demo/jfc -@dirrm jdk%%JDK_VERSION%%/demo/applets/WireFrame/models -@dirrm jdk%%JDK_VERSION%%/demo/applets/WireFrame -@dirrm jdk%%JDK_VERSION%%/demo/applets/TicTacToe/images -@dirrm jdk%%JDK_VERSION%%/demo/applets/TicTacToe/audio -@dirrm jdk%%JDK_VERSION%%/demo/applets/TicTacToe -@dirrm jdk%%JDK_VERSION%%/demo/applets/SymbolTest -@dirrm jdk%%JDK_VERSION%%/demo/applets/SpreadSheet -@dirrm jdk%%JDK_VERSION%%/demo/applets/SortDemo -@dirrm jdk%%JDK_VERSION%%/demo/applets/SimpleGraph -@dirrm jdk%%JDK_VERSION%%/demo/applets/NervousText -@dirrm jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/models -@dirrm jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer -@dirrm jdk%%JDK_VERSION%%/demo/applets/JumpingBox/sounds -@dirrm jdk%%JDK_VERSION%%/demo/applets/JumpingBox -@dirrm jdk%%JDK_VERSION%%/demo/applets/ImageMap/images -@dirrm jdk%%JDK_VERSION%%/demo/applets/ImageMap/audio -@dirrm jdk%%JDK_VERSION%%/demo/applets/ImageMap -@dirrm jdk%%JDK_VERSION%%/demo/applets/GraphicsTest -@dirrm jdk%%JDK_VERSION%%/demo/applets/GraphLayout/audio -@dirrm jdk%%JDK_VERSION%%/demo/applets/GraphLayout -@dirrm jdk%%JDK_VERSION%%/demo/applets/Fractal -@dirrm jdk%%JDK_VERSION%%/demo/applets/DrawTest -@dirrm jdk%%JDK_VERSION%%/demo/applets/DitherTest -@dirrm jdk%%JDK_VERSION%%/demo/applets/Clock -@dirrm jdk%%JDK_VERSION%%/demo/applets/CardTest -@dirrm jdk%%JDK_VERSION%%/demo/applets/Blink -@dirrm jdk%%JDK_VERSION%%/demo/applets/BarChart -@dirrm jdk%%JDK_VERSION%%/demo/applets/ArcTest -@dirrm jdk%%JDK_VERSION%%/demo/applets/Animator/images/SimpleAnimation -@dirrm jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans -@dirrm jdk%%JDK_VERSION%%/demo/applets/Animator/images -@dirrm jdk%%JDK_VERSION%%/demo/applets/Animator/audio -@dirrm jdk%%JDK_VERSION%%/demo/applets/Animator -@dirrm jdk%%JDK_VERSION%%/demo/applets -@dirrm jdk%%JDK_VERSION%%/demo -@dirrm jdk%%JDK_VERSION%%/bin/i386/green_threads -@dirrm jdk%%JDK_VERSION%%/bin/i386 -@dirrm jdk%%JDK_VERSION%%/bin -@dirrm jdk%%JDK_VERSION%% diff --git a/java/linux-blackdown-jdk12/Makefile b/java/linux-blackdown-jdk12/Makefile deleted file mode 100644 index 056498f2ac40..000000000000 --- a/java/linux-blackdown-jdk12/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: linux jdk 1.2.2 -# Date created: Nov 3 1999 -# Whom: Jose Marques -# -# $FreeBSD$ -# - -PORTNAME= jdk -PORTVERSION= 1.2.2 -CATEGORIES= java devel -MASTER_SITES= ftp://iodynamics.com/pub/mirror/linux-jdk/JDK-1.2.2/i386/rc4/ \ - ftp://ftp.tux.org/pub/java/JDK-1.2.2/i386/rc4/ -PKGNAMEPREFIX= linux- -DISTNAME= jdk-1.2.2-RC4-linux-i386-glibc-2.1.2 - -MAINTAINER= K.J.Koster@kpn.com - -RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base \ - javavm:${PORTSDIR}/java/javavmwrapper - -NO_CDROM= "License doesn\'t allow distribution with fee" -NO_PACKAGE= "License doesn\'t allow binary distributions" - -ONLY_FOR_ARCHS= i386 - -USE_BZIP2= YES -WRKSRC= ${WRKDIR}/jdk1.2.2 -NO_BUILD= yes - -do-install: - ${MKDIR} ${PREFIX}/linux-jdk1.2.2 - (cd ${WRKSRC} && tar --exclude "*.orig" -c -f - .) \ - | (cd ${PREFIX}/linux-jdk1.2.2 && tar fx -) - ${LOCALBASE}/bin/registervm "${PREFIX}/linux-jdk1.2.2/bin/java # Linux-JDK1.2.2" - -.include <bsd.port.mk> diff --git a/java/linux-blackdown-jdk12/distinfo b/java/linux-blackdown-jdk12/distinfo deleted file mode 100644 index f78efba2c7e7..000000000000 --- a/java/linux-blackdown-jdk12/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (jdk-1.2.2-RC4-linux-i386-glibc-2.1.2.tar.bz2) = 59f0705cf15d95e83b3a18a76c2b8ca1 diff --git a/java/linux-blackdown-jdk12/files/patch-aa b/java/linux-blackdown-jdk12/files/patch-aa deleted file mode 100644 index bbe2521cf7d8..000000000000 --- a/java/linux-blackdown-jdk12/files/patch-aa +++ /dev/null @@ -1,22 +0,0 @@ ---- bin/.java_wrapper.orig Mon Dec 6 14:12:44 1999 -+++ bin/.java_wrapper Sat Jan 29 14:20:21 2000 -@@ -32,8 +32,8 @@ - # Resolve symlinks. See 4152645. - while [ -L "$PRG" ]; do - ls=`/bin/ls -ld "$PRG"` -- link=`/usr/bin/expr "$ls" : '.*-> \(.*\)$'` -- if /usr/bin/expr "$link" : '/' > /dev/null; then -+ link=`/compat/linux/usr/bin/expr "$ls" : '.*-> \(.*\)$'` -+ if /compat/linux/usr/bin/expr "$link" : '/' > /dev/null; then - PRG="$link" - else - PRG="`/usr/bin/dirname $PRG`/$link" -@@ -65,7 +65,7 @@ - # Select vm type (if classic vm, also select thread type). - unset vmtype - unset ttype --DEFAULT_THREADS_FLAG=native -+DEFAULT_THREADS_FLAG=green - if [ "x$1" = "x-hotspot" ]; then - vmtype=hotspot - ttype=native_threads diff --git a/java/linux-blackdown-jdk12/files/patch-ab b/java/linux-blackdown-jdk12/files/patch-ab deleted file mode 100644 index 6b00abfc04a1..000000000000 --- a/java/linux-blackdown-jdk12/files/patch-ab +++ /dev/null @@ -1,22 +0,0 @@ ---- jre/bin/.java_wrapper.orig Mon Dec 6 14:12:44 1999 -+++ jre/bin/.java_wrapper Sat Jan 29 14:21:27 2000 -@@ -32,8 +32,8 @@ - # Resolve symlinks. See 4152645. - while [ -L "$PRG" ]; do - ls=`/bin/ls -ld "$PRG"` -- link=`/usr/bin/expr "$ls" : '.*-> \(.*\)$'` -- if /usr/bin/expr "$link" : '/' > /dev/null; then -+ link=`/compat/linux/usr/bin/expr "$ls" : '.*-> \(.*\)$'` -+ if /compat/linux/usr/bin/expr "$link" : '/' > /dev/null; then - PRG="$link" - else - PRG="`/usr/bin/dirname $PRG`/$link" -@@ -65,7 +65,7 @@ - # Select vm type (if classic vm, also select thread type). - unset vmtype - unset ttype --DEFAULT_THREADS_FLAG=native -+DEFAULT_THREADS_FLAG=green - if [ "x$1" = "x-hotspot" ]; then - vmtype=hotspot - ttype=native_threads diff --git a/java/linux-blackdown-jdk12/pkg-comment b/java/linux-blackdown-jdk12/pkg-comment deleted file mode 100644 index b14db2b0b38a..000000000000 --- a/java/linux-blackdown-jdk12/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Blackdown Linux Java Developers Kit 1.2.2 diff --git a/java/linux-blackdown-jdk12/pkg-descr b/java/linux-blackdown-jdk12/pkg-descr deleted file mode 100644 index b14db2b0b38a..000000000000 --- a/java/linux-blackdown-jdk12/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -Blackdown Linux Java Developers Kit 1.2.2 diff --git a/java/linux-blackdown-jdk12/pkg-plist b/java/linux-blackdown-jdk12/pkg-plist deleted file mode 100644 index fac08d44c08b..000000000000 --- a/java/linux-blackdown-jdk12/pkg-plist +++ /dev/null @@ -1,846 +0,0 @@ -linux-jdk1.2.2/COPYRIGHT -linux-jdk1.2.2/LICENSE -linux-jdk1.2.2/README -linux-jdk1.2.2/README.PRE-RELEASE -linux-jdk1.2.2/README.html -linux-jdk1.2.2/README.linux -linux-jdk1.2.2/bin/.java_wrapper -linux-jdk1.2.2/bin/appletviewer -linux-jdk1.2.2/bin/extcheck -linux-jdk1.2.2/bin/i386/green_threads/appletviewer -linux-jdk1.2.2/bin/i386/green_threads/extcheck -linux-jdk1.2.2/bin/i386/green_threads/jar -linux-jdk1.2.2/bin/i386/green_threads/jarsigner -linux-jdk1.2.2/bin/i386/green_threads/java -linux-jdk1.2.2/bin/i386/green_threads/javac -linux-jdk1.2.2/bin/i386/green_threads/javadoc -linux-jdk1.2.2/bin/i386/green_threads/javadt -linux-jdk1.2.2/bin/i386/green_threads/javah -linux-jdk1.2.2/bin/i386/green_threads/javap -linux-jdk1.2.2/bin/i386/green_threads/jdb -linux-jdk1.2.2/bin/i386/green_threads/keytool -linux-jdk1.2.2/bin/i386/green_threads/native2ascii -linux-jdk1.2.2/bin/i386/green_threads/oldjava -linux-jdk1.2.2/bin/i386/green_threads/oldjdb -linux-jdk1.2.2/bin/i386/green_threads/policytool -linux-jdk1.2.2/bin/i386/green_threads/rmic -linux-jdk1.2.2/bin/i386/green_threads/rmid -linux-jdk1.2.2/bin/i386/green_threads/rmiregistry -linux-jdk1.2.2/bin/i386/green_threads/serialver -linux-jdk1.2.2/bin/i386/green_threads/tnameserv -linux-jdk1.2.2/bin/i386/native_threads/appletviewer -linux-jdk1.2.2/bin/i386/native_threads/extcheck -linux-jdk1.2.2/bin/i386/native_threads/jar -linux-jdk1.2.2/bin/i386/native_threads/jarsigner -linux-jdk1.2.2/bin/i386/native_threads/java -linux-jdk1.2.2/bin/i386/native_threads/javac -linux-jdk1.2.2/bin/i386/native_threads/javadoc -linux-jdk1.2.2/bin/i386/native_threads/javadt -linux-jdk1.2.2/bin/i386/native_threads/javah -linux-jdk1.2.2/bin/i386/native_threads/javap -linux-jdk1.2.2/bin/i386/native_threads/jdb -linux-jdk1.2.2/bin/i386/native_threads/keytool -linux-jdk1.2.2/bin/i386/native_threads/native2ascii -linux-jdk1.2.2/bin/i386/native_threads/oldjava -linux-jdk1.2.2/bin/i386/native_threads/oldjdb -linux-jdk1.2.2/bin/i386/native_threads/policytool -linux-jdk1.2.2/bin/i386/native_threads/rmic -linux-jdk1.2.2/bin/i386/native_threads/rmid -linux-jdk1.2.2/bin/i386/native_threads/rmiregistry -linux-jdk1.2.2/bin/i386/native_threads/serialver -linux-jdk1.2.2/bin/i386/native_threads/tnameserv -linux-jdk1.2.2/bin/jar -linux-jdk1.2.2/bin/jarsigner -linux-jdk1.2.2/bin/java -linux-jdk1.2.2/bin/java-rmi.cgi -linux-jdk1.2.2/bin/javac -linux-jdk1.2.2/bin/javadoc -linux-jdk1.2.2/bin/javadt -linux-jdk1.2.2/bin/javah -linux-jdk1.2.2/bin/javap -linux-jdk1.2.2/bin/jdb -linux-jdk1.2.2/bin/keytool -linux-jdk1.2.2/bin/native2ascii -linux-jdk1.2.2/bin/oldjava -linux-jdk1.2.2/bin/oldjdb -linux-jdk1.2.2/bin/policytool -linux-jdk1.2.2/bin/rmic -linux-jdk1.2.2/bin/rmid -linux-jdk1.2.2/bin/rmiregistry -linux-jdk1.2.2/bin/serialver -linux-jdk1.2.2/bin/tnameserv -linux-jdk1.2.2/demo/applets/Animator/Animation.class -linux-jdk1.2.2/demo/applets/Animator/AnimationFrame.class -linux-jdk1.2.2/demo/applets/Animator/Animator.class -linux-jdk1.2.2/demo/applets/Animator/Animator.java -linux-jdk1.2.2/demo/applets/Animator/DescriptionFrame.class -linux-jdk1.2.2/demo/applets/Animator/ParseException.class -linux-jdk1.2.2/demo/applets/Animator/audio/0.au -linux-jdk1.2.2/demo/applets/Animator/audio/1.au -linux-jdk1.2.2/demo/applets/Animator/audio/2.au -linux-jdk1.2.2/demo/applets/Animator/audio/3.au -linux-jdk1.2.2/demo/applets/Animator/audio/4.au -linux-jdk1.2.2/demo/applets/Animator/audio/5.au -linux-jdk1.2.2/demo/applets/Animator/audio/6.au -linux-jdk1.2.2/demo/applets/Animator/audio/7.au -linux-jdk1.2.2/demo/applets/Animator/audio/8.au -linux-jdk1.2.2/demo/applets/Animator/audio/9.au -linux-jdk1.2.2/demo/applets/Animator/audio/spacemusic.au -linux-jdk1.2.2/demo/applets/Animator/example1.html -linux-jdk1.2.2/demo/applets/Animator/example2.html -linux-jdk1.2.2/demo/applets/Animator/example3.html -linux-jdk1.2.2/demo/applets/Animator/example4.html -linux-jdk1.2.2/demo/applets/Animator/images/Beans/T1.gif -linux-jdk1.2.2/demo/applets/Animator/images/Beans/T10.gif -linux-jdk1.2.2/demo/applets/Animator/images/Beans/T2.gif -linux-jdk1.2.2/demo/applets/Animator/images/Beans/T3.gif -linux-jdk1.2.2/demo/applets/Animator/images/Beans/T4.gif -linux-jdk1.2.2/demo/applets/Animator/images/Beans/T5.gif -linux-jdk1.2.2/demo/applets/Animator/images/Beans/T6.gif -linux-jdk1.2.2/demo/applets/Animator/images/Beans/T7.gif -linux-jdk1.2.2/demo/applets/Animator/images/Beans/T8.gif -linux-jdk1.2.2/demo/applets/Animator/images/Beans/T9.gif -linux-jdk1.2.2/demo/applets/Animator/images/SimpleAnimation/T1.gif -linux-jdk1.2.2/demo/applets/Animator/images/SimpleAnimation/T2.gif -linux-jdk1.2.2/demo/applets/Animator/images/loading-msg.gif -linux-jdk1.2.2/demo/applets/ArcTest/ArcCanvas.class -linux-jdk1.2.2/demo/applets/ArcTest/ArcControls.class -linux-jdk1.2.2/demo/applets/ArcTest/ArcTest.class -linux-jdk1.2.2/demo/applets/ArcTest/ArcTest.java -linux-jdk1.2.2/demo/applets/ArcTest/example1.html -linux-jdk1.2.2/demo/applets/BarChart/Chart.class -linux-jdk1.2.2/demo/applets/BarChart/Chart.java -linux-jdk1.2.2/demo/applets/BarChart/example1.html -linux-jdk1.2.2/demo/applets/Blink/Blink.class -linux-jdk1.2.2/demo/applets/Blink/Blink.java -linux-jdk1.2.2/demo/applets/Blink/example1.html -linux-jdk1.2.2/demo/applets/CardTest/CardPanel.class -linux-jdk1.2.2/demo/applets/CardTest/CardTest.class -linux-jdk1.2.2/demo/applets/CardTest/CardTest.java -linux-jdk1.2.2/demo/applets/CardTest/example1.html -linux-jdk1.2.2/demo/applets/Clock/Clock2.class -linux-jdk1.2.2/demo/applets/Clock/Clock2.java -linux-jdk1.2.2/demo/applets/Clock/example1.html -linux-jdk1.2.2/demo/applets/DitherTest/DitherCanvas.class -linux-jdk1.2.2/demo/applets/DitherTest/DitherControls.class -linux-jdk1.2.2/demo/applets/DitherTest/DitherTest.class -linux-jdk1.2.2/demo/applets/DitherTest/DitherTest.java -linux-jdk1.2.2/demo/applets/DitherTest/example1.html -linux-jdk1.2.2/demo/applets/DrawTest/DrawControls.class -linux-jdk1.2.2/demo/applets/DrawTest/DrawPanel.class -linux-jdk1.2.2/demo/applets/DrawTest/DrawTest.class -linux-jdk1.2.2/demo/applets/DrawTest/DrawTest.java -linux-jdk1.2.2/demo/applets/DrawTest/example1.html -linux-jdk1.2.2/demo/applets/Fractal/CLSFractal.class -linux-jdk1.2.2/demo/applets/Fractal/CLSFractal.java -linux-jdk1.2.2/demo/applets/Fractal/CLSRule.class -linux-jdk1.2.2/demo/applets/Fractal/CLSTurtle.class -linux-jdk1.2.2/demo/applets/Fractal/ContextLSystem.class -linux-jdk1.2.2/demo/applets/Fractal/example1.html -linux-jdk1.2.2/demo/applets/GraphLayout/Edge.class -linux-jdk1.2.2/demo/applets/GraphLayout/Graph.class -linux-jdk1.2.2/demo/applets/GraphLayout/Graph.java -linux-jdk1.2.2/demo/applets/GraphLayout/GraphPanel.class -linux-jdk1.2.2/demo/applets/GraphLayout/Node.class -linux-jdk1.2.2/demo/applets/GraphLayout/audio/computer.au -linux-jdk1.2.2/demo/applets/GraphLayout/audio/drip.au -linux-jdk1.2.2/demo/applets/GraphLayout/audio/gong.au -linux-jdk1.2.2/demo/applets/GraphLayout/example1.html -linux-jdk1.2.2/demo/applets/GraphLayout/example2.html -linux-jdk1.2.2/demo/applets/GraphLayout/example3.html -linux-jdk1.2.2/demo/applets/GraphLayout/example4.html -linux-jdk1.2.2/demo/applets/GraphicsTest/AppletFrame.class -linux-jdk1.2.2/demo/applets/GraphicsTest/AppletFrame.java -linux-jdk1.2.2/demo/applets/GraphicsTest/ArcCard.class -linux-jdk1.2.2/demo/applets/GraphicsTest/ArcDegreePanel.class -linux-jdk1.2.2/demo/applets/GraphicsTest/ArcPanel.class -linux-jdk1.2.2/demo/applets/GraphicsTest/ColorUtils.class -linux-jdk1.2.2/demo/applets/GraphicsTest/GraphicsCards.class -linux-jdk1.2.2/demo/applets/GraphicsTest/GraphicsPanel.class -linux-jdk1.2.2/demo/applets/GraphicsTest/GraphicsTest.class -linux-jdk1.2.2/demo/applets/GraphicsTest/GraphicsTest.java -linux-jdk1.2.2/demo/applets/GraphicsTest/OvalShape.class -linux-jdk1.2.2/demo/applets/GraphicsTest/PolygonShape.class -linux-jdk1.2.2/demo/applets/GraphicsTest/RectShape.class -linux-jdk1.2.2/demo/applets/GraphicsTest/RoundRectShape.class -linux-jdk1.2.2/demo/applets/GraphicsTest/Shape.class -linux-jdk1.2.2/demo/applets/GraphicsTest/ShapeTest.class -linux-jdk1.2.2/demo/applets/GraphicsTest/example1.html -linux-jdk1.2.2/demo/applets/ImageMap/AniArea.class -linux-jdk1.2.2/demo/applets/ImageMap/AniArea.java -linux-jdk1.2.2/demo/applets/ImageMap/ButtonFilter.class -linux-jdk1.2.2/demo/applets/ImageMap/ButtonFilter.java -linux-jdk1.2.2/demo/applets/ImageMap/ClickArea.class -linux-jdk1.2.2/demo/applets/ImageMap/ClickArea.java -linux-jdk1.2.2/demo/applets/ImageMap/DelayedSoundArea.class -linux-jdk1.2.2/demo/applets/ImageMap/DelayedSoundArea.java -linux-jdk1.2.2/demo/applets/ImageMap/HighlightArea.class -linux-jdk1.2.2/demo/applets/ImageMap/HighlightArea.java -linux-jdk1.2.2/demo/applets/ImageMap/HighlightFilter.class -linux-jdk1.2.2/demo/applets/ImageMap/HighlightFilter.java -linux-jdk1.2.2/demo/applets/ImageMap/HrefButtonArea.class -linux-jdk1.2.2/demo/applets/ImageMap/HrefButtonArea.java -linux-jdk1.2.2/demo/applets/ImageMap/ImageMap.class -linux-jdk1.2.2/demo/applets/ImageMap/ImageMap.java -linux-jdk1.2.2/demo/applets/ImageMap/ImageMapArea.class -linux-jdk1.2.2/demo/applets/ImageMap/ImageMapArea.java -linux-jdk1.2.2/demo/applets/ImageMap/LinkArea.class -linux-jdk1.2.2/demo/applets/ImageMap/LinkArea.java -linux-jdk1.2.2/demo/applets/ImageMap/NameArea.class -linux-jdk1.2.2/demo/applets/ImageMap/NameArea.java -linux-jdk1.2.2/demo/applets/ImageMap/RoundButtonFilter.class -linux-jdk1.2.2/demo/applets/ImageMap/RoundButtonFilter.java -linux-jdk1.2.2/demo/applets/ImageMap/RoundHrefButtonArea.class -linux-jdk1.2.2/demo/applets/ImageMap/RoundHrefButtonArea.java -linux-jdk1.2.2/demo/applets/ImageMap/SoundArea.class -linux-jdk1.2.2/demo/applets/ImageMap/SoundArea.java -linux-jdk1.2.2/demo/applets/ImageMap/TickerArea.class -linux-jdk1.2.2/demo/applets/ImageMap/TickerArea.java -linux-jdk1.2.2/demo/applets/ImageMap/audio/chirp1.au -linux-jdk1.2.2/demo/applets/ImageMap/audio/hi.au -linux-jdk1.2.2/demo/applets/ImageMap/example1.html -linux-jdk1.2.2/demo/applets/ImageMap/imagemapcheat.html -linux-jdk1.2.2/demo/applets/ImageMap/images/jim.graham.gif -linux-jdk1.2.2/demo/applets/ImageMap/sources.html -linux-jdk1.2.2/demo/applets/JumpingBox/MouseTrack.class -linux-jdk1.2.2/demo/applets/JumpingBox/MouseTrack.java -linux-jdk1.2.2/demo/applets/JumpingBox/example1.html -linux-jdk1.2.2/demo/applets/JumpingBox/sounds/adapt-or-die.au -linux-jdk1.2.2/demo/applets/JumpingBox/sounds/cannot.be.completed.au -linux-jdk1.2.2/demo/applets/JumpingBox/sounds/ip.au -linux-jdk1.2.2/demo/applets/JumpingBox/sounds/that.hurts.au -linux-jdk1.2.2/demo/applets/JumpingBox/sounds/thin.bell.au -linux-jdk1.2.2/demo/applets/JumpingBox/sounds/tiptoe.thru.the.tulips.au -linux-jdk1.2.2/demo/applets/MoleculeViewer/Atom.class -linux-jdk1.2.2/demo/applets/MoleculeViewer/Matrix3D.class -linux-jdk1.2.2/demo/applets/MoleculeViewer/Matrix3D.java -linux-jdk1.2.2/demo/applets/MoleculeViewer/XYZApp.class -linux-jdk1.2.2/demo/applets/MoleculeViewer/XYZApp.java -linux-jdk1.2.2/demo/applets/MoleculeViewer/XYZChemModel.class -linux-jdk1.2.2/demo/applets/MoleculeViewer/example1.html -linux-jdk1.2.2/demo/applets/MoleculeViewer/example2.html -linux-jdk1.2.2/demo/applets/MoleculeViewer/example3.html -linux-jdk1.2.2/demo/applets/MoleculeViewer/models/HyaluronicAcid.xyz -linux-jdk1.2.2/demo/applets/MoleculeViewer/models/benzene.xyz -linux-jdk1.2.2/demo/applets/MoleculeViewer/models/buckminsterfullerine.xyz -linux-jdk1.2.2/demo/applets/MoleculeViewer/models/cyclohexane.xyz -linux-jdk1.2.2/demo/applets/MoleculeViewer/models/ethane.xyz -linux-jdk1.2.2/demo/applets/MoleculeViewer/models/water.xyz -linux-jdk1.2.2/demo/applets/NervousText/NervousText.class -linux-jdk1.2.2/demo/applets/NervousText/NervousText.java -linux-jdk1.2.2/demo/applets/NervousText/example1.html -linux-jdk1.2.2/demo/applets/SimpleGraph/GraphApplet.class -linux-jdk1.2.2/demo/applets/SimpleGraph/GraphApplet.java -linux-jdk1.2.2/demo/applets/SimpleGraph/example1.html -linux-jdk1.2.2/demo/applets/SortDemo/BidirBubbleSortAlgorithm.class -linux-jdk1.2.2/demo/applets/SortDemo/BidirBubbleSortAlgorithm.java -linux-jdk1.2.2/demo/applets/SortDemo/BubbleSortAlgorithm.class -linux-jdk1.2.2/demo/applets/SortDemo/BubbleSortAlgorithm.java -linux-jdk1.2.2/demo/applets/SortDemo/QSortAlgorithm.class -linux-jdk1.2.2/demo/applets/SortDemo/QSortAlgorithm.java -linux-jdk1.2.2/demo/applets/SortDemo/SortAlgorithm.class -linux-jdk1.2.2/demo/applets/SortDemo/SortAlgorithm.java -linux-jdk1.2.2/demo/applets/SortDemo/SortItem.class -linux-jdk1.2.2/demo/applets/SortDemo/SortItem.java -linux-jdk1.2.2/demo/applets/SortDemo/example1.html -linux-jdk1.2.2/demo/applets/SpreadSheet/Cell.class -linux-jdk1.2.2/demo/applets/SpreadSheet/CellUpdater.class -linux-jdk1.2.2/demo/applets/SpreadSheet/InputField.class -linux-jdk1.2.2/demo/applets/SpreadSheet/Node.class -linux-jdk1.2.2/demo/applets/SpreadSheet/SpreadSheet.class -linux-jdk1.2.2/demo/applets/SpreadSheet/SpreadSheet.java -linux-jdk1.2.2/demo/applets/SpreadSheet/SpreadSheetInput.class -linux-jdk1.2.2/demo/applets/SpreadSheet/example1.html -linux-jdk1.2.2/demo/applets/SymbolTest/SymbolCanvas.class -linux-jdk1.2.2/demo/applets/SymbolTest/SymbolTest$MyAdapter.class -linux-jdk1.2.2/demo/applets/SymbolTest/SymbolTest.class -linux-jdk1.2.2/demo/applets/SymbolTest/SymbolTest.java -linux-jdk1.2.2/demo/applets/SymbolTest/example1.html -linux-jdk1.2.2/demo/applets/TicTacToe/TicTacToe.class -linux-jdk1.2.2/demo/applets/TicTacToe/TicTacToe.java -linux-jdk1.2.2/demo/applets/TicTacToe/audio/beep.au -linux-jdk1.2.2/demo/applets/TicTacToe/audio/ding.au -linux-jdk1.2.2/demo/applets/TicTacToe/audio/return.au -linux-jdk1.2.2/demo/applets/TicTacToe/audio/yahoo1.au -linux-jdk1.2.2/demo/applets/TicTacToe/audio/yahoo2.au -linux-jdk1.2.2/demo/applets/TicTacToe/example1.html -linux-jdk1.2.2/demo/applets/TicTacToe/images/cross.gif -linux-jdk1.2.2/demo/applets/TicTacToe/images/not.gif -linux-jdk1.2.2/demo/applets/WireFrame/FileFormatException.class -linux-jdk1.2.2/demo/applets/WireFrame/Matrix3D.class -linux-jdk1.2.2/demo/applets/WireFrame/Matrix3D.java -linux-jdk1.2.2/demo/applets/WireFrame/Model3D.class -linux-jdk1.2.2/demo/applets/WireFrame/ThreeD.class -linux-jdk1.2.2/demo/applets/WireFrame/ThreeD.java -linux-jdk1.2.2/demo/applets/WireFrame/example1.html -linux-jdk1.2.2/demo/applets/WireFrame/example2.html -linux-jdk1.2.2/demo/applets/WireFrame/example3.html -linux-jdk1.2.2/demo/applets/WireFrame/example4.html -linux-jdk1.2.2/demo/applets/WireFrame/models/cube.obj -linux-jdk1.2.2/demo/applets/WireFrame/models/dinasaur.obj -linux-jdk1.2.2/demo/applets/WireFrame/models/hughes_500.obj -linux-jdk1.2.2/demo/applets/WireFrame/models/knoxS.obj -linux-jdk1.2.2/demo/jfc/DBDemos/CreateCoffees/MSAccess/CreateCoffees.class -linux-jdk1.2.2/demo/jfc/DBDemos/CreateCoffees/MSAccess/CreateCoffees.java -linux-jdk1.2.2/demo/jfc/DBDemos/CreateCoffees/MSAccess/runnit.bat -linux-jdk1.2.2/demo/jfc/DBDemos/CreateCoffees/Sybase/CreateCoffees.class -linux-jdk1.2.2/demo/jfc/DBDemos/CreateCoffees/Sybase/CreateCoffees.java -linux-jdk1.2.2/demo/jfc/DBDemos/CreateCoffees/Sybase/runnit.bat -linux-jdk1.2.2/demo/jfc/DBDemos/CreateSuppliers/MSAccess/CreateSuppliers.class -linux-jdk1.2.2/demo/jfc/DBDemos/CreateSuppliers/MSAccess/CreateSuppliers.java -linux-jdk1.2.2/demo/jfc/DBDemos/CreateSuppliers/MSAccess/runnit.bat -linux-jdk1.2.2/demo/jfc/DBDemos/CreateSuppliers/Sybase/CreateSuppliers.class -linux-jdk1.2.2/demo/jfc/DBDemos/CreateSuppliers/Sybase/CreateSuppliers.java -linux-jdk1.2.2/demo/jfc/DBDemos/CreateSuppliers/Sybase/runnit.bat -linux-jdk1.2.2/demo/jfc/DBDemos/InsertCoffees/SQLSrvr/InsertCoffees.class -linux-jdk1.2.2/demo/jfc/DBDemos/InsertCoffees/SQLSrvr/InsertCoffees.java -linux-jdk1.2.2/demo/jfc/DBDemos/InsertCoffees/SQLSrvr/runnit.bat -linux-jdk1.2.2/demo/jfc/DBDemos/InsertCoffees/Sybase/InsertCoffees.class -linux-jdk1.2.2/demo/jfc/DBDemos/InsertCoffees/Sybase/InsertCoffees.java -linux-jdk1.2.2/demo/jfc/DBDemos/InsertCoffees/Sybase/runnit.bat -linux-jdk1.2.2/demo/jfc/DBDemos/InsertSuppliers/MSAccess/InsertSuppliers.class -linux-jdk1.2.2/demo/jfc/DBDemos/InsertSuppliers/MSAccess/InsertSuppliers.java -linux-jdk1.2.2/demo/jfc/DBDemos/InsertSuppliers/MSAccess/runnit.bat -linux-jdk1.2.2/demo/jfc/DBDemos/InsertSuppliers/Sybase/InsertSuppliers.class -linux-jdk1.2.2/demo/jfc/DBDemos/InsertSuppliers/Sybase/InsertSuppliers.java -linux-jdk1.2.2/demo/jfc/DBDemos/InsertSuppliers/Sybase/runnit.bat -linux-jdk1.2.2/demo/jfc/DBDemos/JavaDB/CAFEJAVA.MDB -linux-jdk1.2.2/demo/jfc/DBDemos/JavaDB/CAFEJAVA.ldb -linux-jdk1.2.2/demo/jfc/DBDemos/README.txt -linux-jdk1.2.2/demo/jfc/DBDemos/private.fls -linux-jdk1.2.2/demo/jfc/FileChooserDemo/FileChooserDemo.jar -linux-jdk1.2.2/demo/jfc/FileChooserDemo/README.txt -linux-jdk1.2.2/demo/jfc/FileChooserDemo/images/gifIcon.gif -linux-jdk1.2.2/demo/jfc/FileChooserDemo/images/jpgIcon.jpg -linux-jdk1.2.2/demo/jfc/FileChooserDemo/src/ExampleFileFilter.java -linux-jdk1.2.2/demo/jfc/FileChooserDemo/src/ExampleFileView.java -linux-jdk1.2.2/demo/jfc/FileChooserDemo/src/FileChooserDemo.java -linux-jdk1.2.2/demo/jfc/Java2D/Java2Demo.html -linux-jdk1.2.2/demo/jfc/Java2D/Java2Demo.jar -linux-jdk1.2.2/demo/jfc/Java2D/README.txt -linux-jdk1.2.2/demo/jfc/Metalworks/HelpFiles/back.gif -linux-jdk1.2.2/demo/jfc/Metalworks/HelpFiles/credits.html -linux-jdk1.2.2/demo/jfc/Metalworks/HelpFiles/duke.gif -linux-jdk1.2.2/demo/jfc/Metalworks/HelpFiles/javalogo.gif -linux-jdk1.2.2/demo/jfc/Metalworks/HelpFiles/metal.html -linux-jdk1.2.2/demo/jfc/Metalworks/HelpFiles/metalworks.html -linux-jdk1.2.2/demo/jfc/Metalworks/HelpFiles/swing.html -linux-jdk1.2.2/demo/jfc/Metalworks/HelpFiles/toc.html -linux-jdk1.2.2/demo/jfc/Metalworks/Metalworks.jar -linux-jdk1.2.2/demo/jfc/Metalworks/MyTheme.theme -linux-jdk1.2.2/demo/jfc/Metalworks/README.txt -linux-jdk1.2.2/demo/jfc/Metalworks/images/palette_crop.gif -linux-jdk1.2.2/demo/jfc/Metalworks/images/palette_draw.gif -linux-jdk1.2.2/demo/jfc/Metalworks/images/palette_hand.gif -linux-jdk1.2.2/demo/jfc/Metalworks/images/palette_select.gif -linux-jdk1.2.2/demo/jfc/Metalworks/images/palette_text.gif -linux-jdk1.2.2/demo/jfc/Metalworks/images/palette_zoom.gif -linux-jdk1.2.2/demo/jfc/Metalworks/src/AquaMetalTheme.java -linux-jdk1.2.2/demo/jfc/Metalworks/src/BigContrastMetalTheme.java -linux-jdk1.2.2/demo/jfc/Metalworks/src/ContrastMetalTheme.java -linux-jdk1.2.2/demo/jfc/Metalworks/src/DemoMetalTheme.java -linux-jdk1.2.2/demo/jfc/Metalworks/src/GreenMetalTheme.java -linux-jdk1.2.2/demo/jfc/Metalworks/src/KhakiMetalTheme.java -linux-jdk1.2.2/demo/jfc/Metalworks/src/MetalThemeMenu.java -linux-jdk1.2.2/demo/jfc/Metalworks/src/Metalworks.java -linux-jdk1.2.2/demo/jfc/Metalworks/src/MetalworksDocumentFrame.java -linux-jdk1.2.2/demo/jfc/Metalworks/src/MetalworksFrame.java -linux-jdk1.2.2/demo/jfc/Metalworks/src/MetalworksHelp.java -linux-jdk1.2.2/demo/jfc/Metalworks/src/MetalworksInBox.java -linux-jdk1.2.2/demo/jfc/Metalworks/src/MetalworksPrefs.java -linux-jdk1.2.2/demo/jfc/Metalworks/src/PropertiesMetalTheme.java -linux-jdk1.2.2/demo/jfc/Metalworks/src/UISwitchListener.java -linux-jdk1.2.2/demo/jfc/Notepad/Notepad.jar -linux-jdk1.2.2/demo/jfc/Notepad/README.txt -linux-jdk1.2.2/demo/jfc/Notepad/resources/Notepad.properties -linux-jdk1.2.2/demo/jfc/Notepad/resources/Notepad_fr.properties -linux-jdk1.2.2/demo/jfc/Notepad/resources/Notepad_sv.properties -linux-jdk1.2.2/demo/jfc/Notepad/resources/copy.gif -linux-jdk1.2.2/demo/jfc/Notepad/resources/cut.gif -linux-jdk1.2.2/demo/jfc/Notepad/resources/new.gif -linux-jdk1.2.2/demo/jfc/Notepad/resources/open.gif -linux-jdk1.2.2/demo/jfc/Notepad/resources/paste.gif -linux-jdk1.2.2/demo/jfc/Notepad/resources/save.gif -linux-jdk1.2.2/demo/jfc/Notepad/src/ElementTreePanel.java -linux-jdk1.2.2/demo/jfc/Notepad/src/Notepad.java -linux-jdk1.2.2/demo/jfc/SampleTree/README.txt -linux-jdk1.2.2/demo/jfc/SampleTree/SampleTree.jar -linux-jdk1.2.2/demo/jfc/SampleTree/images/collapsed.gif -linux-jdk1.2.2/demo/jfc/SampleTree/images/expanded.gif -linux-jdk1.2.2/demo/jfc/SampleTree/src/DynamicTreeNode.java -linux-jdk1.2.2/demo/jfc/SampleTree/src/SampleData.java -linux-jdk1.2.2/demo/jfc/SampleTree/src/SampleTree.java -linux-jdk1.2.2/demo/jfc/SampleTree/src/SampleTreeCellRenderer.java -linux-jdk1.2.2/demo/jfc/SampleTree/src/SampleTreeModel.java -linux-jdk1.2.2/demo/jfc/SimpleExample/README.txt -linux-jdk1.2.2/demo/jfc/SimpleExample/SimpleExample.jar -linux-jdk1.2.2/demo/jfc/SimpleExample/src/SimpleExample.java -linux-jdk1.2.2/demo/jfc/Stylepad/README.txt -linux-jdk1.2.2/demo/jfc/Stylepad/Stylepad.jar -linux-jdk1.2.2/demo/jfc/Stylepad/resources/Notepad.properties -linux-jdk1.2.2/demo/jfc/Stylepad/resources/Notepad_fr.properties -linux-jdk1.2.2/demo/jfc/Stylepad/resources/Notepad_sv.properties -linux-jdk1.2.2/demo/jfc/Stylepad/resources/Stylepad.properties -linux-jdk1.2.2/demo/jfc/Stylepad/resources/Stylepad_sv.properties -linux-jdk1.2.2/demo/jfc/Stylepad/resources/alice.gif -linux-jdk1.2.2/demo/jfc/Stylepad/resources/bold.gif -linux-jdk1.2.2/demo/jfc/Stylepad/resources/bullets.gif -linux-jdk1.2.2/demo/jfc/Stylepad/resources/caterpillar.gif -linux-jdk1.2.2/demo/jfc/Stylepad/resources/center.gif -linux-jdk1.2.2/demo/jfc/Stylepad/resources/copy.gif -linux-jdk1.2.2/demo/jfc/Stylepad/resources/cut.gif -linux-jdk1.2.2/demo/jfc/Stylepad/resources/fg.gif -linux-jdk1.2.2/demo/jfc/Stylepad/resources/hatter.gif -linux-jdk1.2.2/demo/jfc/Stylepad/resources/italic.gif -linux-jdk1.2.2/demo/jfc/Stylepad/resources/left.gif -linux-jdk1.2.2/demo/jfc/Stylepad/resources/new.gif -linux-jdk1.2.2/demo/jfc/Stylepad/resources/open.gif -linux-jdk1.2.2/demo/jfc/Stylepad/resources/paste.gif -linux-jdk1.2.2/demo/jfc/Stylepad/resources/rabbit.gif -linux-jdk1.2.2/demo/jfc/Stylepad/resources/rabbit2.gif -linux-jdk1.2.2/demo/jfc/Stylepad/resources/right.gif -linux-jdk1.2.2/demo/jfc/Stylepad/resources/save.gif -linux-jdk1.2.2/demo/jfc/Stylepad/resources/underline.gif -linux-jdk1.2.2/demo/jfc/Stylepad/src/ElementTreePanel.java -linux-jdk1.2.2/demo/jfc/Stylepad/src/HelloWorld.java -linux-jdk1.2.2/demo/jfc/Stylepad/src/Notepad.java -linux-jdk1.2.2/demo/jfc/Stylepad/src/Stylepad.java -linux-jdk1.2.2/demo/jfc/Stylepad/src/Wonderland.java -linux-jdk1.2.2/demo/jfc/SwingApplet/README.txt -linux-jdk1.2.2/demo/jfc/SwingApplet/SwingApplet.html -linux-jdk1.2.2/demo/jfc/SwingApplet/SwingApplet.jar -linux-jdk1.2.2/demo/jfc/SwingApplet/src/SwingApplet.java -linux-jdk1.2.2/demo/jfc/SwingSet/Constitution.txt -linux-jdk1.2.2/demo/jfc/SwingSet/README.txt -linux-jdk1.2.2/demo/jfc/SwingSet/README12.txt -linux-jdk1.2.2/demo/jfc/SwingSet/SwingSet.jar -linux-jdk1.2.2/demo/jfc/SwingSet/SwingSetApplet.html -linux-jdk1.2.2/demo/jfc/SwingSet/SwingSetApplet2.html -linux-jdk1.2.2/demo/jfc/SwingSet/ToolBar.txt -linux-jdk1.2.2/demo/jfc/SwingSet/Wonderland.txt -linux-jdk1.2.2/demo/jfc/SwingSet/bugfixers.html -linux-jdk1.2.2/demo/jfc/SwingSet/example.html -linux-jdk1.2.2/demo/jfc/SwingSet/images/AboutBorder.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/AboutSwing.jpg -linux-jdk1.2.2/demo/jfc/SwingSet/images/BigTiger.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/Copyright.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/ImageClub/COPYRIGHT -linux-jdk1.2.2/demo/jfc/SwingSet/images/ImageClub/food/banana.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/ImageClub/food/broccoli.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/ImageClub/food/burger.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/ImageClub/food/cake.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/ImageClub/food/cantaloupe.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/ImageClub/food/carrot.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/ImageClub/food/corn.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/ImageClub/food/donut.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/ImageClub/food/fries.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/ImageClub/food/grapes.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/ImageClub/food/hotdog.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/ImageClub/food/icecream.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/ImageClub/food/peach.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/ImageClub/food/peas.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/ImageClub/food/pie.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/ImageClub/food/pizza.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/ImageClub/food/radish.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/ImageClub/food/softdrink.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/ImageClub/food/treat.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/ImageClub/food/watermelon.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/ImageClub/misc/cab.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/ImageClub/misc/fish.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/ImageClub/misc/horn.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/ImageClub/misc/moon.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/ImageClub/misc/sun.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/SmallTiger.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/WebSpice/COPYRIGHT -linux-jdk1.2.2/demo/jfc/SwingSet/images/WebSpice/bulb1.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/WebSpice/bulb2.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/WebSpice/bulb3.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/WebSpice/left.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/WebSpice/leftDown.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/WebSpice/leftRollover.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/WebSpice/radio.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/WebSpice/radioPressed.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/WebSpice/radioSelected.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/WebSpice/right.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/WebSpice/rightDown.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/WebSpice/rightRollover.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/buttonImage2.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/buttonImage3.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/buttonImage4.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/copy.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/cow.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/cowSmall.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/cut.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/document.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/dot.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/duke2.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/dukeMagnify.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/dukeSnooze.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/dukeWave.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/dukeWaveRed.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/folder.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/gifIcon.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/jpgIcon.jpg -linux-jdk1.2.2/demo/jfc/SwingSet/images/layout/bl.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/layout/bldn.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/layout/bm.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/layout/bmdn.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/layout/br.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/layout/brdn.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/layout/c.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/layout/cdn.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/layout/ml.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/layout/mldn.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/layout/mr.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/layout/mrdn.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/layout/tl.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/layout/tldn.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/layout/tm.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/layout/tmdn.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/layout/toggle.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/layout/toggledn.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/layout/tr.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/layout/trdn.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/list/a1.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/list/a1d.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/list/a2.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/list/a2d.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/list/a3.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/list/a3d.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/list/a4.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/list/a4d.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/list/a5.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/list/a5d.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/new.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/noDot.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/open.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/paste.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/people/amy.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/people/ges.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/people/jag.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/people/jeff.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/people/mathew.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/people/nathan.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/people/phil.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/people/pl.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/people/rich.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/people/rick.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/people/tim.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/people/tom.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/redDot.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/save.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/scrollpane/column.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/scrollpane/corner.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/scrollpane/header.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/swing-64.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/swing.small.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/swingLabelSmall.gif -linux-jdk1.2.2/demo/jfc/SwingSet/images/swirl.gif -linux-jdk1.2.2/demo/jfc/SwingSet/src/BorderPanel.java -linux-jdk1.2.2/demo/jfc/SwingSet/src/BorderedPanePanel.java -linux-jdk1.2.2/demo/jfc/SwingSet/src/ButtonPanel.java -linux-jdk1.2.2/demo/jfc/SwingSet/src/CheckboxPanel.java -linux-jdk1.2.2/demo/jfc/SwingSet/src/ComboBoxPanel.java -linux-jdk1.2.2/demo/jfc/SwingSet/src/ComponentOrientationChanger.java -linux-jdk1.2.2/demo/jfc/SwingSet/src/DebugGraphicsPanel.java -linux-jdk1.2.2/demo/jfc/SwingSet/src/DirectionPanel.java -linux-jdk1.2.2/demo/jfc/SwingSet/src/ExampleFileFilter.java -linux-jdk1.2.2/demo/jfc/SwingSet/src/ExampleFileView.java -linux-jdk1.2.2/demo/jfc/SwingSet/src/HtmlPanel.java -linux-jdk1.2.2/demo/jfc/SwingSet/src/InternalWindowPanel.java -linux-jdk1.2.2/demo/jfc/SwingSet/src/LabelPanel.java -linux-jdk1.2.2/demo/jfc/SwingSet/src/LayoutControlPanel.java -linux-jdk1.2.2/demo/jfc/SwingSet/src/ListPanel.java -linux-jdk1.2.2/demo/jfc/SwingSet/src/ProgressPanel.java -linux-jdk1.2.2/demo/jfc/SwingSet/src/RadioButtonPanel.java -linux-jdk1.2.2/demo/jfc/SwingSet/src/ScrollPanePanel.java -linux-jdk1.2.2/demo/jfc/SwingSet/src/SliderPanel.java -linux-jdk1.2.2/demo/jfc/SwingSet/src/SplitPanePanel.java -linux-jdk1.2.2/demo/jfc/SwingSet/src/SwingSet.java -linux-jdk1.2.2/demo/jfc/SwingSet/src/SwingSetApplet.java -linux-jdk1.2.2/demo/jfc/SwingSet/src/TablePanel.java -linux-jdk1.2.2/demo/jfc/SwingSet/src/TextPanel.java -linux-jdk1.2.2/demo/jfc/SwingSet/src/ToggleButtonPanel.java -linux-jdk1.2.2/demo/jfc/SwingSet/src/ToolTipPanel.java -linux-jdk1.2.2/demo/jfc/SwingSet/src/TreeCombo.java -linux-jdk1.2.2/demo/jfc/SwingSet/src/TreePanel.java -linux-jdk1.2.2/demo/jfc/TableExample/README.txt -linux-jdk1.2.2/demo/jfc/TableExample/TableExample.jar -linux-jdk1.2.2/demo/jfc/TableExample/src/JDBCAdapter.java -linux-jdk1.2.2/demo/jfc/TableExample/src/OldJTable.java -linux-jdk1.2.2/demo/jfc/TableExample/src/TableExample.java -linux-jdk1.2.2/demo/jfc/TableExample/src/TableExample2.java -linux-jdk1.2.2/demo/jfc/TableExample/src/TableExample3.java -linux-jdk1.2.2/demo/jfc/TableExample/src/TableExample4.java -linux-jdk1.2.2/demo/jfc/TableExample/src/TableMap.java -linux-jdk1.2.2/demo/jfc/TableExample/src/TableSorter.java -linux-jdk1.2.2/include-old/StubPreamble.h -linux-jdk1.2.2/include-old/alloc_cache.h -linux-jdk1.2.2/include-old/bag.h -linux-jdk1.2.2/include-old/bool.h -linux-jdk1.2.2/include-old/breakpoints.h -linux-jdk1.2.2/include-old/byteorder.h -linux-jdk1.2.2/include-old/common_exceptions.h -linux-jdk1.2.2/include-old/debug.h -linux-jdk1.2.2/include-old/dll.h -linux-jdk1.2.2/include-old/exceptions.h -linux-jdk1.2.2/include-old/gc.h -linux-jdk1.2.2/include-old/hpi.h -linux-jdk1.2.2/include-old/interpreter.h -linux-jdk1.2.2/include-old/javaString.h -linux-jdk1.2.2/include-old/java_lang_ClassLoader.h -linux-jdk1.2.2/include-old/java_lang_String.h -linux-jdk1.2.2/include-old/java_lang_Thread.h -linux-jdk1.2.2/include-old/java_lang_ThreadGroup.h -linux-jdk1.2.2/include-old/jcov.h -linux-jdk1.2.2/include-old/jit.h -linux-jdk1.2.2/include-old/jmath.h -linux-jdk1.2.2/include-old/jni.h -linux-jdk1.2.2/include-old/jvm.h -linux-jdk1.2.2/include-old/jvmdi.h -linux-jdk1.2.2/include-old/jvmpi.h -linux-jdk1.2.2/include-old/linux/byteorder_md.h -linux-jdk1.2.2/include-old/linux/gc_md.h -linux-jdk1.2.2/include-old/linux/hpi_md.h -linux-jdk1.2.2/include-old/linux/io_md.h -linux-jdk1.2.2/include-old/linux/jmath_md.h -linux-jdk1.2.2/include-old/linux/jni_md.h -linux-jdk1.2.2/include-old/linux/jvm_md.h -linux-jdk1.2.2/include-old/linux/miscdefs_md.h -linux-jdk1.2.2/include-old/linux/path_md.h -linux-jdk1.2.2/include-old/linux/sysmacros_md.h -linux-jdk1.2.2/include-old/linux/timeval_md.h -linux-jdk1.2.2/include-old/linux/typedefs_md.h -linux-jdk1.2.2/include-old/log.h -linux-jdk1.2.2/include-old/monitor.h -linux-jdk1.2.2/include-old/monitor_cache.h -linux-jdk1.2.2/include-old/native.h -linux-jdk1.2.2/include-old/oldnmi.h -linux-jdk1.2.2/include-old/oobj.h -linux-jdk1.2.2/include-old/opcodes.h -linux-jdk1.2.2/include-old/path.h -linux-jdk1.2.2/include-old/reflect.h -linux-jdk1.2.2/include-old/signature.h -linux-jdk1.2.2/include-old/sys_api.h -linux-jdk1.2.2/include-old/threads.h -linux-jdk1.2.2/include-old/tree.h -linux-jdk1.2.2/include-old/typecodes.h -linux-jdk1.2.2/include-old/typedefs.h -linux-jdk1.2.2/include-old/utf.h -linux-jdk1.2.2/include-old/util.h -linux-jdk1.2.2/include-old/vmprofiler.h -linux-jdk1.2.2/include-old/wrap.h -linux-jdk1.2.2/include/jni.h -linux-jdk1.2.2/include/jvmdi.h -linux-jdk1.2.2/include/jvmpi.h -linux-jdk1.2.2/include/linux/jni_md.h -linux-jdk1.2.2/jre/README.PRE-RELEASE -linux-jdk1.2.2/jre/README.linux -linux-jdk1.2.2/jre/bin/.java_wrapper -linux-jdk1.2.2/jre/bin/i386/green_threads/java -linux-jdk1.2.2/jre/bin/i386/green_threads/keytool -linux-jdk1.2.2/jre/bin/i386/green_threads/policytool -linux-jdk1.2.2/jre/bin/i386/green_threads/rmid -linux-jdk1.2.2/jre/bin/i386/green_threads/rmiregistry -linux-jdk1.2.2/jre/bin/i386/green_threads/tnameserv -linux-jdk1.2.2/jre/bin/i386/native_threads/java -linux-jdk1.2.2/jre/bin/i386/native_threads/keytool -linux-jdk1.2.2/jre/bin/i386/native_threads/policytool -linux-jdk1.2.2/jre/bin/i386/native_threads/rmid -linux-jdk1.2.2/jre/bin/i386/native_threads/rmiregistry -linux-jdk1.2.2/jre/bin/i386/native_threads/tnameserv -linux-jdk1.2.2/jre/bin/i386/realpath -linux-jdk1.2.2/jre/bin/java -linux-jdk1.2.2/jre/bin/keytool -linux-jdk1.2.2/jre/bin/policytool -linux-jdk1.2.2/jre/bin/realpath -linux-jdk1.2.2/jre/bin/rmid -linux-jdk1.2.2/jre/bin/rmiregistry -linux-jdk1.2.2/jre/bin/tnameserv -linux-jdk1.2.2/jre/lib/audio/soundbank.gm -linux-jdk1.2.2/jre/lib/cmm/CIEXYZ.pf -linux-jdk1.2.2/jre/lib/cmm/GRAY.pf -linux-jdk1.2.2/jre/lib/cmm/LINEAR_RGB.pf -linux-jdk1.2.2/jre/lib/cmm/PYCC.pf -linux-jdk1.2.2/jre/lib/cmm/sRGB.pf -linux-jdk1.2.2/jre/lib/content-types.properties -linux-jdk1.2.2/jre/lib/ext/iiimp.jar -linux-jdk1.2.2/jre/lib/flavormap.properties -linux-jdk1.2.2/jre/lib/font.properties -linux-jdk1.2.2/jre/lib/font.properties.tt -linux-jdk1.2.2/jre/lib/fonts/LucidaBrightDemiBold.ttf -linux-jdk1.2.2/jre/lib/fonts/LucidaBrightDemiItalic.ttf -linux-jdk1.2.2/jre/lib/fonts/LucidaBrightItalic.ttf -linux-jdk1.2.2/jre/lib/fonts/LucidaBrightRegular.ttf -linux-jdk1.2.2/jre/lib/fonts/LucidaSansDemiBold.ttf -linux-jdk1.2.2/jre/lib/fonts/LucidaSansDemiOblique.ttf -linux-jdk1.2.2/jre/lib/fonts/LucidaSansOblique.ttf -linux-jdk1.2.2/jre/lib/fonts/LucidaSansRegular.ttf -linux-jdk1.2.2/jre/lib/fonts/LucidaTypewriterBold.ttf -linux-jdk1.2.2/jre/lib/fonts/LucidaTypewriterBoldOblique.ttf -linux-jdk1.2.2/jre/lib/fonts/LucidaTypewriterOblique.ttf -linux-jdk1.2.2/jre/lib/fonts/LucidaTypewriterRegular.ttf -linux-jdk1.2.2/jre/lib/fonts/fonts.dir -linux-jdk1.2.2/jre/lib/i18n.jar -linux-jdk1.2.2/jre/lib/i386/classic/Xusage.txt -linux-jdk1.2.2/jre/lib/i386/classic/libjvm.so -linux-jdk1.2.2/jre/lib/i386/green_threads/libhpi.so -linux-jdk1.2.2/jre/lib/i386/libJdbcOdbc.so -linux-jdk1.2.2/jre/lib/i386/libagent.so -linux-jdk1.2.2/jre/lib/i386/libaudio.so -linux-jdk1.2.2/jre/lib/i386/libawt.so -linux-jdk1.2.2/jre/lib/i386/libcmm.so -linux-jdk1.2.2/jre/lib/i386/libdcpr.so -linux-jdk1.2.2/jre/lib/i386/libdt_socket.so -linux-jdk1.2.2/jre/lib/i386/libfontmanager.so -linux-jdk1.2.2/jre/lib/i386/libhprof.so -linux-jdk1.2.2/jre/lib/i386/libjava.so -linux-jdk1.2.2/jre/lib/i386/libjdwp.so -linux-jdk1.2.2/jre/lib/i386/libjpeg.so -linux-jdk1.2.2/jre/lib/i386/libmath.so -linux-jdk1.2.2/jre/lib/i386/libmlib_image.so -linux-jdk1.2.2/jre/lib/i386/libnet.so -linux-jdk1.2.2/jre/lib/i386/libsunwjit.so -linux-jdk1.2.2/jre/lib/i386/libzip.so -linux-jdk1.2.2/jre/lib/i386/native_threads/libhpi.so -linux-jdk1.2.2/jre/lib/images/cursors/cursors.properties -linux-jdk1.2.2/jre/lib/images/cursors/invalid32x32.gif -linux-jdk1.2.2/jre/lib/images/cursors/motif_CopyDrop32x32.gif -linux-jdk1.2.2/jre/lib/images/cursors/motif_CopyNoDrop32x32.gif -linux-jdk1.2.2/jre/lib/images/cursors/motif_LinkDrop32x32.gif -linux-jdk1.2.2/jre/lib/images/cursors/motif_LinkNoDrop32x32.gif -linux-jdk1.2.2/jre/lib/images/cursors/motif_MoveDrop32x32.gif -linux-jdk1.2.2/jre/lib/images/cursors/motif_MoveNoDrop32x32.gif -linux-jdk1.2.2/jre/lib/jvm.hprof.txt -linux-jdk1.2.2/jre/lib/locale/de/app-defaults/XApplication -linux-jdk1.2.2/jre/lib/locale/ja/app-defaults/XApplication -linux-jdk1.2.2/jre/lib/locale/ja_JP.PCK/app-defaults/XApplication -linux-jdk1.2.2/jre/lib/locale/ja_JP.UTF-8/app-defaults/XApplication -linux-jdk1.2.2/jre/lib/rt.jar -linux-jdk1.2.2/jre/lib/security/cacerts -linux-jdk1.2.2/jre/lib/security/java.policy -linux-jdk1.2.2/jre/lib/security/java.security -linux-jdk1.2.2/lib/dt.jar -linux-jdk1.2.2/lib/jpda.jar -linux-jdk1.2.2/lib/tools.jar -linux-jdk1.2.2/src.jar -@dirrm linux-jdk1.2.2/lib -@dirrm linux-jdk1.2.2/jre/lib/security -@dirrm linux-jdk1.2.2/jre/lib/locale/ja_JP.UTF-8/app-defaults -@dirrm linux-jdk1.2.2/jre/lib/locale/ja_JP.UTF-8 -@dirrm linux-jdk1.2.2/jre/lib/locale/ja_JP.PCK/app-defaults -@dirrm linux-jdk1.2.2/jre/lib/locale/ja_JP.PCK -@dirrm linux-jdk1.2.2/jre/lib/locale/ja/app-defaults -@dirrm linux-jdk1.2.2/jre/lib/locale/ja -@dirrm linux-jdk1.2.2/jre/lib/locale/de/app-defaults -@dirrm linux-jdk1.2.2/jre/lib/locale/de -@dirrm linux-jdk1.2.2/jre/lib/locale -@dirrm linux-jdk1.2.2/jre/lib/images/cursors -@dirrm linux-jdk1.2.2/jre/lib/images -@dirrm linux-jdk1.2.2/jre/lib/i386/native_threads -@dirrm linux-jdk1.2.2/jre/lib/i386/green_threads -@dirrm linux-jdk1.2.2/jre/lib/i386/classic -@dirrm linux-jdk1.2.2/jre/lib/i386 -@dirrm linux-jdk1.2.2/jre/lib/fonts -@dirrm linux-jdk1.2.2/jre/lib/ext -@dirrm linux-jdk1.2.2/jre/lib/cmm -@dirrm linux-jdk1.2.2/jre/lib/audio -@dirrm linux-jdk1.2.2/jre/lib -@dirrm linux-jdk1.2.2/jre/bin/i386/native_threads -@dirrm linux-jdk1.2.2/jre/bin/i386/green_threads -@dirrm linux-jdk1.2.2/jre/bin/i386 -@dirrm linux-jdk1.2.2/jre/bin -@dirrm linux-jdk1.2.2/jre -@dirrm linux-jdk1.2.2/include/linux -@dirrm linux-jdk1.2.2/include-old/linux -@dirrm linux-jdk1.2.2/include-old -@dirrm linux-jdk1.2.2/include -@dirrm linux-jdk1.2.2/demo/jfc/TableExample/src -@dirrm linux-jdk1.2.2/demo/jfc/TableExample -@dirrm linux-jdk1.2.2/demo/jfc/SwingSet/src -@dirrm linux-jdk1.2.2/demo/jfc/SwingSet/images/scrollpane -@dirrm linux-jdk1.2.2/demo/jfc/SwingSet/images/people -@dirrm linux-jdk1.2.2/demo/jfc/SwingSet/images/list -@dirrm linux-jdk1.2.2/demo/jfc/SwingSet/images/layout -@dirrm linux-jdk1.2.2/demo/jfc/SwingSet/images/WebSpice -@dirrm linux-jdk1.2.2/demo/jfc/SwingSet/images/ImageClub/misc -@dirrm linux-jdk1.2.2/demo/jfc/SwingSet/images/ImageClub/food -@dirrm linux-jdk1.2.2/demo/jfc/SwingSet/images/ImageClub -@dirrm linux-jdk1.2.2/demo/jfc/SwingSet/images -@dirrm linux-jdk1.2.2/demo/jfc/SwingSet -@dirrm linux-jdk1.2.2/demo/jfc/SwingApplet/src -@dirrm linux-jdk1.2.2/demo/jfc/SwingApplet -@dirrm linux-jdk1.2.2/demo/jfc/Stylepad/src -@dirrm linux-jdk1.2.2/demo/jfc/Stylepad/resources -@dirrm linux-jdk1.2.2/demo/jfc/Stylepad -@dirrm linux-jdk1.2.2/demo/jfc/SimpleExample/src -@dirrm linux-jdk1.2.2/demo/jfc/SimpleExample -@dirrm linux-jdk1.2.2/demo/jfc/SampleTree/src -@dirrm linux-jdk1.2.2/demo/jfc/SampleTree/images -@dirrm linux-jdk1.2.2/demo/jfc/SampleTree -@dirrm linux-jdk1.2.2/demo/jfc/Notepad/src -@dirrm linux-jdk1.2.2/demo/jfc/Notepad/resources -@dirrm linux-jdk1.2.2/demo/jfc/Notepad -@dirrm linux-jdk1.2.2/demo/jfc/Metalworks/src -@dirrm linux-jdk1.2.2/demo/jfc/Metalworks/images -@dirrm linux-jdk1.2.2/demo/jfc/Metalworks/HelpFiles -@dirrm linux-jdk1.2.2/demo/jfc/Metalworks -@dirrm linux-jdk1.2.2/demo/jfc/Java2D -@dirrm linux-jdk1.2.2/demo/jfc/FileChooserDemo/src -@dirrm linux-jdk1.2.2/demo/jfc/FileChooserDemo/images -@dirrm linux-jdk1.2.2/demo/jfc/FileChooserDemo -@dirrm linux-jdk1.2.2/demo/jfc/DBDemos/JavaDB -@dirrm linux-jdk1.2.2/demo/jfc/DBDemos/InsertSuppliers/Sybase -@dirrm linux-jdk1.2.2/demo/jfc/DBDemos/InsertSuppliers/MSAccess -@dirrm linux-jdk1.2.2/demo/jfc/DBDemos/InsertSuppliers -@dirrm linux-jdk1.2.2/demo/jfc/DBDemos/InsertCoffees/Sybase -@dirrm linux-jdk1.2.2/demo/jfc/DBDemos/InsertCoffees/SQLSrvr -@dirrm linux-jdk1.2.2/demo/jfc/DBDemos/InsertCoffees -@dirrm linux-jdk1.2.2/demo/jfc/DBDemos/CreateSuppliers/Sybase -@dirrm linux-jdk1.2.2/demo/jfc/DBDemos/CreateSuppliers/MSAccess -@dirrm linux-jdk1.2.2/demo/jfc/DBDemos/CreateSuppliers -@dirrm linux-jdk1.2.2/demo/jfc/DBDemos/CreateCoffees/Sybase -@dirrm linux-jdk1.2.2/demo/jfc/DBDemos/CreateCoffees/MSAccess -@dirrm linux-jdk1.2.2/demo/jfc/DBDemos/CreateCoffees -@dirrm linux-jdk1.2.2/demo/jfc/DBDemos -@dirrm linux-jdk1.2.2/demo/jfc -@dirrm linux-jdk1.2.2/demo/applets/WireFrame/models -@dirrm linux-jdk1.2.2/demo/applets/WireFrame -@dirrm linux-jdk1.2.2/demo/applets/TicTacToe/images -@dirrm linux-jdk1.2.2/demo/applets/TicTacToe/audio -@dirrm linux-jdk1.2.2/demo/applets/TicTacToe -@dirrm linux-jdk1.2.2/demo/applets/SymbolTest -@dirrm linux-jdk1.2.2/demo/applets/SpreadSheet -@dirrm linux-jdk1.2.2/demo/applets/SortDemo -@dirrm linux-jdk1.2.2/demo/applets/SimpleGraph -@dirrm linux-jdk1.2.2/demo/applets/NervousText -@dirrm linux-jdk1.2.2/demo/applets/MoleculeViewer/models -@dirrm linux-jdk1.2.2/demo/applets/MoleculeViewer -@dirrm linux-jdk1.2.2/demo/applets/JumpingBox/sounds -@dirrm linux-jdk1.2.2/demo/applets/JumpingBox -@dirrm linux-jdk1.2.2/demo/applets/ImageMap/images -@dirrm linux-jdk1.2.2/demo/applets/ImageMap/audio -@dirrm linux-jdk1.2.2/demo/applets/ImageMap -@dirrm linux-jdk1.2.2/demo/applets/GraphicsTest -@dirrm linux-jdk1.2.2/demo/applets/GraphLayout/audio -@dirrm linux-jdk1.2.2/demo/applets/GraphLayout -@dirrm linux-jdk1.2.2/demo/applets/Fractal -@dirrm linux-jdk1.2.2/demo/applets/DrawTest -@dirrm linux-jdk1.2.2/demo/applets/DitherTest -@dirrm linux-jdk1.2.2/demo/applets/Clock -@dirrm linux-jdk1.2.2/demo/applets/CardTest -@dirrm linux-jdk1.2.2/demo/applets/Blink -@dirrm linux-jdk1.2.2/demo/applets/BarChart -@dirrm linux-jdk1.2.2/demo/applets/ArcTest -@dirrm linux-jdk1.2.2/demo/applets/Animator/images/SimpleAnimation -@dirrm linux-jdk1.2.2/demo/applets/Animator/images/Beans -@dirrm linux-jdk1.2.2/demo/applets/Animator/images -@dirrm linux-jdk1.2.2/demo/applets/Animator/audio -@dirrm linux-jdk1.2.2/demo/applets/Animator -@dirrm linux-jdk1.2.2/demo/applets -@dirrm linux-jdk1.2.2/demo -@dirrm linux-jdk1.2.2/bin/i386/native_threads -@dirrm linux-jdk1.2.2/bin/i386/green_threads -@dirrm linux-jdk1.2.2/bin/i386 -@dirrm linux-jdk1.2.2/bin -@dirrm linux-jdk1.2.2 diff --git a/java/linux-sun-jdk13/Makefile b/java/linux-sun-jdk13/Makefile deleted file mode 100644 index ea860e5dbef8..000000000000 --- a/java/linux-sun-jdk13/Makefile +++ /dev/null @@ -1,64 +0,0 @@ -# New ports collection makefile for: linux jdk 1.3.0 -# Date created: 06 December 2000 -# Whom: Kevin Lo <kevlo@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= jdk -PORTVERSION= ${JDK_VERSION}.${JDK_REVISION} -PORTREVISION= 1 -CATEGORIES= java devel -MASTER_SITES= # -PKGNAMEPREFIX= linux- -DISTNAME= j2sdk-${JDK_VERSION:S/./_/g}_${JDK_REVISION}-linux-${ARCH} -EXTRACT_SUFX= .bin - -MAINTAINER= kevlo@FreeBSD.org - -BUILD_DEPENDS= ${LINUXBASE}/lib/libc.so.6:${PORTSDIR}/emulators/linux_base -RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper - -NO_CDROM= "License doesn\'t allow distribution with fee" -RESTRICTED= "Redistribution of repackaged binaries not permitted" - -.if defined(BATCH) || defined(PACKAGE_BUILDING) -IGNORE= "You can not legally distribute binaries" -.endif - -EXTRACT_CMD= # empty -EXTRACT_BEFORE_ARGS= # empty -EXTRACT_AFTER_ARGS= # empty - -WRKSRC= ${WRKDIR}/${PORTNAME}${JDK_VERSION}_${JDK_REVISION} -PLIST_SUB+= T=${TARGET_DIR:S/^${PREFIX}\///} - -NO_BUILD= yes -USE_LINUX= yes -JDK_VERSION= 1.3.1 -JDK_REVISION= 01 -ONLY_FOR_ARCHS= i386 -TARGET_DIR?= ${PREFIX}/${PKGBASE}${JDK_VERSION} -DOWNLOAD_URL?= http://java.sun.com/j2se/1.3/download-linux.html - -.include <bsd.port.pre.mk> - -.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE= You must manually fetch the Java 2 Development Kit ${PORTVERSION} \ - for Linux archive (${DISTNAME}${EXTRACT_SUFX}) from ${DOWNLOAD_URL}, \ - choose the "GUNZIP Tar shell script" one and place it in ${DISTDIR} \ - and then run make again -.endif - -post-fetch: - @${CHMOD} +x ${DISTDIR}/${DISTFILES} - -post-patch: - @find ${WRKSRC} -name '*.orig' -print | xargs ${RM} -f - -do-install: - @${MKDIR} ${PREFIX}/${PKGNAMEPREFIX}jdk${JDK_VERSION} - @${TAR} -C ${WRKSRC} -cf- . | ${TAR} -C ${PREFIX}/${PKGNAMEPREFIX}jdk${JDK_VERSION} -xpf- - @${LOCALBASE}/bin/registervm "${PREFIX}/linux-jdk${JDK_VERSION}/bin/java # Linux-JDK${JDK_VERSION}" - -.include <bsd.port.post.mk> diff --git a/java/linux-sun-jdk13/distinfo b/java/linux-sun-jdk13/distinfo deleted file mode 100644 index a45e84f496ee..000000000000 --- a/java/linux-sun-jdk13/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (j2sdk-1_3_1_01-linux-i386.bin) = b6fd1d4a267045841239b9c3ca4a7dbf diff --git a/java/linux-sun-jdk13/files/patch-aa b/java/linux-sun-jdk13/files/patch-aa deleted file mode 100644 index a382abfe2cd9..000000000000 --- a/java/linux-sun-jdk13/files/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ ---- bin/.java_wrapper.orig Fri May 25 14:39:58 2001 -+++ bin/.java_wrapper Fri May 25 14:42:25 2001 -@@ -34,8 +34,8 @@ - # Resolve symlinks. See 4152645. - while [ -L "$PRG" ]; do - ls=`ls -ld "$PRG"` -- link=`expr "$ls" : '.*-> \(.*\)$'` -- if expr "$link" : '/' > /dev/null; then -+ link=`/compat/linux/usr/bin/expr "$ls" : '.*-> \(.*\)$'` -+ if /compat/linux/usr/bin/expr "$link" : '/' > /dev/null; then - PRG="$link" - else - PRG="`dirname $PRG`/$link" diff --git a/java/linux-sun-jdk13/files/patch-ab b/java/linux-sun-jdk13/files/patch-ab deleted file mode 100644 index 484f62cdff09..000000000000 --- a/java/linux-sun-jdk13/files/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ ---- jre/bin/.java_wrapper.orig Fri May 25 14:39:58 2001 -+++ jre/bin/.java_wrapper Fri May 25 14:42:25 2001 -@@ -34,8 +34,8 @@ - # Resolve symlinks. See 4152645. - while [ -L "$PRG" ]; do - ls=`ls -ld "$PRG"` -- link=`expr "$ls" : '.*-> \(.*\)$'` -- if expr "$link" : '/' > /dev/null; then -+ link=`/compat/linux/usr/bin/expr "$ls" : '.*-> \(.*\)$'` -+ if /compat/linux/usr/bin/expr "$link" : '/' > /dev/null; then - PRG="$link" - else - PRG="`dirname $PRG`/$link" diff --git a/java/linux-sun-jdk13/files/patch-ac b/java/linux-sun-jdk13/files/patch-ac deleted file mode 100644 index 102423edffb4..000000000000 --- a/java/linux-sun-jdk13/files/patch-ac +++ /dev/null @@ -1,104 +0,0 @@ ---- jre/lib/font.properties.orig Fri May 25 15:17:02 2001 -+++ jre/lib/font.properties Fri May 25 15:18:50 2001 -@@ -13,79 +13,80 @@ - # - - # --# Linux version derived from the version for SunOS 5.5.1 Notice that -+# FreeBSD version derived from the Linux version derived from the -+# version for SunOS 5.5.1 Notice that - # we use the .ttf files shipped in the JDK distribution. - # - - # Serif font definition - # - serif.0=-b&h-lucidabright-medium-r-normal--*-%d-*-*-p-*-iso8859-1 --serif.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -+#serif.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific - - serif.italic.0=-b&h-lucidabright-medium-i-normal--*-%d-*-*-p-*-iso8859-1 --serif.italic.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -+#serif.italic.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific - - serif.bold.0=-b&h-lucidabright-demibold-r-normal--*-%d-*-*-p-*-iso8859-1 --serif.bold.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -+#serif.bold.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific - - serif.bolditalic.0=-b&h-lucidabright-demibold-i-normal--*-%d-*-*-p-*-iso8859-1 --serif.bolditalic.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -+#serif.bolditalic.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific - - # SansSerif font definition - # - sansserif.0=-b&h-lucidasans-medium-r-normal-sans-*-%d-*-*-p-*-iso8859-1 --sansserif.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -+#sansserif.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific - - sansserif.italic.0=-b&h-lucidasans-medium-i-normal-sans-*-%d-*-*-p-*-iso8859-1 --sansserif.italic.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -+#sansserif.italic.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific - - sansserif.bold.0=-b&h-lucidasans-bold-r-normal-sans-*-%d-*-*-p-*-iso8859-1 --sansserif.bold.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -+#sansserif.bold.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific - - sansserif.bolditalic.0=-b&h-lucidasans-bold-i-normal-sans-*-%d-*-*-p-*-iso8859-1 --sansserif.bolditalic.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -+#sansserif.bolditalic.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific - - # Monospaced font definition - # - monospaced.0=-b&h-lucidatypewriter-medium-r-normal-sans-*-%d-*-*-m-*-iso8859-1 --monospaced.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -+#monospaced.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific - - monospaced.italic.0=-b&h-lucidatypewriter-medium-i-normal-sans-*-%d-*-*-m-*-iso8859-1 --monospaced.italic.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -+#monospaced.italic.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific - - monospaced.bold.0=-b&h-lucidatypewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-1 --monospaced.bold.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -+#monospaced.bold.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific - - monospaced.bolditalic.0=-b&h-lucidatypewriter-bold-i-normal-sans-*-%d-*-*-m-*-iso8859-1 --monospaced.bolditalic.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -+#monospaced.bolditalic.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific - - # Dialog font definition - # - dialog.0=-b&h-lucidasans-medium-r-normal-sans-*-%d-*-*-p-*-iso8859-1 --dialog.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -+#dialog.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific - - dialog.italic.0=-b&h-lucidasans-medium-i-normal-sans-*-%d-*-*-p-*-iso8859-1 --dialog.italic.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -+#dialog.italic.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific - - dialog.bold.0=-b&h-lucidasans-bold-r-normal-sans-*-%d-*-*-p-*-iso8859-1 --dialog.bold.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -+#dialog.bold.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific - - dialog.bolditalic.0=-b&h-lucidasans-bold-i-normal-sans-*-%d-*-*-p-*-iso8859-1 --dialog.bolditalic.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -+#dialog.bolditalic.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific - - # DialogInput font definition - # - dialoginput.0=-b&h-lucidatypewriter-medium-r-normal-sans-*-%d-*-*-m-*-iso8859-1 --dialoginput.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -+#dialoginput.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific - - dialoginput.italic.0=-b&h-lucidatypewriter-medium-i-normal-sans-*-%d-*-*-m-*-iso8859-1 --dialoginput.italic.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -+#dialoginput.italic.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific - - dialoginput.bold.0=-b&h-lucidatypewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-1 --dialoginput.bold.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -+#dialoginput.bold.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific - - dialoginput.bolditalic.0=-b&h-lucidatypewriter-bold-i-normal-sans-*-%d-*-*-m-*-iso8859-1 --dialoginput.bolditalic.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -+#dialoginput.bolditalic.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific - - # Default font definition - # diff --git a/java/linux-sun-jdk13/files/patch-ad b/java/linux-sun-jdk13/files/patch-ad deleted file mode 100644 index 05f0b3781592..000000000000 --- a/java/linux-sun-jdk13/files/patch-ad +++ /dev/null @@ -1,11 +0,0 @@ ---- jre/lib/jvm.cfg.orig Fri Feb 9 13:24:23 2001 -+++ jre/lib/jvm.cfg Tue May 15 09:41:16 2001 -@@ -8,7 +8,7 @@ - # List of JVMs that can be used as the first option to java, javac, etc. - # Order is important -- first in this list is the default JVM. - # -+-classic - -client - -hotspot - -server ---classic diff --git a/java/linux-sun-jdk13/pkg-comment b/java/linux-sun-jdk13/pkg-comment deleted file mode 100644 index 91eaab11a0c9..000000000000 --- a/java/linux-sun-jdk13/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Sun Java Development Kit 1.3 for Linux diff --git a/java/linux-sun-jdk13/pkg-descr b/java/linux-sun-jdk13/pkg-descr deleted file mode 100644 index 43144e3c9e7a..000000000000 --- a/java/linux-sun-jdk13/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Sun Java Development Kit 1.3 for Linux. - -WWW: http://java.sun.com/j2se/1.3/ diff --git a/java/linux-sun-jdk13/pkg-plist b/java/linux-sun-jdk13/pkg-plist deleted file mode 100644 index 5db6cb233585..000000000000 --- a/java/linux-sun-jdk13/pkg-plist +++ /dev/null @@ -1,958 +0,0 @@ -%%T%%/jre/bin/i386/green_threads/java -%%T%%/jre/bin/i386/green_threads/oldjava -%%T%%/jre/bin/i386/green_threads/javac -%%T%%/jre/bin/i386/green_threads/oldjavac -%%T%%/jre/bin/i386/green_threads/javah -%%T%%/jre/bin/i386/green_threads/keytool -%%T%%/jre/bin/i386/green_threads/jarsigner -%%T%%/jre/bin/i386/green_threads/policytool -%%T%%/jre/bin/i386/green_threads/jar -%%T%%/jre/bin/i386/green_threads/appletviewer -%%T%%/jre/bin/i386/green_threads/tnameserv -%%T%%/jre/bin/i386/green_threads/rmic -%%T%%/jre/bin/i386/green_threads/rmiregistry -%%T%%/jre/bin/i386/green_threads/rmid -%%T%%/jre/bin/i386/green_threads/javap -%%T%%/jre/bin/i386/green_threads/native2ascii -%%T%%/jre/bin/i386/green_threads/serialver -%%T%%/jre/bin/i386/green_threads/oldjdb -%%T%%/jre/bin/i386/green_threads/javadoc -%%T%%/jre/bin/i386/green_threads/extcheck -%%T%%/jre/bin/i386/green_threads/idlj -%%T%%/jre/bin/i386/green_threads/jdb -%%T%%/jre/bin/i386/native_threads/java -%%T%%/jre/bin/i386/native_threads/keytool -%%T%%/jre/bin/i386/native_threads/policytool -%%T%%/jre/bin/i386/native_threads/tnameserv -%%T%%/jre/bin/i386/native_threads/rmiregistry -%%T%%/jre/bin/i386/native_threads/rmid -%%T%%/jre/bin/i386/native_threads/java_vm -%%T%%/jre/bin/i386/realpath -%%T%%/jre/bin/.java_wrapper -%%T%%/jre/bin/realpath -%%T%%/jre/bin/java -%%T%%/jre/bin/keytool -%%T%%/jre/bin/policytool -%%T%%/jre/bin/awt_robot -%%T%%/jre/bin/tnameserv -%%T%%/jre/bin/rmiregistry -%%T%%/jre/bin/rmid -%%T%%/jre/bin/ControlPanel -%%T%%/jre/lib/i386/green_threads/libhpi.so -%%T%%/jre/lib/i386/native_threads/libhpi.so -%%T%%/jre/lib/i386/classic/Xusage.txt -%%T%%/jre/lib/i386/classic/libjvm.so -%%T%%/jre/lib/i386/server/libjvm.so -%%T%%/jre/lib/i386/server/Xusage.txt -%%T%%/jre/lib/i386/client/libjvm.so -%%T%%/jre/lib/i386/client/Xusage.txt -%%T%%/jre/lib/i386/hotspot -%%T%%/jre/lib/i386/libverify.so -%%T%%/jre/lib/i386/libjava.so -%%T%%/jre/lib/i386/libzip.so -%%T%%/jre/lib/i386/libhprof.so -%%T%%/jre/lib/i386/libjcov.so -%%T%%/jre/lib/i386/libnet.so -%%T%%/jre/lib/i386/libjsound.so -%%T%%/jre/lib/i386/libdcpr.so -%%T%%/jre/lib/i386/libmlib_image.so -%%T%%/jre/lib/i386/libawt.so -%%T%%/jre/lib/i386/libfontmanager.so -%%T%%/jre/lib/i386/libjpeg.so -%%T%%/jre/lib/i386/libcmm.so -%%T%%/jre/lib/i386/libioser12.so -%%T%%/jre/lib/i386/libJdbcOdbc.so -%%T%%/jre/lib/i386/libagent.so -%%T%%/jre/lib/i386/libjawt.so -%%T%%/jre/lib/i386/libpreemptive_close.so -%%T%%/jre/lib/i386/libjavaplugin_jni.so -%%T%%/jre/lib/sunrsasign.jar -%%T%%/jre/lib/fonts/LucidaTypewriterRegular.ttf -%%T%%/jre/lib/fonts/LucidaTypewriterBold.ttf -%%T%%/jre/lib/fonts/LucidaTypewriterOblique.ttf -%%T%%/jre/lib/fonts/LucidaTypewriterBoldOblique.ttf -%%T%%/jre/lib/fonts/LucidaBrightRegular.ttf -%%T%%/jre/lib/fonts/LucidaBrightDemiBold.ttf -%%T%%/jre/lib/fonts/LucidaBrightItalic.ttf -%%T%%/jre/lib/fonts/LucidaBrightDemiItalic.ttf -%%T%%/jre/lib/fonts/LucidaSansRegular.ttf -%%T%%/jre/lib/fonts/LucidaSansDemiBold.ttf -%%T%%/jre/lib/fonts/LucidaSansOblique.ttf -%%T%%/jre/lib/fonts/LucidaSansDemiOblique.ttf -%%T%%/jre/lib/fonts/fonts.dir -%%T%%/jre/lib/content-types.properties -%%T%%/jre/lib/tzmappings -%%T%%/jre/lib/jvm.cfg -%%T%%/jre/lib/security/java.security -%%T%%/jre/lib/security/java.policy -%%T%%/jre/lib/security/cacerts -%%T%%/jre/lib/jvm.hprof.txt -%%T%%/jre/lib/jvm.jcov.txt -%%T%%/jre/lib/flavormap.properties -%%T%%/jre/lib/images/cursors/cursors.properties -%%T%%/jre/lib/images/cursors/motif_CopyDrop32x32.gif -%%T%%/jre/lib/images/cursors/motif_MoveDrop32x32.gif -%%T%%/jre/lib/images/cursors/motif_LinkDrop32x32.gif -%%T%%/jre/lib/images/cursors/motif_CopyNoDrop32x32.gif -%%T%%/jre/lib/images/cursors/motif_MoveNoDrop32x32.gif -%%T%%/jre/lib/images/cursors/motif_LinkNoDrop32x32.gif -%%T%%/jre/lib/images/cursors/invalid32x32.gif -%%T%%/jre/lib/audio/soundbank.gm -%%T%%/jre/lib/psfontj2d.properties -%%T%%/jre/lib/font.properties -%%T%%/jre/lib/font.properties.ja -%%T%%/jre/lib/psfont.properties.ja -%%T%%/jre/lib/font.properties.zh -%%T%%/jre/lib/cmm/sRGB.pf -%%T%%/jre/lib/cmm/GRAY.pf -%%T%%/jre/lib/cmm/CIEXYZ.pf -%%T%%/jre/lib/cmm/PYCC.pf -%%T%%/jre/lib/cmm/LINEAR_RGB.pf -%%T%%/jre/lib/rt.jar -%%T%%/jre/lib/i18n.jar -%%T%%/jre/lib/javaplugin.jar -%%T%%/jre/lib/locale/de/LC_MESSAGES/sunw_java_plugin.mo -%%T%%/jre/lib/locale/es/LC_MESSAGES/sunw_java_plugin.mo -%%T%%/jre/lib/locale/fr/LC_MESSAGES/sunw_java_plugin.mo -%%T%%/jre/lib/locale/it/LC_MESSAGES/sunw_java_plugin.mo -%%T%%/jre/lib/locale/ja/LC_MESSAGES/sunw_java_plugin.mo -%%T%%/jre/lib/locale/ko/LC_MESSAGES/sunw_java_plugin.mo -%%T%%/jre/lib/locale/ko.UTF-8/LC_MESSAGES/sunw_java_plugin.mo -%%T%%/jre/lib/locale/sv/LC_MESSAGES/sunw_java_plugin.mo -%%T%%/jre/lib/locale/zh/LC_MESSAGES/sunw_java_plugin.mo -%%T%%/jre/lib/locale/zh.GBK/LC_MESSAGES/sunw_java_plugin.mo -%%T%%/jre/lib/locale/zh_TW/LC_MESSAGES/sunw_java_plugin.mo -%%T%%/jre/lib/locale/zh_TW.BIG5/LC_MESSAGES/sunw_java_plugin.mo -%%T%%/jre/CHANGES -%%T%%/jre/COPYRIGHT -%%T%%/jre/LICENSE -%%T%%/jre/Welcome.html -%%T%%/jre/README -%%T%%/jre/plugin/i386/ns600/libjavaplugin_oji.so -%%T%%/jre/plugin/i386/ns4/javaplugin.so -%%T%%/jre/ControlPanel.html -%%T%%/lib/htmlconverter.jar -%%T%%/lib/tools.jar -%%T%%/lib/orb.idl -%%T%%/lib/ir.idl -%%T%%/lib/i386/libdt_socket.so -%%T%%/lib/i386/libjdwp.so -%%T%%/lib/dt.jar -%%T%%/bin/i386/green_threads/java -%%T%%/bin/i386/green_threads/oldjava -%%T%%/bin/i386/green_threads/javac -%%T%%/bin/i386/green_threads/oldjavac -%%T%%/bin/i386/green_threads/javah -%%T%%/bin/i386/green_threads/keytool -%%T%%/bin/i386/green_threads/jarsigner -%%T%%/bin/i386/green_threads/policytool -%%T%%/bin/i386/green_threads/jar -%%T%%/bin/i386/green_threads/appletviewer -%%T%%/bin/i386/green_threads/tnameserv -%%T%%/bin/i386/green_threads/rmic -%%T%%/bin/i386/green_threads/rmiregistry -%%T%%/bin/i386/green_threads/rmid -%%T%%/bin/i386/green_threads/javap -%%T%%/bin/i386/green_threads/native2ascii -%%T%%/bin/i386/green_threads/serialver -%%T%%/bin/i386/green_threads/oldjdb -%%T%%/bin/i386/green_threads/javadoc -%%T%%/bin/i386/green_threads/extcheck -%%T%%/bin/i386/green_threads/idlj -%%T%%/bin/i386/green_threads/jdb -%%T%%/bin/i386/native_threads/java -%%T%%/bin/i386/native_threads/oldjava -%%T%%/bin/i386/native_threads/javac -%%T%%/bin/i386/native_threads/oldjavac -%%T%%/bin/i386/native_threads/javah -%%T%%/bin/i386/native_threads/keytool -%%T%%/bin/i386/native_threads/jarsigner -%%T%%/bin/i386/native_threads/policytool -%%T%%/bin/i386/native_threads/jar -%%T%%/bin/i386/native_threads/appletviewer -%%T%%/bin/i386/native_threads/tnameserv -%%T%%/bin/i386/native_threads/rmic -%%T%%/bin/i386/native_threads/rmiregistry -%%T%%/bin/i386/native_threads/rmid -%%T%%/bin/i386/native_threads/javap -%%T%%/bin/i386/native_threads/native2ascii -%%T%%/bin/i386/native_threads/serialver -%%T%%/bin/i386/native_threads/oldjdb -%%T%%/bin/i386/native_threads/javadoc -%%T%%/bin/i386/native_threads/extcheck -%%T%%/bin/i386/native_threads/idlj -%%T%%/bin/i386/native_threads/jdb -%%T%%/bin/i386/native_threads/java_vm -%%T%%/bin/i386/realpath -%%T%%/bin/.java_wrapper -%%T%%/bin/realpath -%%T%%/bin/java -%%T%%/bin/oldjava -%%T%%/bin/javac -%%T%%/bin/oldjavac -%%T%%/bin/javah -%%T%%/bin/keytool -%%T%%/bin/jarsigner -%%T%%/bin/policytool -%%T%%/bin/jar -%%T%%/bin/awt_robot -%%T%%/bin/appletviewer -%%T%%/bin/tnameserv -%%T%%/bin/rmic -%%T%%/bin/java-rmi.cgi -%%T%%/bin/rmiregistry -%%T%%/bin/rmid -%%T%%/bin/javap -%%T%%/bin/native2ascii -%%T%%/bin/serialver -%%T%%/bin/oldjdb -%%T%%/bin/javadoc -%%T%%/bin/extcheck -%%T%%/bin/idlj -%%T%%/bin/jdb -%%T%%/bin/ControlPanel -%%T%%/bin/HtmlConverter -%%T%%/demo/applets/Animator/audio/0.au -%%T%%/demo/applets/Animator/audio/1.au -%%T%%/demo/applets/Animator/audio/2.au -%%T%%/demo/applets/Animator/audio/3.au -%%T%%/demo/applets/Animator/audio/4.au -%%T%%/demo/applets/Animator/audio/5.au -%%T%%/demo/applets/Animator/audio/6.au -%%T%%/demo/applets/Animator/audio/7.au -%%T%%/demo/applets/Animator/audio/8.au -%%T%%/demo/applets/Animator/audio/9.au -%%T%%/demo/applets/Animator/audio/spacemusic.au -%%T%%/demo/applets/Animator/images/SimpleAnimation/T1.gif -%%T%%/demo/applets/Animator/images/SimpleAnimation/T2.gif -%%T%%/demo/applets/Animator/images/Beans/T10.gif -%%T%%/demo/applets/Animator/images/Beans/T9.gif -%%T%%/demo/applets/Animator/images/Beans/T7.gif -%%T%%/demo/applets/Animator/images/Beans/T3.gif -%%T%%/demo/applets/Animator/images/Beans/T8.gif -%%T%%/demo/applets/Animator/images/Beans/T6.gif -%%T%%/demo/applets/Animator/images/Beans/T2.gif -%%T%%/demo/applets/Animator/images/Beans/T1.gif -%%T%%/demo/applets/Animator/images/Beans/T5.gif -%%T%%/demo/applets/Animator/images/Beans/T4.gif -%%T%%/demo/applets/Animator/images/loading-msg.gif -%%T%%/demo/applets/Animator/example1.html -%%T%%/demo/applets/Animator/example2.html -%%T%%/demo/applets/Animator/example3.html -%%T%%/demo/applets/Animator/example4.html -%%T%%/demo/applets/Animator/Animator.java -%%T%%/demo/applets/Animator/Animator.class -%%T%%/demo/applets/Animator/Animation.class -%%T%%/demo/applets/Animator/ParseException.class -%%T%%/demo/applets/Animator/AnimationFrame.class -%%T%%/demo/applets/Animator/DescriptionFrame.class -%%T%%/demo/applets/ArcTest/example1.html -%%T%%/demo/applets/ArcTest/ArcTest.java -%%T%%/demo/applets/ArcTest/ArcTest.class -%%T%%/demo/applets/ArcTest/ArcControls.class -%%T%%/demo/applets/ArcTest/ArcCanvas.class -%%T%%/demo/applets/BarChart/example1.html -%%T%%/demo/applets/BarChart/Chart.java -%%T%%/demo/applets/BarChart/Chart.class -%%T%%/demo/applets/Blink/example1.html -%%T%%/demo/applets/Blink/Blink.java -%%T%%/demo/applets/Blink/Blink$1.class -%%T%%/demo/applets/Blink/Blink.class -%%T%%/demo/applets/CardTest/example1.html -%%T%%/demo/applets/CardTest/CardTest.java -%%T%%/demo/applets/CardTest/CardPanel.class -%%T%%/demo/applets/CardTest/CardTest.class -%%T%%/demo/applets/Clock/example1.html -%%T%%/demo/applets/Clock/Clock2.java -%%T%%/demo/applets/Clock/Clock2.class -%%T%%/demo/applets/DitherTest/example1.html -%%T%%/demo/applets/DitherTest/DitherTest.java -%%T%%/demo/applets/DitherTest/DitherTest.class -%%T%%/demo/applets/DitherTest/DitherControls.class -%%T%%/demo/applets/DitherTest/DitherCanvas.class -%%T%%/demo/applets/DrawTest/example1.html -%%T%%/demo/applets/DrawTest/DrawTest.java -%%T%%/demo/applets/DrawTest/DrawTest.class -%%T%%/demo/applets/DrawTest/DrawPanel.class -%%T%%/demo/applets/DrawTest/DrawControls.class -%%T%%/demo/applets/Fractal/example1.html -%%T%%/demo/applets/Fractal/CLSFractal.java -%%T%%/demo/applets/Fractal/CLSFractal.class -%%T%%/demo/applets/Fractal/ContextLSystem.class -%%T%%/demo/applets/Fractal/CLSRule.class -%%T%%/demo/applets/Fractal/CLSTurtle.class -%%T%%/demo/applets/GraphLayout/audio/computer.au -%%T%%/demo/applets/GraphLayout/audio/drip.au -%%T%%/demo/applets/GraphLayout/audio/gong.au -%%T%%/demo/applets/GraphLayout/example1.html -%%T%%/demo/applets/GraphLayout/example2.html -%%T%%/demo/applets/GraphLayout/example3.html -%%T%%/demo/applets/GraphLayout/example4.html -%%T%%/demo/applets/GraphLayout/Graph.java -%%T%%/demo/applets/GraphLayout/Node.class -%%T%%/demo/applets/GraphLayout/Edge.class -%%T%%/demo/applets/GraphLayout/GraphPanel.class -%%T%%/demo/applets/GraphLayout/Graph.class -%%T%%/demo/applets/GraphicsTest/example1.html -%%T%%/demo/applets/GraphicsTest/AppletFrame.java -%%T%%/demo/applets/GraphicsTest/GraphicsTest.java -%%T%%/demo/applets/GraphicsTest/AppletFrame.class -%%T%%/demo/applets/GraphicsTest/GraphicsPanel.class -%%T%%/demo/applets/GraphicsTest/GraphicsCards.class -%%T%%/demo/applets/GraphicsTest/GraphicsTest.class -%%T%%/demo/applets/GraphicsTest/ArcCard.class -%%T%%/demo/applets/GraphicsTest/ArcDegreePanel.class -%%T%%/demo/applets/GraphicsTest/ArcPanel.class -%%T%%/demo/applets/GraphicsTest/Shape.class -%%T%%/demo/applets/GraphicsTest/RectShape.class -%%T%%/demo/applets/GraphicsTest/OvalShape.class -%%T%%/demo/applets/GraphicsTest/RoundRectShape.class -%%T%%/demo/applets/GraphicsTest/PolygonShape.class -%%T%%/demo/applets/GraphicsTest/ShapeTest.class -%%T%%/demo/applets/GraphicsTest/ColorUtils.class -%%T%%/demo/applets/ImageMap/audio/chirp1.au -%%T%%/demo/applets/ImageMap/audio/hi.au -%%T%%/demo/applets/ImageMap/images/jim.graham.gif -%%T%%/demo/applets/ImageMap/example1.html -%%T%%/demo/applets/ImageMap/sources.html -%%T%%/demo/applets/ImageMap/imagemapcheat.html -%%T%%/demo/applets/ImageMap/AniArea.java -%%T%%/demo/applets/ImageMap/ButtonFilter.java -%%T%%/demo/applets/ImageMap/ClickArea.java -%%T%%/demo/applets/ImageMap/DelayedSoundArea.java -%%T%%/demo/applets/ImageMap/HighlightArea.java -%%T%%/demo/applets/ImageMap/HighlightFilter.java -%%T%%/demo/applets/ImageMap/HrefButtonArea.java -%%T%%/demo/applets/ImageMap/ImageMap.java -%%T%%/demo/applets/ImageMap/ImageMapArea.java -%%T%%/demo/applets/ImageMap/LinkArea.java -%%T%%/demo/applets/ImageMap/NameArea.java -%%T%%/demo/applets/ImageMap/RoundButtonFilter.java -%%T%%/demo/applets/ImageMap/RoundHrefButtonArea.java -%%T%%/demo/applets/ImageMap/SoundArea.java -%%T%%/demo/applets/ImageMap/TickerArea.java -%%T%%/demo/applets/ImageMap/AniArea.class -%%T%%/demo/applets/ImageMap/ImageMapArea.class -%%T%%/demo/applets/ImageMap/ImageMap.class -%%T%%/demo/applets/ImageMap/ButtonFilter.class -%%T%%/demo/applets/ImageMap/ClickArea.class -%%T%%/demo/applets/ImageMap/DelayedSoundArea.class -%%T%%/demo/applets/ImageMap/HighlightArea.class -%%T%%/demo/applets/ImageMap/HighlightFilter.class -%%T%%/demo/applets/ImageMap/HrefButtonArea.class -%%T%%/demo/applets/ImageMap/LinkArea.class -%%T%%/demo/applets/ImageMap/NameArea.class -%%T%%/demo/applets/ImageMap/RoundButtonFilter.class -%%T%%/demo/applets/ImageMap/RoundHrefButtonArea.class -%%T%%/demo/applets/ImageMap/SoundArea.class -%%T%%/demo/applets/ImageMap/TickerArea.class -%%T%%/demo/applets/JumpingBox/sounds/adapt-or-die.au -%%T%%/demo/applets/JumpingBox/sounds/ip.au -%%T%%/demo/applets/JumpingBox/sounds/that.hurts.au -%%T%%/demo/applets/JumpingBox/sounds/cannot.be.completed.au -%%T%%/demo/applets/JumpingBox/sounds/thin.bell.au -%%T%%/demo/applets/JumpingBox/sounds/tiptoe.thru.the.tulips.au -%%T%%/demo/applets/JumpingBox/example1.html -%%T%%/demo/applets/JumpingBox/MouseTrack.java -%%T%%/demo/applets/JumpingBox/MouseTrack.class -%%T%%/demo/applets/MoleculeViewer/models/benzene.xyz -%%T%%/demo/applets/MoleculeViewer/models/buckminsterfullerine.xyz -%%T%%/demo/applets/MoleculeViewer/models/HyaluronicAcid.xyz -%%T%%/demo/applets/MoleculeViewer/models/cyclohexane.xyz -%%T%%/demo/applets/MoleculeViewer/models/ethane.xyz -%%T%%/demo/applets/MoleculeViewer/models/water.xyz -%%T%%/demo/applets/MoleculeViewer/example1.html -%%T%%/demo/applets/MoleculeViewer/example2.html -%%T%%/demo/applets/MoleculeViewer/example3.html -%%T%%/demo/applets/MoleculeViewer/Matrix3D.java -%%T%%/demo/applets/MoleculeViewer/XYZApp.java -%%T%%/demo/applets/MoleculeViewer/Matrix3D.class -%%T%%/demo/applets/MoleculeViewer/XYZChemModel.class -%%T%%/demo/applets/MoleculeViewer/Atom.class -%%T%%/demo/applets/MoleculeViewer/XYZApp.class -%%T%%/demo/applets/NervousText/example1.html -%%T%%/demo/applets/NervousText/NervousText.java -%%T%%/demo/applets/NervousText/NervousText.class -%%T%%/demo/applets/SimpleGraph/example1.html -%%T%%/demo/applets/SimpleGraph/GraphApplet.java -%%T%%/demo/applets/SimpleGraph/GraphApplet.class -%%T%%/demo/applets/SortDemo/example1.html -%%T%%/demo/applets/SortDemo/BidirBubbleSortAlgorithm.java -%%T%%/demo/applets/SortDemo/BubbleSortAlgorithm.java -%%T%%/demo/applets/SortDemo/QSortAlgorithm.java -%%T%%/demo/applets/SortDemo/SortAlgorithm.java -%%T%%/demo/applets/SortDemo/SortItem.java -%%T%%/demo/applets/SortDemo/BidirBubbleSortAlgorithm.class -%%T%%/demo/applets/SortDemo/SortAlgorithm.class -%%T%%/demo/applets/SortDemo/SortItem.class -%%T%%/demo/applets/SortDemo/BubbleSortAlgorithm.class -%%T%%/demo/applets/SortDemo/QSortAlgorithm.class -%%T%%/demo/applets/SpreadSheet/example1.html -%%T%%/demo/applets/SpreadSheet/SpreadSheet.java -%%T%%/demo/applets/SpreadSheet/SpreadSheet.class -%%T%%/demo/applets/SpreadSheet/SpreadSheetInput.class -%%T%%/demo/applets/SpreadSheet/InputField.class -%%T%%/demo/applets/SpreadSheet/Cell.class -%%T%%/demo/applets/SpreadSheet/Node.class -%%T%%/demo/applets/SpreadSheet/CellUpdater.class -%%T%%/demo/applets/SymbolTest/example1.html -%%T%%/demo/applets/SymbolTest/SymbolTest.java -%%T%%/demo/applets/SymbolTest/SymbolTest$MyAdapter.class -%%T%%/demo/applets/SymbolTest/SymbolTest.class -%%T%%/demo/applets/SymbolTest/SymbolCanvas.class -%%T%%/demo/applets/TicTacToe/audio/beep.au -%%T%%/demo/applets/TicTacToe/audio/ding.au -%%T%%/demo/applets/TicTacToe/audio/return.au -%%T%%/demo/applets/TicTacToe/audio/yahoo1.au -%%T%%/demo/applets/TicTacToe/audio/yahoo2.au -%%T%%/demo/applets/TicTacToe/images/cross.gif -%%T%%/demo/applets/TicTacToe/images/not.gif -%%T%%/demo/applets/TicTacToe/example1.html -%%T%%/demo/applets/TicTacToe/TicTacToe.java -%%T%%/demo/applets/TicTacToe/TicTacToe.class -%%T%%/demo/applets/WireFrame/models/cube.obj -%%T%%/demo/applets/WireFrame/models/dinasaur.obj -%%T%%/demo/applets/WireFrame/models/hughes_500.obj -%%T%%/demo/applets/WireFrame/models/knoxS.obj -%%T%%/demo/applets/WireFrame/example1.html -%%T%%/demo/applets/WireFrame/example2.html -%%T%%/demo/applets/WireFrame/example3.html -%%T%%/demo/applets/WireFrame/example4.html -%%T%%/demo/applets/WireFrame/Matrix3D.java -%%T%%/demo/applets/WireFrame/ThreeD.java -%%T%%/demo/applets/WireFrame/Matrix3D.class -%%T%%/demo/applets/WireFrame/FileFormatException.class -%%T%%/demo/applets/WireFrame/Model3D.class -%%T%%/demo/applets/WireFrame/ThreeD.class -%%T%%/demo/jfc/SwingSet2/src/AquaTheme.java -%%T%%/demo/jfc/SwingSet2/src/BezierAnimationPanel.java -%%T%%/demo/jfc/SwingSet2/src/ButtonDemo.java -%%T%%/demo/jfc/SwingSet2/src/CharcoalTheme.java -%%T%%/demo/jfc/SwingSet2/src/CodeViewer.java -%%T%%/demo/jfc/SwingSet2/src/ColorChooserDemo.java -%%T%%/demo/jfc/SwingSet2/src/ComboBoxDemo.java -%%T%%/demo/jfc/SwingSet2/src/ContrastTheme.java -%%T%%/demo/jfc/SwingSet2/src/DemoModule.java -%%T%%/demo/jfc/SwingSet2/src/DirectionPanel.java -%%T%%/demo/jfc/SwingSet2/src/EmeraldTheme.java -%%T%%/demo/jfc/SwingSet2/src/ExampleFileFilter.java -%%T%%/demo/jfc/SwingSet2/src/ExampleFileView.java -%%T%%/demo/jfc/SwingSet2/src/FileChooserDemo.java -%%T%%/demo/jfc/SwingSet2/src/HtmlDemo.java -%%T%%/demo/jfc/SwingSet2/src/InternalFrameDemo.java -%%T%%/demo/jfc/SwingSet2/src/LayoutControlPanel.java -%%T%%/demo/jfc/SwingSet2/src/ListDemo.java -%%T%%/demo/jfc/SwingSet2/src/OptionPaneDemo.java -%%T%%/demo/jfc/SwingSet2/src/Permuter.java -%%T%%/demo/jfc/SwingSet2/src/ProgressBarDemo.java -%%T%%/demo/jfc/SwingSet2/src/RubyTheme.java -%%T%%/demo/jfc/SwingSet2/src/ScrollPaneDemo.java -%%T%%/demo/jfc/SwingSet2/src/SliderDemo.java -%%T%%/demo/jfc/SwingSet2/src/SplitPaneDemo.java -%%T%%/demo/jfc/SwingSet2/src/SwingSet2.java -%%T%%/demo/jfc/SwingSet2/src/SwingSet2Applet.java -%%T%%/demo/jfc/SwingSet2/src/TabbedPaneDemo.java -%%T%%/demo/jfc/SwingSet2/src/TableDemo.java -%%T%%/demo/jfc/SwingSet2/src/ToolTipDemo.java -%%T%%/demo/jfc/SwingSet2/src/TreeDemo.java -%%T%%/demo/jfc/SwingSet2/README.txt -%%T%%/demo/jfc/SwingSet2/SwingSet2.html -%%T%%/demo/jfc/SwingSet2/SwingSet2Plugin.html -%%T%%/demo/jfc/SwingSet2/SwingSet2.jar -%%T%%/demo/jfc/FileChooserDemo/images/gifIcon.gif -%%T%%/demo/jfc/FileChooserDemo/images/jpgIcon.jpg -%%T%%/demo/jfc/FileChooserDemo/src/ExampleFileFilter.java -%%T%%/demo/jfc/FileChooserDemo/src/ExampleFileView.java -%%T%%/demo/jfc/FileChooserDemo/src/FileChooserDemo.java -%%T%%/demo/jfc/FileChooserDemo/README.txt -%%T%%/demo/jfc/FileChooserDemo/FileChooserDemo.jar -%%T%%/demo/jfc/Metalworks/HelpFiles/back.gif -%%T%%/demo/jfc/Metalworks/HelpFiles/credits.html -%%T%%/demo/jfc/Metalworks/HelpFiles/duke.gif -%%T%%/demo/jfc/Metalworks/HelpFiles/javalogo.gif -%%T%%/demo/jfc/Metalworks/HelpFiles/metal.html -%%T%%/demo/jfc/Metalworks/HelpFiles/metalworks.html -%%T%%/demo/jfc/Metalworks/HelpFiles/swing.html -%%T%%/demo/jfc/Metalworks/HelpFiles/toc.html -%%T%%/demo/jfc/Metalworks/images/palette_crop.gif -%%T%%/demo/jfc/Metalworks/images/palette_draw.gif -%%T%%/demo/jfc/Metalworks/images/palette_hand.gif -%%T%%/demo/jfc/Metalworks/images/palette_select.gif -%%T%%/demo/jfc/Metalworks/images/palette_text.gif -%%T%%/demo/jfc/Metalworks/images/palette_zoom.gif -%%T%%/demo/jfc/Metalworks/src/AquaMetalTheme.java -%%T%%/demo/jfc/Metalworks/src/BigContrastMetalTheme.java -%%T%%/demo/jfc/Metalworks/src/ContrastMetalTheme.java -%%T%%/demo/jfc/Metalworks/src/DemoMetalTheme.java -%%T%%/demo/jfc/Metalworks/src/GreenMetalTheme.java -%%T%%/demo/jfc/Metalworks/src/KhakiMetalTheme.java -%%T%%/demo/jfc/Metalworks/src/MetalThemeMenu.java -%%T%%/demo/jfc/Metalworks/src/Metalworks.java -%%T%%/demo/jfc/Metalworks/src/MetalworksDocumentFrame.java -%%T%%/demo/jfc/Metalworks/src/MetalworksFrame.java -%%T%%/demo/jfc/Metalworks/src/MetalworksHelp.java -%%T%%/demo/jfc/Metalworks/src/MetalworksInBox.java -%%T%%/demo/jfc/Metalworks/src/MetalworksPrefs.java -%%T%%/demo/jfc/Metalworks/src/PropertiesMetalTheme.java -%%T%%/demo/jfc/Metalworks/src/UISwitchListener.java -%%T%%/demo/jfc/Metalworks/MyTheme.theme -%%T%%/demo/jfc/Metalworks/README.txt -%%T%%/demo/jfc/Metalworks/Metalworks.jar -%%T%%/demo/jfc/DBDemos/CreateCoffees/MSAccess/runnit.bat -%%T%%/demo/jfc/DBDemos/CreateCoffees/MSAccess/CreateCoffees.class -%%T%%/demo/jfc/DBDemos/CreateCoffees/MSAccess/CreateCoffees.java -%%T%%/demo/jfc/DBDemos/CreateCoffees/Sybase/runnit.bat -%%T%%/demo/jfc/DBDemos/CreateCoffees/Sybase/CreateCoffees.class -%%T%%/demo/jfc/DBDemos/CreateCoffees/Sybase/CreateCoffees.java -%%T%%/demo/jfc/DBDemos/CreateSuppliers/MSAccess/runnit.bat -%%T%%/demo/jfc/DBDemos/CreateSuppliers/MSAccess/CreateSuppliers.class -%%T%%/demo/jfc/DBDemos/CreateSuppliers/MSAccess/CreateSuppliers.java -%%T%%/demo/jfc/DBDemos/CreateSuppliers/Sybase/runnit.bat -%%T%%/demo/jfc/DBDemos/CreateSuppliers/Sybase/CreateSuppliers.class -%%T%%/demo/jfc/DBDemos/CreateSuppliers/Sybase/CreateSuppliers.java -%%T%%/demo/jfc/DBDemos/InsertCoffees/SQLSrvr/runnit.bat -%%T%%/demo/jfc/DBDemos/InsertCoffees/SQLSrvr/InsertCoffees.class -%%T%%/demo/jfc/DBDemos/InsertCoffees/SQLSrvr/InsertCoffees.java -%%T%%/demo/jfc/DBDemos/InsertCoffees/Sybase/runnit.bat -%%T%%/demo/jfc/DBDemos/InsertCoffees/Sybase/InsertCoffees.class -%%T%%/demo/jfc/DBDemos/InsertCoffees/Sybase/InsertCoffees.java -%%T%%/demo/jfc/DBDemos/InsertSuppliers/MSAccess/InsertSuppliers.class -%%T%%/demo/jfc/DBDemos/InsertSuppliers/MSAccess/InsertSuppliers.java -%%T%%/demo/jfc/DBDemos/InsertSuppliers/MSAccess/runnit.bat -%%T%%/demo/jfc/DBDemos/InsertSuppliers/Sybase/runnit.bat -%%T%%/demo/jfc/DBDemos/InsertSuppliers/Sybase/InsertSuppliers.class -%%T%%/demo/jfc/DBDemos/InsertSuppliers/Sybase/InsertSuppliers.java -%%T%%/demo/jfc/DBDemos/JavaDB/CAFEJAVA.ldb -%%T%%/demo/jfc/DBDemos/JavaDB/CAFEJAVA.MDB -%%T%%/demo/jfc/DBDemos/README.txt -%%T%%/demo/jfc/DBDemos/private.fls -%%T%%/demo/jfc/SimpleExample/src/SimpleExample.java -%%T%%/demo/jfc/SimpleExample/README.txt -%%T%%/demo/jfc/SimpleExample/SimpleExample.jar -%%T%%/demo/jfc/Notepad/resources/copy.gif -%%T%%/demo/jfc/Notepad/resources/cut.gif -%%T%%/demo/jfc/Notepad/resources/new.gif -%%T%%/demo/jfc/Notepad/resources/Notepad.properties -%%T%%/demo/jfc/Notepad/resources/Notepad_fr.properties -%%T%%/demo/jfc/Notepad/resources/Notepad_sv.properties -%%T%%/demo/jfc/Notepad/resources/Notepad_zh_CN.properties -%%T%%/demo/jfc/Notepad/resources/open.gif -%%T%%/demo/jfc/Notepad/resources/paste.gif -%%T%%/demo/jfc/Notepad/resources/save.gif -%%T%%/demo/jfc/Notepad/src/ElementTreePanel.java -%%T%%/demo/jfc/Notepad/src/Notepad.java -%%T%%/demo/jfc/Notepad/README.txt -%%T%%/demo/jfc/Notepad/Notepad.jar -%%T%%/demo/jfc/Stylepad/resources/alice.gif -%%T%%/demo/jfc/Stylepad/resources/bold.gif -%%T%%/demo/jfc/Stylepad/resources/bullets.gif -%%T%%/demo/jfc/Stylepad/resources/caterpillar.gif -%%T%%/demo/jfc/Stylepad/resources/center.gif -%%T%%/demo/jfc/Stylepad/resources/fg.gif -%%T%%/demo/jfc/Stylepad/resources/hatter.gif -%%T%%/demo/jfc/Stylepad/resources/italic.gif -%%T%%/demo/jfc/Stylepad/resources/left.gif -%%T%%/demo/jfc/Stylepad/resources/rabbit.gif -%%T%%/demo/jfc/Stylepad/resources/rabbit2.gif -%%T%%/demo/jfc/Stylepad/resources/right.gif -%%T%%/demo/jfc/Stylepad/resources/Stylepad.properties -%%T%%/demo/jfc/Stylepad/resources/Stylepad_sv.properties -%%T%%/demo/jfc/Stylepad/resources/Stylepad_zh_CN.properties -%%T%%/demo/jfc/Stylepad/resources/underline.gif -%%T%%/demo/jfc/Stylepad/resources/Notepad.properties -%%T%%/demo/jfc/Stylepad/resources/Notepad_fr.properties -%%T%%/demo/jfc/Stylepad/resources/Notepad_sv.properties -%%T%%/demo/jfc/Stylepad/resources/Notepad_zh_CN.properties -%%T%%/demo/jfc/Stylepad/resources/copy.gif -%%T%%/demo/jfc/Stylepad/resources/cut.gif -%%T%%/demo/jfc/Stylepad/resources/new.gif -%%T%%/demo/jfc/Stylepad/resources/open.gif -%%T%%/demo/jfc/Stylepad/resources/paste.gif -%%T%%/demo/jfc/Stylepad/resources/save.gif -%%T%%/demo/jfc/Stylepad/src/HelloWorld.java -%%T%%/demo/jfc/Stylepad/src/Notepad.java -%%T%%/demo/jfc/Stylepad/src/ElementTreePanel.java -%%T%%/demo/jfc/Stylepad/src/Stylepad.java -%%T%%/demo/jfc/Stylepad/src/Wonderland.java -%%T%%/demo/jfc/Stylepad/README.txt -%%T%%/demo/jfc/Stylepad/Stylepad.jar -%%T%%/demo/jfc/SampleTree/images/collapsed.gif -%%T%%/demo/jfc/SampleTree/images/expanded.gif -%%T%%/demo/jfc/SampleTree/src/DynamicTreeNode.java -%%T%%/demo/jfc/SampleTree/src/SampleData.java -%%T%%/demo/jfc/SampleTree/src/SampleTree.java -%%T%%/demo/jfc/SampleTree/src/SampleTreeCellRenderer.java -%%T%%/demo/jfc/SampleTree/src/SampleTreeModel.java -%%T%%/demo/jfc/SampleTree/README.txt -%%T%%/demo/jfc/SampleTree/SampleTree.jar -%%T%%/demo/jfc/SwingApplet/src/SwingApplet.java -%%T%%/demo/jfc/SwingApplet/README.txt -%%T%%/demo/jfc/SwingApplet/SwingApplet.html -%%T%%/demo/jfc/SwingApplet/SwingApplet.jar -%%T%%/demo/jfc/TableExample/src/JDBCAdapter.java -%%T%%/demo/jfc/TableExample/src/OldJTable.java -%%T%%/demo/jfc/TableExample/src/TableExample.java -%%T%%/demo/jfc/TableExample/src/TableExample2.java -%%T%%/demo/jfc/TableExample/src/TableExample3.java -%%T%%/demo/jfc/TableExample/src/TableExample4.java -%%T%%/demo/jfc/TableExample/src/TableMap.java -%%T%%/demo/jfc/TableExample/src/TableSorter.java -%%T%%/demo/jfc/TableExample/README.txt -%%T%%/demo/jfc/TableExample/TableExample.jar -%%T%%/demo/jfc/Java2D/src/demos/Arcs_Curves/Arcs.java -%%T%%/demo/jfc/Java2D/src/demos/Arcs_Curves/BezierAnim.java -%%T%%/demo/jfc/Java2D/src/demos/Arcs_Curves/Curves.java -%%T%%/demo/jfc/Java2D/src/demos/Arcs_Curves/Ellipses.java -%%T%%/demo/jfc/Java2D/src/demos/Clipping/ClipAnim.java -%%T%%/demo/jfc/Java2D/src/demos/Clipping/Text.java -%%T%%/demo/jfc/Java2D/src/demos/Clipping/Areas.java -%%T%%/demo/jfc/Java2D/src/demos/Clipping/Intersection.java -%%T%%/demo/jfc/Java2D/src/demos/Colors/ColorConvert.java -%%T%%/demo/jfc/Java2D/src/demos/Colors/BullsEye.java -%%T%%/demo/jfc/Java2D/src/demos/Colors/Rotator3D.java -%%T%%/demo/jfc/Java2D/src/demos/Composite/ACimages.java -%%T%%/demo/jfc/Java2D/src/demos/Composite/FadeAnim.java -%%T%%/demo/jfc/Java2D/src/demos/Composite/ACrules.java -%%T%%/demo/jfc/Java2D/src/demos/Fonts/AllFonts.java -%%T%%/demo/jfc/Java2D/src/demos/Fonts/Outline.java -%%T%%/demo/jfc/Java2D/src/demos/Fonts/Highlighting.java -%%T%%/demo/jfc/Java2D/src/demos/Fonts/Tree.java -%%T%%/demo/jfc/Java2D/src/demos/Fonts/AttributedStr.java -%%T%%/demo/jfc/Java2D/src/demos/Images/DukeAnim.java -%%T%%/demo/jfc/Java2D/src/demos/Images/ImageOps.java -%%T%%/demo/jfc/Java2D/src/demos/Images/WarpImage.java -%%T%%/demo/jfc/Java2D/src/demos/Images/JPEGFlip.java -%%T%%/demo/jfc/Java2D/src/demos/Lines/LineAnim.java -%%T%%/demo/jfc/Java2D/src/demos/Lines/Caps.java -%%T%%/demo/jfc/Java2D/src/demos/Lines/Joins.java -%%T%%/demo/jfc/Java2D/src/demos/Lines/Dash.java -%%T%%/demo/jfc/Java2D/src/demos/Mix/Stars3D.java -%%T%%/demo/jfc/Java2D/src/demos/Mix/Balls.java -%%T%%/demo/jfc/Java2D/src/demos/Mix/BezierScroller.java -%%T%%/demo/jfc/Java2D/src/demos/Paths/Append.java -%%T%%/demo/jfc/Java2D/src/demos/Paths/CurveQuadTo.java -%%T%%/demo/jfc/Java2D/src/demos/Paths/FillStroke.java -%%T%%/demo/jfc/Java2D/src/demos/Paths/WindingRule.java -%%T%%/demo/jfc/Java2D/src/demos/Transforms/Rotate.java -%%T%%/demo/jfc/Java2D/src/demos/Transforms/SelectTx.java -%%T%%/demo/jfc/Java2D/src/demos/Transforms/TransformAnim.java -%%T%%/demo/jfc/Java2D/src/demos/Paint/GradAnim.java -%%T%%/demo/jfc/Java2D/src/demos/Paint/TextureAnim.java -%%T%%/demo/jfc/Java2D/src/demos/Paint/Gradient.java -%%T%%/demo/jfc/Java2D/src/demos/Paint/Texture.java -%%T%%/demo/jfc/Java2D/src/DemoPanel.java -%%T%%/demo/jfc/Java2D/src/GlobalControls.java -%%T%%/demo/jfc/Java2D/src/MemoryMonitor.java -%%T%%/demo/jfc/Java2D/src/Surface.java -%%T%%/demo/jfc/Java2D/src/Java2Demo.java -%%T%%/demo/jfc/Java2D/src/Tools.java -%%T%%/demo/jfc/Java2D/src/PerformanceMonitor.java -%%T%%/demo/jfc/Java2D/src/RunWindow.java -%%T%%/demo/jfc/Java2D/src/TextureChooser.java -%%T%%/demo/jfc/Java2D/src/DemoGroup.java -%%T%%/demo/jfc/Java2D/src/GlobalPanel.java -%%T%%/demo/jfc/Java2D/src/Java2DemoApplet.java -%%T%%/demo/jfc/Java2D/src/DemoImages.java -%%T%%/demo/jfc/Java2D/src/DemoFonts.java -%%T%%/demo/jfc/Java2D/src/AnimatingSurface.java -%%T%%/demo/jfc/Java2D/src/AnimatingControlsSurface.java -%%T%%/demo/jfc/Java2D/src/ControlsSurface.java -%%T%%/demo/jfc/Java2D/src/Intro.java -%%T%%/demo/jfc/Java2D/src/CustomControlsContext.java -%%T%%/demo/jfc/Java2D/src/CustomControls.java -%%T%%/demo/jfc/Java2D/src/CloningFeature.java -%%T%%/demo/jfc/Java2D/README.txt -%%T%%/demo/jfc/Java2D/Java2Demo.html -%%T%%/demo/jfc/Java2D/Java2Demo.jar -%%T%%/demo/jfc/Font2DTest/src/Font2DTest.java -%%T%%/demo/jfc/Font2DTest/README.txt -%%T%%/demo/jfc/Font2DTest/Font2DTest.html -%%T%%/demo/jfc/Font2DTest/resources/resource.data -%%T%%/demo/jfc/Font2DTest/resources/TextResources.properties -%%T%%/demo/jfc/Font2DTest/resources/TextResources_de.properties -%%T%%/demo/jfc/Font2DTest/resources/TextResources_en.properties -%%T%%/demo/jfc/Font2DTest/resources/TextResources_en_GB.properties -%%T%%/demo/jfc/Font2DTest/resources/TextResources_ko.properties -%%T%%/demo/jfc/Font2DTest/Font2DTest.jar -%%T%%/demo/sound/src/JavaSoundApplet.java -%%T%%/demo/sound/src/JavaSound.java -%%T%%/demo/sound/src/MidiSynth.java -%%T%%/demo/sound/src/CapturePlayback.java -%%T%%/demo/sound/src/ControlContext.java -%%T%%/demo/sound/src/Groove.java -%%T%%/demo/sound/src/TempoDial.java -%%T%%/demo/sound/src/Juke.java -%%T%%/demo/sound/README.txt -%%T%%/demo/sound/JavaSound.html -%%T%%/demo/sound/media/ambient.rmf -%%T%%/demo/sound/media/classical.rmf -%%T%%/demo/sound/media/spacemusic.au -%%T%%/demo/sound/media/modern-rock.rmf -%%T%%/demo/sound/media/sfx-medley.rmf -%%T%%/demo/sound/media/bark.aiff -%%T%%/demo/sound/media/trippygaia1.mid -%%T%%/demo/sound/media/trance.rmf -%%T%%/demo/sound/media/bong.wav -%%T%%/demo/sound/JavaSound.jar -%%T%%/demo/jpda/examples.jar -%%T%%/include/jni.h -%%T%%/include/linux/jni_md.h -%%T%%/include/linux/jawt_md.h -%%T%%/include/jvmdi.h -%%T%%/include/jvmpi.h -%%T%%/include/jawt.h -%%T%%/src.jar -%%T%%/include-old/StubPreamble.h -%%T%%/include-old/alloc_cache.h -%%T%%/include-old/bag.h -%%T%%/include-old/breakpoints.h -%%T%%/include-old/byteorder.h -%%T%%/include-old/common_exceptions.h -%%T%%/include-old/debug.h -%%T%%/include-old/exceptions.h -%%T%%/include-old/gc.h -%%T%%/include-old/interpreter.h -%%T%%/include-old/javaString.h -%%T%%/include-old/jit.h -%%T%%/include-old/jmath.h -%%T%%/include-old/log.h -%%T%%/include-old/monitor.h -%%T%%/include-old/monitor_cache.h -%%T%%/include-old/native.h -%%T%%/include-old/oldnmi.h -%%T%%/include-old/oobj.h -%%T%%/include-old/opcodes.h -%%T%%/include-old/path.h -%%T%%/include-old/reflect.h -%%T%%/include-old/signature.h -%%T%%/include-old/sys_api.h -%%T%%/include-old/threads.h -%%T%%/include-old/tree.h -%%T%%/include-old/typecodes.h -%%T%%/include-old/typedefs.h -%%T%%/include-old/utf.h -%%T%%/include-old/util.h -%%T%%/include-old/vmprofiler.h -%%T%%/include-old/wrap.h -%%T%%/include-old/jawt.h -%%T%%/include-old/jvm.h -%%T%%/include-old/jvmdi.h -%%T%%/include-old/jvmpi.h -%%T%%/include-old/bool.h -%%T%%/include-old/dll.h -%%T%%/include-old/hpi.h -%%T%%/include-old/linux/gc_md.h -%%T%%/include-old/linux/jmath_md.h -%%T%%/include-old/linux/miscdefs_md.h -%%T%%/include-old/linux/sysmacros_md.h -%%T%%/include-old/linux/typedefs_md.h -%%T%%/include-old/linux/jawt_md.h -%%T%%/include-old/linux/jvm_md.h -%%T%%/include-old/linux/byteorder_md.h -%%T%%/include-old/linux/hpi_md.h -%%T%%/include-old/linux/io_md.h -%%T%%/include-old/linux/path_md.h -%%T%%/include-old/linux/timeval_md.h -%%T%%/include-old/java_lang_String.h -%%T%%/include-old/java_lang_ClassLoader.h -%%T%%/include-old/java_lang_Thread.h -%%T%%/include-old/java_lang_ThreadGroup.h -%%T%%/COPYRIGHT -%%T%%/README.html -%%T%%/LICENSE -%%T%%/README -%%T%%/man/man1/appletviewer.1 -%%T%%/man/man1/extcheck.1 -%%T%%/man/man1/jar.1 -%%T%%/man/man1/jarsigner.1 -%%T%%/man/man1/java.1 -%%T%%/man/man1/javac.1 -%%T%%/man/man1/javadoc.1 -%%T%%/man/man1/javah.1 -%%T%%/man/man1/javap.1 -%%T%%/man/man1/jdb.1 -%%T%%/man/man1/keytool.1 -%%T%%/man/man1/native2ascii.1 -%%T%%/man/man1/rmic.1 -%%T%%/man/man1/rmid.1 -%%T%%/man/man1/rmiregistry.1 -%%T%%/man/man1/serialver.1 -%%T%%/man/man1/tnameserv.1 -%%T%%/man/ja -%%T%%/man/ja_JP.eucJP/man1/java.1 -%%T%%/man/ja_JP.eucJP/man1/keytool.1 -%%T%%/man/ja_JP.eucJP/man1/rmid.1 -%%T%%/man/ja_JP.eucJP/man1/rmiregistry.1 -%%T%%/man/ja_JP.eucJP/man1/tnameserv.1 -%%T%%/man/ja_JP.eucJP/man1/appletviewer.1 -%%T%%/man/ja_JP.eucJP/man1/extcheck.1 -%%T%%/man/ja_JP.eucJP/man1/jar.1 -%%T%%/man/ja_JP.eucJP/man1/jarsigner.1 -%%T%%/man/ja_JP.eucJP/man1/javac.1 -%%T%%/man/ja_JP.eucJP/man1/javadoc.1 -%%T%%/man/ja_JP.eucJP/man1/javah.1 -%%T%%/man/ja_JP.eucJP/man1/javap.1 -%%T%%/man/ja_JP.eucJP/man1/jdb.1 -%%T%%/man/ja_JP.eucJP/man1/native2ascii.1 -%%T%%/man/ja_JP.eucJP/man1/rmic.1 -%%T%%/man/ja_JP.eucJP/man1/serialver.1 -@dirrm %%T%%/jre/bin/i386/green_threads -@dirrm %%T%%/jre/bin/i386/native_threads -@dirrm %%T%%/jre/bin/i386 -@dirrm %%T%%/jre/bin -@dirrm %%T%%/jre/lib/i386/green_threads -@dirrm %%T%%/jre/lib/i386/native_threads -@dirrm %%T%%/jre/lib/i386/classic -@dirrm %%T%%/jre/lib/i386/server -@dirrm %%T%%/jre/lib/i386/client -@dirrm %%T%%/jre/lib/i386 -@dirrm %%T%%/jre/lib/ext -@dirrm %%T%%/jre/lib/fonts -@dirrm %%T%%/jre/lib/security -@dirrm %%T%%/jre/lib/images/cursors -@dirrm %%T%%/jre/lib/images -@dirrm %%T%%/jre/lib/audio -@dirrm %%T%%/jre/lib/cmm -@dirrm %%T%%/jre/lib/locale/de/LC_MESSAGES -@dirrm %%T%%/jre/lib/locale/de -@dirrm %%T%%/jre/lib/locale/es/LC_MESSAGES -@dirrm %%T%%/jre/lib/locale/es -@dirrm %%T%%/jre/lib/locale/fr/LC_MESSAGES -@dirrm %%T%%/jre/lib/locale/fr -@dirrm %%T%%/jre/lib/locale/it/LC_MESSAGES -@dirrm %%T%%/jre/lib/locale/it -@dirrm %%T%%/jre/lib/locale/ja/LC_MESSAGES -@dirrm %%T%%/jre/lib/locale/ja -@dirrm %%T%%/jre/lib/locale/ko/LC_MESSAGES -@dirrm %%T%%/jre/lib/locale/ko -@dirrm %%T%%/jre/lib/locale/ko.UTF-8/LC_MESSAGES -@dirrm %%T%%/jre/lib/locale/ko.UTF-8 -@dirrm %%T%%/jre/lib/locale/sv/LC_MESSAGES -@dirrm %%T%%/jre/lib/locale/sv -@dirrm %%T%%/jre/lib/locale/zh/LC_MESSAGES -@dirrm %%T%%/jre/lib/locale/zh -@dirrm %%T%%/jre/lib/locale/zh.GBK/LC_MESSAGES -@dirrm %%T%%/jre/lib/locale/zh.GBK -@dirrm %%T%%/jre/lib/locale/zh_TW/LC_MESSAGES -@dirrm %%T%%/jre/lib/locale/zh_TW -@dirrm %%T%%/jre/lib/locale/zh_TW.BIG5/LC_MESSAGES -@dirrm %%T%%/jre/lib/locale/zh_TW.BIG5 -@dirrm %%T%%/jre/lib/locale -@dirrm %%T%%/jre/lib/applet -@dirrm %%T%%/jre/lib -@dirrm %%T%%/jre/plugin/i386/ns600 -@dirrm %%T%%/jre/plugin/i386/ns4 -@dirrm %%T%%/jre/plugin/i386 -@dirrm %%T%%/jre/plugin -@dirrm %%T%%/jre -@dirrm %%T%%/lib/i386 -@dirrm %%T%%/lib -@dirrm %%T%%/bin/i386/green_threads -@dirrm %%T%%/bin/i386/native_threads -@dirrm %%T%%/bin/i386 -@dirrm %%T%%/bin -@dirrm %%T%%/demo/applets/Animator/audio -@dirrm %%T%%/demo/applets/Animator/images/SimpleAnimation -@dirrm %%T%%/demo/applets/Animator/images/Beans -@dirrm %%T%%/demo/applets/Animator/images -@dirrm %%T%%/demo/applets/Animator -@dirrm %%T%%/demo/applets/ArcTest -@dirrm %%T%%/demo/applets/BarChart -@dirrm %%T%%/demo/applets/Blink -@dirrm %%T%%/demo/applets/CardTest -@dirrm %%T%%/demo/applets/Clock -@dirrm %%T%%/demo/applets/DitherTest -@dirrm %%T%%/demo/applets/DrawTest -@dirrm %%T%%/demo/applets/Fractal -@dirrm %%T%%/demo/applets/GraphLayout/audio -@dirrm %%T%%/demo/applets/GraphLayout -@dirrm %%T%%/demo/applets/GraphicsTest -@dirrm %%T%%/demo/applets/ImageMap/audio -@dirrm %%T%%/demo/applets/ImageMap/images -@dirrm %%T%%/demo/applets/ImageMap -@dirrm %%T%%/demo/applets/JumpingBox/sounds -@dirrm %%T%%/demo/applets/JumpingBox -@dirrm %%T%%/demo/applets/MoleculeViewer/models -@dirrm %%T%%/demo/applets/MoleculeViewer -@dirrm %%T%%/demo/applets/NervousText -@dirrm %%T%%/demo/applets/SimpleGraph -@dirrm %%T%%/demo/applets/SortDemo -@dirrm %%T%%/demo/applets/SpreadSheet -@dirrm %%T%%/demo/applets/SymbolTest -@dirrm %%T%%/demo/applets/TicTacToe/audio -@dirrm %%T%%/demo/applets/TicTacToe/images -@dirrm %%T%%/demo/applets/TicTacToe -@dirrm %%T%%/demo/applets/WireFrame/models -@dirrm %%T%%/demo/applets/WireFrame -@dirrm %%T%%/demo/applets -@dirrm %%T%%/demo/jfc/SwingSet2/src -@dirrm %%T%%/demo/jfc/SwingSet2 -@dirrm %%T%%/demo/jfc/FileChooserDemo/images -@dirrm %%T%%/demo/jfc/FileChooserDemo/src -@dirrm %%T%%/demo/jfc/FileChooserDemo -@dirrm %%T%%/demo/jfc/Metalworks/HelpFiles -@dirrm %%T%%/demo/jfc/Metalworks/images -@dirrm %%T%%/demo/jfc/Metalworks/src -@dirrm %%T%%/demo/jfc/Metalworks -@dirrm %%T%%/demo/jfc/DBDemos/CreateCoffees/MSAccess -@dirrm %%T%%/demo/jfc/DBDemos/CreateCoffees/Sybase -@dirrm %%T%%/demo/jfc/DBDemos/CreateCoffees -@dirrm %%T%%/demo/jfc/DBDemos/CreateSuppliers/MSAccess -@dirrm %%T%%/demo/jfc/DBDemos/CreateSuppliers/Sybase -@dirrm %%T%%/demo/jfc/DBDemos/CreateSuppliers -@dirrm %%T%%/demo/jfc/DBDemos/InsertCoffees/SQLSrvr -@dirrm %%T%%/demo/jfc/DBDemos/InsertCoffees/Sybase -@dirrm %%T%%/demo/jfc/DBDemos/InsertCoffees -@dirrm %%T%%/demo/jfc/DBDemos/InsertSuppliers/MSAccess -@dirrm %%T%%/demo/jfc/DBDemos/InsertSuppliers/Sybase -@dirrm %%T%%/demo/jfc/DBDemos/InsertSuppliers -@dirrm %%T%%/demo/jfc/DBDemos/JavaDB -@dirrm %%T%%/demo/jfc/DBDemos -@dirrm %%T%%/demo/jfc/SimpleExample/src -@dirrm %%T%%/demo/jfc/SimpleExample -@dirrm %%T%%/demo/jfc/Notepad/resources -@dirrm %%T%%/demo/jfc/Notepad/src -@dirrm %%T%%/demo/jfc/Notepad -@dirrm %%T%%/demo/jfc/Stylepad/resources -@dirrm %%T%%/demo/jfc/Stylepad/src -@dirrm %%T%%/demo/jfc/Stylepad -@dirrm %%T%%/demo/jfc/SampleTree/images -@dirrm %%T%%/demo/jfc/SampleTree/src -@dirrm %%T%%/demo/jfc/SampleTree -@dirrm %%T%%/demo/jfc/SwingApplet/src -@dirrm %%T%%/demo/jfc/SwingApplet -@dirrm %%T%%/demo/jfc/TableExample/src -@dirrm %%T%%/demo/jfc/TableExample -@dirrm %%T%%/demo/jfc/Java2D/src/demos/Arcs_Curves -@dirrm %%T%%/demo/jfc/Java2D/src/demos/Clipping -@dirrm %%T%%/demo/jfc/Java2D/src/demos/Colors -@dirrm %%T%%/demo/jfc/Java2D/src/demos/Composite -@dirrm %%T%%/demo/jfc/Java2D/src/demos/Fonts -@dirrm %%T%%/demo/jfc/Java2D/src/demos/Images -@dirrm %%T%%/demo/jfc/Java2D/src/demos/Lines -@dirrm %%T%%/demo/jfc/Java2D/src/demos/Mix -@dirrm %%T%%/demo/jfc/Java2D/src/demos/Paths -@dirrm %%T%%/demo/jfc/Java2D/src/demos/Transforms -@dirrm %%T%%/demo/jfc/Java2D/src/demos/Paint -@dirrm %%T%%/demo/jfc/Java2D/src/demos -@dirrm %%T%%/demo/jfc/Java2D/src -@dirrm %%T%%/demo/jfc/Java2D -@dirrm %%T%%/demo/jfc/Font2DTest/src -@dirrm %%T%%/demo/jfc/Font2DTest/resources -@dirrm %%T%%/demo/jfc/Font2DTest -@dirrm %%T%%/demo/jfc -@dirrm %%T%%/demo/sound/src -@dirrm %%T%%/demo/sound/media -@dirrm %%T%%/demo/sound -@dirrm %%T%%/demo/jpda -@dirrm %%T%%/demo -@dirrm %%T%%/include/linux -@dirrm %%T%%/include -@dirrm %%T%%/include-old/linux -@dirrm %%T%%/include-old -@dirrm %%T%%/man/man1 -@dirrm %%T%%/man/ja_JP.eucJP/man1 -@dirrm %%T%%/man/ja_JP.eucJP -@dirrm %%T%%/man -@dirrm %%T%% -@unexec %D/bin/unregistervm "%D/%%T%%/bin/java" diff --git a/java/linux-sun-jdk14/Makefile b/java/linux-sun-jdk14/Makefile deleted file mode 100644 index aa96a2a60e7d..000000000000 --- a/java/linux-sun-jdk14/Makefile +++ /dev/null @@ -1,61 +0,0 @@ -# New ports collection makefile for: Sun Linux JDK 1.4.x -# Date created: 25 May 2001 -# Whom: Ernst de Haan <ernst@jollem.com> -# -# $FreeBSD$ -# - -PORTNAME= jdk -PORTVERSION= ${INSTALL_JDK_VERSION} -CATEGORIES= java devel -MASTER_SITES= # -PKGNAMEPREFIX= linux- -DISTNAME= j2sdk-${DL_JDK_VERSION:S/./_/g}-linux-i386 -EXTRACT_SUFX= .bin - -MAINTAINER= ernst@jollem.com - -BUILD_DEPENDS= ${LINUXBASE}/lib/libc.so.6:${PORTSDIR}/emulators/linux_base -RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper - -NO_CDROM= "License doesn\'t allow distribution with fee" -RESTRICTED= "Redistribution of repackaged binaries not permitted" - -.if defined(BATCH) || defined(PACKAGE_BUILDING) -IGNORE="You can not legally distribute binaries" -.endif - -EXTRACT_CMD= # empty -EXTRACT_BEFORE_ARGS= # empty -EXTRACT_AFTER_ARGS= # empty - -WRKSRC= ${WRKDIR}/j2sdk1.4.0 -PLIST_SUB+= TARGET_PREFIX=${TARGET_DIR:S/^${PREFIX}\///} - -NO_BUILD= yes -USE_LINUX= yes -DL_JDK_VERSION= 1.4.0-beta -INSTALL_JDK_VERSION= 1.4.0b1 -ONLY_FOR_ARCHS= i386 -TARGET_DIR?= ${PREFIX}/${PKGBASE}${PORTVERSION} -DOWNLOAD_URL?= http://java.sun.com/j2se/1.4/#linux -PORTTITLE= Java 2 Development Kit ${INSTALL_JDK_VERSION} for Linux - -.include <bsd.port.pre.mk> - -.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE=You must manually fetch the ${PORTTITLE} archive (${DISTNAME}${EXTRACT_SUFX}) from ${DOWNLOAD_URL}, place it in ${DISTDIR} and then run make again -.endif - -post-fetch: - @${CHMOD} +x ${DISTDIR}/${DISTFILES} - -post-patch: - find ${WRKSRC} -name '*.orig' -print | xargs ${RM} -f - -do-install: - ${MKDIR} ${PREFIX}/${PKGNAMEPREFIX}jdk${PORTVERSION} - ${TAR} -C ${WRKSRC} -cf- . | ${TAR} -C ${PREFIX}/${PKGNAMEPREFIX}jdk${PORTVERSION} -xpf- - ${LOCALBASE}/bin/registervm "${TARGET_DIR}/bin/java # Linux-Sun-JDK${PORTVERSION}" - -.include <bsd.port.post.mk> diff --git a/java/linux-sun-jdk14/distinfo b/java/linux-sun-jdk14/distinfo deleted file mode 100644 index bc4ba7644a09..000000000000 --- a/java/linux-sun-jdk14/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (j2sdk-1_4_0-beta-linux-i386.bin) = b4e711b578b953150f5c4c958179b545 diff --git a/java/linux-sun-jdk14/files/patch-aa b/java/linux-sun-jdk14/files/patch-aa deleted file mode 100644 index 67db4bb8b7cc..000000000000 --- a/java/linux-sun-jdk14/files/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ ---- bin/.java_wrapper.orig Fri May 25 19:52:36 2001 -+++ bin/.java_wrapper Fri May 25 19:54:12 2001 -@@ -34,8 +34,8 @@ - # Resolve symlinks. See 4152645. - while [ -L "$PRG" ]; do - ls=`ls -ld "$PRG"` -- link=`expr "$ls" : '.*-> \(.*\)$'` -- if expr "$link" : '/' > /dev/null; then -+ link=`/compat/linux/usr/bin/expr "$ls" : '.*-> \(.*\)$'` -+ if /compat/linux/usr/bin/expr "$link" : '/' > /dev/null; then - PRG="$link" - else - PRG="`dirname $PRG`/$link" diff --git a/java/linux-sun-jdk14/files/patch-ab b/java/linux-sun-jdk14/files/patch-ab deleted file mode 100644 index 588643bb5515..000000000000 --- a/java/linux-sun-jdk14/files/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ ---- jre/bin/.java_wrapper.orig Fri May 25 19:56:57 2001 -+++ jre/bin/.java_wrapper Fri May 25 19:57:11 2001 -@@ -34,8 +34,8 @@ - # Resolve symlinks. See 4152645. - while [ -L "$PRG" ]; do - ls=`ls -ld "$PRG"` -- link=`expr "$ls" : '.*-> \(.*\)$'` -- if expr "$link" : '/' > /dev/null; then -+ link=`/compat/linux/usr/bin/expr "$ls" : '.*-> \(.*\)$'` -+ if /compat/linux/usr/bin/expr "$link" : '/' > /dev/null; then - PRG="$link" - else - PRG="`dirname $PRG`/$link" diff --git a/java/linux-sun-jdk14/pkg-comment b/java/linux-sun-jdk14/pkg-comment deleted file mode 100644 index 915b96065c7d..000000000000 --- a/java/linux-sun-jdk14/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Sun's Java Developers Kit for Linux, version 1.4 diff --git a/java/linux-sun-jdk14/pkg-descr b/java/linux-sun-jdk14/pkg-descr deleted file mode 100644 index e4d4233f5173..000000000000 --- a/java/linux-sun-jdk14/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -The Sun Java Development Kit 1.4 for Linux. - -WWW: http://java.sun.com/j2se/1.4/ diff --git a/java/linux-sun-jdk14/pkg-plist b/java/linux-sun-jdk14/pkg-plist deleted file mode 100644 index b701c032e57a..000000000000 --- a/java/linux-sun-jdk14/pkg-plist +++ /dev/null @@ -1,1168 +0,0 @@ -%%TARGET_PREFIX%%/jre/bin/i386/native_threads/java -%%TARGET_PREFIX%%/jre/bin/i386/native_threads/keytool -%%TARGET_PREFIX%%/jre/bin/i386/native_threads/policytool -%%TARGET_PREFIX%%/jre/bin/i386/native_threads/rmiregistry -%%TARGET_PREFIX%%/jre/bin/i386/native_threads/rmid -%%TARGET_PREFIX%%/jre/bin/i386/native_threads/orbd -%%TARGET_PREFIX%%/jre/bin/i386/native_threads/servertool -%%TARGET_PREFIX%%/jre/bin/i386/native_threads/tnameserv -%%TARGET_PREFIX%%/jre/bin/i386/native_threads/java_vm -%%TARGET_PREFIX%%/jre/bin/i386/realpath -%%TARGET_PREFIX%%/jre/bin/.java_wrapper -%%TARGET_PREFIX%%/jre/bin/realpath -%%TARGET_PREFIX%%/jre/bin/java -%%TARGET_PREFIX%%/jre/bin/keytool -%%TARGET_PREFIX%%/jre/bin/policytool -%%TARGET_PREFIX%%/jre/bin/awt_robot -%%TARGET_PREFIX%%/jre/bin/rmiregistry -%%TARGET_PREFIX%%/jre/bin/rmid -%%TARGET_PREFIX%%/jre/bin/orbd -%%TARGET_PREFIX%%/jre/bin/servertool -%%TARGET_PREFIX%%/jre/bin/tnameserv -%%TARGET_PREFIX%%/jre/bin/ControlPanel -%%TARGET_PREFIX%%/jre/lib/i386/native_threads/libhpi.so -%%TARGET_PREFIX%%/jre/lib/i386/server/libjvm.so -%%TARGET_PREFIX%%/jre/lib/i386/server/Xusage.txt -%%TARGET_PREFIX%%/jre/lib/i386/client/libjvm.so -%%TARGET_PREFIX%%/jre/lib/i386/client/Xusage.txt -%%TARGET_PREFIX%%/jre/lib/i386/hotspot -%%TARGET_PREFIX%%/jre/lib/i386/libverify.so -%%TARGET_PREFIX%%/jre/lib/i386/libjava.so -%%TARGET_PREFIX%%/jre/lib/i386/libzip.so -%%TARGET_PREFIX%%/jre/lib/i386/libhprof.so -%%TARGET_PREFIX%%/jre/lib/i386/libjcov.so -%%TARGET_PREFIX%%/jre/lib/i386/libnet.so -%%TARGET_PREFIX%%/jre/lib/i386/libnio.so -%%TARGET_PREFIX%%/jre/lib/i386/libjsound.so -%%TARGET_PREFIX%%/jre/lib/i386/libdcpr.so -%%TARGET_PREFIX%%/jre/lib/i386/libmlib_image.so -%%TARGET_PREFIX%%/jre/lib/i386/libawt.so -%%TARGET_PREFIX%%/jre/lib/i386/libfontmanager.so -%%TARGET_PREFIX%%/jre/lib/i386/libjpeg.so -%%TARGET_PREFIX%%/jre/lib/i386/libcmm.so -%%TARGET_PREFIX%%/jre/lib/i386/libioser12.so -%%TARGET_PREFIX%%/jre/lib/i386/librmi.so -%%TARGET_PREFIX%%/jre/lib/i386/libJdbcOdbc.so -%%TARGET_PREFIX%%/jre/lib/i386/libjawt.so -%%TARGET_PREFIX%%/jre/lib/i386/libjaas_unix.so -%%TARGET_PREFIX%%/jre/lib/i386/libjavaplugin_jni.so -%%TARGET_PREFIX%%/jre/lib/ext/sunjce_provider.jar -%%TARGET_PREFIX%%/jre/lib/ext/dnsns.jar -%%TARGET_PREFIX%%/jre/lib/ext/ldapsec.jar -%%TARGET_PREFIX%%/jre/lib/sunrsasign.jar -%%TARGET_PREFIX%%/jre/lib/jce.jar -%%TARGET_PREFIX%%/jre/lib/security/US_export_policy.jar -%%TARGET_PREFIX%%/jre/lib/security/local_policy.jar -%%TARGET_PREFIX%%/jre/lib/security/java.security -%%TARGET_PREFIX%%/jre/lib/security/java.policy -%%TARGET_PREFIX%%/jre/lib/security/cacerts -%%TARGET_PREFIX%%/jre/lib/jsse.jar -%%TARGET_PREFIX%%/jre/lib/fonts/LucidaTypewriterRegular.ttf -%%TARGET_PREFIX%%/jre/lib/fonts/LucidaTypewriterBold.ttf -%%TARGET_PREFIX%%/jre/lib/fonts/LucidaTypewriterOblique.ttf -%%TARGET_PREFIX%%/jre/lib/fonts/LucidaTypewriterBoldOblique.ttf -%%TARGET_PREFIX%%/jre/lib/fonts/LucidaBrightRegular.ttf -%%TARGET_PREFIX%%/jre/lib/fonts/LucidaBrightDemiBold.ttf -%%TARGET_PREFIX%%/jre/lib/fonts/LucidaBrightItalic.ttf -%%TARGET_PREFIX%%/jre/lib/fonts/LucidaBrightDemiItalic.ttf -%%TARGET_PREFIX%%/jre/lib/fonts/LucidaSansRegular.ttf -%%TARGET_PREFIX%%/jre/lib/fonts/LucidaSansDemiBold.ttf -%%TARGET_PREFIX%%/jre/lib/fonts/LucidaSansOblique.ttf -%%TARGET_PREFIX%%/jre/lib/fonts/LucidaSansDemiOblique.ttf -%%TARGET_PREFIX%%/jre/lib/fonts/fonts.dir -%%TARGET_PREFIX%%/jre/lib/content-types.properties -%%TARGET_PREFIX%%/jre/lib/tzmappings -%%TARGET_PREFIX%%/jre/lib/jvm.cfg -%%TARGET_PREFIX%%/jre/lib/jvm.hprof.txt -%%TARGET_PREFIX%%/jre/lib/jvm.jcov.txt -%%TARGET_PREFIX%%/jre/lib/flavormap.properties -%%TARGET_PREFIX%%/jre/lib/images/cursors/cursors.properties -%%TARGET_PREFIX%%/jre/lib/images/cursors/motif_CopyDrop32x32.gif -%%TARGET_PREFIX%%/jre/lib/images/cursors/motif_MoveDrop32x32.gif -%%TARGET_PREFIX%%/jre/lib/images/cursors/motif_LinkDrop32x32.gif -%%TARGET_PREFIX%%/jre/lib/images/cursors/motif_CopyNoDrop32x32.gif -%%TARGET_PREFIX%%/jre/lib/images/cursors/motif_MoveNoDrop32x32.gif -%%TARGET_PREFIX%%/jre/lib/images/cursors/motif_LinkNoDrop32x32.gif -%%TARGET_PREFIX%%/jre/lib/images/cursors/invalid32x32.gif -%%TARGET_PREFIX%%/jre/lib/logging.properties -%%TARGET_PREFIX%%/jre/lib/psfontj2d.properties -%%TARGET_PREFIX%%/jre/lib/psfont.properties.ja -%%TARGET_PREFIX%%/jre/lib/audio/soundbank.gm -%%TARGET_PREFIX%%/jre/lib/rt.jar -%%TARGET_PREFIX%%/jre/lib/zi/Africa/Mbabane -%%TARGET_PREFIX%%/jre/lib/zi/Africa/Tunis -%%TARGET_PREFIX%%/jre/lib/zi/Africa/Gaborone -%%TARGET_PREFIX%%/jre/lib/zi/Africa/Banjul -%%TARGET_PREFIX%%/jre/lib/zi/Africa/Conakry -%%TARGET_PREFIX%%/jre/lib/zi/Africa/Djibouti -%%TARGET_PREFIX%%/jre/lib/zi/Africa/Freetown -%%TARGET_PREFIX%%/jre/lib/zi/Africa/Sao_Tome -%%TARGET_PREFIX%%/jre/lib/zi/Africa/Mogadishu -%%TARGET_PREFIX%%/jre/lib/zi/Africa/Nairobi -%%TARGET_PREFIX%%/jre/lib/zi/Africa/Malabo -%%TARGET_PREFIX%%/jre/lib/zi/Africa/Cairo -%%TARGET_PREFIX%%/jre/lib/zi/Africa/Dakar -%%TARGET_PREFIX%%/jre/lib/zi/Africa/Lubumbashi -%%TARGET_PREFIX%%/jre/lib/zi/Africa/Lusaka -%%TARGET_PREFIX%%/jre/lib/zi/Africa/Douala -%%TARGET_PREFIX%%/jre/lib/zi/Africa/Windhoek -%%TARGET_PREFIX%%/jre/lib/zi/Africa/Maseru -%%TARGET_PREFIX%%/jre/lib/zi/Africa/Bissau -%%TARGET_PREFIX%%/jre/lib/zi/Africa/Libreville -%%TARGET_PREFIX%%/jre/lib/zi/Africa/Porto-Novo -%%TARGET_PREFIX%%/jre/lib/zi/Africa/Dar_es_Salaam -%%TARGET_PREFIX%%/jre/lib/zi/Africa/Accra -%%TARGET_PREFIX%%/jre/lib/zi/Africa/Kinshasa -%%TARGET_PREFIX%%/jre/lib/zi/Africa/Johannesburg -%%TARGET_PREFIX%%/jre/lib/zi/Africa/Bangui -%%TARGET_PREFIX%%/jre/lib/zi/Africa/Algiers -%%TARGET_PREFIX%%/jre/lib/zi/Africa/Khartoum -%%TARGET_PREFIX%%/jre/lib/zi/Africa/Ouagadougou -%%TARGET_PREFIX%%/jre/lib/zi/Africa/Niamey -%%TARGET_PREFIX%%/jre/lib/zi/Africa/Lome -%%TARGET_PREFIX%%/jre/lib/zi/Africa/Nouakchott -%%TARGET_PREFIX%%/jre/lib/zi/Africa/Monrovia -%%TARGET_PREFIX%%/jre/lib/zi/Africa/Maputo -%%TARGET_PREFIX%%/jre/lib/zi/Africa/Bujumbura -%%TARGET_PREFIX%%/jre/lib/zi/Africa/Luanda -%%TARGET_PREFIX%%/jre/lib/zi/Africa/Kampala -%%TARGET_PREFIX%%/jre/lib/zi/Africa/Kigali -%%TARGET_PREFIX%%/jre/lib/zi/Africa/Addis_Ababa -%%TARGET_PREFIX%%/jre/lib/zi/Africa/Ndjamena -%%TARGET_PREFIX%%/jre/lib/zi/Africa/Abidjan -%%TARGET_PREFIX%%/jre/lib/zi/Africa/Blantyre -%%TARGET_PREFIX%%/jre/lib/zi/Africa/Tripoli -%%TARGET_PREFIX%%/jre/lib/zi/Africa/Lagos -%%TARGET_PREFIX%%/jre/lib/zi/Africa/Asmera -%%TARGET_PREFIX%%/jre/lib/zi/Africa/Timbuktu -%%TARGET_PREFIX%%/jre/lib/zi/Africa/Harare -%%TARGET_PREFIX%%/jre/lib/zi/Africa/Casablanca -%%TARGET_PREFIX%%/jre/lib/zi/America/Scoresbysund -%%TARGET_PREFIX%%/jre/lib/zi/America/Godthab -%%TARGET_PREFIX%%/jre/lib/zi/America/Thule -%%TARGET_PREFIX%%/jre/lib/zi/America/Port-au-Prince -%%TARGET_PREFIX%%/jre/lib/zi/America/Antigua -%%TARGET_PREFIX%%/jre/lib/zi/America/Guatemala -%%TARGET_PREFIX%%/jre/lib/zi/America/Adak -%%TARGET_PREFIX%%/jre/lib/zi/America/St_Vincent -%%TARGET_PREFIX%%/jre/lib/zi/America/Tijuana -%%TARGET_PREFIX%%/jre/lib/zi/America/El_Salvador -%%TARGET_PREFIX%%/jre/lib/zi/America/Dawson_Creek -%%TARGET_PREFIX%%/jre/lib/zi/America/Montreal -%%TARGET_PREFIX%%/jre/lib/zi/America/Grand_Turk -%%TARGET_PREFIX%%/jre/lib/zi/America/Martinique -%%TARGET_PREFIX%%/jre/lib/zi/America/Guadeloupe -%%TARGET_PREFIX%%/jre/lib/zi/America/Los_Angeles -%%TARGET_PREFIX%%/jre/lib/zi/America/Vancouver -%%TARGET_PREFIX%%/jre/lib/zi/America/Nassau -%%TARGET_PREFIX%%/jre/lib/zi/America/Belize -%%TARGET_PREFIX%%/jre/lib/zi/America/Dominica -%%TARGET_PREFIX%%/jre/lib/zi/America/Denver -%%TARGET_PREFIX%%/jre/lib/zi/America/Winnipeg -%%TARGET_PREFIX%%/jre/lib/zi/America/Anguilla -%%TARGET_PREFIX%%/jre/lib/zi/America/Grenada -%%TARGET_PREFIX%%/jre/lib/zi/America/Edmonton -%%TARGET_PREFIX%%/jre/lib/zi/America/Montserrat -%%TARGET_PREFIX%%/jre/lib/zi/America/St_Kitts -%%TARGET_PREFIX%%/jre/lib/zi/America/Regina -%%TARGET_PREFIX%%/jre/lib/zi/America/St_Thomas -%%TARGET_PREFIX%%/jre/lib/zi/America/Phoenix -%%TARGET_PREFIX%%/jre/lib/zi/America/Havana -%%TARGET_PREFIX%%/jre/lib/zi/America/Chicago -%%TARGET_PREFIX%%/jre/lib/zi/America/Jamaica -%%TARGET_PREFIX%%/jre/lib/zi/America/Indianapolis -%%TARGET_PREFIX%%/jre/lib/zi/America/Mazatlan -%%TARGET_PREFIX%%/jre/lib/zi/America/St_Johns -%%TARGET_PREFIX%%/jre/lib/zi/America/Costa_Rica -%%TARGET_PREFIX%%/jre/lib/zi/America/Tortola -%%TARGET_PREFIX%%/jre/lib/zi/America/Anchorage -%%TARGET_PREFIX%%/jre/lib/zi/America/Managua -%%TARGET_PREFIX%%/jre/lib/zi/America/Panama -%%TARGET_PREFIX%%/jre/lib/zi/America/New_York -%%TARGET_PREFIX%%/jre/lib/zi/America/Miquelon -%%TARGET_PREFIX%%/jre/lib/zi/America/Tegucigalpa -%%TARGET_PREFIX%%/jre/lib/zi/America/Mexico_City -%%TARGET_PREFIX%%/jre/lib/zi/America/Santo_Domingo -%%TARGET_PREFIX%%/jre/lib/zi/America/Barbados -%%TARGET_PREFIX%%/jre/lib/zi/America/Puerto_Rico -%%TARGET_PREFIX%%/jre/lib/zi/America/Halifax -%%TARGET_PREFIX%%/jre/lib/zi/America/Cayman -%%TARGET_PREFIX%%/jre/lib/zi/America/St_Lucia -%%TARGET_PREFIX%%/jre/lib/zi/America/La_Paz -%%TARGET_PREFIX%%/jre/lib/zi/America/Paramaribo -%%TARGET_PREFIX%%/jre/lib/zi/America/Guayaquil -%%TARGET_PREFIX%%/jre/lib/zi/America/Noronha -%%TARGET_PREFIX%%/jre/lib/zi/America/Asuncion -%%TARGET_PREFIX%%/jre/lib/zi/America/Sao_Paulo -%%TARGET_PREFIX%%/jre/lib/zi/America/Rio_Branco -%%TARGET_PREFIX%%/jre/lib/zi/America/Fortaleza -%%TARGET_PREFIX%%/jre/lib/zi/America/Curacao -%%TARGET_PREFIX%%/jre/lib/zi/America/Aruba -%%TARGET_PREFIX%%/jre/lib/zi/America/Cayenne -%%TARGET_PREFIX%%/jre/lib/zi/America/Santiago -%%TARGET_PREFIX%%/jre/lib/zi/America/Port_of_Spain -%%TARGET_PREFIX%%/jre/lib/zi/America/Bogota -%%TARGET_PREFIX%%/jre/lib/zi/America/Manaus -%%TARGET_PREFIX%%/jre/lib/zi/America/Lima -%%TARGET_PREFIX%%/jre/lib/zi/America/Montevideo -%%TARGET_PREFIX%%/jre/lib/zi/America/Buenos_Aires -%%TARGET_PREFIX%%/jre/lib/zi/America/Caracas -%%TARGET_PREFIX%%/jre/lib/zi/America/Guyana -%%TARGET_PREFIX%%/jre/lib/zi/America/Cuiaba -%%TARGET_PREFIX%%/jre/lib/zi/Antarctica/Mawson -%%TARGET_PREFIX%%/jre/lib/zi/Antarctica/DumontDUrville -%%TARGET_PREFIX%%/jre/lib/zi/Antarctica/Casey -%%TARGET_PREFIX%%/jre/lib/zi/Antarctica/Palmer -%%TARGET_PREFIX%%/jre/lib/zi/Antarctica/McMurdo -%%TARGET_PREFIX%%/jre/lib/zi/Asia/Ulaanbaatar -%%TARGET_PREFIX%%/jre/lib/zi/Asia/Aqtobe -%%TARGET_PREFIX%%/jre/lib/zi/Asia/Singapore -%%TARGET_PREFIX%%/jre/lib/zi/Asia/Dushanbe -%%TARGET_PREFIX%%/jre/lib/zi/Asia/Almaty -%%TARGET_PREFIX%%/jre/lib/zi/Asia/Tehran -%%TARGET_PREFIX%%/jre/lib/zi/Asia/Dhaka -%%TARGET_PREFIX%%/jre/lib/zi/Asia/Aden -%%TARGET_PREFIX%%/jre/lib/zi/Asia/Bishkek -%%TARGET_PREFIX%%/jre/lib/zi/Asia/Damascus -%%TARGET_PREFIX%%/jre/lib/zi/Asia/Yerevan -%%TARGET_PREFIX%%/jre/lib/zi/Asia/Phnom_Penh -%%TARGET_PREFIX%%/jre/lib/zi/Asia/Rangoon -%%TARGET_PREFIX%%/jre/lib/zi/Asia/Muscat -%%TARGET_PREFIX%%/jre/lib/zi/Asia/Nicosia -%%TARGET_PREFIX%%/jre/lib/zi/Asia/Tashkent -%%TARGET_PREFIX%%/jre/lib/zi/Asia/Calcutta -%%TARGET_PREFIX%%/jre/lib/zi/Asia/Karachi -%%TARGET_PREFIX%%/jre/lib/zi/Asia/Hong_Kong -%%TARGET_PREFIX%%/jre/lib/zi/Asia/Aqtau -%%TARGET_PREFIX%%/jre/lib/zi/Asia/Baghdad -%%TARGET_PREFIX%%/jre/lib/zi/Asia/Kuwait -%%TARGET_PREFIX%%/jre/lib/zi/Asia/Dubai -%%TARGET_PREFIX%%/jre/lib/zi/Asia/Ujung_Pandang -%%TARGET_PREFIX%%/jre/lib/zi/Asia/Jerusalem -%%TARGET_PREFIX%%/jre/lib/zi/Asia/Qatar -%%TARGET_PREFIX%%/jre/lib/zi/Asia/Pyongyang -%%TARGET_PREFIX%%/jre/lib/zi/Asia/Taipei -%%TARGET_PREFIX%%/jre/lib/zi/Asia/Manila -%%TARGET_PREFIX%%/jre/lib/zi/Asia/Beirut -%%TARGET_PREFIX%%/jre/lib/zi/Asia/Tbilisi -%%TARGET_PREFIX%%/jre/lib/zi/Asia/Macao -%%TARGET_PREFIX%%/jre/lib/zi/Asia/Jayapura -%%TARGET_PREFIX%%/jre/lib/zi/Asia/Bangkok -%%TARGET_PREFIX%%/jre/lib/zi/Asia/Colombo -%%TARGET_PREFIX%%/jre/lib/zi/Asia/Kuala_Lumpur -%%TARGET_PREFIX%%/jre/lib/zi/Asia/Amman -%%TARGET_PREFIX%%/jre/lib/zi/Asia/Shanghai -%%TARGET_PREFIX%%/jre/lib/zi/Asia/Tokyo -%%TARGET_PREFIX%%/jre/lib/zi/Asia/Vientiane -%%TARGET_PREFIX%%/jre/lib/zi/Asia/Jakarta -%%TARGET_PREFIX%%/jre/lib/zi/Asia/Seoul -%%TARGET_PREFIX%%/jre/lib/zi/Asia/Brunei -%%TARGET_PREFIX%%/jre/lib/zi/Asia/Thimphu -%%TARGET_PREFIX%%/jre/lib/zi/Asia/Saigon -%%TARGET_PREFIX%%/jre/lib/zi/Asia/Kabul -%%TARGET_PREFIX%%/jre/lib/zi/Asia/Baku -%%TARGET_PREFIX%%/jre/lib/zi/Asia/Katmandu -%%TARGET_PREFIX%%/jre/lib/zi/Asia/Bahrain -%%TARGET_PREFIX%%/jre/lib/zi/Asia/Riyadh -%%TARGET_PREFIX%%/jre/lib/zi/Asia/Ashgabat -%%TARGET_PREFIX%%/jre/lib/zi/Asia/Vladivostok -%%TARGET_PREFIX%%/jre/lib/zi/Asia/Yekaterinburg -%%TARGET_PREFIX%%/jre/lib/zi/Asia/Magadan -%%TARGET_PREFIX%%/jre/lib/zi/Asia/Kamchatka -%%TARGET_PREFIX%%/jre/lib/zi/Asia/Novosibirsk -%%TARGET_PREFIX%%/jre/lib/zi/Asia/Anadyr -%%TARGET_PREFIX%%/jre/lib/zi/Asia/Irkutsk -%%TARGET_PREFIX%%/jre/lib/zi/Asia/Krasnoyarsk -%%TARGET_PREFIX%%/jre/lib/zi/Asia/Yakutsk -%%TARGET_PREFIX%%/jre/lib/zi/Atlantic/St_Helena -%%TARGET_PREFIX%%/jre/lib/zi/Atlantic/Cape_Verde -%%TARGET_PREFIX%%/jre/lib/zi/Atlantic/Jan_Mayen -%%TARGET_PREFIX%%/jre/lib/zi/Atlantic/Reykjavik -%%TARGET_PREFIX%%/jre/lib/zi/Atlantic/Azores -%%TARGET_PREFIX%%/jre/lib/zi/Atlantic/Canary -%%TARGET_PREFIX%%/jre/lib/zi/Atlantic/Faeroe -%%TARGET_PREFIX%%/jre/lib/zi/Atlantic/Bermuda -%%TARGET_PREFIX%%/jre/lib/zi/Atlantic/Stanley -%%TARGET_PREFIX%%/jre/lib/zi/Atlantic/South_Georgia -%%TARGET_PREFIX%%/jre/lib/zi/Australia/Darwin -%%TARGET_PREFIX%%/jre/lib/zi/Australia/Broken_Hill -%%TARGET_PREFIX%%/jre/lib/zi/Australia/Hobart -%%TARGET_PREFIX%%/jre/lib/zi/Australia/Perth -%%TARGET_PREFIX%%/jre/lib/zi/Australia/Adelaide -%%TARGET_PREFIX%%/jre/lib/zi/Australia/Lord_Howe -%%TARGET_PREFIX%%/jre/lib/zi/Australia/Sydney -%%TARGET_PREFIX%%/jre/lib/zi/Australia/Brisbane -%%TARGET_PREFIX%%/jre/lib/zi/EET -%%TARGET_PREFIX%%/jre/lib/zi/Europe/Belgrade -%%TARGET_PREFIX%%/jre/lib/zi/Europe/Stockholm -%%TARGET_PREFIX%%/jre/lib/zi/Europe/London -%%TARGET_PREFIX%%/jre/lib/zi/Europe/Tallinn -%%TARGET_PREFIX%%/jre/lib/zi/Europe/Bucharest -%%TARGET_PREFIX%%/jre/lib/zi/Europe/Gibraltar -%%TARGET_PREFIX%%/jre/lib/zi/Europe/Riga -%%TARGET_PREFIX%%/jre/lib/zi/Europe/Minsk -%%TARGET_PREFIX%%/jre/lib/zi/Europe/Amsterdam -%%TARGET_PREFIX%%/jre/lib/zi/Europe/Tirane -%%TARGET_PREFIX%%/jre/lib/zi/Europe/Budapest -%%TARGET_PREFIX%%/jre/lib/zi/Europe/Sofia -%%TARGET_PREFIX%%/jre/lib/zi/Europe/Copenhagen -%%TARGET_PREFIX%%/jre/lib/zi/Europe/Berlin -%%TARGET_PREFIX%%/jre/lib/zi/Europe/Dublin -%%TARGET_PREFIX%%/jre/lib/zi/Europe/Rome -%%TARGET_PREFIX%%/jre/lib/zi/Europe/Luxembourg -%%TARGET_PREFIX%%/jre/lib/zi/Europe/Vienna -%%TARGET_PREFIX%%/jre/lib/zi/Europe/Samara -%%TARGET_PREFIX%%/jre/lib/zi/Europe/Kaliningrad -%%TARGET_PREFIX%%/jre/lib/zi/Europe/Brussels -%%TARGET_PREFIX%%/jre/lib/zi/Europe/Moscow -%%TARGET_PREFIX%%/jre/lib/zi/Europe/Zurich -%%TARGET_PREFIX%%/jre/lib/zi/Europe/Vilnius -%%TARGET_PREFIX%%/jre/lib/zi/Europe/Kiev -%%TARGET_PREFIX%%/jre/lib/zi/Europe/Athens -%%TARGET_PREFIX%%/jre/lib/zi/Europe/Helsinki -%%TARGET_PREFIX%%/jre/lib/zi/Europe/Madrid -%%TARGET_PREFIX%%/jre/lib/zi/Europe/Prague -%%TARGET_PREFIX%%/jre/lib/zi/Europe/Vaduz -%%TARGET_PREFIX%%/jre/lib/zi/Europe/Paris -%%TARGET_PREFIX%%/jre/lib/zi/Europe/Monaco -%%TARGET_PREFIX%%/jre/lib/zi/Europe/Malta -%%TARGET_PREFIX%%/jre/lib/zi/Europe/Chisinau -%%TARGET_PREFIX%%/jre/lib/zi/Europe/Simferopol -%%TARGET_PREFIX%%/jre/lib/zi/Europe/Warsaw -%%TARGET_PREFIX%%/jre/lib/zi/Europe/Andorra -%%TARGET_PREFIX%%/jre/lib/zi/Europe/Oslo -%%TARGET_PREFIX%%/jre/lib/zi/Europe/Lisbon -%%TARGET_PREFIX%%/jre/lib/zi/Europe/Istanbul -%%TARGET_PREFIX%%/jre/lib/zi/GMT -%%TARGET_PREFIX%%/jre/lib/zi/Indian/Antananarivo -%%TARGET_PREFIX%%/jre/lib/zi/Indian/Mahe -%%TARGET_PREFIX%%/jre/lib/zi/Indian/Mayotte -%%TARGET_PREFIX%%/jre/lib/zi/Indian/Reunion -%%TARGET_PREFIX%%/jre/lib/zi/Indian/Comoro -%%TARGET_PREFIX%%/jre/lib/zi/Indian/Mauritius -%%TARGET_PREFIX%%/jre/lib/zi/Indian/Kerguelen -%%TARGET_PREFIX%%/jre/lib/zi/Indian/Chagos -%%TARGET_PREFIX%%/jre/lib/zi/Indian/Maldives -%%TARGET_PREFIX%%/jre/lib/zi/Indian/Cocos -%%TARGET_PREFIX%%/jre/lib/zi/Indian/Christmas -%%TARGET_PREFIX%%/jre/lib/zi/Pacific/Guam -%%TARGET_PREFIX%%/jre/lib/zi/Pacific/Rarotonga -%%TARGET_PREFIX%%/jre/lib/zi/Pacific/Wallis -%%TARGET_PREFIX%%/jre/lib/zi/Pacific/Nauru -%%TARGET_PREFIX%%/jre/lib/zi/Pacific/Palau -%%TARGET_PREFIX%%/jre/lib/zi/Pacific/Fiji -%%TARGET_PREFIX%%/jre/lib/zi/Pacific/Majuro -%%TARGET_PREFIX%%/jre/lib/zi/Pacific/Gambier -%%TARGET_PREFIX%%/jre/lib/zi/Pacific/Truk -%%TARGET_PREFIX%%/jre/lib/zi/Pacific/Fakaofo -%%TARGET_PREFIX%%/jre/lib/zi/Pacific/Efate -%%TARGET_PREFIX%%/jre/lib/zi/Pacific/Tongatapu -%%TARGET_PREFIX%%/jre/lib/zi/Pacific/Pago_Pago -%%TARGET_PREFIX%%/jre/lib/zi/Pacific/Ponape -%%TARGET_PREFIX%%/jre/lib/zi/Pacific/Noumea -%%TARGET_PREFIX%%/jre/lib/zi/Pacific/Apia -%%TARGET_PREFIX%%/jre/lib/zi/Pacific/Tahiti -%%TARGET_PREFIX%%/jre/lib/zi/Pacific/Wake -%%TARGET_PREFIX%%/jre/lib/zi/Pacific/Marquesas -%%TARGET_PREFIX%%/jre/lib/zi/Pacific/Auckland -%%TARGET_PREFIX%%/jre/lib/zi/Pacific/Funafuti -%%TARGET_PREFIX%%/jre/lib/zi/Pacific/Norfolk -%%TARGET_PREFIX%%/jre/lib/zi/Pacific/Niue -%%TARGET_PREFIX%%/jre/lib/zi/Pacific/Tarawa -%%TARGET_PREFIX%%/jre/lib/zi/Pacific/Port_Moresby -%%TARGET_PREFIX%%/jre/lib/zi/Pacific/Enderbury -%%TARGET_PREFIX%%/jre/lib/zi/Pacific/Kiritimati -%%TARGET_PREFIX%%/jre/lib/zi/Pacific/Chatham -%%TARGET_PREFIX%%/jre/lib/zi/Pacific/Guadalcanal -%%TARGET_PREFIX%%/jre/lib/zi/Pacific/Saipan -%%TARGET_PREFIX%%/jre/lib/zi/Pacific/Kosrae -%%TARGET_PREFIX%%/jre/lib/zi/Pacific/Pitcairn -%%TARGET_PREFIX%%/jre/lib/zi/Pacific/Honolulu -%%TARGET_PREFIX%%/jre/lib/zi/Pacific/Galapagos -%%TARGET_PREFIX%%/jre/lib/zi/Pacific/Easter -%%TARGET_PREFIX%%/jre/lib/zi/WET -%%TARGET_PREFIX%%/jre/lib/zi/ZoneInfoMappings -%%TARGET_PREFIX%%/jre/lib/font.properties -%%TARGET_PREFIX%%/jre/lib/font.properties.ja -%%TARGET_PREFIX%%/jre/lib/font.properties.zh -%%TARGET_PREFIX%%/jre/lib/cmm/sRGB.pf -%%TARGET_PREFIX%%/jre/lib/cmm/GRAY.pf -%%TARGET_PREFIX%%/jre/lib/cmm/CIEXYZ.pf -%%TARGET_PREFIX%%/jre/lib/cmm/PYCC.pf -%%TARGET_PREFIX%%/jre/lib/cmm/LINEAR_RGB.pf -%%TARGET_PREFIX%%/jre/lib/i18n.jar -%%TARGET_PREFIX%%/jre/lib/javaplugin.jar -%%TARGET_PREFIX%%/jre/lib/locale/de/LC_MESSAGES/sunw_java_plugin.mo -%%TARGET_PREFIX%%/jre/lib/locale/es/LC_MESSAGES/sunw_java_plugin.mo -%%TARGET_PREFIX%%/jre/lib/locale/fr/LC_MESSAGES/sunw_java_plugin.mo -%%TARGET_PREFIX%%/jre/lib/locale/it/LC_MESSAGES/sunw_java_plugin.mo -%%TARGET_PREFIX%%/jre/lib/locale/ja/LC_MESSAGES/sunw_java_plugin.mo -%%TARGET_PREFIX%%/jre/lib/locale/ko/LC_MESSAGES/sunw_java_plugin.mo -%%TARGET_PREFIX%%/jre/lib/locale/ko.UTF-8/LC_MESSAGES/sunw_java_plugin.mo -%%TARGET_PREFIX%%/jre/lib/locale/sv/LC_MESSAGES/sunw_java_plugin.mo -%%TARGET_PREFIX%%/jre/lib/locale/zh/LC_MESSAGES/sunw_java_plugin.mo -%%TARGET_PREFIX%%/jre/lib/locale/zh.GBK/LC_MESSAGES/sunw_java_plugin.mo -%%TARGET_PREFIX%%/jre/lib/locale/zh_TW/LC_MESSAGES/sunw_java_plugin.mo -%%TARGET_PREFIX%%/jre/lib/locale/zh_TW.BIG5/LC_MESSAGES/sunw_java_plugin.mo -%%TARGET_PREFIX%%/jre/CHANGES -%%TARGET_PREFIX%%/jre/COPYRIGHT -%%TARGET_PREFIX%%/jre/LICENSE -%%TARGET_PREFIX%%/jre/Welcome.html -%%TARGET_PREFIX%%/jre/README -%%TARGET_PREFIX%%/jre/plugin/i386/ns600/libjavaplugin_oji140.so -%%TARGET_PREFIX%%/jre/plugin/i386/ns4/javaplugin140.so -%%TARGET_PREFIX%%/jre/ControlPanel.html -%%TARGET_PREFIX%%/jre/javaws-1_0_1-linux-int.zip -%%TARGET_PREFIX%%/lib/htmlconverter.jar -%%TARGET_PREFIX%%/lib/tools.jar -%%TARGET_PREFIX%%/lib/orb.idl -%%TARGET_PREFIX%%/lib/ir.idl -%%TARGET_PREFIX%%/lib/i386/libjdwp.so -%%TARGET_PREFIX%%/lib/i386/libdt_socket.so -%%TARGET_PREFIX%%/lib/dt.jar -%%TARGET_PREFIX%%/bin/i386/native_threads/java -%%TARGET_PREFIX%%/bin/i386/native_threads/javac -%%TARGET_PREFIX%%/bin/i386/native_threads/javadoc -%%TARGET_PREFIX%%/bin/i386/native_threads/javah -%%TARGET_PREFIX%%/bin/i386/native_threads/idlj -%%TARGET_PREFIX%%/bin/i386/native_threads/keytool -%%TARGET_PREFIX%%/bin/i386/native_threads/jarsigner -%%TARGET_PREFIX%%/bin/i386/native_threads/policytool -%%TARGET_PREFIX%%/bin/i386/native_threads/jar -%%TARGET_PREFIX%%/bin/i386/native_threads/appletviewer -%%TARGET_PREFIX%%/bin/i386/native_threads/rmic -%%TARGET_PREFIX%%/bin/i386/native_threads/rmiregistry -%%TARGET_PREFIX%%/bin/i386/native_threads/rmid -%%TARGET_PREFIX%%/bin/i386/native_threads/javap -%%TARGET_PREFIX%%/bin/i386/native_threads/native2ascii -%%TARGET_PREFIX%%/bin/i386/native_threads/serialver -%%TARGET_PREFIX%%/bin/i386/native_threads/orbd -%%TARGET_PREFIX%%/bin/i386/native_threads/servertool -%%TARGET_PREFIX%%/bin/i386/native_threads/tnameserv -%%TARGET_PREFIX%%/bin/i386/native_threads/extcheck -%%TARGET_PREFIX%%/bin/i386/native_threads/jdb -%%TARGET_PREFIX%%/bin/i386/native_threads/java_vm -%%TARGET_PREFIX%%/bin/i386/realpath -%%TARGET_PREFIX%%/bin/.java_wrapper -%%TARGET_PREFIX%%/bin/realpath -%%TARGET_PREFIX%%/bin/java -%%TARGET_PREFIX%%/bin/javac -%%TARGET_PREFIX%%/bin/javadoc -%%TARGET_PREFIX%%/bin/javah -%%TARGET_PREFIX%%/bin/idlj -%%TARGET_PREFIX%%/bin/keytool -%%TARGET_PREFIX%%/bin/jarsigner -%%TARGET_PREFIX%%/bin/policytool -%%TARGET_PREFIX%%/bin/jar -%%TARGET_PREFIX%%/bin/awt_robot -%%TARGET_PREFIX%%/bin/appletviewer -%%TARGET_PREFIX%%/bin/rmic -%%TARGET_PREFIX%%/bin/java-rmi.cgi -%%TARGET_PREFIX%%/bin/rmiregistry -%%TARGET_PREFIX%%/bin/rmid -%%TARGET_PREFIX%%/bin/javap -%%TARGET_PREFIX%%/bin/native2ascii -%%TARGET_PREFIX%%/bin/serialver -%%TARGET_PREFIX%%/bin/orbd -%%TARGET_PREFIX%%/bin/servertool -%%TARGET_PREFIX%%/bin/tnameserv -%%TARGET_PREFIX%%/bin/extcheck -%%TARGET_PREFIX%%/bin/jdb -%%TARGET_PREFIX%%/bin/ControlPanel -%%TARGET_PREFIX%%/bin/HtmlConverter -%%TARGET_PREFIX%%/demo/applets/Animator/audio/0.au -%%TARGET_PREFIX%%/demo/applets/Animator/audio/1.au -%%TARGET_PREFIX%%/demo/applets/Animator/audio/2.au -%%TARGET_PREFIX%%/demo/applets/Animator/audio/3.au -%%TARGET_PREFIX%%/demo/applets/Animator/audio/4.au -%%TARGET_PREFIX%%/demo/applets/Animator/audio/5.au -%%TARGET_PREFIX%%/demo/applets/Animator/audio/6.au -%%TARGET_PREFIX%%/demo/applets/Animator/audio/7.au -%%TARGET_PREFIX%%/demo/applets/Animator/audio/8.au -%%TARGET_PREFIX%%/demo/applets/Animator/audio/9.au -%%TARGET_PREFIX%%/demo/applets/Animator/audio/spacemusic.au -%%TARGET_PREFIX%%/demo/applets/Animator/images/SimpleAnimation/T1.gif -%%TARGET_PREFIX%%/demo/applets/Animator/images/SimpleAnimation/T2.gif -%%TARGET_PREFIX%%/demo/applets/Animator/images/Beans/T10.gif -%%TARGET_PREFIX%%/demo/applets/Animator/images/Beans/T9.gif -%%TARGET_PREFIX%%/demo/applets/Animator/images/Beans/T7.gif -%%TARGET_PREFIX%%/demo/applets/Animator/images/Beans/T3.gif -%%TARGET_PREFIX%%/demo/applets/Animator/images/Beans/T8.gif -%%TARGET_PREFIX%%/demo/applets/Animator/images/Beans/T6.gif -%%TARGET_PREFIX%%/demo/applets/Animator/images/Beans/T2.gif -%%TARGET_PREFIX%%/demo/applets/Animator/images/Beans/T1.gif -%%TARGET_PREFIX%%/demo/applets/Animator/images/Beans/T5.gif -%%TARGET_PREFIX%%/demo/applets/Animator/images/Beans/T4.gif -%%TARGET_PREFIX%%/demo/applets/Animator/images/loading-msg.gif -%%TARGET_PREFIX%%/demo/applets/Animator/example1.html -%%TARGET_PREFIX%%/demo/applets/Animator/example2.html -%%TARGET_PREFIX%%/demo/applets/Animator/example3.html -%%TARGET_PREFIX%%/demo/applets/Animator/example4.html -%%TARGET_PREFIX%%/demo/applets/Animator/Animator.java -%%TARGET_PREFIX%%/demo/applets/Animator/Animator.class -%%TARGET_PREFIX%%/demo/applets/Animator/Animation.class -%%TARGET_PREFIX%%/demo/applets/Animator/ParseException.class -%%TARGET_PREFIX%%/demo/applets/Animator/AnimationFrame.class -%%TARGET_PREFIX%%/demo/applets/Animator/DescriptionFrame.class -%%TARGET_PREFIX%%/demo/applets/ArcTest/example1.html -%%TARGET_PREFIX%%/demo/applets/ArcTest/ArcTest.java -%%TARGET_PREFIX%%/demo/applets/ArcTest/ArcTest.class -%%TARGET_PREFIX%%/demo/applets/ArcTest/ArcControls.class -%%TARGET_PREFIX%%/demo/applets/ArcTest/ArcCanvas.class -%%TARGET_PREFIX%%/demo/applets/BarChart/example1.html -%%TARGET_PREFIX%%/demo/applets/BarChart/BarChart.java -%%TARGET_PREFIX%%/demo/applets/BarChart/BarChart.class -%%TARGET_PREFIX%%/demo/applets/Blink/example1.html -%%TARGET_PREFIX%%/demo/applets/Blink/Blink.java -%%TARGET_PREFIX%%/demo/applets/Blink/Blink$1.class -%%TARGET_PREFIX%%/demo/applets/Blink/Blink.class -%%TARGET_PREFIX%%/demo/applets/CardTest/example1.html -%%TARGET_PREFIX%%/demo/applets/CardTest/CardTest.java -%%TARGET_PREFIX%%/demo/applets/CardTest/CardPanel.class -%%TARGET_PREFIX%%/demo/applets/CardTest/CardTest.class -%%TARGET_PREFIX%%/demo/applets/Clock/example1.html -%%TARGET_PREFIX%%/demo/applets/Clock/Clock.java -%%TARGET_PREFIX%%/demo/applets/Clock/Clock.class -%%TARGET_PREFIX%%/demo/applets/DitherTest/example1.html -%%TARGET_PREFIX%%/demo/applets/DitherTest/DitherTest.java -%%TARGET_PREFIX%%/demo/applets/DitherTest/DitherTest.class -%%TARGET_PREFIX%%/demo/applets/DitherTest/DitherControls.class -%%TARGET_PREFIX%%/demo/applets/DitherTest/DitherCanvas.class -%%TARGET_PREFIX%%/demo/applets/DrawTest/example1.html -%%TARGET_PREFIX%%/demo/applets/DrawTest/DrawTest.java -%%TARGET_PREFIX%%/demo/applets/DrawTest/DrawTest.class -%%TARGET_PREFIX%%/demo/applets/DrawTest/DrawPanel.class -%%TARGET_PREFIX%%/demo/applets/DrawTest/DrawControls.class -%%TARGET_PREFIX%%/demo/applets/Fractal/example1.html -%%TARGET_PREFIX%%/demo/applets/Fractal/CLSFractal.java -%%TARGET_PREFIX%%/demo/applets/Fractal/CLSFractal.class -%%TARGET_PREFIX%%/demo/applets/Fractal/ContextLSystem.class -%%TARGET_PREFIX%%/demo/applets/Fractal/CLSRule.class -%%TARGET_PREFIX%%/demo/applets/Fractal/CLSTurtle.class -%%TARGET_PREFIX%%/demo/applets/GraphLayout/audio/computer.au -%%TARGET_PREFIX%%/demo/applets/GraphLayout/audio/drip.au -%%TARGET_PREFIX%%/demo/applets/GraphLayout/audio/gong.au -%%TARGET_PREFIX%%/demo/applets/GraphLayout/example1.html -%%TARGET_PREFIX%%/demo/applets/GraphLayout/example2.html -%%TARGET_PREFIX%%/demo/applets/GraphLayout/example3.html -%%TARGET_PREFIX%%/demo/applets/GraphLayout/example4.html -%%TARGET_PREFIX%%/demo/applets/GraphLayout/Graph.java -%%TARGET_PREFIX%%/demo/applets/GraphLayout/Node.class -%%TARGET_PREFIX%%/demo/applets/GraphLayout/Edge.class -%%TARGET_PREFIX%%/demo/applets/GraphLayout/GraphPanel.class -%%TARGET_PREFIX%%/demo/applets/GraphLayout/Graph.class -%%TARGET_PREFIX%%/demo/applets/GraphicsTest/example1.html -%%TARGET_PREFIX%%/demo/applets/GraphicsTest/AppletFrame.java -%%TARGET_PREFIX%%/demo/applets/GraphicsTest/GraphicsTest.java -%%TARGET_PREFIX%%/demo/applets/GraphicsTest/AppletFrame.class -%%TARGET_PREFIX%%/demo/applets/GraphicsTest/GraphicsPanel.class -%%TARGET_PREFIX%%/demo/applets/GraphicsTest/GraphicsCards.class -%%TARGET_PREFIX%%/demo/applets/GraphicsTest/GraphicsTest.class -%%TARGET_PREFIX%%/demo/applets/GraphicsTest/ArcCard.class -%%TARGET_PREFIX%%/demo/applets/GraphicsTest/ArcDegreePanel.class -%%TARGET_PREFIX%%/demo/applets/GraphicsTest/ArcPanel.class -%%TARGET_PREFIX%%/demo/applets/GraphicsTest/Shape.class -%%TARGET_PREFIX%%/demo/applets/GraphicsTest/RectShape.class -%%TARGET_PREFIX%%/demo/applets/GraphicsTest/OvalShape.class -%%TARGET_PREFIX%%/demo/applets/GraphicsTest/RoundRectShape.class -%%TARGET_PREFIX%%/demo/applets/GraphicsTest/PolygonShape.class -%%TARGET_PREFIX%%/demo/applets/GraphicsTest/ShapeTest.class -%%TARGET_PREFIX%%/demo/applets/GraphicsTest/ColorUtils.class -%%TARGET_PREFIX%%/demo/applets/ImageMap/audio/chirp1.au -%%TARGET_PREFIX%%/demo/applets/ImageMap/audio/hi.au -%%TARGET_PREFIX%%/demo/applets/ImageMap/images/jim.graham.gif -%%TARGET_PREFIX%%/demo/applets/ImageMap/example1.html -%%TARGET_PREFIX%%/demo/applets/ImageMap/sources.html -%%TARGET_PREFIX%%/demo/applets/ImageMap/imagemapcheat.html -%%TARGET_PREFIX%%/demo/applets/ImageMap/AniArea.java -%%TARGET_PREFIX%%/demo/applets/ImageMap/ButtonFilter.java -%%TARGET_PREFIX%%/demo/applets/ImageMap/ClickArea.java -%%TARGET_PREFIX%%/demo/applets/ImageMap/DelayedSoundArea.java -%%TARGET_PREFIX%%/demo/applets/ImageMap/HighlightArea.java -%%TARGET_PREFIX%%/demo/applets/ImageMap/HighlightFilter.java -%%TARGET_PREFIX%%/demo/applets/ImageMap/HrefButtonArea.java -%%TARGET_PREFIX%%/demo/applets/ImageMap/ImageMap.java -%%TARGET_PREFIX%%/demo/applets/ImageMap/ImageMapArea.java -%%TARGET_PREFIX%%/demo/applets/ImageMap/LinkArea.java -%%TARGET_PREFIX%%/demo/applets/ImageMap/NameArea.java -%%TARGET_PREFIX%%/demo/applets/ImageMap/RoundButtonFilter.java -%%TARGET_PREFIX%%/demo/applets/ImageMap/RoundHrefButtonArea.java -%%TARGET_PREFIX%%/demo/applets/ImageMap/SoundArea.java -%%TARGET_PREFIX%%/demo/applets/ImageMap/TickerArea.java -%%TARGET_PREFIX%%/demo/applets/ImageMap/AniArea.class -%%TARGET_PREFIX%%/demo/applets/ImageMap/ImageMapArea.class -%%TARGET_PREFIX%%/demo/applets/ImageMap/ImageMap.class -%%TARGET_PREFIX%%/demo/applets/ImageMap/ButtonFilter.class -%%TARGET_PREFIX%%/demo/applets/ImageMap/ClickArea.class -%%TARGET_PREFIX%%/demo/applets/ImageMap/DelayedSoundArea.class -%%TARGET_PREFIX%%/demo/applets/ImageMap/HighlightArea.class -%%TARGET_PREFIX%%/demo/applets/ImageMap/HighlightFilter.class -%%TARGET_PREFIX%%/demo/applets/ImageMap/HrefButtonArea.class -%%TARGET_PREFIX%%/demo/applets/ImageMap/LinkArea.class -%%TARGET_PREFIX%%/demo/applets/ImageMap/NameArea.class -%%TARGET_PREFIX%%/demo/applets/ImageMap/RoundButtonFilter.class -%%TARGET_PREFIX%%/demo/applets/ImageMap/RoundHrefButtonArea.class -%%TARGET_PREFIX%%/demo/applets/ImageMap/SoundArea.class -%%TARGET_PREFIX%%/demo/applets/ImageMap/TickerArea.class -%%TARGET_PREFIX%%/demo/applets/JumpingBox/sounds/adapt-or-die.au -%%TARGET_PREFIX%%/demo/applets/JumpingBox/sounds/ip.au -%%TARGET_PREFIX%%/demo/applets/JumpingBox/sounds/that.hurts.au -%%TARGET_PREFIX%%/demo/applets/JumpingBox/sounds/cannot.be.completed.au -%%TARGET_PREFIX%%/demo/applets/JumpingBox/sounds/thin.bell.au -%%TARGET_PREFIX%%/demo/applets/JumpingBox/sounds/tiptoe.thru.the.tulips.au -%%TARGET_PREFIX%%/demo/applets/JumpingBox/example1.html -%%TARGET_PREFIX%%/demo/applets/JumpingBox/JumpingBox.java -%%TARGET_PREFIX%%/demo/applets/JumpingBox/JumpingBox.class -%%TARGET_PREFIX%%/demo/applets/MoleculeViewer/models/benzene.xyz -%%TARGET_PREFIX%%/demo/applets/MoleculeViewer/models/buckminsterfullerine.xyz -%%TARGET_PREFIX%%/demo/applets/MoleculeViewer/models/HyaluronicAcid.xyz -%%TARGET_PREFIX%%/demo/applets/MoleculeViewer/models/cyclohexane.xyz -%%TARGET_PREFIX%%/demo/applets/MoleculeViewer/models/ethane.xyz -%%TARGET_PREFIX%%/demo/applets/MoleculeViewer/models/water.xyz -%%TARGET_PREFIX%%/demo/applets/MoleculeViewer/example1.html -%%TARGET_PREFIX%%/demo/applets/MoleculeViewer/example2.html -%%TARGET_PREFIX%%/demo/applets/MoleculeViewer/example3.html -%%TARGET_PREFIX%%/demo/applets/MoleculeViewer/Matrix3D.java -%%TARGET_PREFIX%%/demo/applets/MoleculeViewer/XYZApp.java -%%TARGET_PREFIX%%/demo/applets/MoleculeViewer/Matrix3D.class -%%TARGET_PREFIX%%/demo/applets/MoleculeViewer/XYZChemModel.class -%%TARGET_PREFIX%%/demo/applets/MoleculeViewer/Atom.class -%%TARGET_PREFIX%%/demo/applets/MoleculeViewer/XYZApp.class -%%TARGET_PREFIX%%/demo/applets/NervousText/example1.html -%%TARGET_PREFIX%%/demo/applets/NervousText/NervousText.java -%%TARGET_PREFIX%%/demo/applets/NervousText/NervousText.class -%%TARGET_PREFIX%%/demo/applets/SimpleGraph/example1.html -%%TARGET_PREFIX%%/demo/applets/SimpleGraph/GraphApplet.java -%%TARGET_PREFIX%%/demo/applets/SimpleGraph/GraphApplet.class -%%TARGET_PREFIX%%/demo/applets/SortDemo/example1.html -%%TARGET_PREFIX%%/demo/applets/SortDemo/BidirBubbleSortAlgorithm.java -%%TARGET_PREFIX%%/demo/applets/SortDemo/BubbleSortAlgorithm.java -%%TARGET_PREFIX%%/demo/applets/SortDemo/QSortAlgorithm.java -%%TARGET_PREFIX%%/demo/applets/SortDemo/SortAlgorithm.java -%%TARGET_PREFIX%%/demo/applets/SortDemo/SortItem.java -%%TARGET_PREFIX%%/demo/applets/SortDemo/BidirBubbleSortAlgorithm.class -%%TARGET_PREFIX%%/demo/applets/SortDemo/SortAlgorithm.class -%%TARGET_PREFIX%%/demo/applets/SortDemo/SortItem.class -%%TARGET_PREFIX%%/demo/applets/SortDemo/BubbleSortAlgorithm.class -%%TARGET_PREFIX%%/demo/applets/SortDemo/QSortAlgorithm.class -%%TARGET_PREFIX%%/demo/applets/SpreadSheet/example1.html -%%TARGET_PREFIX%%/demo/applets/SpreadSheet/SpreadSheet.java -%%TARGET_PREFIX%%/demo/applets/SpreadSheet/SpreadSheet.class -%%TARGET_PREFIX%%/demo/applets/SpreadSheet/SpreadSheetInput.class -%%TARGET_PREFIX%%/demo/applets/SpreadSheet/InputField.class -%%TARGET_PREFIX%%/demo/applets/SpreadSheet/Cell.class -%%TARGET_PREFIX%%/demo/applets/SpreadSheet/Node.class -%%TARGET_PREFIX%%/demo/applets/SpreadSheet/CellUpdater.class -%%TARGET_PREFIX%%/demo/applets/SymbolTest/example1.html -%%TARGET_PREFIX%%/demo/applets/SymbolTest/SymbolTest.java -%%TARGET_PREFIX%%/demo/applets/SymbolTest/SymbolTest$MyAdapter.class -%%TARGET_PREFIX%%/demo/applets/SymbolTest/SymbolTest.class -%%TARGET_PREFIX%%/demo/applets/SymbolTest/SymbolCanvas.class -%%TARGET_PREFIX%%/demo/applets/TicTacToe/audio/beep.au -%%TARGET_PREFIX%%/demo/applets/TicTacToe/audio/ding.au -%%TARGET_PREFIX%%/demo/applets/TicTacToe/audio/return.au -%%TARGET_PREFIX%%/demo/applets/TicTacToe/audio/yahoo1.au -%%TARGET_PREFIX%%/demo/applets/TicTacToe/audio/yahoo2.au -%%TARGET_PREFIX%%/demo/applets/TicTacToe/images/cross.gif -%%TARGET_PREFIX%%/demo/applets/TicTacToe/images/not.gif -%%TARGET_PREFIX%%/demo/applets/TicTacToe/example1.html -%%TARGET_PREFIX%%/demo/applets/TicTacToe/TicTacToe.java -%%TARGET_PREFIX%%/demo/applets/TicTacToe/TicTacToe.class -%%TARGET_PREFIX%%/demo/applets/WireFrame/models/cube.obj -%%TARGET_PREFIX%%/demo/applets/WireFrame/models/dinasaur.obj -%%TARGET_PREFIX%%/demo/applets/WireFrame/models/hughes_500.obj -%%TARGET_PREFIX%%/demo/applets/WireFrame/models/knoxS.obj -%%TARGET_PREFIX%%/demo/applets/WireFrame/example1.html -%%TARGET_PREFIX%%/demo/applets/WireFrame/example2.html -%%TARGET_PREFIX%%/demo/applets/WireFrame/example3.html -%%TARGET_PREFIX%%/demo/applets/WireFrame/example4.html -%%TARGET_PREFIX%%/demo/applets/WireFrame/Matrix3D.java -%%TARGET_PREFIX%%/demo/applets/WireFrame/ThreeD.java -%%TARGET_PREFIX%%/demo/applets/WireFrame/Matrix3D.class -%%TARGET_PREFIX%%/demo/applets/WireFrame/FileFormatException.class -%%TARGET_PREFIX%%/demo/applets/WireFrame/Model3D.class -%%TARGET_PREFIX%%/demo/applets/WireFrame/ThreeD.class -%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/AquaTheme.java -%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/BezierAnimationPanel.java -%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/ButtonDemo.java -%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/CharcoalTheme.java -%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/CodeViewer.java -%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/ColorChooserDemo.java -%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/ComboBoxDemo.java -%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/ContrastTheme.java -%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/DemoModule.java -%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/DirectionPanel.java -%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/EmeraldTheme.java -%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/ExampleFileFilter.java -%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/ExampleFileView.java -%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/FileChooserDemo.java -%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/HtmlDemo.java -%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/InternalFrameDemo.java -%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/LayoutControlPanel.java -%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/ListDemo.java -%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/OptionPaneDemo.java -%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/Permuter.java -%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/ProgressBarDemo.java -%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/RubyTheme.java -%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/ScrollPaneDemo.java -%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/SliderDemo.java -%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/SplitPaneDemo.java -%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/SwingSet2.java -%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/SwingSet2Applet.java -%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/TabbedPaneDemo.java -%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/TableDemo.java -%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/ToolTipDemo.java -%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/TreeDemo.java -%%TARGET_PREFIX%%/demo/jfc/SwingSet2/README.txt -%%TARGET_PREFIX%%/demo/jfc/SwingSet2/SwingSet2.html -%%TARGET_PREFIX%%/demo/jfc/SwingSet2/SwingSet2Plugin.html -%%TARGET_PREFIX%%/demo/jfc/SwingSet2/SwingSet2.jar -%%TARGET_PREFIX%%/demo/jfc/FileChooserDemo/images/gifIcon.gif -%%TARGET_PREFIX%%/demo/jfc/FileChooserDemo/images/jpgIcon.jpg -%%TARGET_PREFIX%%/demo/jfc/FileChooserDemo/src/ExampleFileFilter.java -%%TARGET_PREFIX%%/demo/jfc/FileChooserDemo/src/ExampleFileView.java -%%TARGET_PREFIX%%/demo/jfc/FileChooserDemo/src/FileChooserDemo.java -%%TARGET_PREFIX%%/demo/jfc/FileChooserDemo/README.txt -%%TARGET_PREFIX%%/demo/jfc/FileChooserDemo/FileChooserDemo.jar -%%TARGET_PREFIX%%/demo/jfc/Metalworks/HelpFiles/back.gif -%%TARGET_PREFIX%%/demo/jfc/Metalworks/HelpFiles/credits.html -%%TARGET_PREFIX%%/demo/jfc/Metalworks/HelpFiles/duke.gif -%%TARGET_PREFIX%%/demo/jfc/Metalworks/HelpFiles/javalogo.gif -%%TARGET_PREFIX%%/demo/jfc/Metalworks/HelpFiles/metal.html -%%TARGET_PREFIX%%/demo/jfc/Metalworks/HelpFiles/metalworks.html -%%TARGET_PREFIX%%/demo/jfc/Metalworks/HelpFiles/swing.html -%%TARGET_PREFIX%%/demo/jfc/Metalworks/HelpFiles/toc.html -%%TARGET_PREFIX%%/demo/jfc/Metalworks/images/palette_crop.gif -%%TARGET_PREFIX%%/demo/jfc/Metalworks/images/palette_draw.gif -%%TARGET_PREFIX%%/demo/jfc/Metalworks/images/palette_hand.gif -%%TARGET_PREFIX%%/demo/jfc/Metalworks/images/palette_select.gif -%%TARGET_PREFIX%%/demo/jfc/Metalworks/images/palette_text.gif -%%TARGET_PREFIX%%/demo/jfc/Metalworks/images/palette_zoom.gif -%%TARGET_PREFIX%%/demo/jfc/Metalworks/src/AquaMetalTheme.java -%%TARGET_PREFIX%%/demo/jfc/Metalworks/src/BigContrastMetalTheme.java -%%TARGET_PREFIX%%/demo/jfc/Metalworks/src/ContrastMetalTheme.java -%%TARGET_PREFIX%%/demo/jfc/Metalworks/src/DemoMetalTheme.java -%%TARGET_PREFIX%%/demo/jfc/Metalworks/src/GreenMetalTheme.java -%%TARGET_PREFIX%%/demo/jfc/Metalworks/src/KhakiMetalTheme.java -%%TARGET_PREFIX%%/demo/jfc/Metalworks/src/MetalThemeMenu.java -%%TARGET_PREFIX%%/demo/jfc/Metalworks/src/Metalworks.java -%%TARGET_PREFIX%%/demo/jfc/Metalworks/src/MetalworksDocumentFrame.java -%%TARGET_PREFIX%%/demo/jfc/Metalworks/src/MetalworksFrame.java -%%TARGET_PREFIX%%/demo/jfc/Metalworks/src/MetalworksHelp.java -%%TARGET_PREFIX%%/demo/jfc/Metalworks/src/MetalworksInBox.java -%%TARGET_PREFIX%%/demo/jfc/Metalworks/src/MetalworksPrefs.java -%%TARGET_PREFIX%%/demo/jfc/Metalworks/src/PropertiesMetalTheme.java -%%TARGET_PREFIX%%/demo/jfc/Metalworks/src/UISwitchListener.java -%%TARGET_PREFIX%%/demo/jfc/Metalworks/MyTheme.theme -%%TARGET_PREFIX%%/demo/jfc/Metalworks/README.txt -%%TARGET_PREFIX%%/demo/jfc/Metalworks/Metalworks.jar -%%TARGET_PREFIX%%/demo/jfc/DBDemos/CreateCoffees/MSAccess/runnit.bat -%%TARGET_PREFIX%%/demo/jfc/DBDemos/CreateCoffees/MSAccess/CreateCoffees.java -%%TARGET_PREFIX%%/demo/jfc/DBDemos/CreateCoffees/MSAccess/CreateCoffees.class -%%TARGET_PREFIX%%/demo/jfc/DBDemos/CreateCoffees/Sybase/runnit.bat -%%TARGET_PREFIX%%/demo/jfc/DBDemos/CreateCoffees/Sybase/CreateCoffees.class -%%TARGET_PREFIX%%/demo/jfc/DBDemos/CreateCoffees/Sybase/CreateCoffees.java -%%TARGET_PREFIX%%/demo/jfc/DBDemos/CreateSuppliers/MSAccess/runnit.bat -%%TARGET_PREFIX%%/demo/jfc/DBDemos/CreateSuppliers/MSAccess/CreateSuppliers.class -%%TARGET_PREFIX%%/demo/jfc/DBDemos/CreateSuppliers/MSAccess/CreateSuppliers.java -%%TARGET_PREFIX%%/demo/jfc/DBDemos/CreateSuppliers/Sybase/runnit.bat -%%TARGET_PREFIX%%/demo/jfc/DBDemos/CreateSuppliers/Sybase/CreateSuppliers.class -%%TARGET_PREFIX%%/demo/jfc/DBDemos/CreateSuppliers/Sybase/CreateSuppliers.java -%%TARGET_PREFIX%%/demo/jfc/DBDemos/InsertCoffees/SQLSrvr/runnit.bat -%%TARGET_PREFIX%%/demo/jfc/DBDemos/InsertCoffees/SQLSrvr/InsertCoffees.java -%%TARGET_PREFIX%%/demo/jfc/DBDemos/InsertCoffees/SQLSrvr/InsertCoffees.class -%%TARGET_PREFIX%%/demo/jfc/DBDemos/InsertCoffees/Sybase/runnit.bat -%%TARGET_PREFIX%%/demo/jfc/DBDemos/InsertCoffees/Sybase/InsertCoffees.class -%%TARGET_PREFIX%%/demo/jfc/DBDemos/InsertCoffees/Sybase/InsertCoffees.java -%%TARGET_PREFIX%%/demo/jfc/DBDemos/InsertSuppliers/MSAccess/InsertSuppliers.class -%%TARGET_PREFIX%%/demo/jfc/DBDemos/InsertSuppliers/MSAccess/runnit.bat -%%TARGET_PREFIX%%/demo/jfc/DBDemos/InsertSuppliers/MSAccess/InsertSuppliers.java -%%TARGET_PREFIX%%/demo/jfc/DBDemos/InsertSuppliers/Sybase/runnit.bat -%%TARGET_PREFIX%%/demo/jfc/DBDemos/InsertSuppliers/Sybase/InsertSuppliers.class -%%TARGET_PREFIX%%/demo/jfc/DBDemos/InsertSuppliers/Sybase/InsertSuppliers.java -%%TARGET_PREFIX%%/demo/jfc/DBDemos/JavaDB/CAFEJAVA.ldb -%%TARGET_PREFIX%%/demo/jfc/DBDemos/JavaDB/CAFEJAVA.MDB -%%TARGET_PREFIX%%/demo/jfc/DBDemos/README.txt -%%TARGET_PREFIX%%/demo/jfc/DBDemos/private.fls -%%TARGET_PREFIX%%/demo/jfc/SimpleExample/src/SimpleExample.java -%%TARGET_PREFIX%%/demo/jfc/SimpleExample/README.txt -%%TARGET_PREFIX%%/demo/jfc/SimpleExample/SimpleExample.jar -%%TARGET_PREFIX%%/demo/jfc/Notepad/resources/copy.gif -%%TARGET_PREFIX%%/demo/jfc/Notepad/resources/cut.gif -%%TARGET_PREFIX%%/demo/jfc/Notepad/resources/new.gif -%%TARGET_PREFIX%%/demo/jfc/Notepad/resources/Notepad.properties -%%TARGET_PREFIX%%/demo/jfc/Notepad/resources/Notepad_fr.properties -%%TARGET_PREFIX%%/demo/jfc/Notepad/resources/Notepad_sv.properties -%%TARGET_PREFIX%%/demo/jfc/Notepad/resources/Notepad_zh.properties -%%TARGET_PREFIX%%/demo/jfc/Notepad/resources/open.gif -%%TARGET_PREFIX%%/demo/jfc/Notepad/resources/paste.gif -%%TARGET_PREFIX%%/demo/jfc/Notepad/resources/save.gif -%%TARGET_PREFIX%%/demo/jfc/Notepad/src/ElementTreePanel.java -%%TARGET_PREFIX%%/demo/jfc/Notepad/src/Notepad.java -%%TARGET_PREFIX%%/demo/jfc/Notepad/README.txt -%%TARGET_PREFIX%%/demo/jfc/Notepad/Notepad.jar -%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/alice.gif -%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/bold.gif -%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/bullets.gif -%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/caterpillar.gif -%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/center.gif -%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/fg.gif -%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/hatter.gif -%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/italic.gif -%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/left.gif -%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/rabbit.gif -%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/rabbit2.gif -%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/right.gif -%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/Stylepad.properties -%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/Stylepad_sv.properties -%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/Stylepad_zh.properties -%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/underline.gif -%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/Notepad.properties -%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/Notepad_fr.properties -%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/Notepad_sv.properties -%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/Notepad_zh.properties -%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/copy.gif -%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/cut.gif -%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/new.gif -%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/open.gif -%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/paste.gif -%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/save.gif -%%TARGET_PREFIX%%/demo/jfc/Stylepad/src/HelloWorld.java -%%TARGET_PREFIX%%/demo/jfc/Stylepad/src/Notepad.java -%%TARGET_PREFIX%%/demo/jfc/Stylepad/src/ElementTreePanel.java -%%TARGET_PREFIX%%/demo/jfc/Stylepad/src/Stylepad.java -%%TARGET_PREFIX%%/demo/jfc/Stylepad/src/Wonderland.java -%%TARGET_PREFIX%%/demo/jfc/Stylepad/README.txt -%%TARGET_PREFIX%%/demo/jfc/Stylepad/Stylepad.jar -%%TARGET_PREFIX%%/demo/jfc/SampleTree/images/collapsed.gif -%%TARGET_PREFIX%%/demo/jfc/SampleTree/images/expanded.gif -%%TARGET_PREFIX%%/demo/jfc/SampleTree/src/DynamicTreeNode.java -%%TARGET_PREFIX%%/demo/jfc/SampleTree/src/SampleData.java -%%TARGET_PREFIX%%/demo/jfc/SampleTree/src/SampleTree.java -%%TARGET_PREFIX%%/demo/jfc/SampleTree/src/SampleTreeCellRenderer.java -%%TARGET_PREFIX%%/demo/jfc/SampleTree/src/SampleTreeModel.java -%%TARGET_PREFIX%%/demo/jfc/SampleTree/README.txt -%%TARGET_PREFIX%%/demo/jfc/SampleTree/SampleTree.jar -%%TARGET_PREFIX%%/demo/jfc/SwingApplet/src/SwingApplet.java -%%TARGET_PREFIX%%/demo/jfc/SwingApplet/README.txt -%%TARGET_PREFIX%%/demo/jfc/SwingApplet/SwingApplet.html -%%TARGET_PREFIX%%/demo/jfc/SwingApplet/SwingApplet.jar -%%TARGET_PREFIX%%/demo/jfc/TableExample/src/JDBCAdapter.java -%%TARGET_PREFIX%%/demo/jfc/TableExample/src/OldJTable.java -%%TARGET_PREFIX%%/demo/jfc/TableExample/src/TableExample.java -%%TARGET_PREFIX%%/demo/jfc/TableExample/src/TableExample2.java -%%TARGET_PREFIX%%/demo/jfc/TableExample/src/TableExample3.java -%%TARGET_PREFIX%%/demo/jfc/TableExample/src/TableExample4.java -%%TARGET_PREFIX%%/demo/jfc/TableExample/src/TableMap.java -%%TARGET_PREFIX%%/demo/jfc/TableExample/src/TableSorter.java -%%TARGET_PREFIX%%/demo/jfc/TableExample/README.txt -%%TARGET_PREFIX%%/demo/jfc/TableExample/TableExample.jar -%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Arcs_Curves/Arcs.java -%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Arcs_Curves/BezierAnim.java -%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Arcs_Curves/Curves.java -%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Arcs_Curves/Ellipses.java -%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Clipping/ClipAnim.java -%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Clipping/Text.java -%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Clipping/Areas.java -%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Clipping/Intersection.java -%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Colors/ColorConvert.java -%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Colors/BullsEye.java -%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Colors/Rotator3D.java -%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Composite/ACimages.java -%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Composite/FadeAnim.java -%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Composite/ACrules.java -%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Fonts/AllFonts.java -%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Fonts/Outline.java -%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Fonts/Highlighting.java -%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Fonts/Tree.java -%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Fonts/AttributedStr.java -%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Images/DukeAnim.java -%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Images/ImageOps.java -%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Images/WarpImage.java -%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Images/JPEGFlip.java -%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Lines/LineAnim.java -%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Lines/Caps.java -%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Lines/Joins.java -%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Lines/Dash.java -%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Mix/Stars3D.java -%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Mix/Balls.java -%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Mix/BezierScroller.java -%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Paths/Append.java -%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Paths/CurveQuadTo.java -%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Paths/FillStroke.java -%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Paths/WindingRule.java -%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Transforms/Rotate.java -%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Transforms/SelectTx.java -%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Transforms/TransformAnim.java -%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Paint/GradAnim.java -%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Paint/TextureAnim.java -%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Paint/Gradient.java -%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Paint/Texture.java -%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/DemoPanel.java -%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/GlobalControls.java -%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/MemoryMonitor.java -%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/Surface.java -%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/Java2Demo.java -%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/Tools.java -%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/PerformanceMonitor.java -%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/RunWindow.java -%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/TextureChooser.java -%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/DemoGroup.java -%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/GlobalPanel.java -%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/Java2DemoApplet.java -%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/DemoImages.java -%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/DemoFonts.java -%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/AnimatingSurface.java -%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/AnimatingControlsSurface.java -%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/ControlsSurface.java -%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/Intro.java -%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/CustomControlsContext.java -%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/CustomControls.java -%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/CloningFeature.java -%%TARGET_PREFIX%%/demo/jfc/Java2D/README.txt -%%TARGET_PREFIX%%/demo/jfc/Java2D/Java2Demo.html -%%TARGET_PREFIX%%/demo/jfc/Java2D/Java2Demo.jar -%%TARGET_PREFIX%%/demo/jfc/Font2DTest/src/Font2DTest.java -%%TARGET_PREFIX%%/demo/jfc/Font2DTest/src/Font2DTestApplet.java -%%TARGET_PREFIX%%/demo/jfc/Font2DTest/src/FontPanel.java -%%TARGET_PREFIX%%/demo/jfc/Font2DTest/src/RangeMenu.java -%%TARGET_PREFIX%%/demo/jfc/Font2DTest/README.txt -%%TARGET_PREFIX%%/demo/jfc/Font2DTest/Font2DTest.html -%%TARGET_PREFIX%%/demo/jfc/Font2DTest/Font2DTestPlugin.html -%%TARGET_PREFIX%%/demo/jfc/Font2DTest/Font2DTest.jar -%%TARGET_PREFIX%%/demo/jsse/README.txt -%%TARGET_PREFIX%%/demo/jsse/rmi/Hello.java -%%TARGET_PREFIX%%/demo/jsse/rmi/HelloClient.java -%%TARGET_PREFIX%%/demo/jsse/rmi/HelloImpl.java -%%TARGET_PREFIX%%/demo/jsse/rmi/policy -%%TARGET_PREFIX%%/demo/jsse/rmi/RMISSLClientSocketFactory.java -%%TARGET_PREFIX%%/demo/jsse/rmi/readme.txt -%%TARGET_PREFIX%%/demo/jsse/rmi/testkeys -%%TARGET_PREFIX%%/demo/jsse/rmi/RMISSLServerSocketFactory.java -%%TARGET_PREFIX%%/demo/jsse/samplecacerts -%%TARGET_PREFIX%%/demo/jsse/sockets/server/testkeys -%%TARGET_PREFIX%%/demo/jsse/sockets/server/ClassFileServer.java -%%TARGET_PREFIX%%/demo/jsse/sockets/server/ClassServer.java -%%TARGET_PREFIX%%/demo/jsse/sockets/client/SSLSocketClientWithTunneling.java -%%TARGET_PREFIX%%/demo/jsse/sockets/client/SSLSocketClient.java -%%TARGET_PREFIX%%/demo/jsse/sockets/client/SSLSocketClientWithClientAuth.java -%%TARGET_PREFIX%%/demo/jsse/sockets/client/testkeys -%%TARGET_PREFIX%%/demo/jsse/urls/URLReader.java -%%TARGET_PREFIX%%/demo/jsse/urls/URLReaderWithOptions.java -%%TARGET_PREFIX%%/demo/jpda/examples.jar -%%TARGET_PREFIX%%/include/jni.h -%%TARGET_PREFIX%%/include/linux/jni_md.h -%%TARGET_PREFIX%%/include/linux/jawt_md.h -%%TARGET_PREFIX%%/include/jvmdi.h -%%TARGET_PREFIX%%/include/jvmpi.h -%%TARGET_PREFIX%%/include/jawt.h -%%TARGET_PREFIX%%/src.zip -%%TARGET_PREFIX%%/COPYRIGHT -%%TARGET_PREFIX%%/README.html -%%TARGET_PREFIX%%/LICENSE -%%TARGET_PREFIX%%/README -%%TARGET_PREFIX%%/man/man1/appletviewer.1 -%%TARGET_PREFIX%%/man/man1/extcheck.1 -%%TARGET_PREFIX%%/man/man1/idlj.1 -%%TARGET_PREFIX%%/man/man1/jar.1 -%%TARGET_PREFIX%%/man/man1/jarsigner.1 -%%TARGET_PREFIX%%/man/man1/java.1 -%%TARGET_PREFIX%%/man/man1/javac.1 -%%TARGET_PREFIX%%/man/man1/javadoc.1 -%%TARGET_PREFIX%%/man/man1/javah.1 -%%TARGET_PREFIX%%/man/man1/javap.1 -%%TARGET_PREFIX%%/man/man1/jdb.1 -%%TARGET_PREFIX%%/man/man1/keytool.1 -%%TARGET_PREFIX%%/man/man1/native2ascii.1 -%%TARGET_PREFIX%%/man/man1/orbd.1 -%%TARGET_PREFIX%%/man/man1/rmic.1 -%%TARGET_PREFIX%%/man/man1/rmid.1 -%%TARGET_PREFIX%%/man/man1/rmiregistry.1 -%%TARGET_PREFIX%%/man/man1/serialver.1 -%%TARGET_PREFIX%%/man/man1/servertool.1 -%%TARGET_PREFIX%%/man/man1/tnameserv.1 -%%TARGET_PREFIX%%/man/ja -%%TARGET_PREFIX%%/man/ja_JP.eucJP/man1/java.1 -%%TARGET_PREFIX%%/man/ja_JP.eucJP/man1/keytool.1 -%%TARGET_PREFIX%%/man/ja_JP.eucJP/man1/rmid.1 -%%TARGET_PREFIX%%/man/ja_JP.eucJP/man1/rmiregistry.1 -%%TARGET_PREFIX%%/man/ja_JP.eucJP/man1/tnameserv.1 -%%TARGET_PREFIX%%/man/ja_JP.eucJP/man1/appletviewer.1 -%%TARGET_PREFIX%%/man/ja_JP.eucJP/man1/extcheck.1 -%%TARGET_PREFIX%%/man/ja_JP.eucJP/man1/jar.1 -%%TARGET_PREFIX%%/man/ja_JP.eucJP/man1/jarsigner.1 -%%TARGET_PREFIX%%/man/ja_JP.eucJP/man1/javac.1 -%%TARGET_PREFIX%%/man/ja_JP.eucJP/man1/javadoc.1 -%%TARGET_PREFIX%%/man/ja_JP.eucJP/man1/javah.1 -%%TARGET_PREFIX%%/man/ja_JP.eucJP/man1/javap.1 -%%TARGET_PREFIX%%/man/ja_JP.eucJP/man1/jdb.1 -%%TARGET_PREFIX%%/man/ja_JP.eucJP/man1/native2ascii.1 -%%TARGET_PREFIX%%/man/ja_JP.eucJP/man1/rmic.1 -%%TARGET_PREFIX%%/man/ja_JP.eucJP/man1/serialver.1 -@dirrm %%TARGET_PREFIX%%/jre/bin/i386/native_threads -@dirrm %%TARGET_PREFIX%%/jre/bin/i386 -@dirrm %%TARGET_PREFIX%%/jre/bin -@dirrm %%TARGET_PREFIX%%/jre/lib/i386/native_threads -@dirrm %%TARGET_PREFIX%%/jre/lib/i386/server -@dirrm %%TARGET_PREFIX%%/jre/lib/i386/client -@dirrm %%TARGET_PREFIX%%/jre/lib/i386 -@dirrm %%TARGET_PREFIX%%/jre/lib/ext -@dirrm %%TARGET_PREFIX%%/jre/lib/security -@dirrm %%TARGET_PREFIX%%/jre/lib/fonts -@dirrm %%TARGET_PREFIX%%/jre/lib/images/cursors -@dirrm %%TARGET_PREFIX%%/jre/lib/images -@dirrm %%TARGET_PREFIX%%/jre/lib/audio -@dirrm %%TARGET_PREFIX%%/jre/lib/zi/Africa -@dirrm %%TARGET_PREFIX%%/jre/lib/zi/America -@dirrm %%TARGET_PREFIX%%/jre/lib/zi/Antarctica -@dirrm %%TARGET_PREFIX%%/jre/lib/zi/Asia -@dirrm %%TARGET_PREFIX%%/jre/lib/zi/Atlantic -@dirrm %%TARGET_PREFIX%%/jre/lib/zi/Australia -@dirrm %%TARGET_PREFIX%%/jre/lib/zi/Europe -@dirrm %%TARGET_PREFIX%%/jre/lib/zi/Indian -@dirrm %%TARGET_PREFIX%%/jre/lib/zi/Pacific -@dirrm %%TARGET_PREFIX%%/jre/lib/zi -@dirrm %%TARGET_PREFIX%%/jre/lib/cmm -@dirrm %%TARGET_PREFIX%%/jre/lib/locale/de/LC_MESSAGES -@dirrm %%TARGET_PREFIX%%/jre/lib/locale/de -@dirrm %%TARGET_PREFIX%%/jre/lib/locale/es/LC_MESSAGES -@dirrm %%TARGET_PREFIX%%/jre/lib/locale/es -@dirrm %%TARGET_PREFIX%%/jre/lib/locale/fr/LC_MESSAGES -@dirrm %%TARGET_PREFIX%%/jre/lib/locale/fr -@dirrm %%TARGET_PREFIX%%/jre/lib/locale/it/LC_MESSAGES -@dirrm %%TARGET_PREFIX%%/jre/lib/locale/it -@dirrm %%TARGET_PREFIX%%/jre/lib/locale/ja/LC_MESSAGES -@dirrm %%TARGET_PREFIX%%/jre/lib/locale/ja -@dirrm %%TARGET_PREFIX%%/jre/lib/locale/ko/LC_MESSAGES -@dirrm %%TARGET_PREFIX%%/jre/lib/locale/ko -@dirrm %%TARGET_PREFIX%%/jre/lib/locale/ko.UTF-8/LC_MESSAGES -@dirrm %%TARGET_PREFIX%%/jre/lib/locale/ko.UTF-8 -@dirrm %%TARGET_PREFIX%%/jre/lib/locale/sv/LC_MESSAGES -@dirrm %%TARGET_PREFIX%%/jre/lib/locale/sv -@dirrm %%TARGET_PREFIX%%/jre/lib/locale/zh/LC_MESSAGES -@dirrm %%TARGET_PREFIX%%/jre/lib/locale/zh -@dirrm %%TARGET_PREFIX%%/jre/lib/locale/zh.GBK/LC_MESSAGES -@dirrm %%TARGET_PREFIX%%/jre/lib/locale/zh.GBK -@dirrm %%TARGET_PREFIX%%/jre/lib/locale/zh_TW/LC_MESSAGES -@dirrm %%TARGET_PREFIX%%/jre/lib/locale/zh_TW -@dirrm %%TARGET_PREFIX%%/jre/lib/locale/zh_TW.BIG5/LC_MESSAGES -@dirrm %%TARGET_PREFIX%%/jre/lib/locale/zh_TW.BIG5 -@dirrm %%TARGET_PREFIX%%/jre/lib/locale -@dirrm %%TARGET_PREFIX%%/jre/lib/applet -@dirrm %%TARGET_PREFIX%%/jre/lib -@dirrm %%TARGET_PREFIX%%/jre/plugin/i386/ns600 -@dirrm %%TARGET_PREFIX%%/jre/plugin/i386/ns4 -@dirrm %%TARGET_PREFIX%%/jre/plugin/i386 -@dirrm %%TARGET_PREFIX%%/jre/plugin -@dirrm %%TARGET_PREFIX%%/jre -@dirrm %%TARGET_PREFIX%%/lib/i386 -@dirrm %%TARGET_PREFIX%%/lib -@dirrm %%TARGET_PREFIX%%/bin/i386/native_threads -@dirrm %%TARGET_PREFIX%%/bin/i386 -@dirrm %%TARGET_PREFIX%%/bin -@dirrm %%TARGET_PREFIX%%/demo/applets/Animator/audio -@dirrm %%TARGET_PREFIX%%/demo/applets/Animator/images/SimpleAnimation -@dirrm %%TARGET_PREFIX%%/demo/applets/Animator/images/Beans -@dirrm %%TARGET_PREFIX%%/demo/applets/Animator/images -@dirrm %%TARGET_PREFIX%%/demo/applets/Animator -@dirrm %%TARGET_PREFIX%%/demo/applets/ArcTest -@dirrm %%TARGET_PREFIX%%/demo/applets/BarChart -@dirrm %%TARGET_PREFIX%%/demo/applets/Blink -@dirrm %%TARGET_PREFIX%%/demo/applets/CardTest -@dirrm %%TARGET_PREFIX%%/demo/applets/Clock -@dirrm %%TARGET_PREFIX%%/demo/applets/DitherTest -@dirrm %%TARGET_PREFIX%%/demo/applets/DrawTest -@dirrm %%TARGET_PREFIX%%/demo/applets/Fractal -@dirrm %%TARGET_PREFIX%%/demo/applets/GraphLayout/audio -@dirrm %%TARGET_PREFIX%%/demo/applets/GraphLayout -@dirrm %%TARGET_PREFIX%%/demo/applets/GraphicsTest -@dirrm %%TARGET_PREFIX%%/demo/applets/ImageMap/audio -@dirrm %%TARGET_PREFIX%%/demo/applets/ImageMap/images -@dirrm %%TARGET_PREFIX%%/demo/applets/ImageMap -@dirrm %%TARGET_PREFIX%%/demo/applets/JumpingBox/sounds -@dirrm %%TARGET_PREFIX%%/demo/applets/JumpingBox -@dirrm %%TARGET_PREFIX%%/demo/applets/MoleculeViewer/models -@dirrm %%TARGET_PREFIX%%/demo/applets/MoleculeViewer -@dirrm %%TARGET_PREFIX%%/demo/applets/NervousText -@dirrm %%TARGET_PREFIX%%/demo/applets/SimpleGraph -@dirrm %%TARGET_PREFIX%%/demo/applets/SortDemo -@dirrm %%TARGET_PREFIX%%/demo/applets/SpreadSheet -@dirrm %%TARGET_PREFIX%%/demo/applets/SymbolTest -@dirrm %%TARGET_PREFIX%%/demo/applets/TicTacToe/audio -@dirrm %%TARGET_PREFIX%%/demo/applets/TicTacToe/images -@dirrm %%TARGET_PREFIX%%/demo/applets/TicTacToe -@dirrm %%TARGET_PREFIX%%/demo/applets/WireFrame/models -@dirrm %%TARGET_PREFIX%%/demo/applets/WireFrame -@dirrm %%TARGET_PREFIX%%/demo/applets -@dirrm %%TARGET_PREFIX%%/demo/jfc/SwingSet2/src -@dirrm %%TARGET_PREFIX%%/demo/jfc/SwingSet2 -@dirrm %%TARGET_PREFIX%%/demo/jfc/FileChooserDemo/images -@dirrm %%TARGET_PREFIX%%/demo/jfc/FileChooserDemo/src -@dirrm %%TARGET_PREFIX%%/demo/jfc/FileChooserDemo -@dirrm %%TARGET_PREFIX%%/demo/jfc/Metalworks/HelpFiles -@dirrm %%TARGET_PREFIX%%/demo/jfc/Metalworks/images -@dirrm %%TARGET_PREFIX%%/demo/jfc/Metalworks/src -@dirrm %%TARGET_PREFIX%%/demo/jfc/Metalworks -@dirrm %%TARGET_PREFIX%%/demo/jfc/DBDemos/CreateCoffees/MSAccess -@dirrm %%TARGET_PREFIX%%/demo/jfc/DBDemos/CreateCoffees/Sybase -@dirrm %%TARGET_PREFIX%%/demo/jfc/DBDemos/CreateCoffees -@dirrm %%TARGET_PREFIX%%/demo/jfc/DBDemos/CreateSuppliers/MSAccess -@dirrm %%TARGET_PREFIX%%/demo/jfc/DBDemos/CreateSuppliers/Sybase -@dirrm %%TARGET_PREFIX%%/demo/jfc/DBDemos/CreateSuppliers -@dirrm %%TARGET_PREFIX%%/demo/jfc/DBDemos/InsertCoffees/SQLSrvr -@dirrm %%TARGET_PREFIX%%/demo/jfc/DBDemos/InsertCoffees/Sybase -@dirrm %%TARGET_PREFIX%%/demo/jfc/DBDemos/InsertCoffees -@dirrm %%TARGET_PREFIX%%/demo/jfc/DBDemos/InsertSuppliers/MSAccess -@dirrm %%TARGET_PREFIX%%/demo/jfc/DBDemos/InsertSuppliers/Sybase -@dirrm %%TARGET_PREFIX%%/demo/jfc/DBDemos/InsertSuppliers -@dirrm %%TARGET_PREFIX%%/demo/jfc/DBDemos/JavaDB -@dirrm %%TARGET_PREFIX%%/demo/jfc/DBDemos -@dirrm %%TARGET_PREFIX%%/demo/jfc/SimpleExample/src -@dirrm %%TARGET_PREFIX%%/demo/jfc/SimpleExample -@dirrm %%TARGET_PREFIX%%/demo/jfc/Notepad/resources -@dirrm %%TARGET_PREFIX%%/demo/jfc/Notepad/src -@dirrm %%TARGET_PREFIX%%/demo/jfc/Notepad -@dirrm %%TARGET_PREFIX%%/demo/jfc/Stylepad/resources -@dirrm %%TARGET_PREFIX%%/demo/jfc/Stylepad/src -@dirrm %%TARGET_PREFIX%%/demo/jfc/Stylepad -@dirrm %%TARGET_PREFIX%%/demo/jfc/SampleTree/images -@dirrm %%TARGET_PREFIX%%/demo/jfc/SampleTree/src -@dirrm %%TARGET_PREFIX%%/demo/jfc/SampleTree -@dirrm %%TARGET_PREFIX%%/demo/jfc/SwingApplet/src -@dirrm %%TARGET_PREFIX%%/demo/jfc/SwingApplet -@dirrm %%TARGET_PREFIX%%/demo/jfc/TableExample/src -@dirrm %%TARGET_PREFIX%%/demo/jfc/TableExample -@dirrm %%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Arcs_Curves -@dirrm %%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Clipping -@dirrm %%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Colors -@dirrm %%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Composite -@dirrm %%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Fonts -@dirrm %%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Images -@dirrm %%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Lines -@dirrm %%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Mix -@dirrm %%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Paths -@dirrm %%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Transforms -@dirrm %%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Paint -@dirrm %%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos -@dirrm %%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d -@dirrm %%TARGET_PREFIX%%/demo/jfc/Java2D/src -@dirrm %%TARGET_PREFIX%%/demo/jfc/Java2D -@dirrm %%TARGET_PREFIX%%/demo/jfc/Font2DTest/src -@dirrm %%TARGET_PREFIX%%/demo/jfc/Font2DTest -@dirrm %%TARGET_PREFIX%%/demo/jfc -@dirrm %%TARGET_PREFIX%%/demo/jsse/rmi -@dirrm %%TARGET_PREFIX%%/demo/jsse/sockets/server -@dirrm %%TARGET_PREFIX%%/demo/jsse/sockets/client -@dirrm %%TARGET_PREFIX%%/demo/jsse/sockets -@dirrm %%TARGET_PREFIX%%/demo/jsse/urls -@dirrm %%TARGET_PREFIX%%/demo/jsse -@dirrm %%TARGET_PREFIX%%/demo/jpda -@dirrm %%TARGET_PREFIX%%/demo -@dirrm %%TARGET_PREFIX%%/include/linux -@dirrm %%TARGET_PREFIX%%/include -@dirrm %%TARGET_PREFIX%%/man/man1 -@dirrm %%TARGET_PREFIX%%/man/ja_JP.eucJP/man1 -@dirrm %%TARGET_PREFIX%%/man/ja_JP.eucJP -@dirrm %%TARGET_PREFIX%%/man -@dirrm %%TARGET_PREFIX%% -@unexec %%LOCALBASE%%/bin/unregistervm "%D/%%TARGET_PREFIX%%/bin/java" |