第一讲JAVA概述及环境搭建选编课件.ppt
《第一讲JAVA概述及环境搭建选编课件.ppt》由会员分享,可在线阅读,更多相关《第一讲JAVA概述及环境搭建选编课件.ppt(49页珍藏版)》请在三一办公上搜索。
1、2023/3/28,搭建开发环境安装JDK(Java Development Kit)选择合适的开发环境使用命令行工具使用集成开发环境运行图形界面的JAVA程序,第一讲 JAVA概述及环境搭建,2023/3/28,Step1:Downloading the JDK and installStep2:Setting the Execution PathStep3:Installing the Library Source and DocumentationStep4:Installing the Core Java Program ExamplesStep5:Navigating the Jav
2、a Directories,安装JDK(Java Development Kit),2023/3/28,Integrated development environments tend to be more cumbersome to use for a simple program because they are slower,require more powerful computers,and often require a somewhat tedious project setup for each program you write.These environments have
3、 the edge if you write large Java programs consisting of many source files,and they integrate tools such as debuggers and version control systems.Eclipse or NetBeans or Jbuilder.,选择合适的开发环境,2023/3/28,In sum,you have two choices for a Java development environment:Use the JDK and your favorite text edi
4、tor.Compile and launch programs in a shell window.Use an integrated development environment such as Eclipse,or one of many other freely or commercially available development environments.,选择合适的开发环境,2023/3/28,Let us get started the hard way:compiling and launching a Java program from the command line
5、.Open a shell window,then enter the following commands:javac Welcome.java java Welcome,使用命令行工具,2023/3/28,In this section,we show you how to compile a program with Eclipse,an integrated development environment that is freely available from http:/eclipse.org.Eclipse is written in Java,but because it u
6、ses a nonstandard windowing library,it is not quite as portable as Java itself.Nevertheless,versions exist for Linux,Mac OS X,Solaris,and Windows.After starting Eclipse,select File-New Project from the menu,then select Java Project from the wizard dialog.,使用集成开发环境,2023/3/28,使用集成开发环境,Step1:Create a n
7、ew Java Project.,2023/3/28,使用集成开发环境,Step2:Type Project Name and set output path.,2023/3/28,使用集成开发环境,Step3:Add java package.,2023/3/28,使用集成开发环境,Step3:Add java package.,2023/3/28,使用集成开发环境,Step4:Add java source file(new class).,2023/3/28,使用集成开发环境,Step4:Add java source file(new class).,2023/3/28,使用集成开发环
8、境,Step5:build project(run application).,2023/3/28,使用集成开发环境,Step5:build project(run application).,2023/3/28,使用集成开发环境,Step5:build project(run application).,2023/3/28,命令行方式如何编译包里的JAVA源文件如何指定CLASS文件输出目录如何运行CLASS文件如何将多个CLASS打包成JAR如何运行JAR里包含MAIN方法的CLASS,使用集成开发环境,2023/3/28,STEP1:编译源程序在命令行方式下进入包目录,输入命令javac
9、-d.Welcome.javaSTEP2:运行程序Java chapter01/Welcome,使用集成开发环境,2023/3/28,The Welcome program was not terribly exciting.Next,we will demonstrate a graphical application.This program is a simple image file viewer that just loads and displays an image.Again,let us first compile and run it from the command li
10、ne.,图形用户界面程序,2023/3/28,在JDK安装目录下找到DEMO目录,里面有大量的示例程序,大家可以自己学习。,学习JDK自带的DEMO程序,2023/3/28,Java诞生于1995年,是Sun公司组织开发的一种编程语言,主要贡献者是James Gosling。,JAVA语言的诞生,2023/3/28,JAVA语言的诞生,1990年Sun公司成立了由James Gosling领导的开发小组,开始致力于开发一种可移植的、跨平台的语言,该语言能生成正确运行于各种操作系统、各种CPU芯片上的代码。他们的钻研和努力促成了Java语言的诞生。Java的发展得利于Internet和Web的出
11、现,Internet上有各种不同的计算机,它们可能使用完全不同的操作系统和CPU芯片,但仍希望运行相同的程序,Java的出现标志着真正的分布式系统的到来。Sun公司于2009年04月20日 被Oracle收购,对用户会更有利。,2023/3/28,JAVA语言的特点,平台无关性,Java语言和其他语言相比,最大的优势就是能够在所有的计算机上运行,这也是Java风靡全球的主要原因。,2023/3/28,JAVA语言的特点,面向对象的编程语言,面向对象编程是一种先进的编程思想,更加容易解决复杂的问题。对象中封装了它的状态变量以及相应的方法,实现了模块化和信息隐藏;而类则提供了一类对象的原型,并且通
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 第一 JAVA 概述 环境 搭建 选编 课件
链接地址:https://www.31ppt.com/p-3946680.html