6
4

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 3 years have passed since last update.

Docker, java, vscodeの開発環境を構築

Last updated at Posted at 2020-10-13

##前回の記事
初心者がdocker for macをインストールしてphp7.0の動作環境を用意する

##この記事
前回はphp7.0の動作環境を用意しました。
今回はjavaを用意してみます。
目標はdocker + java + vscode。

##参考記事
Visual Studio CodeのRemote DevelopmentとDockerで快適な開発環境をゲット

##Remote Development
Remote Developmentの拡張機能をインストール

##Microsoftが公開してるテストプロジェクトのクローンを用意

git
git clone https://github.com/Microsoft/vscode-remote-try-java

##テストプロジェクトを開く
Visual Studio Codeの左下の緑のボタンをクリック>Remote-Containers: Open Folder in Container>gitのクローンフォルダを選択

##dockerでコンテナが起動しているか確認
スクリーンショット 2020-10-14 8.17.54.png

##ビルドしてプロジェクトが動作するか確認
スクリーンショット 2020-10-14 8.20.36.png

##まとめ
前回の記事の方法よりRemote Developmentを使用するのが簡単ですね。
javaのバージョンも選択できるみたい。
ありがとう、Microsoft!!

6
4
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
6
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?