简体   繁体   English

Javacards IDE和eclipse的JCOP工具无法下载

[英]Javacards IDE, and JCOP tools for eclipse unavailable to download

I'm starting to develop in JavaCard (more specifically JavaCard 2.2.2). 我开始在JavaCard(更具体地说是JavaCard 2.2.2)中开发。

I'm searching for tools to develop in JavaCard. 我正在寻找在JavaCard中开发的工具。 I want an IDE that incorporates both an emulator and a debugger. 我想要一个既包含模拟器又包含调试器的IDE。 The eclipse plugin JCOP tools from IBM seems to do that, but for some reason I can't find it online. 来自IBM的eclipse插件JCOP工具似乎是这样做的,但由于某些原因我无法在线找到它。 Some forums point to the link http://www.zurich.ibm.com/jcop/download/eclipse/ , but this link no longer works... 一些论坛指向链接http://www.zurich.ibm.com/jcop/download/eclipse/ ,但此链接不再有效...

Anyone knows what's going on? 谁知道发生了什么? Have JCOP tools been discontinued? 是否已停止使用JCOP工具? If so, can anyone suggest another IDE capable of those features? 如果是这样,有人可以建议另一个能够使用这些功能的IDE吗

JCOP tools is no longer maintained by IBM. IBM不再维护JCOP工具。 All support activities related to the JCOP operating system were handed over to NXP in 2007 (?). 所有与JCOP操作系统相关的支持活动都在2007年移交给恩智浦(?)。 You might be able to get further information from NXP directly (tools.jcop@nxp.com), but don't expect them to respond if your request is not backed by a real business case. 您可以直接从恩智浦获取更多信息(tools.jcop@nxp.com),但如果您的请求没有真实业务案例支持,请不要指望他们做出回应。

The toolchains for Java Card development (various versions) is available directly from Oracle (through their website). Java Card开发的工具链(各种版本)可直接从Oracle(通过他们的网站)获得。 The toolchain can be used from the commandline and also supports ANT tasks. 工具链可以在命令行中使用,也支持ANT任务。 For upload to real cards, you can use open Global Platform tools (eg GPShell). 要上传到真实卡,您可以使用开放的Global Platform工具(例如GPShell)。

You can use GPJ or GPSHELL or JCMANAGER for uploading and deleting .cap files on real javacards. 您可以使用GPJ或GPSHELL或JCMANAGER在真实的javacards上上传和删除.cap文件。 These are download links : 这些是下载链接:

GPJ: http://sourceforge.net/projects/gpj/ (Now GlobalPlatformPro https://github.com/martinpaljak/GlobalPlatformPro ) GPJ: http//sourceforge.net/projects/gpj/ (现在GlobalPlatformPro https://github.com/martinpaljak/GlobalPlatformPro

JCManager: https://github.com/martinpaljak/jcManager JCManager: https//github.com/martinpaljak/jcManager

GPShell: http://sourceforge.net/projects/globalplatform/files/GPShell/ GPShell: http//sourceforge.net/projects/globalplatform/files/GPShell/

as far as I know is JCOP still available, but only directly from NXP and not for free. 据我所知,JCOP仍然可用,但只能直接来自恩智浦,而不是免费的。 And, since Oracle owns Java and Java Card, NetBeans makes it very easy to work with JavaCards (mostly JavaCard 3), but as long as you use the "classic applets" it will act as a 2.2.2 而且,由于Oracle拥有Java和Java Card,NetBeans使得使用JavaCards(主要是JavaCard 3)变得非常容易,但只要您使用“经典applet”,它就会充当2.2.2。

It also comes with a handy quick start guide https://netbeans.org/kb/docs/javame/java-card.html 它还附带了一个方便的快速入门指南https://netbeans.org/kb/docs/javame/java-card.html

You can try to use the JCIDE to develop JavaCard Applet for free . 您可以尝试使用JCIDE 免费开发JavaCard Applet。 It is an Integrated Development Environment designed specifically for the JavaCard programming language. 它是专为JavaCard编程语言设计的集成开发环境。

The JCIDE itself also comes with a quick start video tutorial to help you. JCIDE本身还附带了一个快速入门视频教程来帮助您。 Also I feel great in use process. 我在使用过程中感觉很棒。

You can see more about JCIDE in " https://github.com/Tolice/JCIDE/wiki " 您可以在“ https://github.com/Tolice/JCIDE/wiki ”中查看有关JCIDE的更多信息。

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

相关问题 Eclipse IDE 和Spring Tools Suite 的SQL开发工具在哪? 为什么他们在他们的市场上似乎不可用? - Where are the SQL development tools for the Eclipse IDE and Spring Tools Suite? Why are they seemingly unavailable in their marketplaces? Eclipse JCOP Tools错误-“标签标签未定义:15659979,,块230,def null” - Eclipse JCOP Tools Error - “no definition for label Label: 15659979, , block 230, def null” Eclipse JCOP-重建项目? - Eclipse JCOP- rebuilding project? 使用Eclipse IDE配置Google闭包工具 - Configure Google closure tools with Eclipse IDE 适用于Java开发人员,Eclipse建模工具和Papyrus的Eclipse IDE - Eclipse IDE for Java Developers, Eclipse Modeling Tools and Papyrus Eclipse IDE缓慢下载-市场/更新 - Eclipse IDE Slow Download - Marketplace/Updates 无法在 Eclipse Photon / Eclipse IDE 中安装 Glassfish 工具 - Cannot install Glassfish tools in Eclipse Photon / Eclipse IDE 无法下载Eclipse Kepler的Glassfish工具? - Unable to download Glassfish tools for Eclipse Kepler? Spring Tools Suite 4下载由于Eclipse Photon而失败 - Spring Tools Suite 4 download fails with Eclipse Photon 如何将Parallel Tools Platform安装到我现有的Eclipse IDE中? - How to install Parallel Tools Platform into my existing Eclipse IDE?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM