SecureCompatibleEncryptionExamples icon indicating copy to clipboard operation
SecureCompatibleEncryptionExamples copied to clipboard

Java code does not compile

Open marschall opened this issue 4 years ago • 0 comments

The Java code does not compile because:

  • 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).

marschall avatar Sep 19 '21 18:09 marschall