-
applet wont work
my programs compile but when I run the applet i get the following error
the morphcam class extends JPanel and uses the jmf package, and Morph has got the morphcam panel added to it.
i would like to know why i get the following erro
java.lang.NoClassDefFoundError: javax/media/CaptureDeviceManager
at MorphCam.(MorphCam.java:63)
at Morph.(Morph.java:47)
-
It is because the class is not available to the browser, I see it is a javax class so
you may want to check what setup the browser has for running java, or include the
class at the codebase.
eschew obfuscation
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks