• 大小: 88.67MB
    文件类型: .zip
    金币: 2
    下载: 1 次
    发布日期: 2022-08-03
  • 语言: Java
  • 标签: jdk  java  

资源简介

jdk8的完整压缩包,不是exe执行文件,解压完配置环境直接可以跑java代码,内置简易教程,保证没有问题,64位的

资源截图

代码片段和文件信息

/*
 * Copyright (c) 1997 2011 Oracle and/or its affiliates. All rights reserved.
 *
 * Redistribution and use in source and binary forms with or without
 * modification are permitted provided that the following conditions
 * are met:
 *
 *   - Redistributions of source code must retain the above copyright
 *     notice this list of conditions and the following disclaimer.
 *
 *   - Redistributions in binary form must reproduce the above copyright
 *     notice this list of conditions and the following disclaimer in the
 *     documentation and/or other materials provided with the distribution.
 *
 *   - Neither the name of Oracle nor the names of its
 *     contributors may be used to endorse or promote products derived
 *     from this software without specific prior written permission.
 *
 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS
 * IS“ AND ANY EXPRESS OR IMPLIED WARRANTIES INCLUDING BUT NOT LIMITED TO
 * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR
 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT INDIRECT INCIDENTAL SPECIAL
 * EXEMPLARY OR CONSEQUENTIAL DAMAGES (INCLUDING BUT NOT LIMITED TO
 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE DATA OR
 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
 * LIABILITY WHETHER IN CONTRACT STRICT LIABILITY OR TORT (INCLUDING
 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 * SOFTWARE EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 */

/*
 * This source code is provided to illustrate the usage of a given feature
 * or technique and has been deliberately simplified. Additional steps
 * required for a production-quality application such as security checks
 * input validation and proper error handling might not be present in
 * this sample code.
 */



import java.awt.*;
import java.awt.event.*;
import java.applet.*;


/**
 * An interactive test of the Graphics.drawArc and Graphics.fillArc
 * routines. Can be run either as a standalone application by
 * typing “java ArcTest“ or as an applet in the appletViewer.
 */
@SuppressWarnings(“serial“)
public class ArcTest extends applet {

    ArcControls controls;   // The controls for marking and filling arcs
    ArcCanvas canvas;       // The drawing area to display arcs

    @Override
    public void init() {
        setLayout(new BorderLayout());
        canvas = new ArcCanvas();
        add(“Center“ canvas);
        add(“South“ controls = new ArcControls(canvas));
    }

    @Override
    public void destroy() {
        remove(controls);
        remove(canvas);
    }

    @Override
    public void start() {
        controls.setEnabled(true);
    }

    @Override
    public void stop() {
        controls.setEnabled(false);
    }

    @Override
    public void processEvent(AWTEvent e) {
        if (e.getID() == Event.WINDOW_DESTROY) {
            System.exit(0

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2015-02-10 22:18  java-se-8u40-ri\
     目录           0  2015-02-10 22:17  java-se-8u40-ri\bin\
     文件        9216  2015-02-10 22:17  java-se-8u40-ri\bin\appletviewer.exe
     文件        9216  2015-02-10 22:17  java-se-8u40-ri\bin\extcheck.exe
     文件        9216  2015-02-10 22:17  java-se-8u40-ri\bin\idlj.exe
     文件        9216  2015-02-10 22:17  java-se-8u40-ri\bin\jar.exe
     文件        9216  2015-02-10 22:17  java-se-8u40-ri\bin\jarsigner.exe
     文件        9216  2015-02-10 22:17  java-se-8u40-ri\bin\java-rmi.exe
     文件      179712  2015-02-10 22:17  java-se-8u40-ri\bin\java.exe
     文件        9216  2015-02-10 22:17  java-se-8u40-ri\bin\javac.exe
     文件        9216  2015-02-10 22:17  java-se-8u40-ri\bin\javadoc.exe
     文件        9216  2015-02-10 22:17  java-se-8u40-ri\bin\javah.exe
     文件        9216  2015-02-10 22:17  java-se-8u40-ri\bin\javap.exe
     文件      180224  2015-02-10 22:17  java-se-8u40-ri\bin\javaw.exe
     文件        9216  2015-02-10 22:17  java-se-8u40-ri\bin\jcmd.exe
     文件        9728  2015-02-10 22:17  java-se-8u40-ri\bin\jconsole.exe
     文件        9216  2015-02-10 22:17  java-se-8u40-ri\bin\jdb.exe
     文件        9216  2015-02-10 22:17  java-se-8u40-ri\bin\jdeps.exe
     文件        9216  2015-02-10 22:17  java-se-8u40-ri\bin\jhat.exe
     文件        9728  2015-02-10 22:17  java-se-8u40-ri\bin\jinfo.exe
     文件        9216  2015-02-10 22:17  java-se-8u40-ri\bin\jjs.exe
     文件      152576  2015-02-10 22:17  java-se-8u40-ri\bin\jli.dll
     文件        9728  2015-02-10 22:17  java-se-8u40-ri\bin\jmap.exe
     文件        9216  2015-02-10 22:17  java-se-8u40-ri\bin\jps.exe
     文件        9216  2015-02-10 22:17  java-se-8u40-ri\bin\jrunscript.exe
     文件        9216  2015-02-10 22:17  java-se-8u40-ri\bin\jsadebugd.exe
     文件        9728  2015-02-10 22:17  java-se-8u40-ri\bin\jstack.exe
     文件        9216  2015-02-10 22:17  java-se-8u40-ri\bin\jstat.exe
     文件        9216  2015-02-10 22:17  java-se-8u40-ri\bin\jstatd.exe
     文件        9216  2015-02-10 22:17  java-se-8u40-ri\bin\keytool.exe
     文件        9216  2015-02-10 22:17  java-se-8u40-ri\bin\kinit.exe
............此处省略795个文件信息

评论

共有 条评论