1

I am not able to build my application via Ant build.xml file when I am using Properties file in my app. Can anyone tell me how to use properties file in j2me? eg ApplicationConfig.properties file

happy
  • 2,550
  • 17
  • 64
  • 109
  • could you please specify the problem? Post specific parts of the build.xml, and clarify the problem as exactly as possible. – oers Mar 07 '12 at 13:44

1 Answers1

2

according to this post in nokia forum, .properties files are not supported in J2ME.

thinzar00
  • 588
  • 2
  • 5
  • 13