尝试在ADF Mobile项目中使用Gson,
从Google https://code.google.com/p/google-gson/
下载了Jar文件在JDEV中创建了一个库(Tools => Manage Libraries)
将它添加到我的应用程序中的ViewController项目(Project Properties => Libraries and Classpath)
现在该库出现在(Application Resources => Libraries)
中将其添加到“应用程序部署配置文件”
创建以下简单的方法来测试
public void AlertCart2(ActionEvent actionEvent) {
Gson gson = new Gson();
}
创建了一个按钮来调用该方法(但我得到了调用错误)
我错过了什么吗?
谢谢。
答案 0 :(得分:1)
如果没有指定错误,则很难知道问题出在哪里。 但我的猜测是该库不适用于ADF Mobile使用的JDK 1.4。
答案 1 :(得分:0)
不要使用大写和粘贴堆栈跟踪启动方法。