DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2005
    Posts
    6

    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)

  2. #2
    Join Date
    Nov 2004
    Location
    Norway
    Posts
    1,560
    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

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


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


Sponsored Links