Hello Mobile Community,
Problem:
We are trying to do some date manipulation activities and we are unable to reference the java.text.SimpleDateFormat classes to get the date manipulations going. Because of this any device specific build fails.
Observation:
In the %MOBILE_DESIGNER%\Devices<DeviceType><Device Model>.xml there is a specific reference to a variable called cldc11 which points to the mobile designer specific data types.
Workaround:
· This above also is the name of a zip file in the Stubs directory of the installation and has certain specific java related code.
· To overcome the build issue, I have taken the java rt.jar and merged the contents of cldc11.zip into rt.jar and renamed the resulting file to cldc11.zip. The resulting file when included into the project, the build finishes successfully.
Question:
· Is this the correct way or is there a better way of doing this?
· Why does cldc11.zip contain and can someone explain its significance (especially since it contains some java library code)
_______________________________________________________
Best regards,
Krishnamoorthi.
#Integration-Server-and-ESB#webMethods#mobile#webMethods-General