I didn't know how to put the external library, so I'll leave it as a memorandum.
Windows7  Adopt Open JDK1.8
First, download the jar file of the external library you want to use.
Next, you can use the downloaded file by placing the downloaded jar file in the jre \ lib \ ext folder in the Adopt Open JDK 1.8 folder.
If you need an import statement, import it into the source and use it.
Even if I searched for it, I couldn't find a way to write it as it was, so I wrote it. I would appreciate it if you could point out any mistakes.
Recommended Posts