1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

CodenvyでJava+MavenのプロジェクトをHello Worldしてみる

Posted at

Codenvyのアカウント作成

まずはCodeenvyのアカウントを作成します。
https://codenvy.com/

workspaceの作成とHello World

今回はEclipse Cheのテンプレートを利用してプロジェクトを作成します。
https://www.eclipse.org/che/getting-started/cloud/

①「Create a workspace from a template」の下から作成したいWorkspaceを探します。
②「Java+Maven」を選択し「Launch Workspace」を押下します。
③ Codenvyにログインするとワークスペースが自動で作成されます。
④ CodenvyのWorkspacesから作成されたworkspaceを選択し「OPEN IN IDE」を押下します。
IDEが開くまでは時間がかかります。しばらく待機してください。
⑤CMDと書かれている箇所の「▼」から「Edit Commands」を押下します。
⑥JAVAと書かれている箇所の「+」マークから構成を作成します。
Name:Hello World
Main class:src.main.java.org.eclipse.che.examples.HelloWorld.java
テンプレートにはデフォルトでHelloWorldのクラスが用意されています。
⑦CMDから「Hello World」を選択し、「▶」を押下します。
「Hello World Che!」と表示されます。
終わり

1
1
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
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?