相关疑难解决方法(0)

Eclipse 无法识别智能卡库

从 Sun 的 jdk (1.8) 迁移到 Openjdk12 后 - Eclipse 无法识别“javax.smartcardio”的整个库。

例如:

import javax.smartcardio.Card; 
Run Code Online (Sandbox Code Playgroud)

会导致错误

Card cannot be resolved to a type

The import javax.smartcardio cannot be resolved
Run Code Online (Sandbox Code Playgroud)

我们尝试将“src.zip”添加到Eclipse中的JRE配置中,但其内容没有出现在“Project Explorer”中...

java eclipse smartcardio

5
推荐指数
1
解决办法
4670
查看次数

标签 统计

eclipse ×1

java ×1

smartcardio ×1