The Artima Developer Community
Sponsored Link

Java Answers Forum
What is "UnsatisfiedLinkError"?

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
abhijeet

Posts: 21
Nickname: sony
Registered: May, 2002

What is "UnsatisfiedLinkError"? Posted: Nov 24, 2002 11:10 PM
Reply to this message Reply
Advertisement
Hi All,

I am trying to write an application in Java which is used to send SMS messages to a mobile handset, but i am facing the following exception at run-time.


java.lang.UnsatisfiedLinkError: getProperty0

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

at com.sun.midp.Configuration.getProperty(k:/ws/toolkit/1.0.4_01/MIDP/src/share/cl asses/com/sun/midp/Configuration.java:34)

at com.sun.midp.io.InternalConnector.<clinit>(K:/re/1.0.4_01/kvem/midp/src/l ime/classes/com/sun/midp/io/InternalConnector.java:91)

at javax.microedition.io.Connector.open(k:/ws/toolkit/1.0.4_01/MIDP/src/share/clas ses/javax/microedition/io/Connector.java:158)

at javax.microedition.io.Connector.open(k:/ws/toolkit/1.0.4_01/MIDP/src/share/clas ses/javax/microedition/io/Connector.java:138)

at javax.microedition.io.Connector.open(k:/ws/toolkit/1.0.4_01/MIDP/src/share/clas ses/javax/microedition/io/Connector.java:120)

at JavaWirelessDemo.test(JavaWirelessDemo.java:43)

at JavaWirelessDemo.main(JavaWirelessDemo.java:16)

Exception in thread "main"


Can any one of you please tell me what the problem is? I am unable to understand what "UnsatisfiedLinkError" exception is all about?


Thanks in advance...
Abhijeet K.

Topic: please send ejb interview questions Previous Topic   Next Topic Topic: JDBC Exception: Row update failed

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use