Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Did not invoke my applet's install method #160

Open
typelogic opened this issue Jun 11, 2020 · 0 comments
Open

Did not invoke my applet's install method #160

typelogic opened this issue Jun 11, 2020 · 0 comments

Comments

@typelogic
Copy link

This is for simulation purposes only, I tried to use Kotlin for my Applet class.

I tried different ways in the constructor and types ByteArray vs ByteBuffer, but the install method is not invoked. Is this due to Kotlin?

class MyApplet (bArray: ByteArray, bOffset: Short, bLength: Byte) : MyBaseApplet(bArray, bOffset, bLength) { companion object { @JvmStatic fun install(bArray: ByteArray, bOffset: Short, bLength: Byte) { println("please call me") } } }
I used jcardsim versions 3.0.5.9 and 3.0.5.11. And java 1.8,

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant