安装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/               
  *************************************************************************/

原文地址:https://www.cnblogs.com/submarinex/p/2451049.html