From 81555e3bd23c74ce915d246ca51fa65d84c22ae7 Mon Sep 17 00:00:00 2001 From: srv Date: Mon, 5 May 2025 15:29:27 -0500 Subject: First commit --- java8/bin/appletviewer | Bin 0 -> 8984 bytes java8/bin/clhsdb | Bin 0 -> 9000 bytes java8/bin/extcheck | Bin 0 -> 8984 bytes java8/bin/hsdb | Bin 0 -> 8992 bytes java8/bin/idlj | Bin 0 -> 8976 bytes java8/bin/jar | Bin 0 -> 8976 bytes java8/bin/jarsigner | Bin 0 -> 8984 bytes java8/bin/java | Bin 0 -> 8848 bytes java8/bin/java-rmi.cgi | 74 +++++++++++++++++++++++++++++++++++++++ java8/bin/javac | Bin 0 -> 8976 bytes java8/bin/javadoc | Bin 0 -> 8984 bytes java8/bin/javafxpackager | 89 +++++++++++++++++++++++++++++++++++++++++++++++ java8/bin/javah | Bin 0 -> 8976 bytes java8/bin/javap | Bin 0 -> 8976 bytes java8/bin/javapackager | 89 +++++++++++++++++++++++++++++++++++++++++++++++ java8/bin/jcmd | Bin 0 -> 8976 bytes java8/bin/jconsole | Bin 0 -> 9008 bytes java8/bin/jdb | Bin 0 -> 8992 bytes java8/bin/jdeps | Bin 0 -> 8976 bytes java8/bin/jfr | Bin 0 -> 8976 bytes java8/bin/jhat | Bin 0 -> 8976 bytes java8/bin/jinfo | Bin 0 -> 9040 bytes java8/bin/jjs | Bin 0 -> 8976 bytes java8/bin/jmap | Bin 0 -> 9040 bytes java8/bin/jps | Bin 0 -> 8976 bytes java8/bin/jrunscript | Bin 0 -> 8984 bytes java8/bin/jsadebugd | Bin 0 -> 9000 bytes java8/bin/jstack | Bin 0 -> 9048 bytes java8/bin/jstat | Bin 0 -> 8976 bytes java8/bin/jstatd | Bin 0 -> 8984 bytes java8/bin/keytool | Bin 0 -> 8984 bytes java8/bin/native2ascii | Bin 0 -> 8984 bytes java8/bin/orbd | Bin 0 -> 9048 bytes java8/bin/pack200 | Bin 0 -> 8984 bytes java8/bin/policytool | Bin 0 -> 8984 bytes java8/bin/rmic | Bin 0 -> 8976 bytes java8/bin/rmid | Bin 0 -> 8976 bytes java8/bin/rmiregistry | Bin 0 -> 8984 bytes java8/bin/schemagen | Bin 0 -> 8984 bytes java8/bin/serialver | Bin 0 -> 8984 bytes java8/bin/servertool | Bin 0 -> 8984 bytes java8/bin/tnameserv | Bin 0 -> 9056 bytes java8/bin/unpack200 | Bin 0 -> 191312 bytes java8/bin/wsgen | Bin 0 -> 8976 bytes java8/bin/wsimport | Bin 0 -> 8984 bytes java8/bin/xjc | Bin 0 -> 8976 bytes 46 files changed, 252 insertions(+) create mode 100755 java8/bin/appletviewer create mode 100755 java8/bin/clhsdb create mode 100755 java8/bin/extcheck create mode 100755 java8/bin/hsdb create mode 100755 java8/bin/idlj create mode 100755 java8/bin/jar create mode 100755 java8/bin/jarsigner create mode 100755 java8/bin/java create mode 100755 java8/bin/java-rmi.cgi create mode 100755 java8/bin/javac create mode 100755 java8/bin/javadoc create mode 100755 java8/bin/javafxpackager create mode 100755 java8/bin/javah create mode 100755 java8/bin/javap create mode 100755 java8/bin/javapackager create mode 100755 java8/bin/jcmd create mode 100755 java8/bin/jconsole create mode 100755 java8/bin/jdb create mode 100755 java8/bin/jdeps create mode 100755 java8/bin/jfr create mode 100755 java8/bin/jhat create mode 100755 java8/bin/jinfo create mode 100755 java8/bin/jjs create mode 100755 java8/bin/jmap create mode 100755 java8/bin/jps create mode 100755 java8/bin/jrunscript create mode 100755 java8/bin/jsadebugd create mode 100755 java8/bin/jstack create mode 100755 java8/bin/jstat create mode 100755 java8/bin/jstatd create mode 100755 java8/bin/keytool create mode 100755 java8/bin/native2ascii create mode 100755 java8/bin/orbd create mode 100755 java8/bin/pack200 create mode 100755 java8/bin/policytool create mode 100755 java8/bin/rmic create mode 100755 java8/bin/rmid create mode 100755 java8/bin/rmiregistry create mode 100755 java8/bin/schemagen create mode 100755 java8/bin/serialver create mode 100755 java8/bin/servertool create mode 100755 java8/bin/tnameserv create mode 100755 java8/bin/unpack200 create mode 100755 java8/bin/wsgen create mode 100755 java8/bin/wsimport create mode 100755 java8/bin/xjc (limited to 'java8/bin') diff --git a/java8/bin/appletviewer b/java8/bin/appletviewer new file mode 100755 index 0000000..d960ff8 Binary files /dev/null and b/java8/bin/appletviewer differ diff --git a/java8/bin/clhsdb b/java8/bin/clhsdb new file mode 100755 index 0000000..c2056a0 Binary files /dev/null and b/java8/bin/clhsdb differ diff --git a/java8/bin/extcheck b/java8/bin/extcheck new file mode 100755 index 0000000..583bb8a Binary files /dev/null and b/java8/bin/extcheck differ diff --git a/java8/bin/hsdb b/java8/bin/hsdb new file mode 100755 index 0000000..3f9c6e2 Binary files /dev/null and b/java8/bin/hsdb differ diff --git a/java8/bin/idlj b/java8/bin/idlj new file mode 100755 index 0000000..65be7bf Binary files /dev/null and b/java8/bin/idlj differ diff --git a/java8/bin/jar b/java8/bin/jar new file mode 100755 index 0000000..f6bd2c1 Binary files /dev/null and b/java8/bin/jar differ diff --git a/java8/bin/jarsigner b/java8/bin/jarsigner new file mode 100755 index 0000000..750d89d Binary files /dev/null and b/java8/bin/jarsigner differ diff --git a/java8/bin/java b/java8/bin/java new file mode 100755 index 0000000..3993982 Binary files /dev/null and b/java8/bin/java differ diff --git a/java8/bin/java-rmi.cgi b/java8/bin/java-rmi.cgi new file mode 100755 index 0000000..f5d00fe --- /dev/null +++ b/java8/bin/java-rmi.cgi @@ -0,0 +1,74 @@ +#!/bin/sh + +# +# Copyright (c) 1996, Oracle and/or its affiliates. All rights reserved. +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +# +# This code is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License version 2 only, as +# published by the Free Software Foundation. Oracle designates this +# particular file as subject to the "Classpath" exception as provided +# by Oracle in the LICENSE file that accompanied this code. +# +# This code is distributed in the hope that it will be useful, but WITHOUT +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +# version 2 for more details (a copy is included in the LICENSE file that +# accompanied this code). +# +# You should have received a copy of the GNU General Public License version +# 2 along with this work; if not, write to the Free Software Foundation, +# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. +# +# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA +# or visit www.oracle.com if you need additional information or have any +# questions. +# + +# +# + +# +# This script executes the Java interpreter, defines properties +# that correspond to the CGI 1.0 environment variables, and executes +# the class "sun.rmi.transport.proxy.CGIHandler". It should be +# installed in the directory to which the HTTP server maps the +# URL path "/cgi-bin". +# +# (Configuration is necessary as noted below.) +# +# This class will support a QUERY_STRING of the form "forward=" +# with a REQUEST_METHOD "POST". The body of the request will be +# forwarded (as another POST request) to the server listening on the +# specified port (must be >= 1024). The response from this forwarded +# request will be the response to the original request. +# +# CONFIGURATION: +# +# Fill in correct absolute path to Java interpreter below. For example, +# the "PATH=" line might be changed to the follow if the JDK is installed +# at the path "/home/peter/java": +# +# PATH=/home/peter/java/bin:$PATH +# +PATH=/usr/local/java/bin:$PATH +exec java \ + -DAUTH_TYPE="$AUTH_TYPE" \ + -DCONTENT_LENGTH="$CONTENT_LENGTH" \ + -DCONTENT_TYPE="$CONTENT_TYPE" \ + -DGATEWAY_INTERFACE="$GATEWAY_INTERFACE" \ + -DHTTP_ACCEPT="$HTTP_ACCEPT" \ + -DPATH_INFO="$PATH_INFO" \ + -DPATH_TRANSLATED="$PATH_TRANSLATED" \ + -DQUERY_STRING="$QUERY_STRING" \ + -DREMOTE_ADDR="$REMOTE_ADDR" \ + -DREMOTE_HOST="$REMOTE_HOST" \ + -DREMOTE_IDENT="$REMOTE_IDENT" \ + -DREMOTE_USER="$REMOTE_USER" \ + -DREQUEST_METHOD="$REQUEST_METHOD" \ + -DSCRIPT_NAME="$SCRIPT_NAME" \ + -DSERVER_NAME="$SERVER_NAME" \ + -DSERVER_PORT="$SERVER_PORT" \ + -DSERVER_PROTOCOL="$SERVER_PROTOCOL" \ + -DSERVER_SOFTWARE="$SERVER_SOFTWARE" \ + sun.rmi.transport.proxy.CGIHandler diff --git a/java8/bin/javac b/java8/bin/javac new file mode 100755 index 0000000..69c9bd3 Binary files /dev/null and b/java8/bin/javac differ diff --git a/java8/bin/javadoc b/java8/bin/javadoc new file mode 100755 index 0000000..3f3230f Binary files /dev/null and b/java8/bin/javadoc differ diff --git a/java8/bin/javafxpackager b/java8/bin/javafxpackager new file mode 100755 index 0000000..ee3ecff --- /dev/null +++ b/java8/bin/javafxpackager @@ -0,0 +1,89 @@ +#!/bin/sh +# +# JavaFX Packager tool execution script for Linux/Solaris/OS X. +# + +# resolve symlinks +PRG=$0 +while [ -h "$PRG" ]; do + ls=`ls -ld "$PRG"` + link=`expr "$ls" : '^.*-> \(.*\)$' 2>/dev/null` + if expr "$link" : '^/' 2> /dev/null >/dev/null; then + PRG="$link" + else + PRG="`dirname "$PRG"`/$link" + fi +done + +# detect Darwin and Cygwin environments +darwin=false; +cygwin=false; +case "`uname`" in + Darwin*) darwin=true; + if [ -z "$JAVA_HOME" ] ; then + BIN_DIR=`dirname $PRG` + JAVA_HOME=`cd $BIN_DIR > /dev/null; pwd`/.. + fi + ;; + CYGWIN*) cygwin=true;; +esac + +if [ -n "$JAVA_HOME" -a -x "$JAVA_HOME/bin/javac" ] ; then + JAVA_CMD="$JAVA_HOME/bin/java" + export JAVA_HOME +else + JAVAC_CMD=`which javac 2> /dev/null ` + while [ -h "$JAVAC_CMD" ]; do + ls=`ls -ld "$JAVAC_CMD"` + link=`expr "$ls" : '^.*-> \(.*\)$' 2>/dev/null` + if expr "$link" : '^/' 2> /dev/null >/dev/null; then + JAVAC_CMD="$link" + else + JAVAC_CMD="`dirname "$JAVAC_CMD"`/$link" + fi + done + BIN_DIR=`dirname "$JAVAC_CMD"` + JAVA_HOME=`dirname "$BIN_DIR"` + if [ "m$JAVA_HOME" != "m." ]; then + JAVA_CMD="$JAVA_HOME/bin/java" + export JAVA_HOME + else + unset JAVA_HOME + JAVA_CMD=`which java 2> /dev/null ` + if [ -z "$JAVA_CMD" ]; then + JAVA_CMD="java" + fi + fi +fi + + +if [ ! -x "$JAVA_CMD" ] ; then + echo 'Error: JAVA_HOME is not defined, cannot find "java" command.' + exit 1 +fi + +case "$PRG" in + *javafxpackager) + echo 'javafxpackager has been renamed javapackager'; + echo 'The original file may be removed in a future release in lieu of javapackager.'; + echo 'Please update your scripts.'; + echo ;; +esac + +javafx_home=`dirname "$PRG"`/.. + +classpath=".:$javafx_home/lib/ant-javafx.jar" + +if [ -e "$javafx_home/jre/lib/ext/jfxrt.jar" ] ; then + classpath="$classpath:$javafx_home/jre/lib/ext/jfxrt.jar" +elif [ -e "$javafx_home/rt/lib/ext/jfxrt.jar" ] ; then + classpath="$classpath:$javafx_home/rt/lib/ext/jfxrt.jar" +fi + +if $cygwin ; then + classpath=`cygpath --path --windows "$classpath"` + javafx_home=`cygpath --windows "$javafx_home"` + JAVA_CMD=`cygpath --unix "$JAVA_CMD"` +fi + +exec "$JAVA_CMD" -Xmx256M "-Djavafx.home=$javafx_home" -classpath "$classpath" com.sun.javafx.tools.packager.Main "$@" diff --git a/java8/bin/javah b/java8/bin/javah new file mode 100755 index 0000000..c4c79b1 Binary files /dev/null and b/java8/bin/javah differ diff --git a/java8/bin/javap b/java8/bin/javap new file mode 100755 index 0000000..6670b89 Binary files /dev/null and b/java8/bin/javap differ diff --git a/java8/bin/javapackager b/java8/bin/javapackager new file mode 100755 index 0000000..ee3ecff --- /dev/null +++ b/java8/bin/javapackager @@ -0,0 +1,89 @@ +#!/bin/sh +# +# JavaFX Packager tool execution script for Linux/Solaris/OS X. +# + +# resolve symlinks +PRG=$0 +while [ -h "$PRG" ]; do + ls=`ls -ld "$PRG"` + link=`expr "$ls" : '^.*-> \(.*\)$' 2>/dev/null` + if expr "$link" : '^/' 2> /dev/null >/dev/null; then + PRG="$link" + else + PRG="`dirname "$PRG"`/$link" + fi +done + +# detect Darwin and Cygwin environments +darwin=false; +cygwin=false; +case "`uname`" in + Darwin*) darwin=true; + if [ -z "$JAVA_HOME" ] ; then + BIN_DIR=`dirname $PRG` + JAVA_HOME=`cd $BIN_DIR > /dev/null; pwd`/.. + fi + ;; + CYGWIN*) cygwin=true;; +esac + +if [ -n "$JAVA_HOME" -a -x "$JAVA_HOME/bin/javac" ] ; then + JAVA_CMD="$JAVA_HOME/bin/java" + export JAVA_HOME +else + JAVAC_CMD=`which javac 2> /dev/null ` + while [ -h "$JAVAC_CMD" ]; do + ls=`ls -ld "$JAVAC_CMD"` + link=`expr "$ls" : '^.*-> \(.*\)$' 2>/dev/null` + if expr "$link" : '^/' 2> /dev/null >/dev/null; then + JAVAC_CMD="$link" + else + JAVAC_CMD="`dirname "$JAVAC_CMD"`/$link" + fi + done + BIN_DIR=`dirname "$JAVAC_CMD"` + JAVA_HOME=`dirname "$BIN_DIR"` + if [ "m$JAVA_HOME" != "m." ]; then + JAVA_CMD="$JAVA_HOME/bin/java" + export JAVA_HOME + else + unset JAVA_HOME + JAVA_CMD=`which java 2> /dev/null ` + if [ -z "$JAVA_CMD" ]; then + JAVA_CMD="java" + fi + fi +fi + + +if [ ! -x "$JAVA_CMD" ] ; then + echo 'Error: JAVA_HOME is not defined, cannot find "java" command.' + exit 1 +fi + +case "$PRG" in + *javafxpackager) + echo 'javafxpackager has been renamed javapackager'; + echo 'The original file may be removed in a future release in lieu of javapackager.'; + echo 'Please update your scripts.'; + echo ;; +esac + +javafx_home=`dirname "$PRG"`/.. + +classpath=".:$javafx_home/lib/ant-javafx.jar" + +if [ -e "$javafx_home/jre/lib/ext/jfxrt.jar" ] ; then + classpath="$classpath:$javafx_home/jre/lib/ext/jfxrt.jar" +elif [ -e "$javafx_home/rt/lib/ext/jfxrt.jar" ] ; then + classpath="$classpath:$javafx_home/rt/lib/ext/jfxrt.jar" +fi + +if $cygwin ; then + classpath=`cygpath --path --windows "$classpath"` + javafx_home=`cygpath --windows "$javafx_home"` + JAVA_CMD=`cygpath --unix "$JAVA_CMD"` +fi + +exec "$JAVA_CMD" -Xmx256M "-Djavafx.home=$javafx_home" -classpath "$classpath" com.sun.javafx.tools.packager.Main "$@" diff --git a/java8/bin/jcmd b/java8/bin/jcmd new file mode 100755 index 0000000..56d1d04 Binary files /dev/null and b/java8/bin/jcmd differ diff --git a/java8/bin/jconsole b/java8/bin/jconsole new file mode 100755 index 0000000..7b5921c Binary files /dev/null and b/java8/bin/jconsole differ diff --git a/java8/bin/jdb b/java8/bin/jdb new file mode 100755 index 0000000..2d41257 Binary files /dev/null and b/java8/bin/jdb differ diff --git a/java8/bin/jdeps b/java8/bin/jdeps new file mode 100755 index 0000000..f9b4b76 Binary files /dev/null and b/java8/bin/jdeps differ diff --git a/java8/bin/jfr b/java8/bin/jfr new file mode 100755 index 0000000..67e6a44 Binary files /dev/null and b/java8/bin/jfr differ diff --git a/java8/bin/jhat b/java8/bin/jhat new file mode 100755 index 0000000..56ea31e Binary files /dev/null and b/java8/bin/jhat differ diff --git a/java8/bin/jinfo b/java8/bin/jinfo new file mode 100755 index 0000000..00e4656 Binary files /dev/null and b/java8/bin/jinfo differ diff --git a/java8/bin/jjs b/java8/bin/jjs new file mode 100755 index 0000000..b12f572 Binary files /dev/null and b/java8/bin/jjs differ diff --git a/java8/bin/jmap b/java8/bin/jmap new file mode 100755 index 0000000..9af0e8c Binary files /dev/null and b/java8/bin/jmap differ diff --git a/java8/bin/jps b/java8/bin/jps new file mode 100755 index 0000000..78f1479 Binary files /dev/null and b/java8/bin/jps differ diff --git a/java8/bin/jrunscript b/java8/bin/jrunscript new file mode 100755 index 0000000..d33b49b Binary files /dev/null and b/java8/bin/jrunscript differ diff --git a/java8/bin/jsadebugd b/java8/bin/jsadebugd new file mode 100755 index 0000000..24db680 Binary files /dev/null and b/java8/bin/jsadebugd differ diff --git a/java8/bin/jstack b/java8/bin/jstack new file mode 100755 index 0000000..83d0348 Binary files /dev/null and b/java8/bin/jstack differ diff --git a/java8/bin/jstat b/java8/bin/jstat new file mode 100755 index 0000000..0dac55a Binary files /dev/null and b/java8/bin/jstat differ diff --git a/java8/bin/jstatd b/java8/bin/jstatd new file mode 100755 index 0000000..cef9abd Binary files /dev/null and b/java8/bin/jstatd differ diff --git a/java8/bin/keytool b/java8/bin/keytool new file mode 100755 index 0000000..919aa8d Binary files /dev/null and b/java8/bin/keytool differ diff --git a/java8/bin/native2ascii b/java8/bin/native2ascii new file mode 100755 index 0000000..ace0101 Binary files /dev/null and b/java8/bin/native2ascii differ diff --git a/java8/bin/orbd b/java8/bin/orbd new file mode 100755 index 0000000..ccb552e Binary files /dev/null and b/java8/bin/orbd differ diff --git a/java8/bin/pack200 b/java8/bin/pack200 new file mode 100755 index 0000000..36b9740 Binary files /dev/null and b/java8/bin/pack200 differ diff --git a/java8/bin/policytool b/java8/bin/policytool new file mode 100755 index 0000000..d792293 Binary files /dev/null and b/java8/bin/policytool differ diff --git a/java8/bin/rmic b/java8/bin/rmic new file mode 100755 index 0000000..857c3b1 Binary files /dev/null and b/java8/bin/rmic differ diff --git a/java8/bin/rmid b/java8/bin/rmid new file mode 100755 index 0000000..a4d2e80 Binary files /dev/null and b/java8/bin/rmid differ diff --git a/java8/bin/rmiregistry b/java8/bin/rmiregistry new file mode 100755 index 0000000..ba1c6ac Binary files /dev/null and b/java8/bin/rmiregistry differ diff --git a/java8/bin/schemagen b/java8/bin/schemagen new file mode 100755 index 0000000..4394271 Binary files /dev/null and b/java8/bin/schemagen differ diff --git a/java8/bin/serialver b/java8/bin/serialver new file mode 100755 index 0000000..c5be23c Binary files /dev/null and b/java8/bin/serialver differ diff --git a/java8/bin/servertool b/java8/bin/servertool new file mode 100755 index 0000000..80ba443 Binary files /dev/null and b/java8/bin/servertool differ diff --git a/java8/bin/tnameserv b/java8/bin/tnameserv new file mode 100755 index 0000000..0603597 Binary files /dev/null and b/java8/bin/tnameserv differ diff --git a/java8/bin/unpack200 b/java8/bin/unpack200 new file mode 100755 index 0000000..117d170 Binary files /dev/null and b/java8/bin/unpack200 differ diff --git a/java8/bin/wsgen b/java8/bin/wsgen new file mode 100755 index 0000000..3920caf Binary files /dev/null and b/java8/bin/wsgen differ diff --git a/java8/bin/wsimport b/java8/bin/wsimport new file mode 100755 index 0000000..15cbdf8 Binary files /dev/null and b/java8/bin/wsimport differ diff --git a/java8/bin/xjc b/java8/bin/xjc new file mode 100755 index 0000000..bb6b05e Binary files /dev/null and b/java8/bin/xjc differ -- cgit v1.2.3