使用eclipse从源代码构建加密器

时间:2017-09-13 05:08:01

标签: java

如何使用eclipse构建cryptomator源代码? 当我在eclipse中使用maven构建时,IDE无法解决此功能:

public static CryptorProvider version1(SecureRandom seeder) {
    return DaggerCryptoLibComponent.builder().secureRandomModule(new SecureRandomModule(seeder)).build().version1();
}

我该如何解决?

1 个答案:

答案 0 :(得分:0)

您必须将每个模块的annotations内的target/generated-sources个文件夹添加到构建路径中。

Eclipse Screenshot

来源:https://community.cryptomator.org/t/build-with-eclipse-or-netbeans/345/2