1 / 20

Eclipse 軟體安裝

Eclipse 軟體安裝. 安裝 JDK 安裝 Eclipse Eclipse 中文化. 程式語言的演進. 機器語言 (Machine Language) 0,1 低階語言 (Low-level Language) Ex: 組合語言 (Assembly Language) 高階語言 (High-level Language) Ex: C/C++ 、 Java. 安裝流程. 安裝 JDK 安裝 Eclipse 軟體 Eclipse 中文化. 1. 下載 JDK.

Download Presentation

Eclipse 軟體安裝

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. Eclipse軟體安裝 安裝JDK 安裝Eclipse Eclipse 中文化

  2. 程式語言的演進 • 機器語言(Machine Language) • 0,1 • 低階語言(Low-level Language) • Ex: 組合語言(Assembly Language) • 高階語言(High-level Language) • Ex: C/C++、Java

  3. 安裝流程 • 安裝JDK • 安裝Eclipse軟體 • Eclipse中文化

  4. 1. 下載JDK • 官網 http://www.oracle.com/technetwork/java/javase/downloads/index.html

  5. JDK • JDK(Java Development Kit)是由Sun Microsystems公司所發佈的Java語言開發工具。 • 官方網站 http://www.oracle.com/technetwork/java/index.html • Java分為: • Java SE:標準版 • Java EE:企業版 • Java ME:精簡版 • 下載最新的JDK(Java Standard Edition)工具

  6. 安裝JDK • 依作業系統 • 32位元執行jdk-8u20-windows-i586.exe進行安裝 • 64位元執行jdk-8u20-windows-x64.exe進行安裝 • 設定檔案路徑 • 我的電腦/內容/進階/環境變數 • 點選path編輯 變數值加入C:\Program Files\Java\jdk1.8.0_20\bin • 測試是否成功 • 命令提示字元 • 下達javac指令

  7. 2-1. 下載Eclipse軟體 • 官網 http://www.eclipse.org/downloads/

  8. 2-2. Eclipse軟體 • 解壓縮&執行

  9. 2-2. 設定工作區資料夾

  10. 2-2. 開啟Eclipse 專案呈現區 撰寫程式工作區 執行程式顯示區

  11. 2-2. 開新專案

  12. 2-2. 專案名稱TEST

  13. 2-2. 建立類別(建立.java檔)

  14. 2-2. 檔名SayHi

  15. 2-2. 撰寫程式

  16. 2-2. 執行

  17. 2-2. 引數輸入

  18. 2-2. 執行結果 若是需要存檔 會跳出此視窗 執行畫面

  19. 2-2. 顯示行號 • 選單Window->Preferences

  20. 2-2. 調整字體設定 • 選單Window->Preferences Basic

More Related