-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ant build failed #32
Comments
Hello, I just tried in Arch Linux, it compiles fine. Are you sure that openjdk17 is used instead of a different version? |
Yes, I'm sure of it. I also tried to build it in my windows machine where it has java 8 installed, and by using the same build.xml it produced the same error. Then I changed the
and it built successfully. Can you help me understand what is the usage between |
Set the targetsdk to "3.0.4". The reason why it probably work for you @philipWendland is that the ant-javacard.jar file is already present and older version. Clean checkout failed for me as well (other option would be to use a different javacard kit from 3.0.X series instead of 3.1) @mario-jaya |
Thank you, I fixed this on the main branch. |
Hello, I am trying to build the applet using the ant-javacard with the instruction provided in this repo readme but the build is failing.
My system is:
I cloned this repository using
git clone --recursive
, then invokeant
and the error message is as follows:How to fix the error?
Sorry I rather new to this and no idea how to fix this error, sorry if opened an issue here.
The text was updated successfully, but these errors were encountered: