Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Beginning Java
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Ron McLeod
Paul Clapham
Tim Cooke
Devaka Cooray
Sheriffs:
Liutauras Vilda
paul wheaton
Rob Spoor
Saloon Keepers:
Tim Moores
Stephan van Hulst
Tim Holloway
Piet Souris
Mikalai Zaikin
Bartenders:
Carey Brown
Roland Mueller
Forum:
Beginning Java
UnsatisfiedLinkError in MMAPI
George Lin
Ranch Hand
Posts: 125
posted 19 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hello everyone,
When running the following block of source codes (the MMAPI library I am using is downloaded from
http://www.sun.com/software/communitysource/j2me/mmapi/)
public static void main(String[] args) { try { Player player = Manager.createPlayer"http://localhost/sample.wav"); player.start(); } catch (MediaException e) { e.printStackTrace(); } catch (IOException e) { e.printStackTrace(); } }
java.lang.UnsatisfiedLinkError will be thrown,
Exception occurs in thread �main� java.lang.UnsatisfiedLinkError: com/sun/mmedia/WaveOut.nOpen(IIIII)I at com.sun.mmedia.WaveOut.open(Unknown Source) at com.sun.mmedia.WavPlayer.doPrefetch(Unknown Source) at com.sun.mmedia.BasicPlayer.prefetch(Unknown Source) at com.sun.mmedia.BasicPlayer.start(Unknown Source)
I am wondering how to solve this issue?
Thanks in advance,
George
Amateurs built google. Professionals built the titanic. We can't find the guy that built this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Source code for cldcapi10.jar
16-bit DOS KVM?
a very noobish EJB question
CLDC and MIDP?
System.arraycopy code?
More...