简体   繁体   English

Java Card和Sim Toolkit小程序

[英]Java Card and Sim Toolkit applet

I have couple of question about javacard and Sim Toolkit applet. 我对javacard和Sim Toolkit applet有几个问题。
1- What is difference between javacard and Sim Toolkit applet ? 1- javacard和Sim Toolkit applet有什么区别?
2- I can write a simple javacard applet in Eclipse with JCOP , But how can i write Sim Toolkit applet in there? 2-我可以使用JCOP在Eclipse中编写一个简单的javacard applet,但是如何在其中编写Sim Toolkit applet?
3- When i want to add Sim.Jar Library in javacard Project , Eclipse just throw an exception. 3-当我想在javacard Project中添加Sim.Jar库时,Eclipse只会抛出一个异常。

Javacard applet vs SIM toolkit applet JavaCard小程序与SIM工具包小程序
The SIM toolkit applet is also Javacard applet. SIM卡工具小程序也是Javacard小程序。 However, it uses the APIs from sim.toolkit and sim.access according to 3GPP TS 43.019 or related specs. 但是,它根据3GPP TS 43.019或相关规范使用sim.toolkitsim.access的API。 Instead of using process() as the main entry, the SIM toolkit main entry is processToolkit() . SIM工具箱的主要入口不是process()作为主要入口,而是processToolkit()

Write SIM Toolkit applet in JCOP 在JCOP中编写SIM Toolkit小程序
You can write it using JCOP or plain Eclipse by adding the required JARs/libraries. 您可以使用JCOP或纯Eclipse通过添加所需的JAR /库来编写它。

Exception on SIM.JAR library SIM.JAR库上的异常
Please post your configuration and the exception thrown. 请发布您的配置和引发的异常。

In fact the main difference is that : 实际上主要区别在于:

SIMToolKit applet react to events (selection menu, reaction reception of SMS etc ...) so more powerful, please take at look at this thesis its a good overview, the best that i seen in the web. SIMToolKit小程序对事件做出反应(选择菜单,短信等...的反应接收)这样功能更强大,请大家在看这个论断的一个很好的概述,我在网上看到的最好的。

you can also look a this guide start if you are using net beans. 如果您使用的是Net Bean,也可以查看本指南的开始。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM