我有两个不同的公开来源项目副本,一个是建构的,另一个是开标的。 build是说:
Description Resource Path Location Type
The project was not built since its build path is incomplete. Cannot find the class file for javax.crypto.SecretKey. Fix the build path then try building this project Server Unknown Java Problem
The type javax.crypto.SecretKey cannot be resolved. It is indirectly referenced from required .class files DefaultConfigurationController.java /Server/src/com/mirth/connect/server/controllers line 1 Java Problem
and these two classes have been highlighted by eclipse
import javax.crypto.KeyGenerator;
import javax.crypto.SecretKey;
在建设项目中,我如何决定从哪里解决这些提法?