Eclipse无法识别smartcardio库

时间:2019-11-18 15:15:10

标签: java eclipse smartcardio

从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”中。

1 个答案:

答案 0 :(得分:1)

Eclipse版本(查看图片。)

  1. 右键单击项目->配置构建路径... picture
  2. 模块依赖性-> 添加系统模块... picture
  3. 添加 java.smartcardio( javax.smartcardio)picture
  4. 检查模块->应用并关闭picture