iT邦幫忙

2022 iThome 鐵人賽

DAY 18
0
自我挑戰組

大學每日任務:攝取新知識及學習紀錄系列 第 18

設定Java開發環境及程式簡介

  • 分享至 

  • xImage
  •  

安裝好NetBeans跟JDK後,為避免每次使用不方便,需要先設定Windows環境變數。

首先,打開檔案總管,滑鼠右鍵點擊本機,按下內容。
https://ithelp.ithome.com.tw/upload/images/20221003/20152201JAKdNE6bjH.png

打開後會看到進階系統設定,或是在旁邊搜尋欄查詢也能找到。
https://ithelp.ithome.com.tw/upload/images/20221003/20152201ol4RGpVVGN.png

看到系統內容後,點擊右下角的環境變數。
https://ithelp.ithome.com.tw/upload/images/20221003/20152201CEvheCQSYV.png

選擇Path,按右下的編輯。
https://ithelp.ithome.com.tw/upload/images/20221003/20152201o16yVGCOoM.png

點選新增,輸入jdk檔案的位置(記得要加\bin),並點選確定,這樣就設定完成了。
https://ithelp.ithome.com.tw/upload/images/20221003/20152201Yae9vgalGQ.png

https://ithelp.ithome.com.tw/upload/images/20221003/20152201r7dhmuh8h6.png

如果不確定是否設定完成,可以打開命令提示字元(cmd),輸入「javac -version」,會顯示出安裝的版本編號,代表設定成功。
https://ithelp.ithome.com.tw/upload/images/20221003/20152201sPe1yNk5HJ.png

撰寫Java程式
打開NetBeans後,新增專案。
https://ithelp.ithome.com.tw/upload/images/20221003/20152201EkksdQRB6P.png

https://ithelp.ithome.com.tw/upload/images/20221003/20152201ZXlytvz7vi.png

https://ithelp.ithome.com.tw/upload/images/20221003/20152201wpSd32m075.png

就能在左邊看到新增的專案。
https://ithelp.ithome.com.tw/upload/images/20221003/20152201SppIbfvHjJ.png

再新增文件,設定class的名稱。
https://ithelp.ithome.com.tw/upload/images/20221003/20152201Ijz3eU1j6x.png
https://ithelp.ithome.com.tw/upload/images/20221003/201522010wvJO3RKPm.png

設定好後,會跳出預設的主程式欄位。
class的名稱要跟檔名一樣。
main()為主程式,()內為參數。
https://ithelp.ithome.com.tw/upload/images/20221003/20152201MZMnwnBZmA.png

System.out 是標準輸出
print()是印出輸出內容
print加上ln為println,則代表印出輸出內容加換行。
https://ithelp.ithome.com.tw/upload/images/20221003/20152201B5iE8qiYE8.png

按綠色按紐執行。
https://ithelp.ithome.com.tw/upload/images/20221003/20152201IwY49mouNO.png

最後印出結果。
https://ithelp.ithome.com.tw/upload/images/20221003/201522012CnJrRKZeK.png


上一篇
JAVA及環境介紹
下一篇
Java變數命名及輸入方式
系列文
大學每日任務:攝取新知識及學習紀錄30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言