Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dsdp-ercp-dev] problem in calling JSR 75 PIM API from ercp

Hi,

 

I am getting UnsatisfiedLinkError while executing an ercp application that implements JSR 75 API.

 

I have given below the exception trace:

Exception in thread "main" java.lang.UnsatisfiedLinkError: getProperty0

      at com.sun.midp.main.Configuration.getProperty0(Native Method)

      at com.sun.midp.main.Configuration.getProperty(Configuration.java:32)

      at javax.microedition.pim.PIM.getInstance(PIM.java:128)

      at org.eclipse.ercp.swt.samples.eswtdemo.pim.com.pim.dao.impl.CalendarClientDAO

.connect(CalendarClientDAO.java:79)

      at org.eclipse.ercp.swt.samples.eswtdemo.pim.com.pim.service.CalendarService.ad

dEvent(CalendarService.java:37)

      at org.eclipse.ercp.swt.samples.eswtdemo.MainMenu.<init>(MainMenu.java:69)

      at org.eclipse.ercp.swt.samples.eswtdemo.Demo.RCPMode(Demo.java:73)

      at org.eclipse.ercp.swt.samples.eswtdemo.Demo.main(Demo.java:56)

 

 

Kindly let me know anything is required to run an ercp application that uses PIM API.

 

Thank you very much

 

Thirupathi K

------------------------ --------------------------------------------------------------------
This message, including any attachments, contains confidential information intended for a specific individual and purpose, and is intended for the addressee only. Any unauthorized disclosure, use, dissemination, copying, or distribution of this message or any of its attachments or the information contained in this e-mail, or the taking of any action based on it, is strictly prohibited. If you are not the intended recipient, please notify the sender immediately by return e-mail and delete this message.

Back to the top