0
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?

Software Testing with Generative AI

Posted at

Software Testing with Generative AI
https://www.manning.com/books/software-testing-with-generative-ai?utm_source=chatgpt.com

openJDK

$ docker run --rm -v "$PWD":/usr/src/myapp -w /usr/src/myapp openjdk:11 javac Main.java
Unable to find image 'openjdk:11' locally
11: Pulling from library/openjdk
114ba63dd73a: Pull complete 
bc0b8a8acead: Pull complete 
a4ea641ee679: Pull complete 
04e9e95aca68: Pull complete 
433ac3e3efad: Pull complete 
e4bbe8c34c85: Pull complete 
af7e5c7f7eec: Pull complete 
Digest: sha256:99bac5bf83633e3c7399aed725c8415e7b569b54e03e4599e580fc9cdb7c21ab
Status: Downloaded newer image for openjdk:11
error: file not found: Main.java
Usage: javac <options> <source files>
use --help for a list of possible options

[Java / docker] とりあえず Docker で Java を動かしたいときc(⌒(_*˘ㅿ˘)_スヤァ
https://qiita.com/siruku6/items/bb47727770e88b1efc7c

[Docker][java]組み合わせ自由自在な開発環境を作りたいよ~
https://qiita.com/AsilHatake/items/57b3492d7ff594528c3b

0
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
0
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?