从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
我们试图在Eclipse中将“ src.zip”添加到JRE配置中,但是其内容未出现在“ Project Explorer”中。