dvictor
4 years agoOccasional Contributor
Unable to resolve class javax.security.auth.callback
Can't figure out how to implement this javax.security.auth.callback library as it fails on the import statement. Would like to use this library to utilize CallbackHandler.class
Can't find a jar on the web to throw in the bin/ext/ either.
Any suggestions?
Hi dvictor
Think this is part of Java, no need to import external jar file.
Did you try an import statement like that ?
import javax.security.auth.* ;