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
  •  | 
  •  

Question

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?

Was it helpful?

Solution

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.

OTHER TIPS

  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?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top