I found that I cannot just run import com.opencsv.CSVReader;
statement in my JDK framework.
Edited1: I was asked to make it clearer:
import com.opencsv.CSVReader;
throws
The import com.opencsv cannot be resolved
(using VSCode)
How can I add OpenCSV to my framework?
This question arose from import csv to JTable
Edited2: It is now clear that AdoptOpenJDK is not the issue and that the question is independent from the jdk framework and version. Thus I changed the question (and respective tags) from
OpenCSV - CSVReader alternative in AdoptOpenJDK
to
How to implement OpenCSV - CSVReader in a JDK