martinpaljak / GlobalPlatformPro

🌐 🔐 Manage applets and keys on JavaCard-s like a pro (via command line or from your Java project)
https://javacard.pro/globalplatform
GNU Lesser General Public License v3.0
673 stars 210 forks source link

Unable to access jarfile gp.jar #289

Closed Bianca988 closed 2 years ago

Bianca988 commented 2 years ago

Hello,

I did everything that was mentioned and when I try to use the first command with gp: java -jar gp.jar -info I receive the following error : Error: Unable to access jarfile /home/bianca/GlobalPlatformPro/gp.jar. I am quite a beginner here so maybe I did something wrong but I spent quite a few days on this and I would really appreciate some help. See complete log bellow :

image

Thank you!

martinpaljak commented 2 years ago

if you build from source the jarfile is placed in tool/target/gp.jar, thus "java -jar tool/target/gp.jar" is what you need to issue.