从 Sun 的 jdk (1.8) 迁移到 Openjdk12 后 - Eclipse 无法识别“javax.smartcardio”的整个库。
例如:
import javax.smartcardio.Card;
会导致错误
Card cannot be resolved to a type
The import javax.smartcardio cannot be resolved
我们尝试将“src.zip”添加到 Eclipse 中的 JRE 配置中,但其内容未出现在“项目资源管理器”中...