When I compile a class using javax.crypto.Mac I get this error message?
javax.crypto.Mac
package javax.crypto does not exist
javax.crypto
Beware! This class is only included in the jdk from oracle. That means your program won;t be portable among different jdk (eg openjdk) It is preferable to use this lib externally, it can be downloaded from here