I am a beginner in developpement, i am trying to load stk applet into Sim card, this is my question :
I have an STK applet code source.
I have a smart card reader (gemplus pc/sc)
I have a SIM card and the administration code
I installed eclipse and added JAvaCard and SIM API libraries
when i try to run the applet i get this error :
Charger : la classe ImsiManager.class est introuvable.
java.lang.ClassNotFoundException: ImsiManager.class
at sun.applet.AppletClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadCode(Unknown Source)
at sun.applet.AppletPanel.createApplet(Unknown Source)
at sun.applet.AppletPanel.runLoader(Unknown Source)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
and a appletviewer window appear with " applet non inisialized" as a message.
please can someone help? I need to know how can I load this applet into my sim card ? all suggestions are welcome
Thank you.