Page 1 of 1

JCKit JAVACOS_1.0.5.37 build the project error

Posted: Fri Nov 13, 2015 11:54 pm
by BrooksIQ
I download and install the new version of JCKit, I opened a project which has been compiled successful. But this time it make errors, it shows

Code: Select all

D:\JCALGT~1\src\AlgTest\AlgPerformanceTest.java:64: cannot find symbol
symbol  : class KoreanSEEDKey
location: class AlgTest.AlgPerformanceTest
    KoreanSEEDKey       m_koreanseed_key = null;
    ^

I find that, the KoreanSEEDKey class is existing in "C:\JavaCardKit\SDK\Tools\JCIDE\apis\jc222\javacard\security\KoreanSEEDKey.java", why?


Re: JCKit JAVACOS_1.0.5.37 build the project error

Posted: Mon Nov 16, 2015 8:54 am
by product
Click menu "Build" --> Select "Property" option --> Click "Local JCKit Configuration" in the left column --> then Change the java card kit version to "java_card_kit-2.2.2", as shown in the figure.

Then your applet will work fine.