From 4f40d394f8abe7143b96af63cbcc6d503c9e7670 Mon Sep 17 00:00:00 2001 From: tnn Date: Sun, 20 Jan 2008 02:31:46 +0000 Subject: [PATCH] Update lang/sun-jre6 to 6.0.3 and lang/sun-jdk6 to 6.0.4. Please see the release notes online[1] for the list of fixed bugs. Also, the license was wrong. There are several differences in all clauses between the 1.3 and 6 licenses, so add the proper license files. [1] http://java.sun.com/javase/6/webnotes/ReleaseNotes.html --- lang/sun-jdk6/DESCR | 2 +- lang/sun-jdk6/Makefile | 16 +- lang/sun-jdk6/PLIST | 1361 +++++++++++++++++++++++++++++++- lang/sun-jdk6/buildlink3.mk | 4 +- lang/sun-jdk6/distinfo | 8 +- lang/sun-jre6/DESCR | 2 +- lang/sun-jre6/Makefile | 11 +- lang/sun-jre6/Makefile.common | 5 +- lang/sun-jre6/PLIST.linux-i386 | 5 +- lang/sun-jre6/buildlink3.mk | 4 +- lang/sun-jre6/distinfo | 8 +- licenses/sun-jdk6-license | 289 +++++++ licenses/sun-jre6-license | 235 ++++++ 13 files changed, 1917 insertions(+), 33 deletions(-) create mode 100644 licenses/sun-jdk6-license create mode 100644 licenses/sun-jre6-license diff --git a/lang/sun-jdk6/DESCR b/lang/sun-jdk6/DESCR index bcf4442064d9..3ddc8eb53083 100644 --- a/lang/sun-jdk6/DESCR +++ b/lang/sun-jdk6/DESCR @@ -1 +1 @@ -This is the Linux port of the Sun Java(tm) Development Kit (J2SE 5.0). +This is the Linux port of the Sun Java(tm) Development Kit (J2SE 6.0). diff --git a/lang/sun-jdk6/Makefile b/lang/sun-jdk6/Makefile index 333f9c617da7..cc07e47a3f30 100644 --- a/lang/sun-jdk6/Makefile +++ b/lang/sun-jdk6/Makefile @@ -1,19 +1,21 @@ -# $NetBSD: Makefile,v 1.5 2007/08/22 14:03:48 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2008/01/20 02:31:47 tnn Exp $ -DISTNAME= jdk-6u1-linux-${DIST_ARCH} -PKGNAME= sun-jdk6-6.0.1 -PKGREVISION= 1 +DISTNAME= jdk-6u4-linux-${DIST_ARCH} +PKGNAME= sun-jdk6-6.0.4 MASTER_SITES= # empty -DOWNLOAD_NAME= JDK 6u1 +DOWNLOAD_NAME= JDK 6u4 SHORT_NAME= JDK -DEPENDS+= ${PKGNAME_NOREV:S/jdk/jre/}*:../../lang/sun-jre6 +DEPENDS+= sun-jre6-6.0.3:../../lang/sun-jre6 +#DEPENDS+= ${PKGNAME_NOREV:S/jdk/jre/}*:../../lang/sun-jre6 -WRKSRC= ${WRKDIR}/jdk1.6.0_01 +WRKSRC= ${WRKDIR}/jdk1.6.0_04 JAVA_WRAPPERS= appletviewer apt extcheck idlj jar jarsigner \ javac javadoc javah javap jdb rmic serialver +LICENSE= sun-jdk6-license + .include "../../lang/sun-jre6/Makefile.common" # Remove parts that are in common with the JRE diff --git a/lang/sun-jdk6/PLIST b/lang/sun-jdk6/PLIST index d6f767dc8269..a7787bdf42f5 100644 --- a/lang/sun-jdk6/PLIST +++ b/lang/sun-jdk6/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2007/02/18 19:11:26 tv Exp $ +@comment $NetBSD: PLIST,v 1.2 2008/01/20 02:31:48 tnn Exp $ bin/sun6-appletviewer bin/sun6-apt bin/sun6-extcheck @@ -46,11 +46,30 @@ java/sun-6/bin/wsgen java/sun-6/bin/wsimport java/sun-6/bin/xjc java/sun-6/db/3RDPARTY -java/sun-6/db/CHANGES +java/sun-6/db/CHANGES.html java/sun-6/db/LICENSE -java/sun-6/db/LICENSE-JAVA-DB-EARLY-ACCESS java/sun-6/db/NOTICE java/sun-6/db/RELEASE-NOTES.html +java/sun-6/db/bin/NetworkServerControl +java/sun-6/db/bin/NetworkServerControl.bat +java/sun-6/db/bin/dblook +java/sun-6/db/bin/dblook.bat +java/sun-6/db/bin/derby_common.bat +java/sun-6/db/bin/derby_common.sh +java/sun-6/db/bin/ij +java/sun-6/db/bin/ij.bat +java/sun-6/db/bin/setEmbeddedCP +java/sun-6/db/bin/setEmbeddedCP.bat +java/sun-6/db/bin/setNetworkClientCP +java/sun-6/db/bin/setNetworkClientCP.bat +java/sun-6/db/bin/setNetworkServerCP +java/sun-6/db/bin/setNetworkServerCP.bat +java/sun-6/db/bin/startNetworkServer +java/sun-6/db/bin/startNetworkServer.bat +java/sun-6/db/bin/stopNetworkServer +java/sun-6/db/bin/stopNetworkServer.bat +java/sun-6/db/bin/sysinfo +java/sun-6/db/bin/sysinfo.bat java/sun-6/db/demo/databases/toursdb.jar java/sun-6/db/demo/databases/toursdb/log/log.ctrl java/sun-6/db/demo/databases/toursdb/log/log1.dat @@ -135,6 +154,21 @@ java/sun-6/db/demo/databases/toursdb/seg0/cf0.dat java/sun-6/db/demo/databases/toursdb/service.properties java/sun-6/db/demo/programs/csfull.css java/sun-6/db/demo/programs/demo.html +java/sun-6/db/demo/programs/localcal/README +java/sun-6/db/demo/programs/localcal/src/AddEventRequest.java +java/sun-6/db/demo/programs/localcal/src/CalEvent.java +java/sun-6/db/demo/programs/localcal/src/CalendarController.java +java/sun-6/db/demo/programs/localcal/src/DatabaseManager.java +java/sun-6/db/demo/programs/localcal/src/DeleteEventRequest.java +java/sun-6/db/demo/programs/localcal/src/EventManager.java +java/sun-6/db/demo/programs/localcal/src/GCalendar.java +java/sun-6/db/demo/programs/localcal/src/GCalendarRequest.java +java/sun-6/db/demo/programs/localcal/src/NetworkDownException.java +java/sun-6/db/demo/programs/localcal/src/RequestManager.java +java/sun-6/db/demo/programs/localcal/src/UpdateEventRequest.java +java/sun-6/db/demo/programs/localcal/src/images/delete.gif +java/sun-6/db/demo/programs/localcal/src/index.html +java/sun-6/db/demo/programs/localcal/src/localcal.js java/sun-6/db/demo/programs/navbar.html java/sun-6/db/demo/programs/nserverdemo/NetworkServerUtil.class java/sun-6/db/demo/programs/nserverdemo/NetworkServerUtil.java @@ -151,6 +185,15 @@ java/sun-6/db/demo/programs/nserverdemo/nserverdemo.html java/sun-6/db/demo/programs/nserverdemo/readme.html java/sun-6/db/demo/programs/nserverdemo/simpleserversample.html java/sun-6/db/demo/programs/readme.html +java/sun-6/db/demo/programs/scores/README +java/sun-6/db/demo/programs/scores/customizeMe.properties +java/sun-6/db/demo/programs/scores/java/client/org/apache/derbyDemo/scores/app/Scores.java +java/sun-6/db/demo/programs/scores/java/client/org/apache/derbyDemo/scores/data/Data.java +java/sun-6/db/demo/programs/scores/java/client/org/apache/derbyDemo/scores/data/Database.java +java/sun-6/db/demo/programs/scores/java/common/org/apache/derbyDemo/scores/util/Logger.java +java/sun-6/db/demo/programs/scores/java/common/org/apache/derbyDemo/scores/util/Utils.java +java/sun-6/db/demo/programs/scores/java/server/org/apache/derbyDemo/scores/proc/Functions.java +java/sun-6/db/demo/programs/scores/java/server/org/apache/derbyDemo/scores/proc/Procedures.java java/sun-6/db/demo/programs/simple/SimpleApp.class java/sun-6/db/demo/programs/simple/SimpleApp.java java/sun-6/db/demo/programs/simple/derby.properties @@ -178,6 +221,1162 @@ java/sun-6/db/demo/programs/workingwithderby/WwdEmbedded.java java/sun-6/db/demo/programs/workingwithderby/WwdUtils.class java/sun-6/db/demo/programs/workingwithderby/WwdUtils.java java/sun-6/db/demo/programs/workingwithderby/readme.html +java/sun-6/db/demo/templates/server.policy +java/sun-6/db/docs/html/adminguide/adminguide-single.html +java/sun-6/db/docs/html/adminguide/cadminadvtops.html +java/sun-6/db/docs/html/adminguide/cadminapps.html +java/sun-6/db/docs/html/adminguide/cadminapps49914.html +java/sun-6/db/docs/html/adminguide/cadminapps59125.html +java/sun-6/db/docs/html/adminguide/cadminapps810777.html +java/sun-6/db/docs/html/adminguide/cadminapps811478.html +java/sun-6/db/docs/html/adminguide/cadminapps811631.html +java/sun-6/db/docs/html/adminguide/cadminapps811656.html +java/sun-6/db/docs/html/adminguide/cadminapps811695.html +java/sun-6/db/docs/html/adminguide/cadminappsclient.html +java/sun-6/db/docs/html/adminguide/cadminappsclientdiffs.html +java/sun-6/db/docs/html/adminguide/cadminappsclientsecurity.html +java/sun-6/db/docs/html/adminguide/cadminappsclienttracing.html +java/sun-6/db/docs/html/adminguide/cadminappsdiffsreadonly.html +java/sun-6/db/docs/html/adminguide/cadminappsjdbcdiffs.html +java/sun-6/db/docs/html/adminguide/cadminappsthenetworkserverandjvms.html +java/sun-6/db/docs/html/adminguide/cadminappsusingthederbytoolswiththene.html +java/sun-6/db/docs/html/adminguide/cadminappsxawthdriver.html +java/sun-6/db/docs/html/adminguide/cadminbckupdb.html +java/sun-6/db/docs/html/adminguide/cadminconfig86869.html +java/sun-6/db/docs/html/adminguide/cadminconfigoverview.html +java/sun-6/db/docs/html/adminguide/cadminconsist01.html +java/sun-6/db/docs/html/adminguide/cadminembeddedserver.html +java/sun-6/db/docs/html/adminguide/cadminhubbkup01.html +java/sun-6/db/docs/html/adminguide/cadminhubbkup12677.html +java/sun-6/db/docs/html/adminguide/cadminhubbkup21105.html +java/sun-6/db/docs/html/adminguide/cadminhubbkup63476.html +java/sun-6/db/docs/html/adminguide/cadminhubbkup67525.html +java/sun-6/db/docs/html/adminguide/cadminhubbkup75469.html +java/sun-6/db/docs/html/adminguide/cadminhubbkup98797.html +java/sun-6/db/docs/html/adminguide/cadminjavadb.html +java/sun-6/db/docs/html/adminguide/cadminlockvti42553.html +java/sun-6/db/docs/html/adminguide/cadminlockvti83889.html +java/sun-6/db/docs/html/adminguide/cadminlog800315.html +java/sun-6/db/docs/html/adminguide/cadminlog98.html +java/sun-6/db/docs/html/adminguide/cadminnetservsecurity.html +java/sun-6/db/docs/html/adminguide/cadminnsdatasources.html +java/sun-6/db/docs/html/adminguide/cadminov11108.html +java/sun-6/db/docs/html/adminguide/cadminov16172.html +java/sun-6/db/docs/html/adminguide/cadminov17524.html +java/sun-6/db/docs/html/adminguide/cadminov28261.html +java/sun-6/db/docs/html/adminguide/cadminov33597.html +java/sun-6/db/docs/html/adminguide/cadminov38650.html +java/sun-6/db/docs/html/adminguide/cadminov65220.html +java/sun-6/db/docs/html/adminguide/cadminov825125.html +java/sun-6/db/docs/html/adminguide/cadminov825149.html +java/sun-6/db/docs/html/adminguide/cadminov825266.html +java/sun-6/db/docs/html/adminguide/cadminov83312.html +java/sun-6/db/docs/html/adminguide/cadminovcliconnect.html +java/sun-6/db/docs/html/adminguide/cadminovntsrvsample.html +java/sun-6/db/docs/html/adminguide/cadminovsrvsmpprgm.html +java/sun-6/db/docs/html/adminguide/cadminpartone.html +java/sun-6/db/docs/html/adminguide/cadminparttwo.html +java/sun-6/db/docs/html/adminguide/cadminpreface11181.html +java/sun-6/db/docs/html/adminguide/cadminpreface22460.html +java/sun-6/db/docs/html/adminguide/cadminpreface23947.html +java/sun-6/db/docs/html/adminguide/cadminpreface30074.html +java/sun-6/db/docs/html/adminguide/cadminrollforward.html +java/sun-6/db/docs/html/adminguide/cadminservlet98430.html +java/sun-6/db/docs/html/adminguide/cadminspace21579.html +java/sun-6/db/docs/html/adminguide/cadminssl.html +java/sun-6/db/docs/html/adminguide/cadminssladmin.html +java/sun-6/db/docs/html/adminguide/cadminsslclient.html +java/sun-6/db/docs/html/adminguide/cadminsslkeys.html +java/sun-6/db/docs/html/adminguide/cadminsslserver.html +java/sun-6/db/docs/html/adminguide/index.html +java/sun-6/db/docs/html/adminguide/radminapps810699.html +java/sun-6/db/docs/html/adminguide/radminapps811974.html +java/sun-6/db/docs/html/adminguide/radminappsclientxmp.html +java/sun-6/db/docs/html/adminguide/radminappsresultsetdiffs.html +java/sun-6/db/docs/html/adminguide/radminconfig.html +java/sun-6/db/docs/html/adminguide/radminconfigdb2jdrdalogconnections.html +java/sun-6/db/docs/html/adminguide/radminconfigdb2jdrdatracedirectory.html +java/sun-6/db/docs/html/adminguide/radminconfigportnumber.html +java/sun-6/db/docs/html/adminguide/radminconfigstartnetworkserver.html +java/sun-6/db/docs/html/adminguide/radminconsist24642.html +java/sun-6/db/docs/html/adminguide/radminconsist30301.html +java/sun-6/db/docs/html/adminguide/radminconsist38781.html +java/sun-6/db/docs/html/adminguide/radmincopyright.html +java/sun-6/db/docs/html/adminguide/radmindrdaStreamOutBufferSize.html +java/sun-6/db/docs/html/adminguide/radmindrdahost.html +java/sun-6/db/docs/html/adminguide/radmindrdakeepalive.html +java/sun-6/db/docs/html/adminguide/radmindrdamaxthreads.html +java/sun-6/db/docs/html/adminguide/radmindrdaminthreads.html +java/sun-6/db/docs/html/adminguide/radmindrdasecmechanism.html +java/sun-6/db/docs/html/adminguide/radmindrdasslmode.html +java/sun-6/db/docs/html/adminguide/radmindrdatimeslice.html +java/sun-6/db/docs/html/adminguide/radminembeddedserverex.html +java/sun-6/db/docs/html/adminguide/radminlicense.html +java/sun-6/db/docs/html/adminguide/radminlog800241.html +java/sun-6/db/docs/html/adminguide/radminlog800279.html +java/sun-6/db/docs/html/adminguide/radminnsdatasourcexmp.html +java/sun-6/db/docs/html/adminguide/radminovnssample.html +java/sun-6/db/docs/html/adminguide/radminsampleprograms.html +java/sun-6/db/docs/html/adminguide/radminservlet810694.html +java/sun-6/db/docs/html/adminguide/radminservlet810717.html +java/sun-6/db/docs/html/adminguide/radminservlet810796.html +java/sun-6/db/docs/html/adminguide/radminservlet810822.html +java/sun-6/db/docs/html/adminguide/radminservlet810910.html +java/sun-6/db/docs/html/adminguide/radmintrademderby.html +java/sun-6/db/docs/html/adminguide/tadminadv804410.html +java/sun-6/db/docs/html/adminguide/tadminadv804451.html +java/sun-6/db/docs/html/adminguide/tadminapps811302.html +java/sun-6/db/docs/html/adminguide/tadminapps811345.html +java/sun-6/db/docs/html/adminguide/tadminappschangingyourclasspath.html +java/sun-6/db/docs/html/adminguide/tadminappsruntimeinfo.html +java/sun-6/db/docs/html/adminguide/tadminappssettingportnumbers.html +java/sun-6/db/docs/html/adminguide/tadmincbdjhhfd.html +java/sun-6/db/docs/html/adminguide/tadminconfig813694.html +java/sun-6/db/docs/html/adminguide/tadminconfig814963.html +java/sun-6/db/docs/html/adminguide/tadminconfig815333.html +java/sun-6/db/docs/html/adminguide/tadminconfig815357.html +java/sun-6/db/docs/html/adminguide/tadminconfig815768.html +java/sun-6/db/docs/html/adminguide/tadminconfig815822.html +java/sun-6/db/docs/html/adminguide/tadminconfig815853.html +java/sun-6/db/docs/html/adminguide/tadminconfigipx.html +java/sun-6/db/docs/html/adminguide/tadminconfigsettingnetwrokserverproperties.html +java/sun-6/db/docs/html/adminguide/tadminconfigshuttingdownthenetworkserver.html +java/sun-6/db/docs/html/adminguide/tadminconfigsysteminformation.html +java/sun-6/db/docs/html/adminguide/tadminconfiguringthenetworkserver.html +java/sun-6/db/docs/html/adminguide/tadminconfigverifyingstartup.html +java/sun-6/db/docs/html/adminguide/tadmincrtdbbkup.html +java/sun-6/db/docs/html/adminguide/tadminhubbkup44.html +java/sun-6/db/docs/html/adminguide/tadminlog800206.html +java/sun-6/db/docs/html/adminguide/tadminlogfile.html +java/sun-6/db/docs/html/adminguide/tadminnetservbasic.html +java/sun-6/db/docs/html/adminguide/tadminnetservcustom.html +java/sun-6/db/docs/html/adminguide/tadminnetservopen.html +java/sun-6/db/docs/html/adminguide/tadminnetservrun.html +java/sun-6/db/docs/html/adminguide/tadminovclirun.html +java/sun-6/db/docs/html/adminguide/tadminovnsrundemo.html +java/sun-6/db/docs/html/adminguide/tadminovrunsrvprgm.html +java/sun-6/db/docs/html/adminguide/tadmintracefacility.html +java/sun-6/db/docs/html/adminguide/toc.html +java/sun-6/db/docs/html/devguide/appauth_os.gif +java/sun-6/db/docs/html/devguide/appauth_os.jpg +java/sun-6/db/docs/html/devguide/authentic_os.gif +java/sun-6/db/docs/html/devguide/authentic_os.jpg +java/sun-6/db/docs/html/devguide/cdevadvjdbc18939.html +java/sun-6/db/docs/html/devguide/cdevadvjdbc32436.html +java/sun-6/db/docs/html/devguide/cdevadvjdbc35053.html +java/sun-6/db/docs/html/devguide/cdevadvjdbc41138.html +java/sun-6/db/docs/html/devguide/cdevbabejgjd.html +java/sun-6/db/docs/html/devguide/cdevcbabejdfj.html +java/sun-6/db/docs/html/devguide/cdevcollation.html +java/sun-6/db/docs/html/devguide/cdevconcepts10914.html +java/sun-6/db/docs/html/devguide/cdevconcepts14433.html +java/sun-6/db/docs/html/devguide/cdevconcepts15366.html +java/sun-6/db/docs/html/devguide/cdevconcepts16400.html +java/sun-6/db/docs/html/devguide/cdevconcepts19173.html +java/sun-6/db/docs/html/devguide/cdevconcepts19524.html +java/sun-6/db/docs/html/devguide/cdevconcepts22300.html +java/sun-6/db/docs/html/devguide/cdevconcepts22641.html +java/sun-6/db/docs/html/devguide/cdevconcepts23499.html +java/sun-6/db/docs/html/devguide/cdevconcepts23810.html +java/sun-6/db/docs/html/devguide/cdevconcepts23987.html +java/sun-6/db/docs/html/devguide/cdevconcepts24019.html +java/sun-6/db/docs/html/devguide/cdevconcepts24927.html +java/sun-6/db/docs/html/devguide/cdevconcepts26633.html +java/sun-6/db/docs/html/devguide/cdevconcepts28351.html +java/sun-6/db/docs/html/devguide/cdevconcepts28436.html +java/sun-6/db/docs/html/devguide/cdevconcepts29416.html +java/sun-6/db/docs/html/devguide/cdevconcepts30291.html +java/sun-6/db/docs/html/devguide/cdevconcepts30811.html +java/sun-6/db/docs/html/devguide/cdevconcepts32861.html +java/sun-6/db/docs/html/devguide/cdevconcepts34828.html +java/sun-6/db/docs/html/devguide/cdevconcepts36402.html +java/sun-6/db/docs/html/devguide/cdevconcepts36881.html +java/sun-6/db/docs/html/devguide/cdevconcepts38375.html +java/sun-6/db/docs/html/devguide/cdevconcepts41275.html +java/sun-6/db/docs/html/devguide/cdevconcepts50894.html +java/sun-6/db/docs/html/devguide/cdevconcepts53677.html +java/sun-6/db/docs/html/devguide/cdevconcepts65864.html +java/sun-6/db/docs/html/devguide/cdevconcepts838179.html +java/sun-6/db/docs/html/devguide/cdevconcepts838315.html +java/sun-6/db/docs/html/devguide/cdevconcepts838850.html +java/sun-6/db/docs/html/devguide/cdevconcepts839085.html +java/sun-6/db/docs/html/devguide/cdevconcepts840995.html +java/sun-6/db/docs/html/devguide/cdevconcepts842279.html +java/sun-6/db/docs/html/devguide/cdevconcepts842304.html +java/sun-6/db/docs/html/devguide/cdevconcepts842385.html +java/sun-6/db/docs/html/devguide/cdevconcepts842613.html +java/sun-6/db/docs/html/devguide/cdevconcepts844813.html +java/sun-6/db/docs/html/devguide/cdevconcepts89097.html +java/sun-6/db/docs/html/devguide/cdevconcepts89498.html +java/sun-6/db/docs/html/devguide/cdevconcepts95005.html +java/sun-6/db/docs/html/devguide/cdevcsecure10983.html +java/sun-6/db/docs/html/devguide/cdevcsecure12392.html +java/sun-6/db/docs/html/devguide/cdevcsecure21547.html +java/sun-6/db/docs/html/devguide/cdevcsecure21561.html +java/sun-6/db/docs/html/devguide/cdevcsecure24366.html +java/sun-6/db/docs/html/devguide/cdevcsecure24458.html +java/sun-6/db/docs/html/devguide/cdevcsecure31493.html +java/sun-6/db/docs/html/devguide/cdevcsecure36127.html +java/sun-6/db/docs/html/devguide/cdevcsecure36595.html +java/sun-6/db/docs/html/devguide/cdevcsecure37241.html +java/sun-6/db/docs/html/devguide/cdevcsecure37817.html +java/sun-6/db/docs/html/devguide/cdevcsecure38522.html +java/sun-6/db/docs/html/devguide/cdevcsecure41285.html +java/sun-6/db/docs/html/devguide/cdevcsecure42374.html +java/sun-6/db/docs/html/devguide/cdevcsecure51876.html +java/sun-6/db/docs/html/devguide/cdevcsecure55054.html +java/sun-6/db/docs/html/devguide/cdevcsecure60146.html +java/sun-6/db/docs/html/devguide/cdevcsecure67151.html +java/sun-6/db/docs/html/devguide/cdevcsecure79358.html +java/sun-6/db/docs/html/devguide/cdevcsecure863446.html +java/sun-6/db/docs/html/devguide/cdevcsecure863546.html +java/sun-6/db/docs/html/devguide/cdevcsecure863611.html +java/sun-6/db/docs/html/devguide/cdevcsecure863676.html +java/sun-6/db/docs/html/devguide/cdevcsecure864242.html +java/sun-6/db/docs/html/devguide/cdevcsecure864642.html +java/sun-6/db/docs/html/devguide/cdevcsecure864692.html +java/sun-6/db/docs/html/devguide/cdevcsecure865580.html +java/sun-6/db/docs/html/devguide/cdevcsecure865818.html +java/sun-6/db/docs/html/devguide/cdevcsecure865880.html +java/sun-6/db/docs/html/devguide/cdevcsecure866060.html +java/sun-6/db/docs/html/devguide/cdevcsecure866716.html +java/sun-6/db/docs/html/devguide/cdevcsecure871387.html +java/sun-6/db/docs/html/devguide/cdevcsecure876908.html +java/sun-6/db/docs/html/devguide/cdevcsecure88690.html +java/sun-6/db/docs/html/devguide/cdevcsecure90988.html +java/sun-6/db/docs/html/devguide/cdevcsecure96815.html +java/sun-6/db/docs/html/devguide/cdevcsecure97760.html +java/sun-6/db/docs/html/devguide/cdevcsecureDbOwner.html +java/sun-6/db/docs/html/devguide/cdevcsecuree.html +java/sun-6/db/docs/html/devguide/cdevcsecuregrantrevokeaccess.html +java/sun-6/db/docs/html/devguide/cdevdeploy11201.html +java/sun-6/db/docs/html/devguide/cdevdeploy12748.html +java/sun-6/db/docs/html/devguide/cdevdeploy15325.html +java/sun-6/db/docs/html/devguide/cdevdeploy15818.html +java/sun-6/db/docs/html/devguide/cdevdeploy17604.html +java/sun-6/db/docs/html/devguide/cdevdeploy18639.html +java/sun-6/db/docs/html/devguide/cdevdeploy18716.html +java/sun-6/db/docs/html/devguide/cdevdeploy21645.html +java/sun-6/db/docs/html/devguide/cdevdeploy23812.html +java/sun-6/db/docs/html/devguide/cdevdeploy30736.html +java/sun-6/db/docs/html/devguide/cdevdeploy32171.html +java/sun-6/db/docs/html/devguide/cdevdeploy38918.html +java/sun-6/db/docs/html/devguide/cdevdeploy82529.html +java/sun-6/db/docs/html/devguide/cdevdeploy855368.html +java/sun-6/db/docs/html/devguide/cdevdeploy855655.html +java/sun-6/db/docs/html/devguide/cdevdeploy856333.html +java/sun-6/db/docs/html/devguide/cdevdeploy856753.html +java/sun-6/db/docs/html/devguide/cdevdeploy857611.html +java/sun-6/db/docs/html/devguide/cdevdeploy857648.html +java/sun-6/db/docs/html/devguide/cdevdgpref11181.html +java/sun-6/db/docs/html/devguide/cdevdgpref23947.html +java/sun-6/db/docs/html/devguide/cdevdgpref24290.html +java/sun-6/db/docs/html/devguide/cdevdgpref29520.html +java/sun-6/db/docs/html/devguide/cdevdvlp10252.html +java/sun-6/db/docs/html/devguide/cdevdvlp13018.html +java/sun-6/db/docs/html/devguide/cdevdvlp14839.html +java/sun-6/db/docs/html/devguide/cdevdvlp17453.html +java/sun-6/db/docs/html/devguide/cdevdvlp18166.html +java/sun-6/db/docs/html/devguide/cdevdvlp19297.html +java/sun-6/db/docs/html/devguide/cdevdvlp19524.html +java/sun-6/db/docs/html/devguide/cdevdvlp19700.html +java/sun-6/db/docs/html/devguide/cdevdvlp20458.html +java/sun-6/db/docs/html/devguide/cdevdvlp21955.html +java/sun-6/db/docs/html/devguide/cdevdvlp22619.html +java/sun-6/db/docs/html/devguide/cdevdvlp24155.html +java/sun-6/db/docs/html/devguide/cdevdvlp25174.html +java/sun-6/db/docs/html/devguide/cdevdvlp25820.html +java/sun-6/db/docs/html/devguide/cdevdvlp25889.html +java/sun-6/db/docs/html/devguide/cdevdvlp27610.html +java/sun-6/db/docs/html/devguide/cdevdvlp27715.html +java/sun-6/db/docs/html/devguide/cdevdvlp30653.html +java/sun-6/db/docs/html/devguide/cdevdvlp34964.html +java/sun-6/db/docs/html/devguide/cdevdvlp39409.html +java/sun-6/db/docs/html/devguide/cdevdvlp39943.html +java/sun-6/db/docs/html/devguide/cdevdvlp40170.html +java/sun-6/db/docs/html/devguide/cdevdvlp40350.html +java/sun-6/db/docs/html/devguide/cdevdvlp40653.html +java/sun-6/db/docs/html/devguide/cdevdvlp40724.html +java/sun-6/db/docs/html/devguide/cdevdvlp42173.html +java/sun-6/db/docs/html/devguide/cdevdvlp51654.html +java/sun-6/db/docs/html/devguide/cdevdvlp84026.html +java/sun-6/db/docs/html/devguide/cdevdvlp845973.html +java/sun-6/db/docs/html/devguide/cdevdvlp846110.html +java/sun-6/db/docs/html/devguide/cdevdvlp846369.html +java/sun-6/db/docs/html/devguide/cdevdvlp846402.html +java/sun-6/db/docs/html/devguide/cdevdvlp91854.html +java/sun-6/db/docs/html/devguide/cdevdvlp96597.html +java/sun-6/db/docs/html/devguide/cdevin10613.html +java/sun-6/db/docs/html/devguide/cdevin38113.html +java/sun-6/db/docs/html/devguide/cdevin55108.html +java/sun-6/db/docs/html/devguide/cdevin71274.html +java/sun-6/db/docs/html/devguide/cdevjavadb.html +java/sun-6/db/docs/html/devguide/cdevresman19524.html +java/sun-6/db/docs/html/devguide/cdevresman89722.html +java/sun-6/db/docs/html/devguide/cdevresman92946.html +java/sun-6/db/docs/html/devguide/cdevspecial.html +java/sun-6/db/docs/html/devguide/cdevspecial13670.html +java/sun-6/db/docs/html/devguide/cdevspecial16181.html +java/sun-6/db/docs/html/devguide/cdevspecial27163.html +java/sun-6/db/docs/html/devguide/cdevspecial28907.html +java/sun-6/db/docs/html/devguide/cdevspecial29620.html +java/sun-6/db/docs/html/devguide/cdevspecial41728.html +java/sun-6/db/docs/html/devguide/cdevspecial42117.html +java/sun-6/db/docs/html/devguide/cdevspecial45786.html +java/sun-6/db/docs/html/devguide/cdevspecial49460.html +java/sun-6/db/docs/html/devguide/cdevspecial53165.html +java/sun-6/db/docs/html/devguide/cdevspecial67260.html +java/sun-6/db/docs/html/devguide/cdevspecial76763.html +java/sun-6/db/docs/html/devguide/cdevspecial847513.html +java/sun-6/db/docs/html/devguide/cdevspecial93497.html +java/sun-6/db/docs/html/devguide/cdevstandards806118.html +java/sun-6/db/docs/html/devguide/cdevstandardsxml.html +java/sun-6/db/docs/html/devguide/cdevstart16043.html +java/sun-6/db/docs/html/devguide/cdevstart18978.html +java/sun-6/db/docs/html/devguide/cdevstart19524.html +java/sun-6/db/docs/html/devguide/cdevstart39409.html +java/sun-6/db/docs/html/devguide/cdevstart41260.html +java/sun-6/db/docs/html/devguide/cdevstart813142.html +java/sun-6/db/docs/html/devguide/cdevstart813545.html +java/sun-6/db/docs/html/devguide/cdevstart98282.html +java/sun-6/db/docs/html/devguide/cdevtricks13019.html +java/sun-6/db/docs/html/devguide/cdevtricks19707.html +java/sun-6/db/docs/html/devguide/cdevtricks21248.html +java/sun-6/db/docs/html/devguide/cdevtricks23426.html +java/sun-6/db/docs/html/devguide/cdevtricks32436.html +java/sun-6/db/docs/html/devguide/cdevtricks39584.html +java/sun-6/db/docs/html/devguide/cdevtricks807337.html +java/sun-6/db/docs/html/devguide/cdevtricks807365.html +java/sun-6/db/docs/html/devguide/cdevtricks807400.html +java/sun-6/db/docs/html/devguide/cdevupgrades.html +java/sun-6/db/docs/html/devguide/dbcont.gif +java/sun-6/db/docs/html/devguide/dbcont.jpg +java/sun-6/db/docs/html/devguide/dead.gif +java/sun-6/db/docs/html/devguide/dead.jpg +java/sun-6/db/docs/html/devguide/devguide-single.html +java/sun-6/db/docs/html/devguide/edeploy_os.gif +java/sun-6/db/docs/html/devguide/edeploy_os.jpg +java/sun-6/db/docs/html/devguide/embed_os.gif +java/sun-6/db/docs/html/devguide/embed_os.jpg +java/sun-6/db/docs/html/devguide/index.html +java/sun-6/db/docs/html/devguide/itserv_os.gif +java/sun-6/db/docs/html/devguide/itserv_os.jpg +java/sun-6/db/docs/html/devguide/lockwa1.gif +java/sun-6/db/docs/html/devguide/lockwa1.jpg +java/sun-6/db/docs/html/devguide/lockwa2.gif +java/sun-6/db/docs/html/devguide/lockwa2.jpg +java/sun-6/db/docs/html/devguide/lockwa3.gif +java/sun-6/db/docs/html/devguide/lockwa3.jpg +java/sun-6/db/docs/html/devguide/rdevadvjdbc034.html +java/sun-6/db/docs/html/devguide/rdevadvjdbc965.html +java/sun-6/db/docs/html/devguide/rdevconcepts1119.html +java/sun-6/db/docs/html/devguide/rdevconcepts2462.html +java/sun-6/db/docs/html/devguide/rdevconcepts38274.html +java/sun-6/db/docs/html/devguide/rdevconcepts600.html +java/sun-6/db/docs/html/devguide/rdevconcepts713.html +java/sun-6/db/docs/html/devguide/rdevconcepts8424.html +java/sun-6/db/docs/html/devguide/rdevconcepts88082.html +java/sun-6/db/docs/html/devguide/rdevconceptsfor.html +java/sun-6/db/docs/html/devguide/rdevconceptsholdablecursors.html +java/sun-6/db/docs/html/devguide/rdevconceptsinsertrow.html +java/sun-6/db/docs/html/devguide/rdevconceptssur.html +java/sun-6/db/docs/html/devguide/rdevcopyright.html +java/sun-6/db/docs/html/devguide/rdevcsecure125.html +java/sun-6/db/docs/html/devguide/rdevcsecure13713.html +java/sun-6/db/docs/html/devguide/rdevcsecure190.html +java/sun-6/db/docs/html/devguide/rdevcsecure26537.html +java/sun-6/db/docs/html/devguide/rdevcsecure305.html +java/sun-6/db/docs/html/devguide/rdevcsecure379.html +java/sun-6/db/docs/html/devguide/rdevcsecure557.html +java/sun-6/db/docs/html/devguide/rdevcsecure608.html +java/sun-6/db/docs/html/devguide/rdevcsecure622.html +java/sun-6/db/docs/html/devguide/rdevcsecure766.html +java/sun-6/db/docs/html/devguide/rdevcsecure871406.html +java/sun-6/db/docs/html/devguide/rdevcsecure871422.html +java/sun-6/db/docs/html/devguide/rdevcsecure871439.html +java/sun-6/db/docs/html/devguide/rdevdeploy856845.html +java/sun-6/db/docs/html/devguide/rdevdeploy856880.html +java/sun-6/db/docs/html/devguide/rdevdeploy856912.html +java/sun-6/db/docs/html/devguide/rdevdeploy856948.html +java/sun-6/db/docs/html/devguide/rdevdvlp22102.html +java/sun-6/db/docs/html/devguide/rdevdvlp38881.html +java/sun-6/db/docs/html/devguide/rdevdvlp847152.html +java/sun-6/db/docs/html/devguide/rdevexudclass.html +java/sun-6/db/docs/html/devguide/rdevlicense.html +java/sun-6/db/docs/html/devguide/rdevprocsqle.html +java/sun-6/db/docs/html/devguide/rdevresman79556.html +java/sun-6/db/docs/html/devguide/rdevtrademderby.html +java/sun-6/db/docs/html/devguide/security2_os.gif +java/sun-6/db/docs/html/devguide/security2_os.jpg +java/sun-6/db/docs/html/devguide/security_os.gif +java/sun-6/db/docs/html/devguide/security_os.jpg +java/sun-6/db/docs/html/devguide/system_os.gif +java/sun-6/db/docs/html/devguide/system_os.jpg +java/sun-6/db/docs/html/devguide/tdevconcepts41704.html +java/sun-6/db/docs/html/devguide/tdevconcepts839040.html +java/sun-6/db/docs/html/devguide/tdevcsecure81850.html +java/sun-6/db/docs/html/devguide/tdevcsecure82556.html +java/sun-6/db/docs/html/devguide/tdevcsecurenewbootpw.html +java/sun-6/db/docs/html/devguide/tdevcsecurenewextkey.html +java/sun-6/db/docs/html/devguide/tdevcsecurenewkeyoverview.html +java/sun-6/db/docs/html/devguide/tdevcsecureunencrypteddb.html +java/sun-6/db/docs/html/devguide/tdevdeploy19136.html +java/sun-6/db/docs/html/devguide/tdevdeploy26887.html +java/sun-6/db/docs/html/devguide/tdevdeploy33704.html +java/sun-6/db/docs/html/devguide/tdevdeploy39856.html +java/sun-6/db/docs/html/devguide/tdevdvlp12233.html +java/sun-6/db/docs/html/devguide/tdevdvlp14496.html +java/sun-6/db/docs/html/devguide/tdevdvlp20349.html +java/sun-6/db/docs/html/devguide/tdevdvlp36289.html +java/sun-6/db/docs/html/devguide/tdevdvlp38381.html +java/sun-6/db/docs/html/devguide/tdevdvlp39090.html +java/sun-6/db/docs/html/devguide/tdevdvlp40140.html +java/sun-6/db/docs/html/devguide/tdevdvlp40464.html +java/sun-6/db/docs/html/devguide/tdevdvlpcollation.html +java/sun-6/db/docs/html/devguide/tdevdvlpcreateencryptdbextkey.html +java/sun-6/db/docs/html/devguide/tdevpreupgrade.html +java/sun-6/db/docs/html/devguide/tdevupgradedb.html +java/sun-6/db/docs/html/devguide/tdevupgradesoft.html +java/sun-6/db/docs/html/devguide/toc.html +java/sun-6/db/docs/html/getstart/cgsinsta.html +java/sun-6/db/docs/html/getstart/cgsinstallingderby.html +java/sun-6/db/docs/html/getstart/cgsintdo.html +java/sun-6/db/docs/html/getstart/cgsintro.html +java/sun-6/db/docs/html/getstart/cgsintsr.html +java/sun-6/db/docs/html/getstart/cgsjavadb.html +java/sun-6/db/docs/html/getstart/cgslib19524.html +java/sun-6/db/docs/html/getstart/cgsquck13780.html +java/sun-6/db/docs/html/getstart/cgsquck19524.html +java/sun-6/db/docs/html/getstart/cgsquck35643.html +java/sun-6/db/docs/html/getstart/cgsquck70629.html +java/sun-6/db/docs/html/getstart/cgstutorialintro.html +java/sun-6/db/docs/html/getstart/cgsusingtoolsutils.html +java/sun-6/db/docs/html/getstart/cwwdactivities.html +java/sun-6/db/docs/html/getstart/cwwdsummary.html +java/sun-6/db/docs/html/getstart/getstart-single.html +java/sun-6/db/docs/html/getstart/index.html +java/sun-6/db/docs/html/getstart/rgscopyright.html +java/sun-6/db/docs/html/getstart/rgsderbyrunjarsyntax.html +java/sun-6/db/docs/html/getstart/rgsdocs10012.html +java/sun-6/db/docs/html/getstart/rgsdocs17307.html +java/sun-6/db/docs/html/getstart/rgsdocs18277.html +java/sun-6/db/docs/html/getstart/rgsdocs37966.html +java/sun-6/db/docs/html/getstart/rgsdocs99397.html +java/sun-6/db/docs/html/getstart/rgslib27507.html +java/sun-6/db/docs/html/getstart/rgslib46043.html +java/sun-6/db/docs/html/getstart/rgslicense.html +java/sun-6/db/docs/html/getstart/rgsquck30197.html +java/sun-6/db/docs/html/getstart/rgsquck35368.html +java/sun-6/db/docs/html/getstart/rgstrademderby.html +java/sun-6/db/docs/html/getstart/rwwdactivity3.html +java/sun-6/db/docs/html/getstart/tgs26250.html +java/sun-6/db/docs/html/getstart/tgsrunningdblook.html +java/sun-6/db/docs/html/getstart/tgsrunningij.html +java/sun-6/db/docs/html/getstart/tgsrunningsysinfo.html +java/sun-6/db/docs/html/getstart/tgsruntoolsutils.html +java/sun-6/db/docs/html/getstart/tgssetupenvironment.html +java/sun-6/db/docs/html/getstart/tgssetupjavaenvir.html +java/sun-6/db/docs/html/getstart/tgssetupverify.html +java/sun-6/db/docs/html/getstart/toc.html +java/sun-6/db/docs/html/getstart/twwdactivity1.html +java/sun-6/db/docs/html/getstart/twwdactivity1_Setup.html +java/sun-6/db/docs/html/getstart/twwdactivity1_overview.html +java/sun-6/db/docs/html/getstart/twwdactivity2.html +java/sun-6/db/docs/html/getstart/twwdactivity3_Setup.html +java/sun-6/db/docs/html/getstart/twwdactivity4.html +java/sun-6/db/docs/html/images/java_db_type.gif +java/sun-6/db/docs/html/images/java_db_type.jpg +java/sun-6/db/docs/html/images/javadb.jpg +java/sun-6/db/docs/html/images/logowithtext.jpg +java/sun-6/db/docs/html/ref/crefjavadb.html +java/sun-6/db/docs/html/ref/crefjavbclobnot.html +java/sun-6/db/docs/html/ref/crefjavccns.html +java/sun-6/db/docs/html/ref/crefjavgcasyn.html +java/sun-6/db/docs/html/ref/crefjavsaverel.html +java/sun-6/db/docs/html/ref/crefjavsaverules.html +java/sun-6/db/docs/html/ref/crefjavsavesetroll.html +java/sun-6/db/docs/html/ref/crefjavstateautogen.html +java/sun-6/db/docs/html/ref/crefjdbc12657.html +java/sun-6/db/docs/html/ref/crefjdbc25142.html +java/sun-6/db/docs/html/ref/crefmpref1002477.html +java/sun-6/db/docs/html/ref/crefmpref11181.html +java/sun-6/db/docs/html/ref/crefmpref23223.html +java/sun-6/db/docs/html/ref/crefmpref23947.html +java/sun-6/db/docs/html/ref/crefsqlbuiltinsystemfunctions.html +java/sun-6/db/docs/html/ref/crefsqlbuiltinsystemprocedures.html +java/sun-6/db/docs/html/ref/crefsqlj1003454.html +java/sun-6/db/docs/html/ref/crefsqlj1004091.html +java/sun-6/db/docs/html/ref/crefsqlj18919.html +java/sun-6/db/docs/html/ref/crefsqlj21305.html +java/sun-6/db/docs/html/ref/crefsqlj22771.html +java/sun-6/db/docs/html/ref/crefsqlj23296.html +java/sun-6/db/docs/html/ref/crefsqlj28138.html +java/sun-6/db/docs/html/ref/crefsqlj29911.html +java/sun-6/db/docs/html/ref/crefsqlj31068.html +java/sun-6/db/docs/html/ref/crefsqlj34834.html +java/sun-6/db/docs/html/ref/crefsqlj35312.html +java/sun-6/db/docs/html/ref/crefsqlj39374.html +java/sun-6/db/docs/html/ref/crefsqlj41507.html +java/sun-6/db/docs/html/ref/crefsqlj80721.html +java/sun-6/db/docs/html/ref/crefsqlj95081.html +java/sun-6/db/docs/html/ref/crefsqljrenamestatements.html +java/sun-6/db/docs/html/ref/index.html +java/sun-6/db/docs/html/ref/ref-single.html +java/sun-6/db/docs/html/ref/rrefaltertablecompress.html +java/sun-6/db/docs/html/ref/rrefapi1003363.html +java/sun-6/db/docs/html/ref/rrefapi1005026.html +java/sun-6/db/docs/html/ref/rrefapi10613.html +java/sun-6/db/docs/html/ref/rrefapi19690.html +java/sun-6/db/docs/html/ref/rrefapi24806.html +java/sun-6/db/docs/html/ref/rrefapi33761.html +java/sun-6/db/docs/html/ref/rrefattrib10035.html +java/sun-6/db/docs/html/ref/rrefattrib15290.html +java/sun-6/db/docs/html/ref/rrefattrib16471.html +java/sun-6/db/docs/html/ref/rrefattrib17246.html +java/sun-6/db/docs/html/ref/rrefattrib24612.html +java/sun-6/db/docs/html/ref/rrefattrib26867.html +java/sun-6/db/docs/html/ref/rrefattrib34183.html +java/sun-6/db/docs/html/ref/rrefattrib42100.html +java/sun-6/db/docs/html/ref/rrefattrib42686.html +java/sun-6/db/docs/html/ref/rrefattrib56769.html +java/sun-6/db/docs/html/ref/rrefattrib60346.html +java/sun-6/db/docs/html/ref/rrefattrib72457.html +java/sun-6/db/docs/html/ref/rrefattrib88843.html +java/sun-6/db/docs/html/ref/rrefattribcollation.html +java/sun-6/db/docs/html/ref/rrefattribencryptkey.html +java/sun-6/db/docs/html/ref/rrefattribnewbootpw.html +java/sun-6/db/docs/html/ref/rrefattribnewencryptkey.html +java/sun-6/db/docs/html/ref/rrefattribsecmech.html +java/sun-6/db/docs/html/ref/rrefattribssl.html +java/sun-6/db/docs/html/ref/rrefbackupdbenablelognowaitproc.html +java/sun-6/db/docs/html/ref/rrefbackupdbenablelogproc.html +java/sun-6/db/docs/html/ref/rrefbackupdbnowaitproc.html +java/sun-6/db/docs/html/ref/rrefbackupdbproc.html +java/sun-6/db/docs/html/ref/rrefblob.html +java/sun-6/db/docs/html/ref/rrefbuiltbigint.html +java/sun-6/db/docs/html/ref/rrefbuiltchar.html +java/sun-6/db/docs/html/ref/rrefbuiltdouble.html +java/sun-6/db/docs/html/ref/rrefbuiltinteger.html +java/sun-6/db/docs/html/ref/rrefbuiltsmallint.html +java/sun-6/db/docs/html/ref/rrefbuiltvarchar.html +java/sun-6/db/docs/html/ref/rrefcallprocedure.html +java/sun-6/db/docs/html/ref/rrefcase.html +java/sun-6/db/docs/html/ref/rrefcasenullif.html +java/sun-6/db/docs/html/ref/rrefcheckpointdbproc.html +java/sun-6/db/docs/html/ref/rrefclauses.html +java/sun-6/db/docs/html/ref/rrefclob.html +java/sun-6/db/docs/html/ref/rrefcolumnname.html +java/sun-6/db/docs/html/ref/rrefconstraintname.html +java/sun-6/db/docs/html/ref/rrefcopyright.html +java/sun-6/db/docs/html/ref/rrefcorrelationname.html +java/sun-6/db/docs/html/ref/rrefcreatefrom.html +java/sun-6/db/docs/html/ref/rrefcreatefunctionstatement.html +java/sun-6/db/docs/html/ref/rrefcreateprocedurestatement.html +java/sun-6/db/docs/html/ref/rrefcrsrgpc1.html +java/sun-6/db/docs/html/ref/rrefcurrentisolation.html +java/sun-6/db/docs/html/ref/rrefcursorname.html +java/sun-6/db/docs/html/ref/rrefdatefunc.html +java/sun-6/db/docs/html/ref/rrefdayfunc.html +java/sun-6/db/docs/html/ref/rrefdbmlimits.html +java/sun-6/db/docs/html/ref/rrefdeclaretemptable.html +java/sun-6/db/docs/html/ref/rrefdisablelogproc.html +java/sun-6/db/docs/html/ref/rrefdmdfns1.html +java/sun-6/db/docs/html/ref/rrefdmrs.html +java/sun-6/db/docs/html/ref/rrefdropfunctionstatement.html +java/sun-6/db/docs/html/ref/rrefdropprocedurestatement.html +java/sun-6/db/docs/html/ref/rrefdttlimits.html +java/sun-6/db/docs/html/ref/rrefexcept16677.html +java/sun-6/db/docs/html/ref/rrefexcept71493.html +java/sun-6/db/docs/html/ref/rrefexportproc.html +java/sun-6/db/docs/html/ref/rrefexportproctablelobs.html +java/sun-6/db/docs/html/ref/rrefexportselectionproc.html +java/sun-6/db/docs/html/ref/rrefexportselectionproclobs.html +java/sun-6/db/docs/html/ref/rreffreezedbproc.html +java/sun-6/db/docs/html/ref/rreffuncacos.html +java/sun-6/db/docs/html/ref/rreffuncasin.html +java/sun-6/db/docs/html/ref/rreffuncatan.html +java/sun-6/db/docs/html/ref/rreffuncceil.html +java/sun-6/db/docs/html/ref/rreffunccos.html +java/sun-6/db/docs/html/ref/rreffuncdegrees.html +java/sun-6/db/docs/html/ref/rreffuncexp.html +java/sun-6/db/docs/html/ref/rreffuncfloor.html +java/sun-6/db/docs/html/ref/rreffunclog.html +java/sun-6/db/docs/html/ref/rreffunclog10.html +java/sun-6/db/docs/html/ref/rreffuncpi.html +java/sun-6/db/docs/html/ref/rreffuncradians.html +java/sun-6/db/docs/html/ref/rreffuncsin.html +java/sun-6/db/docs/html/ref/rreffunctan.html +java/sun-6/db/docs/html/ref/rreffuncxmlexists.html +java/sun-6/db/docs/html/ref/rreffuncxmlparse.html +java/sun-6/db/docs/html/ref/rreffuncxmlquery.html +java/sun-6/db/docs/html/ref/rreffuncxmlserialize.html +java/sun-6/db/docs/html/ref/rrefgetdbpropfunc.html +java/sun-6/db/docs/html/ref/rrefgpc1.html +java/sun-6/db/docs/html/ref/rrefhourfunc.html +java/sun-6/db/docs/html/ref/rrefidentityvallocal.html +java/sun-6/db/docs/html/ref/rrefidlengthlimits.html +java/sun-6/db/docs/html/ref/rrefimportdataproc.html +java/sun-6/db/docs/html/ref/rrefimportdataproclobs.html +java/sun-6/db/docs/html/ref/rrefimportproc.html +java/sun-6/db/docs/html/ref/rrefimporttableproclobs.html +java/sun-6/db/docs/html/ref/rrefindexname.html +java/sun-6/db/docs/html/ref/rrefjavcallstatout.html +java/sun-6/db/docs/html/ref/rrefjavciro.html +java/sun-6/db/docs/html/ref/rrefjavcsro.html +java/sun-6/db/docs/html/ref/rrefjavcsti.html +java/sun-6/db/docs/html/ref/rrefjavsaverestrict.html +java/sun-6/db/docs/html/ref/rrefjavsqlprst.html +java/sun-6/db/docs/html/ref/rrefjavsqlrssc.html +java/sun-6/db/docs/html/ref/rrefjdbc1020262.html +java/sun-6/db/docs/html/ref/rrefjdbc10889.html +java/sun-6/db/docs/html/ref/rrefjdbc12124.html +java/sun-6/db/docs/html/ref/rrefjdbc15905.html +java/sun-6/db/docs/html/ref/rrefjdbc16643.html +java/sun-6/db/docs/html/ref/rrefjdbc20377.html +java/sun-6/db/docs/html/ref/rrefjdbc20485.html +java/sun-6/db/docs/html/ref/rrefjdbc23502.html +java/sun-6/db/docs/html/ref/rrefjdbc27433.html +java/sun-6/db/docs/html/ref/rrefjdbc27734.html +java/sun-6/db/docs/html/ref/rrefjdbc27768.html +java/sun-6/db/docs/html/ref/rrefjdbc28456.html +java/sun-6/db/docs/html/ref/rrefjdbc29874.html +java/sun-6/db/docs/html/ref/rrefjdbc2_0summary.html +java/sun-6/db/docs/html/ref/rrefjdbc30469.html +java/sun-6/db/docs/html/ref/rrefjdbc32052.html +java/sun-6/db/docs/html/ref/rrefjdbc32593.html +java/sun-6/db/docs/html/ref/rrefjdbc34565.html +java/sun-6/db/docs/html/ref/rrefjdbc34954.html +java/sun-6/db/docs/html/ref/rrefjdbc37244.html +java/sun-6/db/docs/html/ref/rrefjdbc37352.html +java/sun-6/db/docs/html/ref/rrefjdbc38274.html +java/sun-6/db/docs/html/ref/rrefjdbc40794.html +java/sun-6/db/docs/html/ref/rrefjdbc41784.html +java/sun-6/db/docs/html/ref/rrefjdbc4_0connection.html +java/sun-6/db/docs/html/ref/rrefjdbc4_0dataSource.html +java/sun-6/db/docs/html/ref/rrefjdbc4_0databaseMetaData.html +java/sun-6/db/docs/html/ref/rrefjdbc4_0sqlexception.html +java/sun-6/db/docs/html/ref/rrefjdbc4_0statement.html +java/sun-6/db/docs/html/ref/rrefjdbc4_0summary.html +java/sun-6/db/docs/html/ref/rrefjdbc52637.html +java/sun-6/db/docs/html/ref/rrefjdbc59162.html +java/sun-6/db/docs/html/ref/rrefjdbc66688.html +java/sun-6/db/docs/html/ref/rrefjdbc70824.html +java/sun-6/db/docs/html/ref/rrefjdbc71949.html +java/sun-6/db/docs/html/ref/rrefjdbc75719.html +java/sun-6/db/docs/html/ref/rrefjdbc77156.html +java/sun-6/db/docs/html/ref/rrefjdbc80004.html +java/sun-6/db/docs/html/ref/rrefjdbc87220.html +java/sun-6/db/docs/html/ref/rrefjdbc88908.html +java/sun-6/db/docs/html/ref/rrefjdbc96386.html +java/sun-6/db/docs/html/ref/rrefjdbc99392.html +java/sun-6/db/docs/html/ref/rrefjdbcdatabasemetadata30.html +java/sun-6/db/docs/html/ref/rrefjdbcescapedate.html +java/sun-6/db/docs/html/ref/rrefjdbcjavasqlconnection30.html +java/sun-6/db/docs/html/ref/rrefjdbcjavasqlpreparedstatement30.html +java/sun-6/db/docs/html/ref/rrefjdbcjavasqlsavepoint.html +java/sun-6/db/docs/html/ref/rrefjdbcjavasqlstatement30.html +java/sun-6/db/docs/html/ref/rrefjdbcjsr169.html +java/sun-6/db/docs/html/ref/rrefjdbcparametermetadata30.html +java/sun-6/db/docs/html/ref/rrefjdbcrefsqlxml.html +java/sun-6/db/docs/html/ref/rrefjta1003392.html +java/sun-6/db/docs/html/ref/rrefjta1003415.html +java/sun-6/db/docs/html/ref/rrefjta1003463.html +java/sun-6/db/docs/html/ref/rrefjta16677.html +java/sun-6/db/docs/html/ref/rrefjta18596.html +java/sun-6/db/docs/html/ref/rrefjta51021.html +java/sun-6/db/docs/html/ref/rrefkeywords29722.html +java/sun-6/db/docs/html/ref/rreflicense.html +java/sun-6/db/docs/html/ref/rreflimits.html +java/sun-6/db/docs/html/ref/rreflimitsxml.html +java/sun-6/db/docs/html/ref/rrefminutefunc.html +java/sun-6/db/docs/html/ref/rrefmonthfunc.html +java/sun-6/db/docs/html/ref/rrefnewtablename.html +java/sun-6/db/docs/html/ref/rrefnumericlimits.html +java/sun-6/db/docs/html/ref/rrefpgc1.html +java/sun-6/db/docs/html/ref/rrefproceduresinplacecompress.html +java/sun-6/db/docs/html/ref/rrefqueries.html +java/sun-6/db/docs/html/ref/rrefrauthid.html +java/sun-6/db/docs/html/ref/rrefreloadpolicyproc.html +java/sun-6/db/docs/html/ref/rrefrestorefrom.html +java/sun-6/db/docs/html/ref/rrefrollforward.html +java/sun-6/db/docs/html/ref/rrefscalarsubquery.html +java/sun-6/db/docs/html/ref/rrefschemaname.html +java/sun-6/db/docs/html/ref/rrefsecondfunc.html +java/sun-6/db/docs/html/ref/rrefselectexpression.html +java/sun-6/db/docs/html/ref/rrefsetdbpropproc.html +java/sun-6/db/docs/html/ref/rrefsetstatstimingproc.html +java/sun-6/db/docs/html/ref/rrefsimplecolumnname.html +java/sun-6/db/docs/html/ref/rrefsistabs12085.html +java/sun-6/db/docs/html/ref/rrefsistabs12813.html +java/sun-6/db/docs/html/ref/rrefsistabs13420.html +java/sun-6/db/docs/html/ref/rrefsistabs22441.html +java/sun-6/db/docs/html/ref/rrefsistabs23241.html +java/sun-6/db/docs/html/ref/rrefsistabs24045.html +java/sun-6/db/docs/html/ref/rrefsistabs24269.html +java/sun-6/db/docs/html/ref/rrefsistabs26665.html +java/sun-6/db/docs/html/ref/rrefsistabs28114.html +java/sun-6/db/docs/html/ref/rrefsistabs33768.html +java/sun-6/db/docs/html/ref/rrefsistabs33921.html +java/sun-6/db/docs/html/ref/rrefsistabs38369.html +java/sun-6/db/docs/html/ref/rrefsistabs39391.html +java/sun-6/db/docs/html/ref/rrefsistabs40972.html +java/sun-6/db/docs/html/ref/rrefsistabs79888.html +java/sun-6/db/docs/html/ref/rrefsistabslilanguageitemsysstatistics.html +java/sun-6/db/docs/html/ref/rrefsistabssyscolperms.html +java/sun-6/db/docs/html/ref/rrefsistabssysroutineperms.html +java/sun-6/db/docs/html/ref/rrefsistabssystableperms.html +java/sun-6/db/docs/html/ref/rrefso2.html +java/sun-6/db/docs/html/ref/rrefsql9241891.html +java/sun-6/db/docs/html/ref/rrefsqlj1055824.html +java/sun-6/db/docs/html/ref/rrefsqlj10696.html +java/sun-6/db/docs/html/ref/rrefsqlj1080779.html +java/sun-6/db/docs/html/ref/rrefsqlj1082953.html +java/sun-6/db/docs/html/ref/rrefsqlj1083019.html +java/sun-6/db/docs/html/ref/rrefsqlj11277.html +java/sun-6/db/docs/html/ref/rrefsqlj12362.html +java/sun-6/db/docs/html/ref/rrefsqlj13083.html +java/sun-6/db/docs/html/ref/rrefsqlj13590.html +java/sun-6/db/docs/html/ref/rrefsqlj13658.html +java/sun-6/db/docs/html/ref/rrefsqlj13733.html +java/sun-6/db/docs/html/ref/rrefsqlj14122.html +java/sun-6/db/docs/html/ref/rrefsqlj14854.html +java/sun-6/db/docs/html/ref/rrefsqlj15147.html +java/sun-6/db/docs/html/ref/rrefsqlj15260.html +java/sun-6/db/docs/html/ref/rrefsqlj15309.html +java/sun-6/db/docs/html/ref/rrefsqlj15446.html +java/sun-6/db/docs/html/ref/rrefsqlj15866.html +java/sun-6/db/docs/html/ref/rrefsqlj16095.html +java/sun-6/db/docs/html/ref/rrefsqlj16221.html +java/sun-6/db/docs/html/ref/rrefsqlj16357.html +java/sun-6/db/docs/html/ref/rrefsqlj16762.html +java/sun-6/db/docs/html/ref/rrefsqlj18730.html +java/sun-6/db/docs/html/ref/rrefsqlj18922.html +java/sun-6/db/docs/html/ref/rrefsqlj19433.html +java/sun-6/db/docs/html/ref/rrefsqlj20204.html +java/sun-6/db/docs/html/ref/rrefsqlj20937.html +java/sun-6/db/docs/html/ref/rrefsqlj21571.html +java/sun-6/db/docs/html/ref/rrefsqlj21583.html +java/sun-6/db/docs/html/ref/rrefsqlj21908.html +java/sun-6/db/docs/html/ref/rrefsqlj23075.html +java/sun-6/db/docs/html/ref/rrefsqlj24513.html +java/sun-6/db/docs/html/ref/rrefsqlj25228.html +java/sun-6/db/docs/html/ref/rrefsqlj26498.html +java/sun-6/db/docs/html/ref/rrefsqlj27281.html +java/sun-6/db/docs/html/ref/rrefsqlj27620.html +java/sun-6/db/docs/html/ref/rrefsqlj27767.html +java/sun-6/db/docs/html/ref/rrefsqlj27781.html +java/sun-6/db/docs/html/ref/rrefsqlj28468.html +java/sun-6/db/docs/html/ref/rrefsqlj29026.html +java/sun-6/db/docs/html/ref/rrefsqlj29840.html +java/sun-6/db/docs/html/ref/rrefsqlj29930.html +java/sun-6/db/docs/html/ref/rrefsqlj30118.html +java/sun-6/db/docs/html/ref/rrefsqlj30435.html +java/sun-6/db/docs/html/ref/rrefsqlj30540.html +java/sun-6/db/docs/html/ref/rrefsqlj31580.html +java/sun-6/db/docs/html/ref/rrefsqlj31648.html +java/sun-6/db/docs/html/ref/rrefsqlj31783.html +java/sun-6/db/docs/html/ref/rrefsqlj32268.html +java/sun-6/db/docs/html/ref/rrefsqlj32613.html +java/sun-6/db/docs/html/ref/rrefsqlj32654.html +java/sun-6/db/docs/html/ref/rrefsqlj32693.html +java/sun-6/db/docs/html/ref/rrefsqlj32714.html +java/sun-6/db/docs/html/ref/rrefsqlj33215.html +java/sun-6/db/docs/html/ref/rrefsqlj33520.html +java/sun-6/db/docs/html/ref/rrefsqlj33562.html +java/sun-6/db/docs/html/ref/rrefsqlj33602.html +java/sun-6/db/docs/html/ref/rrefsqlj33772.html +java/sun-6/db/docs/html/ref/rrefsqlj33923.html +java/sun-6/db/docs/html/ref/rrefsqlj34148.html +java/sun-6/db/docs/html/ref/rrefsqlj34177.html +java/sun-6/db/docs/html/ref/rrefsqlj35034.html +java/sun-6/db/docs/html/ref/rrefsqlj35981.html +java/sun-6/db/docs/html/ref/rrefsqlj36146.html +java/sun-6/db/docs/html/ref/rrefsqlj37836.html +java/sun-6/db/docs/html/ref/rrefsqlj38716.html +java/sun-6/db/docs/html/ref/rrefsqlj38831.html +java/sun-6/db/docs/html/ref/rrefsqlj40506.html +java/sun-6/db/docs/html/ref/rrefsqlj40774.html +java/sun-6/db/docs/html/ref/rrefsqlj40899.html +java/sun-6/db/docs/html/ref/rrefsqlj41180.html +java/sun-6/db/docs/html/ref/rrefsqlj41207.html +java/sun-6/db/docs/html/ref/rrefsqlj41360.html +java/sun-6/db/docs/html/ref/rrefsqlj42002.html +java/sun-6/db/docs/html/ref/rrefsqlj42049.html +java/sun-6/db/docs/html/ref/rrefsqlj42082.html +java/sun-6/db/docs/html/ref/rrefsqlj42154.html +java/sun-6/db/docs/html/ref/rrefsqlj42324.html +java/sun-6/db/docs/html/ref/rrefsqlj42476.html +java/sun-6/db/docs/html/ref/rrefsqlj43125.html +java/sun-6/db/docs/html/ref/rrefsqlj55788.html +java/sun-6/db/docs/html/ref/rrefsqlj57522.html +java/sun-6/db/docs/html/ref/rrefsqlj57924.html +java/sun-6/db/docs/html/ref/rrefsqlj58560.html +java/sun-6/db/docs/html/ref/rrefsqlj59893.html +java/sun-6/db/docs/html/ref/rrefsqlj61102.html +java/sun-6/db/docs/html/ref/rrefsqlj61998.html +java/sun-6/db/docs/html/ref/rrefsqlj66113.html +java/sun-6/db/docs/html/ref/rrefsqlj73147.html +java/sun-6/db/docs/html/ref/rrefsqlj75638.html +java/sun-6/db/docs/html/ref/rrefsqlj81859.html +java/sun-6/db/docs/html/ref/rrefsqlj89752.html +java/sun-6/db/docs/html/ref/rrefsqlj91438.html +java/sun-6/db/docs/html/ref/rrefsqlj93082.html +java/sun-6/db/docs/html/ref/rrefsqlj95598.html +java/sun-6/db/docs/html/ref/rrefsqlj97870.html +java/sun-6/db/docs/html/ref/rrefsqlj98067.html +java/sun-6/db/docs/html/ref/rrefsqljcreatesynonym.html +java/sun-6/db/docs/html/ref/rrefsqljcurrentdate.html +java/sun-6/db/docs/html/ref/rrefsqljcurrentschema.html +java/sun-6/db/docs/html/ref/rrefsqljcurrenttimestamp.html +java/sun-6/db/docs/html/ref/rrefsqljdoubleprecision.html +java/sun-6/db/docs/html/ref/rrefsqljdropsynonym.html +java/sun-6/db/docs/html/ref/rrefsqljgrant.html +java/sun-6/db/docs/html/ref/rrefsqljmod.html +java/sun-6/db/docs/html/ref/rrefsqljrenamecolumnstatement.html +java/sun-6/db/docs/html/ref/rrefsqljrenametablestatement.html +java/sun-6/db/docs/html/ref/rrefsqljrevoke.html +java/sun-6/db/docs/html/ref/rrefsqljtypexml.html +java/sun-6/db/docs/html/ref/rrefstringlimits.html +java/sun-6/db/docs/html/ref/rrefsynonymname.html +java/sun-6/db/docs/html/ref/rrefsyscschecktablefunc.html +java/sun-6/db/docs/html/ref/rrefsyscsdiagtables.html +java/sun-6/db/docs/html/ref/rrefsyscsruntimestatsfunc.html +java/sun-6/db/docs/html/ref/rreftableexpression.html +java/sun-6/db/docs/html/ref/rreftablename.html +java/sun-6/db/docs/html/ref/rreftablesubquery.html +java/sun-6/db/docs/html/ref/rreftimefunc.html +java/sun-6/db/docs/html/ref/rreftimestampfunc.html +java/sun-6/db/docs/html/ref/rreftrademderby.html +java/sun-6/db/docs/html/ref/rreftriggername.html +java/sun-6/db/docs/html/ref/rreftrimfunc.html +java/sun-6/db/docs/html/ref/rrefunfreezedbproc.html +java/sun-6/db/docs/html/ref/rrefviewname.html +java/sun-6/db/docs/html/ref/rrefyearfunc.html +java/sun-6/db/docs/html/ref/toc.html +java/sun-6/db/docs/html/tools/ctools1003034.html +java/sun-6/db/docs/html/tools/ctools1004764.html +java/sun-6/db/docs/html/tools/ctoolsdblook.html +java/sun-6/db/docs/html/tools/ctoolsgenddldb.html +java/sun-6/db/docs/html/tools/ctoolsij12001.html +java/sun-6/db/docs/html/tools/ctoolsij25986.html +java/sun-6/db/docs/html/tools/ctoolsij32837.html +java/sun-6/db/docs/html/tools/ctoolsij34525.html +java/sun-6/db/docs/html/tools/ctoolsijcomref14191.html +java/sun-6/db/docs/html/tools/ctoolsijcomref15645.html +java/sun-6/db/docs/html/tools/ctoolsijcomref18998.html +java/sun-6/db/docs/html/tools/ctoolsijcomref21190.html +java/sun-6/db/docs/html/tools/ctoolsijcomref23268.html +java/sun-6/db/docs/html/tools/ctoolsijcomref30411.html +java/sun-6/db/docs/html/tools/ctoolsijcomref32407.html +java/sun-6/db/docs/html/tools/ctoolsijcomref36744.html +java/sun-6/db/docs/html/tools/ctoolsijtools11318.html +java/sun-6/db/docs/html/tools/ctoolsijtools16011.html +java/sun-6/db/docs/html/tools/ctoolsijtools20118.html +java/sun-6/db/docs/html/tools/ctoolsijtools25085.html +java/sun-6/db/docs/html/tools/ctoolsijtools26429.html +java/sun-6/db/docs/html/tools/ctoolsijtools30948.html +java/sun-6/db/docs/html/tools/ctoolsijtools37363.html +java/sun-6/db/docs/html/tools/ctoolsijtools45180.html +java/sun-6/db/docs/html/tools/ctoolsijtools70959.html +java/sun-6/db/docs/html/tools/ctoolsijtools90477.html +java/sun-6/db/docs/html/tools/ctoolsimport16245.html +java/sun-6/db/docs/html/tools/ctoolsimport27052.html +java/sun-6/db/docs/html/tools/ctoolsimport98264.html +java/sun-6/db/docs/html/tools/ctoolsimportdefaultformat.html +java/sun-6/db/docs/html/tools/ctoolsimportidentitycol.html +java/sun-6/db/docs/html/tools/ctoolsimportjdbc.html +java/sun-6/db/docs/html/tools/ctoolsimportlobs.html +java/sun-6/db/docs/html/tools/ctoolsimportnulls.html +java/sun-6/db/docs/html/tools/ctoolsjavadb.html +java/sun-6/db/docs/html/tools/ctoolspre11181.html +java/sun-6/db/docs/html/tools/ctoolspre22460.html +java/sun-6/db/docs/html/tools/ctoolspre23947.html +java/sun-6/db/docs/html/tools/ctoolspre29520.html +java/sun-6/db/docs/html/tools/ctoolsstorejardb.html +java/sun-6/db/docs/html/tools/ctoolssysinfo1002931.html +java/sun-6/db/docs/html/tools/ctoolsusingdblook.html +java/sun-6/db/docs/html/tools/index.html +java/sun-6/db/docs/html/tools/rtools1003161.html +java/sun-6/db/docs/html/tools/rtoolscopyright.html +java/sun-6/db/docs/html/tools/rtoolsdblookexamples.html +java/sun-6/db/docs/html/tools/rtoolsdblookoptions.html +java/sun-6/db/docs/html/tools/rtoolsdrvrnmeurl.html +java/sun-6/db/docs/html/tools/rtoolsexportarguements.html +java/sun-6/db/docs/html/tools/rtoolsijcomref1003067.html +java/sun-6/db/docs/html/tools/rtoolsijcomref1003444.html +java/sun-6/db/docs/html/tools/rtoolsijcomref10316.html +java/sun-6/db/docs/html/tools/rtoolsijcomref11128.html +java/sun-6/db/docs/html/tools/rtoolsijcomref11943.html +java/sun-6/db/docs/html/tools/rtoolsijcomref12281.html +java/sun-6/db/docs/html/tools/rtoolsijcomref12297.html +java/sun-6/db/docs/html/tools/rtoolsijcomref12333.html +java/sun-6/db/docs/html/tools/rtoolsijcomref16653.html +java/sun-6/db/docs/html/tools/rtoolsijcomref17631.html +java/sun-6/db/docs/html/tools/rtoolsijcomref18077.html +java/sun-6/db/docs/html/tools/rtoolsijcomref20382.html +java/sun-6/db/docs/html/tools/rtoolsijcomref22318.html +java/sun-6/db/docs/html/tools/rtoolsijcomref24423.html +java/sun-6/db/docs/html/tools/rtoolsijcomref25570.html +java/sun-6/db/docs/html/tools/rtoolsijcomref25753.html +java/sun-6/db/docs/html/tools/rtoolsijcomref27997.html +java/sun-6/db/docs/html/tools/rtoolsijcomref28886.html +java/sun-6/db/docs/html/tools/rtoolsijcomref30679.html +java/sun-6/db/docs/html/tools/rtoolsijcomref31510.html +java/sun-6/db/docs/html/tools/rtoolsijcomref33358.html +java/sun-6/db/docs/html/tools/rtoolsijcomref33373.html +java/sun-6/db/docs/html/tools/rtoolsijcomref34110.html +java/sun-6/db/docs/html/tools/rtoolsijcomref36618.html +java/sun-6/db/docs/html/tools/rtoolsijcomref37862.html +java/sun-6/db/docs/html/tools/rtoolsijcomref39042.html +java/sun-6/db/docs/html/tools/rtoolsijcomref39198.html +java/sun-6/db/docs/html/tools/rtoolsijcomref40155.html +java/sun-6/db/docs/html/tools/rtoolsijcomref44032.html +java/sun-6/db/docs/html/tools/rtoolsijcomref53869.html +java/sun-6/db/docs/html/tools/rtoolsijcomref61092.html +java/sun-6/db/docs/html/tools/rtoolsijcomref61708.html +java/sun-6/db/docs/html/tools/rtoolsijcomref62772.html +java/sun-6/db/docs/html/tools/rtoolsijcomref79286.html +java/sun-6/db/docs/html/tools/rtoolsijcomref88554.html +java/sun-6/db/docs/html/tools/rtoolsijcomref94092.html +java/sun-6/db/docs/html/tools/rtoolsijcomref97975.html +java/sun-6/db/docs/html/tools/rtoolsijcomrefdescribe.html +java/sun-6/db/docs/html/tools/rtoolsijcomrefshow.html +java/sun-6/db/docs/html/tools/rtoolsijpropref10135.html +java/sun-6/db/docs/html/tools/rtoolsijpropref12236.html +java/sun-6/db/docs/html/tools/rtoolsijpropref25589.html +java/sun-6/db/docs/html/tools/rtoolsijpropref28146.html +java/sun-6/db/docs/html/tools/rtoolsijpropref28788.html +java/sun-6/db/docs/html/tools/rtoolsijpropref29864.html +java/sun-6/db/docs/html/tools/rtoolsijpropref32585.html +java/sun-6/db/docs/html/tools/rtoolsijpropref35032.html +java/sun-6/db/docs/html/tools/rtoolsijpropref38481.html +java/sun-6/db/docs/html/tools/rtoolsijpropref41073.html +java/sun-6/db/docs/html/tools/rtoolsijpropref97949.html +java/sun-6/db/docs/html/tools/rtoolsijproprefdatasource.html +java/sun-6/db/docs/html/tools/rtoolsijproprefexceptiontrace.html +java/sun-6/db/docs/html/tools/rtoolsijproprefpassword.html +java/sun-6/db/docs/html/tools/rtoolsijproprefshownoconn.html +java/sun-6/db/docs/html/tools/rtoolsijproprefshownoselectcount.html +java/sun-6/db/docs/html/tools/rtoolsijproprefuser.html +java/sun-6/db/docs/html/tools/rtoolsijtools16879.html +java/sun-6/db/docs/html/tools/rtoolsimport64241.html +java/sun-6/db/docs/html/tools/rtoolsimport91458.html +java/sun-6/db/docs/html/tools/rtoolsimportcodeset.html +java/sun-6/db/docs/html/tools/rtoolsjarload3284.html +java/sun-6/db/docs/html/tools/rtoolslicense.html +java/sun-6/db/docs/html/tools/rtoolssysinfo1002629.html +java/sun-6/db/docs/html/tools/rtoolssysinfo41288.html +java/sun-6/db/docs/html/tools/rtoolstrademderby.html +java/sun-6/db/docs/html/tools/toc.html +java/sun-6/db/docs/html/tools/tools-single.html +java/sun-6/db/docs/html/tools/ttoolsexporting.html +java/sun-6/db/docs/html/tools/ttoolsij11815.html +java/sun-6/db/docs/html/tools/ttoolsij30600.html +java/sun-6/db/docs/html/tools/ttoolsij97656.html +java/sun-6/db/docs/html/tools/ttoolsij98878.html +java/sun-6/db/docs/html/tools/ttoolsijcreatedatabase.html +java/sun-6/db/docs/html/tools/ttoolsimporting.html +java/sun-6/db/docs/html/tools/ttoolsjarload1002986.html +java/sun-6/db/docs/html/tools/ttoolsjarload1003059.html +java/sun-6/db/docs/html/tools/ttoolsjarload1003120.html +java/sun-6/db/docs/html/tuning/ctundepth1002853.html +java/sun-6/db/docs/html/tuning/ctundepth1003116.html +java/sun-6/db/docs/html/tuning/ctundepth1003209.html +java/sun-6/db/docs/html/tuning/ctundepth1003369.html +java/sun-6/db/docs/html/tuning/ctundepth1003672.html +java/sun-6/db/docs/html/tuning/ctundepth10525.html +java/sun-6/db/docs/html/tuning/ctundepth13055.html +java/sun-6/db/docs/html/tuning/ctundepth14326.html +java/sun-6/db/docs/html/tuning/ctundepth21935.html +java/sun-6/db/docs/html/tuning/ctundepth23033.html +java/sun-6/db/docs/html/tuning/ctundepth26674.html +java/sun-6/db/docs/html/tuning/ctundepth29804.html +java/sun-6/db/docs/html/tuning/ctundepth32379.html +java/sun-6/db/docs/html/tuning/ctundepth36205.html +java/sun-6/db/docs/html/tuning/ctundepth37648.html +java/sun-6/db/docs/html/tuning/ctundepth39739.html +java/sun-6/db/docs/html/tuning/ctundepth853095.html +java/sun-6/db/docs/html/tuning/ctundepth853133.html +java/sun-6/db/docs/html/tuning/ctundepth853228.html +java/sun-6/db/docs/html/tuning/ctundepthoptover.html +java/sun-6/db/docs/html/tuning/ctunjavadb.html +java/sun-6/db/docs/html/tuning/ctunoptimz1004264.html +java/sun-6/db/docs/html/tuning/ctunoptimz1004373.html +java/sun-6/db/docs/html/tuning/ctunoptimz1008884.html +java/sun-6/db/docs/html/tuning/ctunoptimz1011736.html +java/sun-6/db/docs/html/tuning/ctunoptimz11775.html +java/sun-6/db/docs/html/tuning/ctunoptimz11941.html +java/sun-6/db/docs/html/tuning/ctunoptimz12168.html +java/sun-6/db/docs/html/tuning/ctunoptimz19357.html +java/sun-6/db/docs/html/tuning/ctunoptimz20327.html +java/sun-6/db/docs/html/tuning/ctunoptimz22111.html +java/sun-6/db/docs/html/tuning/ctunoptimz22460.html +java/sun-6/db/docs/html/tuning/ctunoptimz22900.html +java/sun-6/db/docs/html/tuning/ctunoptimz23173.html +java/sun-6/db/docs/html/tuning/ctunoptimz23977.html +java/sun-6/db/docs/html/tuning/ctunoptimz24840.html +java/sun-6/db/docs/html/tuning/ctunoptimz26019.html +java/sun-6/db/docs/html/tuning/ctunoptimz27036.html +java/sun-6/db/docs/html/tuning/ctunoptimz27975.html +java/sun-6/db/docs/html/tuning/ctunoptimz29384.html +java/sun-6/db/docs/html/tuning/ctunoptimz30217.html +java/sun-6/db/docs/html/tuning/ctunoptimz30768.html +java/sun-6/db/docs/html/tuning/ctunoptimz32184.html +java/sun-6/db/docs/html/tuning/ctunoptimz32767.html +java/sun-6/db/docs/html/tuning/ctunoptimz33368.html +java/sun-6/db/docs/html/tuning/ctunoptimz39106.html +java/sun-6/db/docs/html/tuning/ctunoptimz39739.html +java/sun-6/db/docs/html/tuning/ctunoptimz41314.html +java/sun-6/db/docs/html/tuning/ctunoptimz42065.html +java/sun-6/db/docs/html/tuning/ctunoptimz42425.html +java/sun-6/db/docs/html/tuning/ctunoptimz56859.html +java/sun-6/db/docs/html/tuning/ctunoptimz856914.html +java/sun-6/db/docs/html/tuning/ctunoptimz857385.html +java/sun-6/db/docs/html/tuning/ctunoptimz859947.html +java/sun-6/db/docs/html/tuning/ctunoptimz859974.html +java/sun-6/db/docs/html/tuning/ctunoptimz860097.html +java/sun-6/db/docs/html/tuning/ctunoptimzoverride.html +java/sun-6/db/docs/html/tuning/ctunperf1004126.html +java/sun-6/db/docs/html/tuning/ctunperf1004182.html +java/sun-6/db/docs/html/tuning/ctunperf10065.html +java/sun-6/db/docs/html/tuning/ctunperf10679.html +java/sun-6/db/docs/html/tuning/ctunperf16556.html +java/sun-6/db/docs/html/tuning/ctunperf16800.html +java/sun-6/db/docs/html/tuning/ctunperf17936.html +java/sun-6/db/docs/html/tuning/ctunperf18705.html +java/sun-6/db/docs/html/tuning/ctunperf22457.html +java/sun-6/db/docs/html/tuning/ctunperf23868.html +java/sun-6/db/docs/html/tuning/ctunperf25864.html +java/sun-6/db/docs/html/tuning/ctunperf31086.html +java/sun-6/db/docs/html/tuning/ctunperf54492.html +java/sun-6/db/docs/html/tuning/ctunperf816059.html +java/sun-6/db/docs/html/tuning/ctunperf816635.html +java/sun-6/db/docs/html/tuning/ctunperf98197.html +java/sun-6/db/docs/html/tuning/ctunproper22250.html +java/sun-6/db/docs/html/tuning/ctunproper51399.html +java/sun-6/db/docs/html/tuning/ctunpropref1002477.html +java/sun-6/db/docs/html/tuning/ctunpropref11181.html +java/sun-6/db/docs/html/tuning/ctunpropref22460.html +java/sun-6/db/docs/html/tuning/ctunpropref23947.html +java/sun-6/db/docs/html/tuning/ctunsetprop1003847.html +java/sun-6/db/docs/html/tuning/ctunsetprop11108.html +java/sun-6/db/docs/html/tuning/ctunsetprop11561.html +java/sun-6/db/docs/html/tuning/ctunsetprop12821.html +java/sun-6/db/docs/html/tuning/ctunsetprop13074.html +java/sun-6/db/docs/html/tuning/ctunsetprop16827.html +java/sun-6/db/docs/html/tuning/ctunsetprop23308.html +java/sun-6/db/docs/html/tuning/ctunsetprop24222.html +java/sun-6/db/docs/html/tuning/ctunsetprop24843.html +java/sun-6/db/docs/html/tuning/ctunsetprop32443.html +java/sun-6/db/docs/html/tuning/ctunsetprop34818.html +java/sun-6/db/docs/html/tuning/ctunsetprop38343.html +java/sun-6/db/docs/html/tuning/ctunsetprop44147.html +java/sun-6/db/docs/html/tuning/ctunsetprop824451.html +java/sun-6/db/docs/html/tuning/ctunsetprop824500.html +java/sun-6/db/docs/html/tuning/ctunsetprop824533.html +java/sun-6/db/docs/html/tuning/ctunsetprop824615.html +java/sun-6/db/docs/html/tuning/ctunsetprop824983.html +java/sun-6/db/docs/html/tuning/ctunstats18908.html +java/sun-6/db/docs/html/tuning/ctunstats46438.html +java/sun-6/db/docs/html/tuning/ctunstats52657.html +java/sun-6/db/docs/html/tuning/ctunstats57373.html +java/sun-6/db/docs/html/tuning/ctunstats57793.html +java/sun-6/db/docs/html/tuning/ctunstats60669.html +java/sun-6/db/docs/html/tuning/ctunstats72938.html +java/sun-6/db/docs/html/tuning/ctunstats848901.html +java/sun-6/db/docs/html/tuning/ctunstats848961.html +java/sun-6/db/docs/html/tuning/ctunstats849000.html +java/sun-6/db/docs/html/tuning/ctunstats849203.html +java/sun-6/db/docs/html/tuning/ctunstats849251.html +java/sun-6/db/docs/html/tuning/ctunstats849505.html +java/sun-6/db/docs/html/tuning/ctuntransform11313.html +java/sun-6/db/docs/html/tuning/ctuntransform13699.html +java/sun-6/db/docs/html/tuning/ctuntransform13966.html +java/sun-6/db/docs/html/tuning/ctuntransform14044.html +java/sun-6/db/docs/html/tuning/ctuntransform16033.html +java/sun-6/db/docs/html/tuning/ctuntransform16279.html +java/sun-6/db/docs/html/tuning/ctuntransform21780.html +java/sun-6/db/docs/html/tuning/ctuntransform22576.html +java/sun-6/db/docs/html/tuning/ctuntransform25857.html +java/sun-6/db/docs/html/tuning/ctuntransform25868.html +java/sun-6/db/docs/html/tuning/ctuntransform35783.html +java/sun-6/db/docs/html/tuning/ctuntransform36368.html +java/sun-6/db/docs/html/tuning/ctuntransform36623.html +java/sun-6/db/docs/html/tuning/ctuntransform37032.html +java/sun-6/db/docs/html/tuning/ctuntransform41535.html +java/sun-6/db/docs/html/tuning/ctuntransform47182.html +java/sun-6/db/docs/html/tuning/ctuntransform55045.html +java/sun-6/db/docs/html/tuning/ctuntransform867165.html +java/sun-6/db/docs/html/tuning/ctuntransform867201.html +java/sun-6/db/docs/html/tuning/index.html +java/sun-6/db/docs/html/tuning/pstmt_os.gif +java/sun-6/db/docs/html/tuning/pstmt_os.jpg +java/sun-6/db/docs/html/tuning/rtuncopyright.html +java/sun-6/db/docs/html/tuning/rtunlicense.html +java/sun-6/db/docs/html/tuning/rtunoptimz1004602.html +java/sun-6/db/docs/html/tuning/rtunoptimz1004810.html +java/sun-6/db/docs/html/tuning/rtunproper10607.html +java/sun-6/db/docs/html/tuning/rtunproper13217.html +java/sun-6/db/docs/html/tuning/rtunproper13766.html +java/sun-6/db/docs/html/tuning/rtunproper18151.html +java/sun-6/db/docs/html/tuning/rtunproper23835.html +java/sun-6/db/docs/html/tuning/rtunproper24390.html +java/sun-6/db/docs/html/tuning/rtunproper24846.html +java/sun-6/db/docs/html/tuning/rtunproper25025.html +java/sun-6/db/docs/html/tuning/rtunproper25581.html +java/sun-6/db/docs/html/tuning/rtunproper26978.html +java/sun-6/db/docs/html/tuning/rtunproper26985.html +java/sun-6/db/docs/html/tuning/rtunproper27355.html +java/sun-6/db/docs/html/tuning/rtunproper27467.html +java/sun-6/db/docs/html/tuning/rtunproper27529.html +java/sun-6/db/docs/html/tuning/rtunproper28026.html +java/sun-6/db/docs/html/tuning/rtunproper32066.html +java/sun-6/db/docs/html/tuning/rtunproper32213.html +java/sun-6/db/docs/html/tuning/rtunproper33027.html +java/sun-6/db/docs/html/tuning/rtunproper34037.html +java/sun-6/db/docs/html/tuning/rtunproper35028.html +java/sun-6/db/docs/html/tuning/rtunproper37341.html +java/sun-6/db/docs/html/tuning/rtunproper39325.html +java/sun-6/db/docs/html/tuning/rtunproper40346.html +java/sun-6/db/docs/html/tuning/rtunproper40688.html +java/sun-6/db/docs/html/tuning/rtunproper43414.html +java/sun-6/db/docs/html/tuning/rtunproper43517.html +java/sun-6/db/docs/html/tuning/rtunproper46141.html +java/sun-6/db/docs/html/tuning/rtunproper81359.html +java/sun-6/db/docs/html/tuning/rtunproper81405.html +java/sun-6/db/docs/html/tuning/rtunproper98166.html +java/sun-6/db/docs/html/tuning/rtunpropercachedn.html +java/sun-6/db/docs/html/tuning/rtunproperdurability.html +java/sun-6/db/docs/html/tuning/rtunpropersqlauth.html +java/sun-6/db/docs/html/tuning/rtunproperxatrantimeout.html +java/sun-6/db/docs/html/tuning/rtunsearchauthdn.html +java/sun-6/db/docs/html/tuning/rtunsearchauthpw.html +java/sun-6/db/docs/html/tuning/rtunstorminrecsize.html +java/sun-6/db/docs/html/tuning/rtuntrademderby.html +java/sun-6/db/docs/html/tuning/rtuntransform139.html +java/sun-6/db/docs/html/tuning/rtuntransform208.html +java/sun-6/db/docs/html/tuning/rtuntransform345.html +java/sun-6/db/docs/html/tuning/rtuntransform443.html +java/sun-6/db/docs/html/tuning/rtuntransform472.html +java/sun-6/db/docs/html/tuning/rtuntransform582.html +java/sun-6/db/docs/html/tuning/rtuntransform590.html +java/sun-6/db/docs/html/tuning/rtuntransform866214.html +java/sun-6/db/docs/html/tuning/rtuntransform866547.html +java/sun-6/db/docs/html/tuning/rtuntransform866587.html +java/sun-6/db/docs/html/tuning/rtuntransform867602.html +java/sun-6/db/docs/html/tuning/stmt_os.gif +java/sun-6/db/docs/html/tuning/stmt_os.jpg +java/sun-6/db/docs/html/tuning/toc.html +java/sun-6/db/docs/html/tuning/ttundepth33391.html +java/sun-6/db/docs/html/tuning/ttundepth34375.html +java/sun-6/db/docs/html/tuning/tuning-single.html +java/sun-6/db/docs/pdf/adminguide/derbyadmin.pdf +java/sun-6/db/docs/pdf/devguide/derbydev.pdf +java/sun-6/db/docs/pdf/getstart/getstartderby.pdf +java/sun-6/db/docs/pdf/ref/refderby.pdf +java/sun-6/db/docs/pdf/tools/derbytools.pdf +java/sun-6/db/docs/pdf/tuning/tuningderby.pdf +java/sun-6/db/frameworks.DEPRECATED.txt java/sun-6/db/frameworks/NetworkServer/bin/NetworkServerControl.bat java/sun-6/db/frameworks/NetworkServer/bin/NetworkServerControl.ksh java/sun-6/db/frameworks/NetworkServer/bin/dblook.bat @@ -205,15 +1404,104 @@ java/sun-6/db/frameworks/embedded/bin/sysinfo.bat java/sun-6/db/frameworks/embedded/bin/sysinfo.ksh java/sun-6/db/frameworks/embedded/readme.html java/sun-6/db/frameworks/readme.html +java/sun-6/db/index.html +java/sun-6/db/javadoc/jdbc3/allclasses-frame.html +java/sun-6/db/javadoc/jdbc3/allclasses-noframe.html +java/sun-6/db/javadoc/jdbc3/constant-values.html +java/sun-6/db/javadoc/jdbc3/deprecated-list.html +java/sun-6/db/javadoc/jdbc3/help-doc.html +java/sun-6/db/javadoc/jdbc3/index-all.html +java/sun-6/db/javadoc/jdbc3/index.html +java/sun-6/db/javadoc/jdbc3/org/apache/derby/authentication/UserAuthenticator.html +java/sun-6/db/javadoc/jdbc3/org/apache/derby/authentication/package-frame.html +java/sun-6/db/javadoc/jdbc3/org/apache/derby/authentication/package-summary.html +java/sun-6/db/javadoc/jdbc3/org/apache/derby/authentication/package-tree.html +java/sun-6/db/javadoc/jdbc3/org/apache/derby/drda/NetServlet.html +java/sun-6/db/javadoc/jdbc3/org/apache/derby/drda/NetworkServerControl.html +java/sun-6/db/javadoc/jdbc3/org/apache/derby/drda/package-frame.html +java/sun-6/db/javadoc/jdbc3/org/apache/derby/drda/package-summary.html +java/sun-6/db/javadoc/jdbc3/org/apache/derby/drda/package-tree.html +java/sun-6/db/javadoc/jdbc3/org/apache/derby/jdbc/ClientBaseDataSource.html +java/sun-6/db/javadoc/jdbc3/org/apache/derby/jdbc/ClientConnectionPoolDataSource.html +java/sun-6/db/javadoc/jdbc3/org/apache/derby/jdbc/ClientDataSource.html +java/sun-6/db/javadoc/jdbc3/org/apache/derby/jdbc/ClientDriver.html +java/sun-6/db/javadoc/jdbc3/org/apache/derby/jdbc/ClientXADataSource.html +java/sun-6/db/javadoc/jdbc3/org/apache/derby/jdbc/EmbeddedConnectionPoolDataSource.html +java/sun-6/db/javadoc/jdbc3/org/apache/derby/jdbc/EmbeddedDataSource.html +java/sun-6/db/javadoc/jdbc3/org/apache/derby/jdbc/EmbeddedDriver.html +java/sun-6/db/javadoc/jdbc3/org/apache/derby/jdbc/EmbeddedSimpleDataSource.html +java/sun-6/db/javadoc/jdbc3/org/apache/derby/jdbc/EmbeddedXADataSource.html +java/sun-6/db/javadoc/jdbc3/org/apache/derby/jdbc/package-frame.html +java/sun-6/db/javadoc/jdbc3/org/apache/derby/jdbc/package-summary.html +java/sun-6/db/javadoc/jdbc3/org/apache/derby/jdbc/package-tree.html +java/sun-6/db/javadoc/jdbc3/org/apache/derby/tools/dblook.html +java/sun-6/db/javadoc/jdbc3/org/apache/derby/tools/ij.html +java/sun-6/db/javadoc/jdbc3/org/apache/derby/tools/package-frame.html +java/sun-6/db/javadoc/jdbc3/org/apache/derby/tools/package-summary.html +java/sun-6/db/javadoc/jdbc3/org/apache/derby/tools/package-tree.html +java/sun-6/db/javadoc/jdbc3/org/apache/derby/tools/sysinfo.html +java/sun-6/db/javadoc/jdbc3/overview-frame.html +java/sun-6/db/javadoc/jdbc3/overview-summary.html +java/sun-6/db/javadoc/jdbc3/overview-tree.html +java/sun-6/db/javadoc/jdbc3/package-list +java/sun-6/db/javadoc/jdbc3/packages.html +java/sun-6/db/javadoc/jdbc3/resources/inherit.gif +java/sun-6/db/javadoc/jdbc3/serialized-form.html +java/sun-6/db/javadoc/jdbc3/stylesheet.css +java/sun-6/db/javadoc/jdbc4/allclasses-frame.html +java/sun-6/db/javadoc/jdbc4/allclasses-noframe.html +java/sun-6/db/javadoc/jdbc4/constant-values.html +java/sun-6/db/javadoc/jdbc4/deprecated-list.html +java/sun-6/db/javadoc/jdbc4/help-doc.html +java/sun-6/db/javadoc/jdbc4/index-all.html +java/sun-6/db/javadoc/jdbc4/index.html +java/sun-6/db/javadoc/jdbc4/org/apache/derby/authentication/UserAuthenticator.html +java/sun-6/db/javadoc/jdbc4/org/apache/derby/authentication/package-frame.html +java/sun-6/db/javadoc/jdbc4/org/apache/derby/authentication/package-summary.html +java/sun-6/db/javadoc/jdbc4/org/apache/derby/authentication/package-tree.html +java/sun-6/db/javadoc/jdbc4/org/apache/derby/drda/NetServlet.html +java/sun-6/db/javadoc/jdbc4/org/apache/derby/drda/NetworkServerControl.html +java/sun-6/db/javadoc/jdbc4/org/apache/derby/drda/package-frame.html +java/sun-6/db/javadoc/jdbc4/org/apache/derby/drda/package-summary.html +java/sun-6/db/javadoc/jdbc4/org/apache/derby/drda/package-tree.html +java/sun-6/db/javadoc/jdbc4/org/apache/derby/jdbc/ClientBaseDataSource.html +java/sun-6/db/javadoc/jdbc4/org/apache/derby/jdbc/ClientConnectionPoolDataSource40.html +java/sun-6/db/javadoc/jdbc4/org/apache/derby/jdbc/ClientDataSource40.html +java/sun-6/db/javadoc/jdbc4/org/apache/derby/jdbc/ClientDriver.html +java/sun-6/db/javadoc/jdbc4/org/apache/derby/jdbc/ClientXADataSource40.html +java/sun-6/db/javadoc/jdbc4/org/apache/derby/jdbc/EmbeddedConnectionPoolDataSource40.html +java/sun-6/db/javadoc/jdbc4/org/apache/derby/jdbc/EmbeddedDataSource40.html +java/sun-6/db/javadoc/jdbc4/org/apache/derby/jdbc/EmbeddedDriver.html +java/sun-6/db/javadoc/jdbc4/org/apache/derby/jdbc/EmbeddedXADataSource40.html +java/sun-6/db/javadoc/jdbc4/org/apache/derby/jdbc/package-frame.html +java/sun-6/db/javadoc/jdbc4/org/apache/derby/jdbc/package-summary.html +java/sun-6/db/javadoc/jdbc4/org/apache/derby/jdbc/package-tree.html +java/sun-6/db/javadoc/jdbc4/org/apache/derby/tools/dblook.html +java/sun-6/db/javadoc/jdbc4/org/apache/derby/tools/ij.html +java/sun-6/db/javadoc/jdbc4/org/apache/derby/tools/package-frame.html +java/sun-6/db/javadoc/jdbc4/org/apache/derby/tools/package-summary.html +java/sun-6/db/javadoc/jdbc4/org/apache/derby/tools/package-tree.html +java/sun-6/db/javadoc/jdbc4/org/apache/derby/tools/sysinfo.html +java/sun-6/db/javadoc/jdbc4/overview-frame.html +java/sun-6/db/javadoc/jdbc4/overview-summary.html +java/sun-6/db/javadoc/jdbc4/overview-tree.html +java/sun-6/db/javadoc/jdbc4/package-list +java/sun-6/db/javadoc/jdbc4/resources/inherit.gif +java/sun-6/db/javadoc/jdbc4/serialized-form.html +java/sun-6/db/javadoc/jdbc4/stylesheet.css java/sun-6/db/lib/derby.jar java/sun-6/db/lib/derby.war +java/sun-6/db/lib/derbyLocale_cs.jar java/sun-6/db/lib/derbyLocale_de_DE.jar java/sun-6/db/lib/derbyLocale_es.jar java/sun-6/db/lib/derbyLocale_fr.jar +java/sun-6/db/lib/derbyLocale_hu.jar java/sun-6/db/lib/derbyLocale_it.jar java/sun-6/db/lib/derbyLocale_ja_JP.jar java/sun-6/db/lib/derbyLocale_ko_KR.jar +java/sun-6/db/lib/derbyLocale_pl.jar java/sun-6/db/lib/derbyLocale_pt_BR.jar +java/sun-6/db/lib/derbyLocale_ru.jar java/sun-6/db/lib/derbyLocale_zh_CN.jar java/sun-6/db/lib/derbyLocale_zh_TW.jar java/sun-6/db/lib/derbyclient.jar @@ -2171,6 +3459,9 @@ java/sun-6/src.zip @dirrm java/sun-6/sample/javac/processing @dirrm java/sun-6/sample/javac @dirrm java/sun-6/sample +@comment in sun-jre6 @dirrm java/sun-6/man/man1 +@comment in sun-jre6 @dirrm java/sun-6/man/ja_JP.eucJP/man1 +@comment in sun-jre6 @dirrm java/sun-6/lib @dirrm java/sun-6/include/linux @dirrm java/sun-6/include @dirrm java/sun-6/demo/scripting/jconsole-plugin/src/scripts @@ -2457,19 +3748,83 @@ java/sun-6/src.zip @dirrm java/sun-6/demo/applets @dirrm java/sun-6/demo @dirrm java/sun-6/db/lib +@dirrm java/sun-6/db/javadoc/jdbc4/resources +@dirrm java/sun-6/db/javadoc/jdbc4/org/apache/derby/tools +@dirrm java/sun-6/db/javadoc/jdbc4/org/apache/derby/jdbc +@dirrm java/sun-6/db/javadoc/jdbc4/org/apache/derby/drda +@dirrm java/sun-6/db/javadoc/jdbc4/org/apache/derby/authentication +@dirrm java/sun-6/db/javadoc/jdbc4/org/apache/derby +@dirrm java/sun-6/db/javadoc/jdbc4/org/apache +@dirrm java/sun-6/db/javadoc/jdbc4/org +@dirrm java/sun-6/db/javadoc/jdbc4 +@dirrm java/sun-6/db/javadoc/jdbc3/resources +@dirrm java/sun-6/db/javadoc/jdbc3/org/apache/derby/tools +@dirrm java/sun-6/db/javadoc/jdbc3/org/apache/derby/jdbc +@dirrm java/sun-6/db/javadoc/jdbc3/org/apache/derby/drda +@dirrm java/sun-6/db/javadoc/jdbc3/org/apache/derby/authentication +@dirrm java/sun-6/db/javadoc/jdbc3/org/apache/derby +@dirrm java/sun-6/db/javadoc/jdbc3/org/apache +@dirrm java/sun-6/db/javadoc/jdbc3/org +@dirrm java/sun-6/db/javadoc/jdbc3 +@dirrm java/sun-6/db/javadoc @dirrm java/sun-6/db/frameworks/embedded/bin @dirrm java/sun-6/db/frameworks/embedded @dirrm java/sun-6/db/frameworks/NetworkServer/bin @dirrm java/sun-6/db/frameworks/NetworkServer @dirrm java/sun-6/db/frameworks +@dirrm java/sun-6/db/docs/pdf/tuning +@dirrm java/sun-6/db/docs/pdf/tools +@dirrm java/sun-6/db/docs/pdf/ref +@dirrm java/sun-6/db/docs/pdf/getstart +@dirrm java/sun-6/db/docs/pdf/devguide +@dirrm java/sun-6/db/docs/pdf/adminguide +@dirrm java/sun-6/db/docs/pdf +@dirrm java/sun-6/db/docs/html/tuning +@dirrm java/sun-6/db/docs/html/tools +@dirrm java/sun-6/db/docs/html/ref +@dirrm java/sun-6/db/docs/html/images +@dirrm java/sun-6/db/docs/html/getstart +@dirrm java/sun-6/db/docs/html/devguide +@dirrm java/sun-6/db/docs/html/adminguide +@dirrm java/sun-6/db/docs/html +@dirrm java/sun-6/db/docs +@dirrm java/sun-6/db/demo/templates @dirrm java/sun-6/db/demo/programs/workingwithderby @dirrm java/sun-6/db/demo/programs/toursdb @dirrm java/sun-6/db/demo/programs/simple +@dirrm java/sun-6/db/demo/programs/scores/java/server/org/apache/derbyDemo/scores/proc +@dirrm java/sun-6/db/demo/programs/scores/java/server/org/apache/derbyDemo/scores +@dirrm java/sun-6/db/demo/programs/scores/java/server/org/apache/derbyDemo +@dirrm java/sun-6/db/demo/programs/scores/java/server/org/apache +@dirrm java/sun-6/db/demo/programs/scores/java/server/org +@dirrm java/sun-6/db/demo/programs/scores/java/server +@dirrm java/sun-6/db/demo/programs/scores/java/common/org/apache/derbyDemo/scores/util +@dirrm java/sun-6/db/demo/programs/scores/java/common/org/apache/derbyDemo/scores +@dirrm java/sun-6/db/demo/programs/scores/java/common/org/apache/derbyDemo +@dirrm java/sun-6/db/demo/programs/scores/java/common/org/apache +@dirrm java/sun-6/db/demo/programs/scores/java/common/org +@dirrm java/sun-6/db/demo/programs/scores/java/common +@dirrm java/sun-6/db/demo/programs/scores/java/client/org/apache/derbyDemo/scores/data +@dirrm java/sun-6/db/demo/programs/scores/java/client/org/apache/derbyDemo/scores/app +@dirrm java/sun-6/db/demo/programs/scores/java/client/org/apache/derbyDemo/scores +@dirrm java/sun-6/db/demo/programs/scores/java/client/org/apache/derbyDemo +@dirrm java/sun-6/db/demo/programs/scores/java/client/org/apache +@dirrm java/sun-6/db/demo/programs/scores/java/client/org +@dirrm java/sun-6/db/demo/programs/scores/java/client +@dirrm java/sun-6/db/demo/programs/scores/java +@dirrm java/sun-6/db/demo/programs/scores @dirrm java/sun-6/db/demo/programs/nserverdemo +@dirrm java/sun-6/db/demo/programs/localcal/src/images +@dirrm java/sun-6/db/demo/programs/localcal/src +@dirrm java/sun-6/db/demo/programs/localcal/lib +@dirrm java/sun-6/db/demo/programs/localcal @dirrm java/sun-6/db/demo/programs @dirrm java/sun-6/db/demo/databases/toursdb/seg0 @dirrm java/sun-6/db/demo/databases/toursdb/log @dirrm java/sun-6/db/demo/databases/toursdb @dirrm java/sun-6/db/demo/databases @dirrm java/sun-6/db/demo +@dirrm java/sun-6/db/bin @dirrm java/sun-6/db +@comment in sun-jre6 @dirrm java/sun-6/bin +@comment in sun-jre6 @dirrm java/sun-6 diff --git a/lang/sun-jdk6/buildlink3.mk b/lang/sun-jdk6/buildlink3.mk index a81e3feab13e..f2ee33cb0e3f 100644 --- a/lang/sun-jdk6/buildlink3.mk +++ b/lang/sun-jdk6/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.2 2007/05/25 02:04:15 rh Exp $ +# $NetBSD: buildlink3.mk,v 1.3 2008/01/20 02:31:48 tnn Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ SUN_JDK6_BUILDLINK3_MK:= ${SUN_JDK6_BUILDLINK3_MK}+ @@ -14,7 +14,7 @@ BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}sun-jdk6 .if !empty(SUN_JDK6_BUILDLINK3_MK:M+) BUILDLINK_API_DEPENDS.sun-jdk6+= sun-jdk6-[0-9]* -BUILDLINK_ABI_DEPENDS.sun-jdk6?= sun-jdk6>=6.0.1 +BUILDLINK_ABI_DEPENDS.sun-jdk6?= sun-jdk6>=6.0.4 BUILDLINK_PKGSRCDIR.sun-jdk6?= ../../lang/sun-jdk6 BUILDLINK_DEPMETHOD.sun-jdk6?= build diff --git a/lang/sun-jdk6/distinfo b/lang/sun-jdk6/distinfo index 812ff2dc39cc..7e50d6b71887 100644 --- a/lang/sun-jdk6/distinfo +++ b/lang/sun-jdk6/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2007/04/26 20:35:33 tv Exp $ +$NetBSD: distinfo,v 1.3 2008/01/20 02:31:48 tnn Exp $ -SHA1 (jdk-6u1-linux-i586.bin) = 59e2ecc5ef4c4db126110abe1ecd80c9f5502c3f -RMD160 (jdk-6u1-linux-i586.bin) = 80e6b5ba57f9be5b284efa9df48bb198ba40193e -Size (jdk-6u1-linux-i586.bin) = 62772481 bytes +SHA1 (jdk-6u4-linux-i586.bin) = 2c2211fccae1860642a280c4427a7b38662c8f22 +RMD160 (jdk-6u4-linux-i586.bin) = 35266d4e7eb2c14cb6905c6569e164e031c329a6 +Size (jdk-6u4-linux-i586.bin) = 70418455 bytes diff --git a/lang/sun-jre6/DESCR b/lang/sun-jre6/DESCR index df0d98a3ae22..afdc73830bc4 100644 --- a/lang/sun-jre6/DESCR +++ b/lang/sun-jre6/DESCR @@ -1 +1 @@ -This is the Linux port of the Sun Java(tm) Runtime Environment (J2SE 5.0). +This is the Linux port of the Sun Java(tm) Runtime Environment (J2SE 6.0). diff --git a/lang/sun-jre6/Makefile b/lang/sun-jre6/Makefile index bf5264d230bf..c645933772a2 100644 --- a/lang/sun-jre6/Makefile +++ b/lang/sun-jre6/Makefile @@ -1,16 +1,15 @@ -# $NetBSD: Makefile,v 1.6 2007/08/27 21:51:24 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2008/01/20 02:31:47 tnn Exp $ # Note: Regen distinfo with PKG_DEFAULT_OPTIONS+=sun-jre-jce -DISTNAME= jre-6u1-linux-${DIST_ARCH} -PKGNAME= sun-jre6-6.0.1 -PKGREVISION= 2 +DISTNAME= jre-6u3-linux-${DIST_ARCH} +PKGNAME= sun-jre6-6.0.3 MASTER_SITES= # empty DOWNLOAD_NAME= Java Runtime Environment (JRE) 6u1 SHORT_NAME= JRE -WRKSRC= ${WRKDIR}/jre1.6.0_01 +WRKSRC= ${WRKDIR}/jre1.6.0_03 JAVA_WRAPPERS= java javaws keytool orbd policytool rmid rmiregistry \ servertool tnameserv REQD_DIRS= ${JAVA_HOME} @@ -21,6 +20,8 @@ REQD_DIRS+= ${JAVA_HOME}/lib/images/cursors REQD_DIRS+= ${JAVA_HOME}/lib/security CONF_FILES= # empty +LICENSE= sun-jre6-license + .include "../../lang/sun-jre6/Makefile.common" .sinclude "sfiles-${EMUL_ARCH}.mk" diff --git a/lang/sun-jre6/Makefile.common b/lang/sun-jre6/Makefile.common index c8832d7e561f..e62561cbddc3 100644 --- a/lang/sun-jre6/Makefile.common +++ b/lang/sun-jre6/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.5 2007/08/22 14:03:49 jlam Exp $ +# $NetBSD: Makefile.common,v 1.6 2008/01/20 02:31:47 tnn Exp $ CATEGORIES= lang java COMMENT= Sun's Java(tm) 2 Standard Edition, ${DOWNLOAD_NAME} @@ -6,10 +6,9 @@ EXTRACT_SUFX= .bin MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://java.sun.com/ -DOWNLOAD= http://java.sun.com/javase/downloads/index.jsp +DOWNLOAD= http://www.java.com/en/download/manual.jsp ARCHIVE= http://java.sun.com/products/archive/ -LICENSE= jdk13-license RESTRICTED= Redistribution of repackaged binaries not permitted NO_SRC_ON_CDROM=${RESTRICTED} NO_SRC_ON_FTP= ${RESTRICTED} diff --git a/lang/sun-jre6/PLIST.linux-i386 b/lang/sun-jre6/PLIST.linux-i386 index 913591b9e83f..2da32acd70a8 100644 --- a/lang/sun-jre6/PLIST.linux-i386 +++ b/lang/sun-jre6/PLIST.linux-i386 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST.linux-i386,v 1.3 2007/08/27 21:51:24 jlam Exp $ +@comment $NetBSD: PLIST.linux-i386,v 1.4 2008/01/20 02:31:47 tnn Exp $ bin/sun6-java bin/sun6-javaws bin/sun6-keytool @@ -360,8 +360,10 @@ java/sun-6/lib/zi/America/Indiana/Indianapolis java/sun-6/lib/zi/America/Indiana/Knox java/sun-6/lib/zi/America/Indiana/Marengo java/sun-6/lib/zi/America/Indiana/Petersburg +java/sun-6/lib/zi/America/Indiana/Tell_City java/sun-6/lib/zi/America/Indiana/Vevay java/sun-6/lib/zi/America/Indiana/Vincennes +java/sun-6/lib/zi/America/Indiana/Winamac java/sun-6/lib/zi/America/Inuvik java/sun-6/lib/zi/America/Iqaluit java/sun-6/lib/zi/America/Jamaica @@ -404,6 +406,7 @@ java/sun-6/lib/zi/America/Rainy_River java/sun-6/lib/zi/America/Rankin_Inlet java/sun-6/lib/zi/America/Recife java/sun-6/lib/zi/America/Regina +java/sun-6/lib/zi/America/Resolute java/sun-6/lib/zi/America/Rio_Branco java/sun-6/lib/zi/America/Santiago java/sun-6/lib/zi/America/Santo_Domingo diff --git a/lang/sun-jre6/buildlink3.mk b/lang/sun-jre6/buildlink3.mk index df95e3907302..e7d47c129fd3 100644 --- a/lang/sun-jre6/buildlink3.mk +++ b/lang/sun-jre6/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.2 2007/05/25 02:04:15 rh Exp $ +# $NetBSD: buildlink3.mk,v 1.3 2008/01/20 02:31:47 tnn Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ SUN_JRE6_BUILDLINK3_MK:= ${SUN_JRE6_BUILDLINK3_MK}+ @@ -13,7 +13,7 @@ BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}sun-jre6 .if !empty(SUN_JRE6_BUILDLINK3_MK:M+) BUILDLINK_API_DEPENDS.sun-jre6+= sun-jre6-[0-9]* -BUILDLINK_ABI_DEPENDS.sun-jre6?= sun-jre6>=6.0.1 +BUILDLINK_ABI_DEPENDS.sun-jre6?= sun-jre6>=6.0.3 BUILDLINK_PKGSRCDIR.sun-jre6?= ../../lang/sun-jre6 BUILDLINK_JAVA_PREFIX.sun-jre6= ${PREFIX}/java/sun-6 diff --git a/lang/sun-jre6/distinfo b/lang/sun-jre6/distinfo index b26b0fb7ebe1..f92e066827d4 100644 --- a/lang/sun-jre6/distinfo +++ b/lang/sun-jre6/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.2 2007/04/26 20:35:33 tv Exp $ +$NetBSD: distinfo,v 1.3 2008/01/20 02:31:47 tnn Exp $ SHA1 (jce_policy-6.zip) = 7b1b021bd63152b93a16c96bb3a64f0e685fc425 RMD160 (jce_policy-6.zip) = 6f45ce5f3c067e186554f79b3f1a61e4d7d22aae Size (jce_policy-6.zip) = 9101 bytes -SHA1 (jre-6u1-linux-i586.bin) = b66ac52e328499a7d3625ace61e4a069c735c6df -RMD160 (jre-6u1-linux-i586.bin) = 466246161585981d73d97cd6a9508d22395f5f17 -Size (jre-6u1-linux-i586.bin) = 19036583 bytes +SHA1 (jre-6u3-linux-i586.bin) = 6d729efc48b2539ffcc216a7fadf8fb1d9294410 +RMD160 (jre-6u3-linux-i586.bin) = 817bb20a878924a309dc22960f5a353fc26e76fc +Size (jre-6u3-linux-i586.bin) = 19119599 bytes diff --git a/licenses/sun-jdk6-license b/licenses/sun-jdk6-license new file mode 100644 index 000000000000..ee52e7df7a7a --- /dev/null +++ b/licenses/sun-jdk6-license @@ -0,0 +1,289 @@ +Sun Microsystems, Inc. Binary Code License Agreement + +for the JAVA SE DEVELOPMENT KIT (JDK), VERSION 6 + +SUN MICROSYSTEMS, INC. ("SUN") IS WILLING TO LICENSE THE +SOFTWARE IDENTIFIED BELOW TO YOU ONLY UPON THE CONDITION +THAT YOU ACCEPT ALL OF THE TERMS CONTAINED IN THIS BINARY +CODE LICENSE AGREEMENT AND SUPPLEMENTAL LICENSE TERMS +(COLLECTIVELY "AGREEMENT"). PLEASE READ THE AGREEMENT +CAREFULLY. BY DOWNLOADING OR INSTALLING THIS SOFTWARE, YOU +ACCEPT THE TERMS OF THE AGREEMENT. INDICATE ACCEPTANCE BY +SELECTING THE "ACCEPT" BUTTON AT THE BOTTOM OF THE +AGREEMENT. IF YOU ARE NOT WILLING TO BE BOUND BY ALL THE +TERMS, SELECT THE "DECLINE" BUTTON AT THE BOTTOM OF THE +AGREEMENT AND THE DOWNLOAD OR INSTALL PROCESS WILL NOT +CONTINUE. + +1. DEFINITIONS. "Software" means the identified above in +binary form, any other machine readable materials +(including, but not limited to, libraries, source files, +header files, and data files), any updates or error +corrections provided by Sun, and any user manuals, +programming guides and other documentation provided to you +by Sun under this Agreement. "General Purpose Desktop +Computers and Servers" means computers, including desktop, +laptop and tablet computers, or servers, used for general +computing functions under end user control (such as but not +specifically limited to email, general purpose Internet +browsing, and office suite productivity tools). The use of +Software in systems and solutions that provide dedicated +functionality (other than as mentioned above) or designed +for use in embedded or function-specific software +applications, for example but not limited to: Software +embedded in or bundled with industrial control systems, +wireless mobile telephones, wireless handheld devices, +kiosks, TV/STB, Blu-ray Disc devices, telematics and +network control switching equipment, printers and storage +management systems, and other related systems is excluded +from this definition and not licensed under this +Agreement. "Programs" means Java technology applets and +applications intended to run on the Java Platform Standard +Edition (Java SE) platform on Java-enabled General Purpose +Desktop Computers and Servers. + +2. LICENSE TO USE. Subject to the terms and conditions of +this Agreement, including, but not limited to the Java +Technology Restrictions of the Supplemental License Terms, +Sun grants you a non-exclusive, non-transferable, limited +license without license fees to reproduce and use +internally Software complete and unmodified for the sole +purpose of running Programs. Additional licenses for +developers and/or publishers are granted in the +Supplemental License Terms. + +3. RESTRICTIONS. Software is confidential and copyrighted. +Title to Software and all associated intellectual property +rights is retained by Sun and/or its licensors. Unless +enforcement is prohibited by applicable law, you may not +modify, decompile, or reverse engineer Software. You +acknowledge that Licensed Software is not designed or +intended for use in the design, construction, operation or +maintenance of any nuclear facility. Sun Microsystems, Inc. +disclaims any express or implied warranty of fitness for +such uses. 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. Additional +restrictions for developers and/or publishers licenses are +set forth in the Supplemental License Terms. + +4. 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. Any implied warranties on the Software +are limited to 90 days. Some states do not allow +limitations on duration of an implied warranty, so the +above may not apply to you. This limited warranty gives you +specific legal rights. You may have others, which vary from +state to state. + +5. 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. + +6. 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. Some +states do not allow the exclusion of incidental or +consequential damages, so some of the terms above may not +be applicable to you. + +7. 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. Either +party may terminate this Agreement immediately should any +Software become, or in either party's opinion be likely to +become, the subject of a claim of infringement of any +intellectual property right. Upon Termination, you must +destroy all copies of Software. + +8. 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. + +9. TRADEMARKS AND LOGOS. You acknowledge and agree as +between you and Sun that Sun owns the SUN, SOLARIS, JAVA, +JINI, FORTE, and iPLANET trademarks and all SUN, SOLARIS, +JAVA, JINI, FORTE, and iPLANET-related trademarks, service +marks, logos and other brand designations ("Sun Marks"), +and you agree to comply with the Sun Trademark and Logo +Usage Requirements currently located at +http://www.sun.com/policies/trademarks. Any use you make of +the Sun Marks inures to Sun's benefit. + +10. U.S. GOVERNMENT RESTRICTED RIGHTS. If Software is being +acquired by or on behalf of the U.S. Government or by a +U.S. Government prime contractor or subcontractor (at any +tier), then the Government's rights in Software and +accompanying documentation will be only as set forth in +this Agreement; this is in accordance with 48 CFR 227.7201 +through 227.7202-4 (for Department of Defense (DOD) +acquisitions) and with 48 CFR 2.101 and 12.212 (for non-DOD +acquisitions). + +11. 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. + +12. 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. + +13. 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. + +SUPPLEMENTAL LICENSE TERMS + +These Supplemental License Terms add to or modify the terms +of the Binary Code License Agreement. Capitalized terms not +defined in these Supplemental Terms shall have the same +meanings ascribed to them in the Binary Code License +Agreement . These Supplemental Terms shall supersede any +inconsistent or conflicting terms in the Binary Code +License Agreement, or in any license contained within the +Software. + +A. Software Internal Use and Development License Grant. +Subject to the terms and conditions of this Agreement and +restrictions and exceptions set forth in the Software +"README" file incorporated herein by reference, including, +but not limited to the Java Technology Restrictions of +these Supplemental Terms, Sun grants you a non-exclusive, +non-transferable, limited license without fees to reproduce +internally and use internally the Software complete and +unmodified for the purpose of designing, developing, and +testing your Programs. + +B. License to Distribute Software. Subject to the terms and +conditions of this Agreement and restrictions and +exceptions set forth in the Software README file, +including, but not limited to the Java Technology +Restrictions of these Supplemental Terms, Sun grants you a +non-exclusive, non-transferable, limited license without +fees to reproduce and distribute the Software, provided +that (i) you distribute the Software complete and +unmodified and only bundled as part of, and for the sole +purpose of running, your Programs, (ii) the Programs add +significant and primary functionality to the Software, +(iii) you do not distribute additional software intended to +replace any component(s) of the Software, (iv) you do not +remove or alter any proprietary legends or notices +contained in the Software, (v) you only distribute the +Software subject to a license agreement that protects Sun's +interests consistent with the terms contained in this +Agreement, and (vi) you agree to defend and indemnify Sun +and its licensors from and + +C. License to Distribute Redistributables. Subject to the +terms and conditions of this Agreement and restrictions and +exceptions set forth in the Software README file, including +but not limited to the Java Technology Restrictions of +these Supplemental Terms, Sun grants you a non-exclusive, +non-transferable, limited license without fees to reproduce +and distribute those files specifically identified as +redistributable in the Software "README" file +("Redistributables") provided that: (i) you distribute the +Redistributables complete and unmodified, and only bundled +as part of Programs, (ii) the Programs add significant and +primary functionality to the Redistributables, (iii) you do +not distribute additional software intended to supersede +any component(s) of the Redistributables (unless otherwise +specified in the applicable README file), (iv) you do not +remove or alter any proprietary legends or notices +contained in or on the Redistributables, (v) you only +distribute the Redistributables pursuant to a license ag + +D. Java Technology Restrictions. You may not create, +modify, or change the behavior of, or authorize your +licensees to create, modify, or change the behavior of, +classes, interfaces, or subpackages that are in any way +identified as "java", "javax", "sun" or similar convention +as specified by Sun in any naming convention designation. + +E. Distribution by Publishers. This section pertains to +your distribution of the Software with your printed book or +magazine (as those terms are commonly used in the industry) +relating to Java technology ("Publication"). Subject to and +conditioned upon your compliance with the restrictions and +obligations contained in the Agreement, in addition to the +license granted in Paragraph 1 above, Sun hereby grants to +you a non-exclusive, nontransferable limited right to +reproduce complete and unmodified copies of the Software on +electronic media (the "Media") for the sole purpose of +inclusion and distribution with your Publication(s), +subject to the following terms: (i) You may not distribute +the Software on a stand-alone basis; it must be distributed +with your Publication(s); (ii) You are responsible for +downloading the Software from the applicable Sun web site; +(iii) You must refer to the Software as JavaTM SE +Development Kit 6; (iv) The Software must be reproduced in +its entirety and without any modification what + +F. Source Code. Software may contain source code that, +unless expressly licensed for other purposes, is provided +solely for reference purposes pursuant to the terms of this +Agreement. Source code may not be redistributed unless +expressly provided for in this Agreement. + +G. Third Party Code. Additional copyright notices and +license terms applicable to portions of the Software are +set forth in the THIRDPARTYLICENSEREADME.txt file. In +addition to any terms and conditions of any third party +opensource/freeware license identified in the +THIRDPARTYLICENSEREADME.txt file, the disclaimer of +warranty and limitation of liability provisions in +paragraphs 5 and 6 of the Binary Code License Agreement +shall apply to all Software in this distribution. + +H. Termination for Infringement. Either party may terminate +this Agreement immediately should any Software become, or +in either party's opinion be likely to become, the subject +of a claim of infringement of any intellectual property +right. + +I. Installation and Auto-Update. The Software's +installation and auto-update processes transmit a limited +amount of data to Sun (or its service provider) about those +specific processes to help Sun understand and optimize +them. Sun does not associate the data with personally +identifiable information. You can find more information +about the data Sun collects at http://java.com/data/. + +For inquiries please contact: Sun Microsystems, Inc., 4150 +Network Circle, Santa Clara, California 95054, U.S.A. diff --git a/licenses/sun-jre6-license b/licenses/sun-jre6-license new file mode 100644 index 000000000000..4e52528048db --- /dev/null +++ b/licenses/sun-jre6-license @@ -0,0 +1,235 @@ +Sun Microsystems, Inc. Binary Code License Agreement + +for the JAVA SE RUNTIME ENVIRONMENT (JRE) VERSION 6 + +SUN MICROSYSTEMS, INC. ("SUN") IS WILLING TO LICENSE THE +SOFTWARE IDENTIFIED BELOW TO YOU ONLY UPON THE CONDITION +THAT YOU ACCEPT ALL OF THE TERMS CONTAINED IN THIS BINARY +CODE LICENSE AGREEMENT AND SUPPLEMENTAL LICENSE TERMS +(COLLECTIVELY "AGREEMENT"). PLEASE READ THE AGREEMENT +CAREFULLY. BY DOWNLOADING OR INSTALLING THIS SOFTWARE, YOU +ACCEPT THE TERMS OF THE AGREEMENT. INDICATE ACCEPTANCE BY +SELECTING THE "ACCEPT" BUTTON AT THE BOTTOM OF THE +AGREEMENT. IF YOU ARE NOT WILLING TO BE BOUND BY ALL THE +TERMS, SELECT THE "DECLINE" BUTTON AT THE BOTTOM OF THE +AGREEMENT AND THE DOWNLOAD OR INSTALL PROCESS WILL NOT +CONTINUE. + +1. DEFINITIONS. "Software" means the identified above in +binary form, any other machine readable materials +(including, but not limited to, libraries, source files, +header files, and data files), any updates or error +corrections provided by Sun, and any user manuals, +programming guides and other documentation provided to you +by Sun under this Agreement. "Programs" mean Java applets +and applications intended to run on the Java Platform, +Standard Edition (Java SE) on Java-enabled general purpose +desktop computers and servers. + +2. LICENSE TO USE. Subject to the terms and conditions of +this Agreement, including, but not limited to the Java +Technology Restrictions of the Supplemental License Terms, +Sun grants you a non-exclusive, non-transferable, limited +license without license fees to reproduce and use +internally Software complete and unmodified for the sole +purpose of running Programs. Additional licenses for +developers and/or publishers are granted in the +Supplemental License Terms. + +3. RESTRICTIONS. Software is confidential and copyrighted. +Title to Software and all associated intellectual property +rights is retained by Sun and/or its licensors. Unless +enforcement is prohibited by applicable law, you may not +modify, decompile, or reverse engineer Software. You +acknowledge that Licensed Software is not designed or +intended for use in the design, construction, operation or +maintenance of any nuclear facility. Sun Microsystems, Inc. +disclaims any express or implied warranty of fitness for +such uses. 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. Additional +restrictions for developers and/or publishers licenses are +set forth in the Supplemental License Terms. + +4. 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. Any implied warranties on the Software +are limited to 90 days. Some states do not allow +limitations on duration of an implied warranty, so the +above may not apply to you. This limited warranty gives you +specific legal rights. You may have others, which vary from +state to state. + +5. 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. + +6. 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. Some +states do not allow the exclusion of incidental or +consequential damages, so some of the terms above may not +be applicable to you. + +7. 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. Either +party may terminate this Agreement immediately should any +Software become, or in either party's opinion be likely to +become, the subject of a claim of infringement of any +intellectual property right. Upon Termination, you must +destroy all copies of Software. + +8. 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. + +9. TRADEMARKS AND LOGOS. You acknowledge and agree as +between you and Sun that Sun owns the SUN, SOLARIS, JAVA, +JINI, FORTE, and iPLANET trademarks and all SUN, SOLARIS, +JAVA, JINI, FORTE, and iPLANET-related trademarks, service +marks, logos and other brand designations ("Sun Marks"), +and you agree to comply with the Sun Trademark and Logo +Usage Requirements currently located at +http://www.sun.com/policies/trademarks. Any use you make of +the Sun Marks inures to Sun's benefit. + +10. U.S. GOVERNMENT RESTRICTED RIGHTS. If Software is being +acquired by or on behalf of the U.S. Government or by a +U.S. Government prime contractor or subcontractor (at any +tier), then the Government's rights in Software and +accompanying documentation will be only as set forth in +this Agreement; this is in accordance with 48 CFR 227.7201 +through 227.7202-4 (for Department of Defense (DOD) +acquisitions) and with 48 CFR 2.101 and 12.212 (for non-DOD +acquisitions). + +11. 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. + +12. 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. + +13. 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. + +SUPPLEMENTAL LICENSE TERMS + +These Supplemental License Terms add to or modify the terms +of the Binary Code License Agreement. Capitalized terms not +defined in these Supplemental Terms shall have the same +meanings ascribed to them in the Binary Code License +Agreement . These Supplemental Terms shall supersede any +inconsistent or conflicting terms in the Binary Code +License Agreement, or in any license contained within the +Software. + +A. Software Internal Use and Development License Grant. +Subject to the terms and conditions of this Agreement and +restrictions and exceptions set forth in the Software +"README" file incorporated herein by reference, including, +but not limited to the Java Technology Restrictions of +these Supplemental Terms, Sun grants you a non-exclusive, +non-transferable, limited license without fees to reproduce +internally and use internally the Software complete and +unmodified for the purpose of designing, developing, and +testing your Programs. + +B. License to Distribute Software. Subject to the terms and +conditions of this Agreement and restrictions and +exceptions set forth in the Software README file, +including, but not limited to the Java Technology +Restrictions of these Supplemental Terms, Sun grants you a +non-exclusive, non-transferable, limited license without +fees to reproduce and distribute the Software, provided +that (i) you distribute the Software complete and +unmodified and only bundled as part of, and for the sole +purpose of running, your Programs, (ii) the Programs add +significant and primary functionality to the Software, +(iii) you do not distribute additional software intended to +replace any component(s) of the Software, (iv) you do not +remove or alter any proprietary legends or notices +contained in the Software, (v) you only distribute the +Software subject to a license agreement that protects Sun's +interests consistent with the terms contained in this +Agreement, and (vi) you agree to defend and indemnify Sun +and its licensors from and + +C. Java Technology Restrictions. You may not create, +modify, or change the behavior of, or authorize your +licensees to create, modify, or change the behavior of, +classes, interfaces, or subpackages that are in any way +identified as "java", "javax", "sun" or similar convention +as specified by Sun in any naming convention designation. + +D. Source Code. Software may contain source code that, +unless expressly licensed for other purposes, is provided +solely for reference purposes pursuant to the terms of this +Agreement. Source code may not be redistributed unless +expressly provided for in this Agreement. + +E. Third Party Code. Additional copyright notices and +license terms applicable to portions of the Software are +set forth in the THIRDPARTYLICENSEREADME.txt file. In +addition to any terms and conditions of any third party +opensource/freeware license identified in the +THIRDPARTYLICENSEREADME.txt file, the disclaimer of +warranty and limitation of liability provisions in +paragraphs 5 and 6 of the Binary Code License Agreement +shall apply to all Software in this distribution. + +F. Termination for Infringement. Either party may terminate +this Agreement immediately should any Software become, or +in either party's opinion be likely to become, the subject +of a claim of infringement of any intellectual property +right. + +G. Installation and Auto-Update. The Software's +installation and auto-update processes transmit a limited +amount of data to Sun (or its service provider) about those +specific processes to help Sun understand and optimize +them. Sun does not associate the data with personally +identifiable information. You can find more information +about the data Sun collects at http://java.com/data/. + +For inquiries please contact: Sun Microsystems, Inc., 4150 +Network Circle, Santa Clara, California 95054, U.S.A.