J2ME polish - JSON

148 views Asked by At

Does J2ME polish support org.json.me package? My polish code doesnot recognise the json jar. What shall i do?

Kidly help. Thanks in advance

1

There are 1 answers

0
Edward On

add this line in your build.xml file

<libraries>
<library file="${polish.home}/import/json-1.0.jar" />
</libraries>