我正在尝试使用netbeans构建一个javacard fix应用程序,但是我得到了一个构建错误,并且不知道如何修复它:
[Error] Unable to parse the class file webapplication2/WebApplication2.class. Exception while looking for class webapplication2.WebApplication2: java.io.IOException: Couldnt find: webapplication2/WebApplication2.class. Packager/create FAILED [1 error(s) and 0 warning(s)]这是怎么回事?我刚刚使用了Netbeans的javacard web应用程序的标准模板。
谢谢
发布于 2011-04-01 19:02:37
javacard库不能在Mac OS X上运行,但在Windows XP上可以正常运行
https://stackoverflow.com/questions/3982751
复制相似问题