1 / 15

SSD1: Introduction to Information Systems

SSD1: Introduction to Information Systems. 安装 JDK ISS, Wuhan University Nov., 2009. 搭建基本的 JAVA 开发环境. 构建基本的 Java 开发环境是开发 Java 程序的前提和基础。 JDK 是 Java 开发工具的检查 (Java Development Kit) , Sun 公司将 JDK1.2 以后版本称为 Java 2 ,因此,虽然后来又推出了 1.3 , 1.4 版本,事实上都属于 Java 2 的范畴,目前的版本号编程 5.0 , 6.0 。

athena-odom
Download Presentation

SSD1: Introduction to Information Systems

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. SSD1: Introduction to Information Systems 安装JDK ISS, Wuhan University Nov., 2009

  2. 搭建基本的JAVA开发环境 • 构建基本的Java开发环境是开发Java程序的前提和基础。 • JDK是Java开发工具的检查(Java Development Kit),Sun公司将JDK1.2以后版本称为Java 2,因此,虽然后来又推出了1.3,1.4版本,事实上都属于Java 2的范畴,目前的版本号编程5.0 ,6.0。 • JDK是开发Java程序的基础 • 目前,Java Platform有3个版本 • Java ME(Java Platform Micro Edition):适用于小型设备和职能卡的Java 平台微型版 • Java SE(Java Platform Standard Edition):使用于桌面系统的Java 平台标准版 • Java EE(Java Platform Enterprise Edition):适用于创建服务器应用程序,开发企业应用程序的Java 平台企业版

  3. 安装JDK • 获得JDK • 从如下网址获得Sun公司的标准版的Java 平台(Java SE)JDK http://java.sun.com/javase/downloads/index.jsp (注意选择操作系统,一般选择windows系统) • 安装JDK • 双击下载的文件进行安装

  4. 安装J2SE

  5. 配置环境变量 • 设置PATH环境变量 • 设置CLASSPATH环境变量 • 设置的方法(见后) • 假设:你的J2SE安装在C:\J2SE目录下

  6. 1、点击“系统属性”中“高级”页的“环境变量”1、点击“系统属性”中“高级”页的“环境变量”

  7. 1、点击“系统属性”中“高级”页的“环境变量”1、点击“系统属性”中“高级”页的“环境变量”

  8. 2、 选中需要修改 “系统变量“CLASSPATH”,点击编辑

  9. 3、 在“变量值”的末尾添加“C:\j2se\lib;”,点击“确定”

  10. 4、选中需要修改 “系统变量“PATH”,点击编辑

  11. 5、在“变量值”的末尾添加“C:\j2se\bin;”,点击“确定”5、在“变量值”的末尾添加“C:\j2se\bin;”,点击“确定”

  12. 测试J2SE • 从http://seqcc.icarnegie.com的Appendix A中下载下列文件用作测试 • Test.java • testJ2SE.bat • 假设文件存放在D:\SSD1\test目录下

  13. (Windows 2000/XP系统中)在“开始”菜单中的“运行”中输入“cmd”,进入命令行窗口

  14. 打开的命令行窗口

  15. 从当前文件夹切换到d: 盘根文件夹 • 使用测试文件testJ2SE.bat——即进入该文件所在的文件夹,然后键入testJ2SE,显示如红框中的内容则表示安装成功 进入ssd1文件夹 进入ssd1中的test文件夹 运行批处理命令testJ2SE

More Related