Click here to Skip to main content
15,891,951 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am trying to access the webcam but the compiler is showing the following error..
I have installed Java Media Frame Work and set the paths but its not working...
I am using eclipse and operating system is windows 8.1 pro 64 bot...
VB
java.lang.UnsatisfiedLinkError: JMFSecurityManager: java.lang.UnsatisfiedLinkError: C:\Windows\System32\jmdaudc.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
Posted
Comments
Richard MacCutchan 16-May-14 12:56pm    
The message clearly tells you that you cannot run this code on a 64-bit system.

It won't work on 64 machines. So you need to install 32bit JDK verion as well. You might want to uninstall 64bit if you want.
 
Share this answer
 
Exception in thread "VFW Request Thread" java.lang.UnsatisfiedLinkError: JMFSecurityManager: java.lang.UnsatisfiedLinkError: no jmvfw in java.library.path
at com.sun.media.JMFSecurityManager.loadLibrary(JMFSecurityManager.java:206)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900