zoukankan      html  css  js  c++  java
  • 安装Java EE SDK

    没装J2se之前直接安装j2ee,提示:

    “Error:Could not find the required version of the Java(TM) 2 Runtime Environment in '(null)'.”

    安装j2se之后,提示:

    于是在命令提示符下运行

    java_ee_sdk-6u4-windows-ml.exe -j D:\Java\J2SE
    

    启动安装程序

    首先cd到安装文件的所在目录。D:\Java\J2SE是j2se的安装目录。


    /**************************************************************************
                      原文来自博客园——Submarinex的博客: www.cnblogs.com/submarinex/               
      *************************************************************************/

  • 相关阅读:
    2019/10/9 CSP-S 模拟测
    简单的面向对象
    魔术变量
    函数
    全局变量
    超级全局变量
    for循环
    while循环
    php数组排序
    python打造XslGenerator
  • 原文地址:https://www.cnblogs.com/submarinex/p/2451049.html
Copyright © 2011-2022 走看看