IBM Worklight 5.0.6.1 - "wlclient.properties file is missing" error during build of JavaME app

StackOverflow https://stackoverflow.com/questions/20950233

  •  24-09-2022
  •  | 
  •  

I am using Worklight 5.0.6.1 and I am trying to create a JavaME app that simply connects to the Worklight Server and call an adapter procedure.

I have placed the wlclient.properties file in res folder but during execution of the midlet project I get a NullPointerException due to wlclient.properties file not found.

How to overcome this?

有帮助吗?

解决方案

I have used Net Beans 7.4, eclipse-juno, eclipse-kepler, eclipse-pulsar. But at the end problem is solved by using eclipse-indigo. I think the problem is with IDEs and not with my program.

其他提示

  1. Did you read through the training module for Java ME in Worklight 5.0.6.x?

  2. Did you try the sample application?

Does the error also happen when using the ready-made sample project?

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top