LoginSignup
0
0

More than 1 year has passed since last update.

Eclipse でJava演習~その前に~

Posted at

はじめに

スクールや本、progateで学んだことを実際に自分のPCで演習してみるために、Pleiadesをインストールしました。
そもそも新規プロジェクトを作るのになんだか苦戦したので備忘録としてまとめます。
(Pleiadesの中にEclipseが入っているのねー:sweat_smile:
(ヘルプの虎の巻は英語なのねー:sweat_smile:

Eclipse IDE for Java Developers (Ver.2022-09 (4.25.0))を使用

Javaプロジェクトの作成

先ずはパッケージ・エクスプローラで右クリック。
「新規」から「Javaプロジェクト」を選択。
スクリーンショット_20221203_153629.png

プロジェクト名は任意でOK!(ここ適当にして、いつも後で困る)
とくに他に触れず「完了」
スクリーンショット_20221203_154057.png

できてますね。
スクリーンショット_20221203_154432.png

クラスの作成

作成したいプロジェクトの上で右クリック。
「新規」から「クラス」を選択。
スクリーンショット_20221203_154705.png

クラス名を任意でつけたら完了。
※public static void main(String[] args)を打つの面倒なんでいつもここで甘えます。
スクリーンショット_20221203_154742.png

この備忘録を忘れるくらいがんばるぞー!:triumph:
スクリーンショット_20221203_155240.png

参考サイト
https://sukkiri.jp/technologies/ides/eclipse/eclipse_basic_use.html

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0