From owner-freebsd-java Tue Mar 6 4:19:36 2001 Delivered-To: freebsd-java@freebsd.org Received: from heinz.jollem.com (c104187.upc-c.chello.nl [212.187.104.187]) by hub.freebsd.org (Postfix) with ESMTP id B03FF37B718 for ; Tue, 6 Mar 2001 04:19:05 -0800 (PST) (envelope-from ernst@heinz.jollem.com) Received: (from ernst@localhost) by heinz.jollem.com (8.11.1/8.11.1) id f26CHZE01272; Tue, 6 Mar 2001 13:17:35 +0100 (CET) (envelope-from ernst) Date: Tue, 6 Mar 2001 13:17:35 +0100 From: Ernst de Haan To: Greg Lewis Cc: Philip Murray , freebsd-java@FreeBSD.ORG, Nate Williams Subject: Re: JDK1.1.8 segfaults Message-ID: <20010306131735.A993@c187104187.telekabel.chello.nl> References: <000901c0a5fc$d89af730$0100a8c0@sparlak> <20010306220649.A71154@misty.eyesbeyond.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="gKMricLos+KVdGMg" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010306220649.A71154@misty.eyesbeyond.com>; from glewis@eyesbeyond.com on Tue, Mar 06, 2001 at 10:06:49PM +1030 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --gKMricLos+KVdGMg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hey Greg and all, I'm not a port committer, so I can't commit the changes myself, but I created a diff for the Makefile, and a new shar file too. I just wonder if README.html should go in there too. I think README.html files are automatically generated, but I'm not sure. -- Ernst Greg Lewis wrote: > On Tue, Mar 06, 2001 at 06:18:08PM +1300, Philip Murray wrote: > > I just installed JDK 1.1.8 from the ports (on FreeBSD 4.2-Stable), and when > > I try and run jar, or java and any of the commands from the jdk it seg > > faults with the following: > > > > pmurray@monolith:/usr/local/jdk1.1.8/bin/ > ./jar > > SIGSEGV 11* segmentation violation > > > > Full thread dump: > > Monitor Cache Dump: > > Registered Monitor Dump: > > Monitor IO lock: > > Child death monitor: > > Event monitor: > > I/O monitor: > > Alarm monitor: > > Memory allocation lock: > > Monitor registry: > > Thread Alarm Q: > > Abort trap > > > > Can anyone tell me why its doing this and how I can fix it? > > Yes, you need to install the compat3x package. > > Can someone please add some lines to post-install target in the Makefile > which does something like: > > .if ${OSVERSION} > 400000 > ${ECHO} "You will need to install the compat3x libraries to use this port." > .endif > > Other ports print out a message at this stage, I think it would be sensible > for this port to print out a message too, since this question comes up so > often. > > -- > Greg Lewis Email : glewis@eyesbeyond.com > Eyes Beyond Mobile: 0419 868 494 > Information Technology Web : http://www.eyesbeyond.com > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-java" in the body of the message > --gKMricLos+KVdGMg Content-Type: application/x-sh Content-Disposition: attachment; filename="jdk_port.sh" # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # jdk # jdk/Makefile # jdk/README.html # jdk/distinfo # jdk/files # jdk/pkg-comment # jdk/pkg-descr # jdk/pkg-message # jdk/pkg-plist # echo c - jdk mkdir -p jdk > /dev/null 2>&1 echo x - jdk/Makefile sed 's/^X//' >jdk/Makefile << 'END-of-jdk/Makefile' X# New ports collection makefile for: jdk X# Date created: Feb, 8, 1998 X# Whom: Nate Williams X# X# $FreeBSD: ports/java/jdk/Makefile,v 1.35 2001/02/26 22:17:04 nate Exp $ X# X XPORTNAME= jdk XPORTVERSION= ${JDK_VERSION} XCATEGORIES= java devel XMASTER_SITES= ${MASTER_SITE_LOCAL} XMASTER_SITE_SUBDIR= nate/JDK1.1 X XMAINTAINER= nate@FreeBSD.org X XRUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper X XNO_CDROM= "License doesn't allow distribution with fee" X XONLY_FOR_ARCHS= i386 XJDK_VERSION= 1.1.8 XPLIST_SUB+= JDK_VERSION=${JDK_VERSION} X XWRKSRC= ${WRKDIR}/jdk${JDK_VERSION} XNO_BUILD= yes X X.include X X.if ${PORTOBJFORMAT} == "aout" XDISTFILES= jdk${JDK_VERSION}_AOUT.V1999-11-9.tar.gz X.else XDISTFILES= jdk${JDK_VERSION}_ELF.V1999-11-9.tar.gz X.endif X Xdo-install: X @${RM} -f ${WRKSRC}/include/freebsd/typedefs_md.h.orig X ${MKDIR} ${PREFIX}/jdk${JDK_VERSION} X (cd ${WRKSRC} && ${TAR} -c -f - .) \ X | (cd ${PREFIX}/jdk${JDK_VERSION} && ${TAR} --unlink -x -f -) X ${MKDIR} ${PREFIX}/share/java/classes X ${MKDIR} ${PREFIX}/share/doc/java X Xpost-install: X ${LOCALBASE}/bin/registervm "${PREFIX}/jdk${JDK_VERSION}/bin/java # JDK${JDK_VERSION}" X .if ${OSVERSION} > 400000 X ${ECHO} "You will need to install the compat3x libraries to use this port." X .endif X X.include END-of-jdk/Makefile echo x - jdk/README.html sed 's/^X//' >jdk/README.html << 'END-of-jdk/README.html' X X The FreeBSD Ports Collection (java/jdk) X

The FreeBSD Ports Collection ("java/jdk")


X X X

You are now in the directory for the port "java/jdk" (package name "jdk-1.1.8"). X X

This is the one-line description for this port: X X


XSun's Java Developers Kit X


X X

Please read the "description file" for a Xlonger description. X X

Go to the top of the ports tree for Xa summary on how to use the ports collection. X X

X X

XThis port requires package(s) "javavmwrapper-1.1" to run. X X


X Go up one level X| X Go to top of ports tree X X END-of-jdk/README.html echo x - jdk/distinfo sed 's/^X//' >jdk/distinfo << 'END-of-jdk/distinfo' XMD5 (jdk1.1.8_AOUT.V1999-11-9.tar.gz) = 5e878b23179ada207653c527ad6b5019 XMD5 (jdk1.1.8_ELF.V1999-11-9.tar.gz) = 07992302128f36c7f802b579e041604c END-of-jdk/distinfo echo c - jdk/files mkdir -p jdk/files > /dev/null 2>&1 echo x - jdk/pkg-comment sed 's/^X//' >jdk/pkg-comment << 'END-of-jdk/pkg-comment' XSun's Java Developers Kit END-of-jdk/pkg-comment echo x - jdk/pkg-descr sed 's/^X//' >jdk/pkg-descr << 'END-of-jdk/pkg-descr' XBinaries of Sun's Java Developers Kit. Include bytecode machine, Xcompiler, demos and sources for most Java runtime classes. X XExecutables are installed into /usr/local/jdk1.1.8/bin. You may want to Xput this into your PATH or symlink them to /usr/local/bin in case you Xdon't have kaffe installed (which shared many of the binarie's Xnames). X XYou may want to build a kernel with Xoptions SYSVSEM X XFor more information about the JDK for FreeBSD see Xhttp://www.freebsd.org/java/ X XWWW: http://www.freebsd.org/java/ END-of-jdk/pkg-descr echo x - jdk/pkg-message sed 's/^X//' >jdk/pkg-message << 'END-of-jdk/pkg-message' X X X Java(tm) Development Kit X X Version 1.1.8 X X Binary Code License X XThis binary code license ("License") contains rights and restrictions Xassociated with use of the accompanying software and documentation X("Software"). Read the License carefully before installing the Software. XBy installing the Software you agree to the terms and conditions of this XLicense. X X1. Limited License Grant. Sun grants to you ("Licensee") a non-exclusive, Xnon-transferable limited license to use the Software without fee for Xevaluation of the Software and for development of Java(tm) compatible Xapplets and applications. Licensee may make one archival copy of the Software Xand may re-distribute complete, unmodified copies of the Software to Xsoftware developers within Licensee's organization to avoid unnecessary Xdownload time, provided that this License conspicuously appear with all Xcopies of the Software. Except for the foregoing, Licensee may not Xre-distribute the Software in whole or in part, either separately or Xincluded with a product. Refer to the Java Runtime Environment Version 1.1.8 Xbinary code license (http://java.sun.com/products/JDK/1.1/index.html) Xfor the availability of runtime code which may be distributed with Java Xcompatible applets and applications. X X2. Java Platform Interface. Licensee may not modify the Java Platform Interface X("JPI", identified as classes contained within the "java" package or any Xsubpackages of the "java" package), by creating additional classes within the XJPI or otherwise causing the addition to or modification of the classes in Xthe JPI. In the event that Licensee creates any Java-related API and Xdistributes such API to others for applet or application development, XLicensee must promptly publish an accurate specification for such API for Xfree use by all developers of Java-based software. X X3. Restrictions. Software is confidential copyrighted information of Sun and Xtitle to all copies is retained by Sun and/or its licensors. Licensee shall Xnot modify, decompile, disassemble, decrypt, extract, or otherwise reverse Xengineer Software. Software may not be leased, assigned, or sublicensed, Xin whole or in part. Software is not designed or intended for use in Xon-line control of aircraft, air traffic, aircraft navigation or aircraft Xcommunications; or in the design, construction, operation or maintenance Xof any nuclear facility. Licensee warrants that it will not use or Xredistribute the Software for such purposes. X X4. Trademarks and Logos. This License does not authorize Licensee to use Xany Sun name, trademark or logo. Licensee acknowledges that Sun owns the XJava trademark and all Java-related trademarks, logos and icons including Xthe Coffee Cup and Duke ("Java Marks") and agrees to: (i) to comply with Xthe Java Trademark Guidelines at http://java.sun.com/trademarks.html; (ii) not Xdo anything harmful to or inconsistent with Sun's rights in the Java Marks; Xand (iii) assist Sun in protecting those rights, including assigning to Sun Xany rights acquired by Licensee in any Java Mark. X X5. Disclaimer of Warranty. Software is provided "AS IS," without a Xwarranty of any kind. ALL EXPRESS OR IMPLIED REPRESENTATIONS AND XWARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS XFOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY EXCLUDED. X X6. Limitation of Liability. SUN AND ITS LICENSORS SHALL NOT BE LIABLE XFOR ANY DAMAGES SUFFERED BY LICENSEE OR ANY THIRD PARTY AS A RESULT OF USING XOR DISTRIBUTING SOFTWARE. IN NO EVENT WILL SUN OR ITS LICENSORS BE XLIABLE FOR ANY LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, XSPECIAL, CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER XCAUSED AND REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE XUSE OF OR INABILITY TO USE SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE XPOSSIBILITY OF SUCH DAMAGES. X X7. Termination. Licensee may terminate this License at any time by Xdestroying all copies of Software. This License will terminate immediately Xwithout notice from Sun if Licensee fails to comply with any provision Xof this License. Upon such termination, Licensee must destroy all copies Xof Software. X X8. Export Regulations. Software, including technical data, is subject to XU.S. export control laws, including the U.S. Export Administration Act Xand its associated regulations, and may be subject to export or import Xregulations in other countries. Licensee agrees to comply strictly with Xall such regulations and acknowledges that it has the responsibility to Xobtain licenses to export, re-export, or import Software. Software may not Xbe downloaded, or otherwise exported or re-exported (i) into, or to a Xnational or resident of, Cuba, Iraq, Iran, North Korea, Libya, Sudan, XSyria or any country to which the U.S. has embargoed goods; or (ii) Xto anyone on the U.S. Treasury Department's list of Specially Designated XNations or the U.S. Commerce Department's Table of Denial Orders. X X9. Restricted Rights. Use, duplication or disclosure by the United States Xgovernment is subject to the restrictions as set forth in the Rights in XTechnical Data and Computer Software Clauses in DFARS 252.227-7013(c) X (1) (ii) and FAR 52.227-19(c) (2) as applicable. X X10. Governing Law. Any action related to this License will be governed by XCalifornia law and controlling U.S. federal law. No choice of law rules of Xany jurisdiction will apply. X X11. Severability. If any of the above provisions are held to be in Xviolation of applicable law, void, or unenforceable in any jurisdiction, Xthen such provisions are herewith waived to the extent necessary for the XLicense to be otherwise enforceable in such jurisdiction. However, if Xin Sun's opinion deletion of any provisions of the License by operation Xof this paragraph unreasonably compromises the rights or increase the Xliabilities of Sun or its licensors, Sun reserves the right to terminate Xthe License and refund the fee paid by Licensee, if any, as Licensee's Xsole and exclusive remedy. END-of-jdk/pkg-message echo x - jdk/pkg-plist sed 's/^X//' >jdk/pkg-plist << 'END-of-jdk/pkg-plist' Xjdk%%JDK_VERSION%%/include/freebsd/byteorder_md.h Xjdk%%JDK_VERSION%%/include/freebsd/timeval_md.h Xjdk%%JDK_VERSION%%/include/freebsd/sysmacros_md.h Xjdk%%JDK_VERSION%%/include/freebsd/prof_md.h Xjdk%%JDK_VERSION%%/include/freebsd/path_md.h Xjdk%%JDK_VERSION%%/include/freebsd/oobj_md.h Xjdk%%JDK_VERSION%%/include/freebsd/jni_md.h Xjdk%%JDK_VERSION%%/include/freebsd/jmath_md.h Xjdk%%JDK_VERSION%%/include/freebsd/io_md.h Xjdk%%JDK_VERSION%%/include/freebsd/gc_md.h Xjdk%%JDK_VERSION%%/include/freebsd/typedefs_md.h Xjdk%%JDK_VERSION%%/include/green_threads/include/internal_md.h Xjdk%%JDK_VERSION%%/include/green_threads/include/threads_md.h Xjdk%%JDK_VERSION%%/include/green_threads/include/monitor_md.h Xjdk%%JDK_VERSION%%/include/green_threads/include/schedule.h Xjdk%%JDK_VERSION%%/include/green_threads/include/context_md.h Xjdk%%JDK_VERSION%%/include/green_threads/include/context.h Xjdk%%JDK_VERSION%%/include/green_threads/include/queue.h Xjdk%%JDK_VERSION%%/include/StubPreamble.h Xjdk%%JDK_VERSION%%/include/alloc_cache.h Xjdk%%JDK_VERSION%%/include/bool.h Xjdk%%JDK_VERSION%%/include/breakpoints.h Xjdk%%JDK_VERSION%%/include/byteorder.h Xjdk%%JDK_VERSION%%/include/common_exceptions.h Xjdk%%JDK_VERSION%%/include/config.h Xjdk%%JDK_VERSION%%/include/debug.h Xjdk%%JDK_VERSION%%/include/decode.h Xjdk%%JDK_VERSION%%/include/exceptions.h Xjdk%%JDK_VERSION%%/include/finalize.h Xjdk%%JDK_VERSION%%/include/gc.h Xjdk%%JDK_VERSION%%/include/interpreter.h Xjdk%%JDK_VERSION%%/include/javaString.h Xjdk%%JDK_VERSION%%/include/jcov.h Xjdk%%JDK_VERSION%%/include/jmath.h Xjdk%%JDK_VERSION%%/include/jni.h Xjdk%%JDK_VERSION%%/include/log.h Xjdk%%JDK_VERSION%%/include/monitor.h Xjdk%%JDK_VERSION%%/include/monitor_cache.h Xjdk%%JDK_VERSION%%/include/native.h Xjdk%%JDK_VERSION%%/include/oobj.h Xjdk%%JDK_VERSION%%/include/path.h Xjdk%%JDK_VERSION%%/include/profile.h Xjdk%%JDK_VERSION%%/include/reflect.h Xjdk%%JDK_VERSION%%/include/selftest.h Xjdk%%JDK_VERSION%%/include/signature.h Xjdk%%JDK_VERSION%%/include/sys_api.h Xjdk%%JDK_VERSION%%/include/threads.h Xjdk%%JDK_VERSION%%/include/timeval.h Xjdk%%JDK_VERSION%%/include/timezone_map.h Xjdk%%JDK_VERSION%%/include/tree.h Xjdk%%JDK_VERSION%%/include/typecodes.h Xjdk%%JDK_VERSION%%/include/typedefs.h Xjdk%%JDK_VERSION%%/include/utf.h Xjdk%%JDK_VERSION%%/include/verify.h Xjdk%%JDK_VERSION%%/include/wrap.h Xjdk%%JDK_VERSION%%/include/zip.h Xjdk%%JDK_VERSION%%/include/java_lang_String.h Xjdk%%JDK_VERSION%%/include/java_lang_ClassLoader.h Xjdk%%JDK_VERSION%%/include/dlwrap.h Xjdk%%JDK_VERSION%%/include/java_lang_Thread.h Xjdk%%JDK_VERSION%%/include/java_lang_ThreadGroup.h Xjdk%%JDK_VERSION%%/bin/i386/green_threads/javah_g Xjdk%%JDK_VERSION%%/bin/i386/green_threads/javah Xjdk%%JDK_VERSION%%/bin/i386/green_threads/java_g Xjdk%%JDK_VERSION%%/bin/i386/green_threads/java Xjdk%%JDK_VERSION%%/bin/i386/green_threads/javac Xjdk%%JDK_VERSION%%/bin/i386/green_threads/javac_g Xjdk%%JDK_VERSION%%/bin/i386/green_threads/javaverify_g Xjdk%%JDK_VERSION%%/bin/i386/green_threads/javaverify Xjdk%%JDK_VERSION%%/bin/i386/green_threads/java_g_X Xjdk%%JDK_VERSION%%/bin/i386/green_threads/jar Xjdk%%JDK_VERSION%%/bin/i386/green_threads/.extract_args Xjdk%%JDK_VERSION%%/bin/i386/green_threads/javap Xjdk%%JDK_VERSION%%/bin/i386/green_threads/javadoc Xjdk%%JDK_VERSION%%/bin/i386/green_threads/jdb Xjdk%%JDK_VERSION%%/bin/i386/green_threads/appletviewer Xjdk%%JDK_VERSION%%/bin/i386/green_threads/javakey Xjdk%%JDK_VERSION%%/bin/i386/green_threads/native2ascii Xjdk%%JDK_VERSION%%/bin/i386/green_threads/rmic Xjdk%%JDK_VERSION%%/bin/i386/green_threads/rmiregistry Xjdk%%JDK_VERSION%%/bin/i386/green_threads/serialver Xjdk%%JDK_VERSION%%/bin/i386/green_threads/java_X Xjdk%%JDK_VERSION%%/bin/i386/green_threads/jre_g Xjdk%%JDK_VERSION%%/bin/i386/green_threads/jre_g_X Xjdk%%JDK_VERSION%%/bin/i386/green_threads/jre Xjdk%%JDK_VERSION%%/bin/i386/green_threads/jre_X Xjdk%%JDK_VERSION%%/bin/.java_wrapper Xjdk%%JDK_VERSION%%/bin/javah_g Xjdk%%JDK_VERSION%%/bin/javah Xjdk%%JDK_VERSION%%/bin/java_g Xjdk%%JDK_VERSION%%/bin/java Xjdk%%JDK_VERSION%%/bin/javac Xjdk%%JDK_VERSION%%/bin/javac_g Xjdk%%JDK_VERSION%%/bin/javaverify_g Xjdk%%JDK_VERSION%%/bin/javaverify Xjdk%%JDK_VERSION%%/bin/jre Xjdk%%JDK_VERSION%%/bin/jre_g Xjdk%%JDK_VERSION%%/bin/jar Xjdk%%JDK_VERSION%%/bin/javap Xjdk%%JDK_VERSION%%/bin/javadoc Xjdk%%JDK_VERSION%%/bin/jdb Xjdk%%JDK_VERSION%%/bin/appletviewer Xjdk%%JDK_VERSION%%/bin/javakey Xjdk%%JDK_VERSION%%/bin/native2ascii Xjdk%%JDK_VERSION%%/bin/rmic Xjdk%%JDK_VERSION%%/bin/rmiregistry Xjdk%%JDK_VERSION%%/bin/java-rmi.cgi Xjdk%%JDK_VERSION%%/bin/serialver Xjdk%%JDK_VERSION%%/lib/i386/green_threads/libjava_g.so Xjdk%%JDK_VERSION%%/lib/i386/green_threads/libjava_g.so.%%JDK_VERSION%% Xjdk%%JDK_VERSION%%/lib/i386/green_threads/libjava.so Xjdk%%JDK_VERSION%%/lib/i386/green_threads/libjava.so.%%JDK_VERSION%% Xjdk%%JDK_VERSION%%/lib/i386/green_threads/libmath_g.so Xjdk%%JDK_VERSION%%/lib/i386/green_threads/libmath.so Xjdk%%JDK_VERSION%%/lib/i386/green_threads/libzip_g.so Xjdk%%JDK_VERSION%%/lib/i386/green_threads/libzip.so Xjdk%%JDK_VERSION%%/lib/i386/green_threads/libnet_g.so Xjdk%%JDK_VERSION%%/lib/i386/green_threads/libnet.so Xjdk%%JDK_VERSION%%/lib/i386/green_threads/libagent_g.so Xjdk%%JDK_VERSION%%/lib/i386/green_threads/libagent.so Xjdk%%JDK_VERSION%%/lib/i386/green_threads/libmmedia_g.so Xjdk%%JDK_VERSION%%/lib/i386/green_threads/libmmedia.so Xjdk%%JDK_VERSION%%/lib/i386/green_threads/libawt_g.so Xjdk%%JDK_VERSION%%/lib/i386/green_threads/libawt_g.so.%%JDK_VERSION%% Xjdk%%JDK_VERSION%%/lib/i386/green_threads/libawt.so Xjdk%%JDK_VERSION%%/lib/i386/green_threads/libawt.so.%%JDK_VERSION%% Xjdk%%JDK_VERSION%%/lib/i386/green_threads/libtawt_g.so Xjdk%%JDK_VERSION%%/lib/i386/green_threads/libtawt.so Xjdk%%JDK_VERSION%%/lib/i386/green_threads/libjpeg_g.so Xjdk%%JDK_VERSION%%/lib/i386/green_threads/libjpeg.so Xjdk%%JDK_VERSION%%/lib/i386/green_threads/libsysresource_g.so Xjdk%%JDK_VERSION%%/lib/i386/green_threads/libsysresource.so Xjdk%%JDK_VERSION%%/lib/awt.properties Xjdk%%JDK_VERSION%%/lib/security/java.security Xjdk%%JDK_VERSION%%/lib/content-types.properties Xjdk%%JDK_VERSION%%/lib/font.properties Xjdk%%JDK_VERSION%%/lib/font.properties.ISO8859_15_FDIS Xjdk%%JDK_VERSION%%/lib/font.properties.tr Xjdk%%JDK_VERSION%%/lib/font.properties.ru Xjdk%%JDK_VERSION%%/lib/font.properties.pl Xjdk%%JDK_VERSION%%/lib/font.properties.lv Xjdk%%JDK_VERSION%%/lib/font.properties.lt Xjdk%%JDK_VERSION%%/lib/font.properties.hu Xjdk%%JDK_VERSION%%/lib/font.properties.el Xjdk%%JDK_VERSION%%/lib/font.properties.cs Xjdk%%JDK_VERSION%%/lib/font.properties.zh_TW_Big5 Xjdk%%JDK_VERSION%%/lib/font.properties.zh_TW_EUC_TW Xjdk%%JDK_VERSION%%/lib/font.properties.ko Xjdk%%JDK_VERSION%%/lib/font.properties.zh_EUC_CN Xjdk%%JDK_VERSION%%/lib/font.properties.ja Xjdk%%JDK_VERSION%%/lib/psfont.properties.ja Xjdk%%JDK_VERSION%%/lib/locale/ja/app-defaults/XApplication Xjdk%%JDK_VERSION%%/lib/locale/ja_JP.PCK/app-defaults/XApplication Xjdk%%JDK_VERSION%%/lib/locale/ja_JP.UTF-8/app-defaults/XApplication Xjdk%%JDK_VERSION%%/lib/appletviewer.properties Xjdk%%JDK_VERSION%%/lib/serialver.properties Xjdk%%JDK_VERSION%%/lib/classes.zip Xjdk%%JDK_VERSION%%/demo/Animator/audio/0.au Xjdk%%JDK_VERSION%%/demo/Animator/audio/1.au Xjdk%%JDK_VERSION%%/demo/Animator/audio/2.au Xjdk%%JDK_VERSION%%/demo/Animator/audio/3.au Xjdk%%JDK_VERSION%%/demo/Animator/audio/4.au Xjdk%%JDK_VERSION%%/demo/Animator/audio/5.au Xjdk%%JDK_VERSION%%/demo/Animator/audio/6.au Xjdk%%JDK_VERSION%%/demo/Animator/audio/7.au Xjdk%%JDK_VERSION%%/demo/Animator/audio/8.au Xjdk%%JDK_VERSION%%/demo/Animator/audio/9.au Xjdk%%JDK_VERSION%%/demo/Animator/audio/spacemusic.au Xjdk%%JDK_VERSION%%/demo/Animator/images/SimpleAnimation/T1.gif Xjdk%%JDK_VERSION%%/demo/Animator/images/SimpleAnimation/T2.gif Xjdk%%JDK_VERSION%%/demo/Animator/images/Beans/T10.gif Xjdk%%JDK_VERSION%%/demo/Animator/images/Beans/T9.gif Xjdk%%JDK_VERSION%%/demo/Animator/images/Beans/T7.gif Xjdk%%JDK_VERSION%%/demo/Animator/images/Beans/T3.gif Xjdk%%JDK_VERSION%%/demo/Animator/images/Beans/T8.gif Xjdk%%JDK_VERSION%%/demo/Animator/images/Beans/T6.gif Xjdk%%JDK_VERSION%%/demo/Animator/images/Beans/T2.gif Xjdk%%JDK_VERSION%%/demo/Animator/images/Beans/T1.gif Xjdk%%JDK_VERSION%%/demo/Animator/images/Beans/T5.gif Xjdk%%JDK_VERSION%%/demo/Animator/images/Beans/T4.gif Xjdk%%JDK_VERSION%%/demo/Animator/images/loading-msg.gif Xjdk%%JDK_VERSION%%/demo/Animator/example1.html Xjdk%%JDK_VERSION%%/demo/Animator/example2.html Xjdk%%JDK_VERSION%%/demo/Animator/example3.html Xjdk%%JDK_VERSION%%/demo/Animator/example4.html Xjdk%%JDK_VERSION%%/demo/Animator/Animator.java Xjdk%%JDK_VERSION%%/demo/Animator/Animator.class Xjdk%%JDK_VERSION%%/demo/Animator/ParseException.class Xjdk%%JDK_VERSION%%/demo/Animator/DescriptionFrame.class Xjdk%%JDK_VERSION%%/demo/ArcTest/example1.html Xjdk%%JDK_VERSION%%/demo/ArcTest/ArcTest.java Xjdk%%JDK_VERSION%%/demo/ArcTest/ArcTest.class Xjdk%%JDK_VERSION%%/demo/ArcTest/ArcCanvas.class Xjdk%%JDK_VERSION%%/demo/ArcTest/ArcControls.class Xjdk%%JDK_VERSION%%/demo/BarChart/example1.html Xjdk%%JDK_VERSION%%/demo/BarChart/Chart.java Xjdk%%JDK_VERSION%%/demo/BarChart/Chart.class Xjdk%%JDK_VERSION%%/demo/Blink/example1.html Xjdk%%JDK_VERSION%%/demo/Blink/Blink.java Xjdk%%JDK_VERSION%%/demo/Blink/Blink.class Xjdk%%JDK_VERSION%%/demo/CardTest/example1.html Xjdk%%JDK_VERSION%%/demo/CardTest/CardTest.java Xjdk%%JDK_VERSION%%/demo/CardTest/CardPanel.class Xjdk%%JDK_VERSION%%/demo/CardTest/CardTest.class Xjdk%%JDK_VERSION%%/demo/Clock/example1.html Xjdk%%JDK_VERSION%%/demo/Clock/Clock2.java Xjdk%%JDK_VERSION%%/demo/Clock/Clock2.class Xjdk%%JDK_VERSION%%/demo/DitherTest/example1.html Xjdk%%JDK_VERSION%%/demo/DitherTest/DitherTest.java Xjdk%%JDK_VERSION%%/demo/DitherTest/DitherTest.class Xjdk%%JDK_VERSION%%/demo/DitherTest/DitherCanvas.class Xjdk%%JDK_VERSION%%/demo/DitherTest/DitherControls.class Xjdk%%JDK_VERSION%%/demo/DrawTest/example1.html Xjdk%%JDK_VERSION%%/demo/DrawTest/DrawTest.java Xjdk%%JDK_VERSION%%/demo/DrawTest/DrawTest.class Xjdk%%JDK_VERSION%%/demo/DrawTest/DrawPanel.class Xjdk%%JDK_VERSION%%/demo/DrawTest/DrawControls.class Xjdk%%JDK_VERSION%%/demo/Fractal/example1.html Xjdk%%JDK_VERSION%%/demo/Fractal/CLSFractal.java Xjdk%%JDK_VERSION%%/demo/Fractal/CLSFractal.class Xjdk%%JDK_VERSION%%/demo/Fractal/CLSTurtle.class Xjdk%%JDK_VERSION%%/demo/Fractal/ContextLSystem.class Xjdk%%JDK_VERSION%%/demo/Fractal/CLSRule.class Xjdk%%JDK_VERSION%%/demo/GraphLayout/audio/computer.au Xjdk%%JDK_VERSION%%/demo/GraphLayout/audio/drip.au Xjdk%%JDK_VERSION%%/demo/GraphLayout/audio/gong.au Xjdk%%JDK_VERSION%%/demo/GraphLayout/example1.html Xjdk%%JDK_VERSION%%/demo/GraphLayout/example2.html Xjdk%%JDK_VERSION%%/demo/GraphLayout/example3.html Xjdk%%JDK_VERSION%%/demo/GraphLayout/example4.html Xjdk%%JDK_VERSION%%/demo/GraphLayout/Graph.java Xjdk%%JDK_VERSION%%/demo/GraphLayout/Node.class Xjdk%%JDK_VERSION%%/demo/GraphLayout/Edge.class Xjdk%%JDK_VERSION%%/demo/GraphLayout/GraphPanel.class Xjdk%%JDK_VERSION%%/demo/GraphLayout/Graph.class Xjdk%%JDK_VERSION%%/demo/GraphicsTest/example1.html Xjdk%%JDK_VERSION%%/demo/GraphicsTest/AppletFrame.java Xjdk%%JDK_VERSION%%/demo/GraphicsTest/GraphicsTest.java Xjdk%%JDK_VERSION%%/demo/GraphicsTest/AppletFrame.class Xjdk%%JDK_VERSION%%/demo/GraphicsTest/GraphicsPanel.class Xjdk%%JDK_VERSION%%/demo/GraphicsTest/GraphicsTest.class Xjdk%%JDK_VERSION%%/demo/GraphicsTest/GraphicsCards.class Xjdk%%JDK_VERSION%%/demo/GraphicsTest/ArcCard.class Xjdk%%JDK_VERSION%%/demo/GraphicsTest/ArcDegreePanel.class Xjdk%%JDK_VERSION%%/demo/GraphicsTest/ArcPanel.class Xjdk%%JDK_VERSION%%/demo/GraphicsTest/Shape.class Xjdk%%JDK_VERSION%%/demo/GraphicsTest/RectShape.class Xjdk%%JDK_VERSION%%/demo/GraphicsTest/OvalShape.class Xjdk%%JDK_VERSION%%/demo/GraphicsTest/RoundRectShape.class Xjdk%%JDK_VERSION%%/demo/GraphicsTest/PolygonShape.class Xjdk%%JDK_VERSION%%/demo/GraphicsTest/ShapeTest.class Xjdk%%JDK_VERSION%%/demo/GraphicsTest/ColorUtils.class Xjdk%%JDK_VERSION%%/demo/ImageMap/audio/chirp1.au Xjdk%%JDK_VERSION%%/demo/ImageMap/audio/hi.au Xjdk%%JDK_VERSION%%/demo/ImageMap/images/jim.graham.gif Xjdk%%JDK_VERSION%%/demo/ImageMap/example1.html Xjdk%%JDK_VERSION%%/demo/ImageMap/sources.html Xjdk%%JDK_VERSION%%/demo/ImageMap/imagemapcheat.html Xjdk%%JDK_VERSION%%/demo/ImageMap/AniArea.java Xjdk%%JDK_VERSION%%/demo/ImageMap/ButtonFilter.java Xjdk%%JDK_VERSION%%/demo/ImageMap/ClickArea.java Xjdk%%JDK_VERSION%%/demo/ImageMap/DelayedSoundArea.java Xjdk%%JDK_VERSION%%/demo/ImageMap/HighlightArea.java Xjdk%%JDK_VERSION%%/demo/ImageMap/HighlightFilter.java Xjdk%%JDK_VERSION%%/demo/ImageMap/HrefButtonArea.java Xjdk%%JDK_VERSION%%/demo/ImageMap/ImageMap.java Xjdk%%JDK_VERSION%%/demo/ImageMap/ImageMapArea.java Xjdk%%JDK_VERSION%%/demo/ImageMap/LinkArea.java Xjdk%%JDK_VERSION%%/demo/ImageMap/NameArea.java Xjdk%%JDK_VERSION%%/demo/ImageMap/RoundButtonFilter.java Xjdk%%JDK_VERSION%%/demo/ImageMap/RoundHrefButtonArea.java Xjdk%%JDK_VERSION%%/demo/ImageMap/SoundArea.java Xjdk%%JDK_VERSION%%/demo/ImageMap/TickerArea.java Xjdk%%JDK_VERSION%%/demo/ImageMap/AniArea.class Xjdk%%JDK_VERSION%%/demo/ImageMap/ButtonFilter.class Xjdk%%JDK_VERSION%%/demo/ImageMap/ClickArea.class Xjdk%%JDK_VERSION%%/demo/ImageMap/DelayedSoundArea.class Xjdk%%JDK_VERSION%%/demo/ImageMap/HighlightArea.class Xjdk%%JDK_VERSION%%/demo/ImageMap/HighlightFilter.class Xjdk%%JDK_VERSION%%/demo/ImageMap/HrefButtonArea.class Xjdk%%JDK_VERSION%%/demo/ImageMap/ImageMap.class Xjdk%%JDK_VERSION%%/demo/ImageMap/ImageMapArea.class Xjdk%%JDK_VERSION%%/demo/ImageMap/LinkArea.class Xjdk%%JDK_VERSION%%/demo/ImageMap/NameArea.class Xjdk%%JDK_VERSION%%/demo/ImageMap/RoundButtonFilter.class Xjdk%%JDK_VERSION%%/demo/ImageMap/RoundHrefButtonArea.class Xjdk%%JDK_VERSION%%/demo/ImageMap/SoundArea.class Xjdk%%JDK_VERSION%%/demo/ImageMap/TickerArea.class Xjdk%%JDK_VERSION%%/demo/JumpingBox/sounds/adapt-or-die.au Xjdk%%JDK_VERSION%%/demo/JumpingBox/sounds/ip.au Xjdk%%JDK_VERSION%%/demo/JumpingBox/sounds/that.hurts.au Xjdk%%JDK_VERSION%%/demo/JumpingBox/sounds/cannot.be.completed.au Xjdk%%JDK_VERSION%%/demo/JumpingBox/sounds/thin.bell.au Xjdk%%JDK_VERSION%%/demo/JumpingBox/sounds/tiptoe.thru.the.tulips.au Xjdk%%JDK_VERSION%%/demo/JumpingBox/example1.html Xjdk%%JDK_VERSION%%/demo/JumpingBox/MouseTrack.java Xjdk%%JDK_VERSION%%/demo/JumpingBox/MouseTrack.class Xjdk%%JDK_VERSION%%/demo/MoleculeViewer/models/benzene.xyz Xjdk%%JDK_VERSION%%/demo/MoleculeViewer/models/buckminsterfullerine.xyz Xjdk%%JDK_VERSION%%/demo/MoleculeViewer/models/HyaluronicAcid.xyz Xjdk%%JDK_VERSION%%/demo/MoleculeViewer/models/cyclohexane.xyz Xjdk%%JDK_VERSION%%/demo/MoleculeViewer/models/ethane.xyz Xjdk%%JDK_VERSION%%/demo/MoleculeViewer/models/water.xyz Xjdk%%JDK_VERSION%%/demo/MoleculeViewer/example1.html Xjdk%%JDK_VERSION%%/demo/MoleculeViewer/example2.html Xjdk%%JDK_VERSION%%/demo/MoleculeViewer/example3.html Xjdk%%JDK_VERSION%%/demo/MoleculeViewer/Matrix3D.java Xjdk%%JDK_VERSION%%/demo/MoleculeViewer/XYZApp.java Xjdk%%JDK_VERSION%%/demo/MoleculeViewer/Matrix3D.class Xjdk%%JDK_VERSION%%/demo/MoleculeViewer/XYZChemModel.class Xjdk%%JDK_VERSION%%/demo/MoleculeViewer/XYZApp.class Xjdk%%JDK_VERSION%%/demo/MoleculeViewer/Atom.class Xjdk%%JDK_VERSION%%/demo/NervousText/example1.html Xjdk%%JDK_VERSION%%/demo/NervousText/NervousText.java Xjdk%%JDK_VERSION%%/demo/NervousText/NervousText.class Xjdk%%JDK_VERSION%%/demo/SimpleGraph/example1.html Xjdk%%JDK_VERSION%%/demo/SimpleGraph/GraphApplet.java Xjdk%%JDK_VERSION%%/demo/SimpleGraph/GraphApplet.class Xjdk%%JDK_VERSION%%/demo/SortDemo/example1.html Xjdk%%JDK_VERSION%%/demo/SortDemo/BidirBubbleSortAlgorithm.java Xjdk%%JDK_VERSION%%/demo/SortDemo/BubbleSortAlgorithm.java Xjdk%%JDK_VERSION%%/demo/SortDemo/QSortAlgorithm.java Xjdk%%JDK_VERSION%%/demo/SortDemo/SortAlgorithm.java Xjdk%%JDK_VERSION%%/demo/SortDemo/SortItem.java Xjdk%%JDK_VERSION%%/demo/SortDemo/BidirBubbleSortAlgorithm.class Xjdk%%JDK_VERSION%%/demo/SortDemo/BubbleSortAlgorithm.class Xjdk%%JDK_VERSION%%/demo/SortDemo/QSortAlgorithm.class Xjdk%%JDK_VERSION%%/demo/SortDemo/SortAlgorithm.class Xjdk%%JDK_VERSION%%/demo/SortDemo/SortItem.class Xjdk%%JDK_VERSION%%/demo/SpreadSheet/example1.html Xjdk%%JDK_VERSION%%/demo/SpreadSheet/SpreadSheet.java Xjdk%%JDK_VERSION%%/demo/SpreadSheet/SpreadSheet.class Xjdk%%JDK_VERSION%%/demo/SpreadSheet/CellUpdater.class Xjdk%%JDK_VERSION%%/demo/SpreadSheet/Cell.class Xjdk%%JDK_VERSION%%/demo/SpreadSheet/Node.class Xjdk%%JDK_VERSION%%/demo/SpreadSheet/InputField.class Xjdk%%JDK_VERSION%%/demo/SpreadSheet/SpreadSheetInput.class Xjdk%%JDK_VERSION%%/demo/TicTacToe/audio/beep.au Xjdk%%JDK_VERSION%%/demo/TicTacToe/audio/ding.au Xjdk%%JDK_VERSION%%/demo/TicTacToe/audio/return.au Xjdk%%JDK_VERSION%%/demo/TicTacToe/audio/yahoo1.au Xjdk%%JDK_VERSION%%/demo/TicTacToe/audio/yahoo2.au Xjdk%%JDK_VERSION%%/demo/TicTacToe/images/cross.gif Xjdk%%JDK_VERSION%%/demo/TicTacToe/images/not.gif Xjdk%%JDK_VERSION%%/demo/TicTacToe/example1.html Xjdk%%JDK_VERSION%%/demo/TicTacToe/TicTacToe.java Xjdk%%JDK_VERSION%%/demo/TicTacToe/TicTacToe.class Xjdk%%JDK_VERSION%%/demo/WireFrame/models/cube.obj Xjdk%%JDK_VERSION%%/demo/WireFrame/models/dinasaur.obj Xjdk%%JDK_VERSION%%/demo/WireFrame/models/hughes_500.obj Xjdk%%JDK_VERSION%%/demo/WireFrame/models/knoxS.obj Xjdk%%JDK_VERSION%%/demo/WireFrame/example1.html Xjdk%%JDK_VERSION%%/demo/WireFrame/example2.html Xjdk%%JDK_VERSION%%/demo/WireFrame/example3.html Xjdk%%JDK_VERSION%%/demo/WireFrame/example4.html Xjdk%%JDK_VERSION%%/demo/WireFrame/Matrix3D.java Xjdk%%JDK_VERSION%%/demo/WireFrame/ThreeD.java Xjdk%%JDK_VERSION%%/demo/WireFrame/Matrix3D.class Xjdk%%JDK_VERSION%%/demo/WireFrame/FileFormatException.class Xjdk%%JDK_VERSION%%/demo/WireFrame/Model3D.class Xjdk%%JDK_VERSION%%/demo/WireFrame/ThreeD.class Xjdk%%JDK_VERSION%%/demo/i18n/Collate/CollationDetails.html Xjdk%%JDK_VERSION%%/demo/i18n/Collate/example1.html Xjdk%%JDK_VERSION%%/demo/i18n/DateTimeFormat/example1.html Xjdk%%JDK_VERSION%%/demo/i18n/MessageFormat/example1.html Xjdk%%JDK_VERSION%%/demo/i18n/NumberFormat/example1.html Xjdk%%JDK_VERSION%%/demo/i18n/TextBound/example1.html Xjdk%%JDK_VERSION%%/demo/i18n/code/BorderPanel.java Xjdk%%JDK_VERSION%%/demo/i18n/code/ChoiceResource.java Xjdk%%JDK_VERSION%%/demo/i18n/code/ChoiceResource_da.java Xjdk%%JDK_VERSION%%/demo/i18n/code/ChoiceResource_de.java Xjdk%%JDK_VERSION%%/demo/i18n/code/ChoiceResource_en.java Xjdk%%JDK_VERSION%%/demo/i18n/code/ChoiceResource_fr.java Xjdk%%JDK_VERSION%%/demo/i18n/code/ChoiceResource_it.java Xjdk%%JDK_VERSION%%/demo/i18n/code/ChoiceResource_ja.java Xjdk%%JDK_VERSION%%/demo/i18n/code/CollateDemo.java Xjdk%%JDK_VERSION%%/demo/i18n/code/DateTimeDemo.java Xjdk%%JDK_VERSION%%/demo/i18n/code/DemoApplet.java Xjdk%%JDK_VERSION%%/demo/i18n/code/MessageFormatDemo.java Xjdk%%JDK_VERSION%%/demo/i18n/code/NumberFormatDemo.java Xjdk%%JDK_VERSION%%/demo/i18n/code/TextBoundDemo.java Xjdk%%JDK_VERSION%%/demo/i18n/code/Utility.java Xjdk%%JDK_VERSION%%/demo/i18n/code/BorderPanel.class Xjdk%%JDK_VERSION%%/demo/i18n/code/ChoiceResource.class Xjdk%%JDK_VERSION%%/demo/i18n/code/ChoiceResource_da.class Xjdk%%JDK_VERSION%%/demo/i18n/code/ChoiceResource_de.class Xjdk%%JDK_VERSION%%/demo/i18n/code/ChoiceResource_en.class Xjdk%%JDK_VERSION%%/demo/i18n/code/ChoiceResource_fr.class Xjdk%%JDK_VERSION%%/demo/i18n/code/ChoiceResource_it.class Xjdk%%JDK_VERSION%%/demo/i18n/code/ChoiceResource_ja.class Xjdk%%JDK_VERSION%%/demo/i18n/code/CollateDemo.class Xjdk%%JDK_VERSION%%/demo/i18n/code/CollateFrame.class Xjdk%%JDK_VERSION%%/demo/i18n/code/DateTimeDemo.class Xjdk%%JDK_VERSION%%/demo/i18n/code/DateTimeFrame.class Xjdk%%JDK_VERSION%%/demo/i18n/code/DemoApplet.class Xjdk%%JDK_VERSION%%/demo/i18n/code/MessageFormatDemo.class Xjdk%%JDK_VERSION%%/demo/i18n/code/MessageFormatFrame.class Xjdk%%JDK_VERSION%%/demo/i18n/code/XBorderPanel.class Xjdk%%JDK_VERSION%%/demo/i18n/code/NumberFormatDemo.class Xjdk%%JDK_VERSION%%/demo/i18n/code/NumberFormatFrame.class Xjdk%%JDK_VERSION%%/demo/i18n/code/TextBoundDemo.class Xjdk%%JDK_VERSION%%/demo/i18n/code/TextBoundFrame.class Xjdk%%JDK_VERSION%%/demo/i18n/code/Utility.class Xjdk%%JDK_VERSION%%/demo/awt-1.1/index.html Xjdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel/index.html Xjdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel/Box.java Xjdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel/Click0.java Xjdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel/Click1.java Xjdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel/Click2.java Xjdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel/Click3.java Xjdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel/ColumnOfBoxes.java Xjdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel/Box.class Xjdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel/Click0.class Xjdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel/Click0$1.class Xjdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel/Click0$2.class Xjdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel/Click1.class Xjdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel/Click1$TargetListener.class Xjdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel/Click1$1.class Xjdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel/Click1$2.class Xjdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel/Click2.class Xjdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel/Click2$TargetListener.class Xjdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel/Click2$1.class Xjdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel/Click2$2.class Xjdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel/Click3.class Xjdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel/Click3$TargetListener.class Xjdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel/Click3$1.class Xjdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel/Click3$2.class Xjdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel/Click3$3.class Xjdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel/ColumnOfBoxes.class Xjdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/index.html Xjdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/example.html Xjdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/ExampleApplet.jar Xjdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/ExampleApplet.zip Xjdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/Switcher.class Xjdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/actual/images/mandrill.jpg Xjdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/actual/Gauge.java Xjdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/actual/DoubleBufferPanel.java Xjdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/actual/ExampleApplet.java Xjdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/actual/actual/Gauge.class Xjdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/actual/actual/DoubleBufferPanel.class Xjdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/actual/actual/ExampleApplet.class Xjdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/actual/actual/PrettyPanel.class Xjdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/actual/actual/GaugeThread.class Xjdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/alternative/ExampleApplet.gif Xjdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/alternative/ImageDisplayer.java Xjdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/alternative/PictureFrame.java Xjdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/alternative/Compatibility.java Xjdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/alternative/ExampleApplet.java Xjdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/alternative/alternative/ImageDisplayer.class Xjdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/alternative/alternative/PictureFrame.class Xjdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/alternative/alternative/Compatibility.class Xjdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/alternative/alternative/ExampleApplet.class Xjdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/OpenlookButtons/example.html Xjdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/OpenlookButtons/ExampleApplet.jar Xjdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/OpenlookButtons/ExampleApplet.zip Xjdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/OpenlookButtons/Switcher.class Xjdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/OpenlookButtons/actual/images/scott.jpg Xjdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/OpenlookButtons/actual/OpenlookButton.java Xjdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/OpenlookButtons/actual/ExampleApplet.java Xjdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/OpenlookButtons/actual/actual/OpenlookButton.class Xjdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/OpenlookButtons/actual/actual/ExampleApplet.class Xjdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/OpenlookButtons/actual/actual/ExampleActionListener.class Xjdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/OpenlookButtons/alternative/ExampleApplet.gif Xjdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/OpenlookButtons/alternative/ImageDisplayer.java Xjdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/OpenlookButtons/alternative/PictureFrame.java Xjdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/OpenlookButtons/alternative/Compatibility.java Xjdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/OpenlookButtons/alternative/ExampleApplet.java Xjdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/OpenlookButtons/alternative/alternative/ImageDisplayer.class Xjdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/OpenlookButtons/alternative/alternative/PictureFrame.class Xjdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/OpenlookButtons/alternative/alternative/Compatibility.class Xjdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/OpenlookButtons/alternative/alternative/ExampleApplet.class Xjdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/RoundButtons/example.html Xjdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/RoundButtons/ExampleApplet.jar Xjdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/RoundButtons/ExampleApplet.zip Xjdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/RoundButtons/Switcher.class Xjdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/RoundButtons/actual/images/scott.jpg Xjdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/RoundButtons/actual/RoundButton.java Xjdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/RoundButtons/actual/ExampleApplet.java Xjdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/RoundButtons/alternative/ExampleApplet.gif Xjdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/RoundButtons/alternative/ImageDisplayer.java Xjdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/RoundButtons/alternative/PictureFrame.java Xjdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/RoundButtons/alternative/Compatibility.java Xjdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/RoundButtons/alternative/ExampleApplet.java Xjdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/RoundButtons/alternative/alternative/ImageDisplayer.class Xjdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/RoundButtons/alternative/alternative/PictureFrame.class Xjdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/RoundButtons/alternative/alternative/Compatibility.class Xjdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/RoundButtons/alternative/alternative/ExampleApplet.class Xjdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Spinner/example.html Xjdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Spinner/ExampleApplet.jar Xjdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Spinner/ExampleApplet.zip Xjdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Spinner/Switcher.class Xjdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Spinner/actual/images/orb.gif Xjdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Spinner/actual/Spinner.java Xjdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Spinner/actual/ExampleApplet.java Xjdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Spinner/actual/actual/Spinner.class Xjdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Spinner/actual/actual/SpinnerThread.class Xjdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Spinner/actual/actual/ExampleApplet.class Xjdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Spinner/alternative/ExampleApplet.gif Xjdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Spinner/alternative/ImageDisplayer.java Xjdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Spinner/alternative/PictureFrame.java Xjdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Spinner/alternative/Compatibility.java Xjdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Spinner/alternative/ExampleApplet.java Xjdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Spinner/alternative/alternative/ImageDisplayer.class Xjdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Spinner/alternative/alternative/PictureFrame.class Xjdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Spinner/alternative/alternative/Compatibility.class Xjdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Spinner/alternative/alternative/ExampleApplet.class Xjdk%%JDK_VERSION%%/demo/awt-1.1/symboltest/index.html Xjdk%%JDK_VERSION%%/demo/awt-1.1/symboltest/SymbolTest.java Xjdk%%JDK_VERSION%%/demo/awt-1.1/symboltest/SymbolTest.class Xjdk%%JDK_VERSION%%/demo/awt-1.1/symboltest/SymbolTest$MyAdapter.class Xjdk%%JDK_VERSION%%/demo/awt-1.1/symboltest/SymbolCanvas.class Xjdk%%JDK_VERSION%%/COPYRIGHT Xjdk%%JDK_VERSION%%/src.zip Xjdk%%JDK_VERSION%%/LICENSE Xjdk%%JDK_VERSION%%/README Xjdk%%JDK_VERSION%%/README.FreeBSD Xjdk%%JDK_VERSION%%/CHANGES Xjdk%%JDK_VERSION%%/index.html X@exec mkdir -p %D/share/java/classes X@exec mkdir -p %D/share/doc/java X@unexec rmdir %D/share/java/classes X@unexec rmdir %D/share/java X@unexec rmdir %D/share/doc/java X@exec %D/bin/registervm "%D/jdk%%JDK_VERSION%%/bin/java # JDK%%JDK_VERSION%%" X@unexec %D/bin/unregistervm JDK%%JDK_VERSION%% X@dirrm jdk%%JDK_VERSION%%/lib/security X@dirrm jdk%%JDK_VERSION%%/lib/locale/ja_JP.UTF-8/app-defaults X@dirrm jdk%%JDK_VERSION%%/lib/locale/ja_JP.UTF-8 X@dirrm jdk%%JDK_VERSION%%/lib/locale/ja_JP.PCK/app-defaults X@dirrm jdk%%JDK_VERSION%%/lib/locale/ja_JP.PCK X@dirrm jdk%%JDK_VERSION%%/lib/locale/ja/app-defaults X@dirrm jdk%%JDK_VERSION%%/lib/locale/ja X@dirrm jdk%%JDK_VERSION%%/lib/locale X@dirrm jdk%%JDK_VERSION%%/lib/i386/green_threads X@dirrm jdk%%JDK_VERSION%%/lib/i386 X@dirrm jdk%%JDK_VERSION%%/lib X@dirrm jdk%%JDK_VERSION%%/include/green_threads/include X@dirrm jdk%%JDK_VERSION%%/include/green_threads X@dirrm jdk%%JDK_VERSION%%/include/freebsd X@dirrm jdk%%JDK_VERSION%%/include X@dirrm jdk%%JDK_VERSION%%/demo/i18n/code X@dirrm jdk%%JDK_VERSION%%/demo/i18n/TextBound X@dirrm jdk%%JDK_VERSION%%/demo/i18n/NumberFormat X@dirrm jdk%%JDK_VERSION%%/demo/i18n/MessageFormat X@dirrm jdk%%JDK_VERSION%%/demo/i18n/DateTimeFormat X@dirrm jdk%%JDK_VERSION%%/demo/i18n/Collate X@dirrm jdk%%JDK_VERSION%%/demo/i18n X@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/symboltest X@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Spinner/alternative/alternative X@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Spinner/alternative X@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Spinner/actual/images X@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Spinner/actual/actual X@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Spinner/actual X@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Spinner X@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/RoundButtons/alternative/alternative X@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/RoundButtons/alternative X@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/RoundButtons/actual/images X@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/RoundButtons/actual X@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/RoundButtons X@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/OpenlookButtons/alternative/alternative X@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/OpenlookButtons/alternative X@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/OpenlookButtons/actual/images X@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/OpenlookButtons/actual/actual X@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/OpenlookButtons/actual X@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/OpenlookButtons X@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/alternative/alternative X@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/alternative X@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/actual/images X@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/actual/actual X@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/actual X@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge X@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight X@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel X@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1 X@dirrm jdk%%JDK_VERSION%%/demo/WireFrame/models X@dirrm jdk%%JDK_VERSION%%/demo/WireFrame X@dirrm jdk%%JDK_VERSION%%/demo/TicTacToe/images X@dirrm jdk%%JDK_VERSION%%/demo/TicTacToe/audio X@dirrm jdk%%JDK_VERSION%%/demo/TicTacToe X@dirrm jdk%%JDK_VERSION%%/demo/SpreadSheet X@dirrm jdk%%JDK_VERSION%%/demo/SortDemo X@dirrm jdk%%JDK_VERSION%%/demo/SimpleGraph X@dirrm jdk%%JDK_VERSION%%/demo/NervousText X@dirrm jdk%%JDK_VERSION%%/demo/MoleculeViewer/models X@dirrm jdk%%JDK_VERSION%%/demo/MoleculeViewer X@dirrm jdk%%JDK_VERSION%%/demo/JumpingBox/sounds X@dirrm jdk%%JDK_VERSION%%/demo/JumpingBox X@dirrm jdk%%JDK_VERSION%%/demo/ImageMap/images X@dirrm jdk%%JDK_VERSION%%/demo/ImageMap/audio X@dirrm jdk%%JDK_VERSION%%/demo/ImageMap X@dirrm jdk%%JDK_VERSION%%/demo/GraphicsTest X@dirrm jdk%%JDK_VERSION%%/demo/GraphLayout/audio X@dirrm jdk%%JDK_VERSION%%/demo/GraphLayout X@dirrm jdk%%JDK_VERSION%%/demo/Fractal X@dirrm jdk%%JDK_VERSION%%/demo/DrawTest X@dirrm jdk%%JDK_VERSION%%/demo/DitherTest X@dirrm jdk%%JDK_VERSION%%/demo/Clock X@dirrm jdk%%JDK_VERSION%%/demo/CardTest X@dirrm jdk%%JDK_VERSION%%/demo/Blink X@dirrm jdk%%JDK_VERSION%%/demo/BarChart X@dirrm jdk%%JDK_VERSION%%/demo/ArcTest X@dirrm jdk%%JDK_VERSION%%/demo/Animator/images/SimpleAnimation X@dirrm jdk%%JDK_VERSION%%/demo/Animator/images/Beans X@dirrm jdk%%JDK_VERSION%%/demo/Animator/images X@dirrm jdk%%JDK_VERSION%%/demo/Animator/audio X@dirrm jdk%%JDK_VERSION%%/demo/Animator X@dirrm jdk%%JDK_VERSION%%/demo X@dirrm jdk%%JDK_VERSION%%/bin/i386/green_threads X@dirrm jdk%%JDK_VERSION%%/bin/i386 X@dirrm jdk%%JDK_VERSION%%/bin X@dirrm jdk%%JDK_VERSION%% END-of-jdk/pkg-plist exit --gKMricLos+KVdGMg Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="Makefile.diff" *** Makefile.orig Tue Mar 6 13:12:04 2001 --- Makefile Tue Mar 6 13:13:43 2001 *************** do-install: *** 42,46 **** --- 42,49 ---- post-install: ${LOCALBASE}/bin/registervm "${PREFIX}/jdk${JDK_VERSION}/bin/java # JDK${JDK_VERSION}" + .if ${OSVERSION} > 400000 + ${ECHO} "You will need to install the compat3x libraries to use this port." + .endif .include --gKMricLos+KVdGMg-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message