Page 1 of 1

javacard project setting problem

Posted: Sat Apr 08, 2017 4:36 am
by z535539710
In my javacard prj, I created two packages: com.cert and com.sim, and sim imported cert package

then I get error like this:
"error: export file cert.exp of package com.cert not found. "
"[ INFO: ] conversion completed with 1 errors and 0 warnings."

In fact the cert.exp was successfully generated, and the project still can't find the exported file

can someone tell what should I do? much appreciated

ps: I'm using eclipse with java_card_kit-classic-3_0_5 and I'v set the environment variable JC_HOME and JAVA_HOME

Re: javacard project setting problem

Posted: Sun Apr 09, 2017 11:10 pm
by UNKNwYSHSA
This is my test applet structure, that's OK. What's the structure of your project?

Re: javacard project setting problem

Posted: Sun Apr 09, 2017 11:31 pm
by z535539710
I'v worked it out by setting my export path, thanks for your help~

Re: javacard project setting problem

Posted: Mon Apr 10, 2017 2:49 am
by UNKNwYSHSA
OK.