IBM Worklight v5.0.5 > Develop IBM Worklight applications > Development guidelines for using native APIClient property file for Java ME
The wlclient.properties client property file contains the necessary data to use the IBM Worklight API for Java ME.
Property Description Example wlServerProtocol The communication protocol with the WL server. http or https wlServerHost The host name of the WL server. localhost wlServerPort The port of the WL server. 8080 wlServerContext The server context, which is automatically generated. / wlAppId The application id, as defined in application-descriptor.xml. myApp wlAppVersion The application version, as defined in application-descriptor.xml. 1.0 wlEnvironment This property defines the IBM Worklight environment. You must not modify the value of this property value. JavaMEnative
Parent Development guidelines for using native API