Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dsdp-ercp-dev] getting started with ercp application

Hi,

 

I am developing an application that stores Calendar events into the PIM database of a Windows mobile.

For that we are using JSR 75 PIM API to access , store events in PIM database. When I access PIM with PIM.getInstance()

I am getting Unsatisfied link error. I have added JSR 75 jar file to my project build path.  I have given below the exception trace:

 

getException 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 how I can access PIM and JSR 75 API from ERCP application.

 

Thanks & Regards

Thiru

 

 

--------------------------------------------------------------------------------------------

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