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
the name of the public type (SecureCompatibleEncryptionExamples) does not match the file name SCEE.java -> either rename the class to SCEE or rename the file to SecureCompatibleEncryptionExamples.java
the declared package scee does not match the source package -> either move SCEE.java to a scee subfoler or declare SecureCompatibleEncryptionExamples in the default package (this is not recommended).
The text was updated successfully, but these errors were encountered:
The Java code does not compile because:
SecureCompatibleEncryptionExamples
) does not match the file nameSCEE.java
-> either rename the class toSCEE
or rename the file toSecureCompatibleEncryptionExamples.java
scee
does not match the source package -> either moveSCEE.java
to ascee
subfoler or declareSecureCompatibleEncryptionExamples
in the default package (this is not recommended).The text was updated successfully, but these errors were encountered: