Skip to Main Content

Java Card

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to create CAP from the package including native methods in Java Card 3.0.5?

User_L8MQ1Aug 2 2022 — edited Aug 2 2022

I'm trying to create CAP from the package including native methods in Java Card 3.0.5.
but, error is occured.
"[convert] error: javacard.framework.JCSystem: unsupported method modifier native in method isTransient."

converter option is set below (using Ant Task)
cap="true", exp = "false", jca="false", mask="false", debug="yes"

Please give me advices.

Comments
Post Details
Added on Aug 2 2022
1 comment
638 views