tyczj
tyczj

Reputation: 73946

Cannot find javax.crypto

I am trying to run this Amazon Token Vending Machine ant project in eclipse to try to recompile a new .war file with a policy that matches my policy but when I import it I get build errors saying that it cannot find javax.crypto

is there something else I need to import into the project to use this?

Upvotes: 1

Views: 883

Answers (1)

Jens
Jens

Reputation: 69470

Yes you have do download the javax-crypto.jar and add it to the classpath of your project.

Upvotes: 1

Related Questions