我们正在尝试使用 org.JSON.JSONObject 库在适配器端进行一些密集的 json 处理。我们有 Java 类来处理从 http 适配器接收到的数据。
mobilefirst 6.3.0 并使用 cli 20150701 构建
(最近的一个)。
从 eclipse mobilefirst 工作室环境构建时,此 JSON 引用没有问题。
我们正在 ubuntu linux 14.04 中构建这个环境。执行时引用org.JSON.JSONObject..x.jar
文件出错
mfp start or mfp build or mfp deploy
有没有办法在 mfp 启动或 mfp 构建或 mfp 部署期间引用此 jar 文件作为类路径。
我们需要有类似的东西
mfp -classpath "path/to/json.jar" build
请帮忙。