You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i get: "package de.dentrassi.crypto.pem does not exist" in pom.xml
Pom.XML:
<dependency>
<groupId>de.dentrassi.crypto</groupId>
<artifactId>pem-keystore</artifactId>
<version>2.2.0</version> <!-- check for most recent version -->
</dependency>
I get this error on compile: package
java: cannot find symbol
symbol: class PemKeyStoreProvider
location: class com.example.javaspringboot.JavaSpringBootApplication
The text was updated successfully, but these errors were encountered:
It looks like some general issue with your Java project setup. Maybe you can create a reproducer repository, just focusing on the issue, to get it sorted out.
Is this still supported?
I followed the guide
Main:
i get: "package de.dentrassi.crypto.pem does not exist" in pom.xml
Pom.XML:
I get this error on compile: package
java: cannot find symbol
symbol: class PemKeyStoreProvider
location: class com.example.javaspringboot.JavaSpringBootApplication
The text was updated successfully, but these errors were encountered: