Hello, world!(Java)

Java版・・・。

Eclipseで、

f:id:BG1:20160514123359p:plain

こんなパスで、

f:id:BG1:20160514123438p:plain

起動したらJavaプロジェクトを選択し、

f:id:BG1:20160514123505p:plain

"HelloWorld"プロジェクト・・・。

f:id:BG1:20160514123531p:plain

そのまま・・・。

f:id:BG1:20160514123546p:plain

パースペクティブは"はい"で・・・。

f:id:BG1:20160514123640p:plain

プロジェクトができたらクラスを追加・・・。

f:id:BG1:20160514123758p:plain

HelloWorldクラス・・・。

System.out.printlnで"Hello, world!"・・・。

実行すると、

f:id:BG1:20160514124106p:plain

下にこんな感じで出る・・・。

https://github.com/bg1bgst333/Test/blob/master/helloworld/helloworld/java/src/HelloWorld/HelloWorld/src/HelloWorld.java