1 Reply Latest reply on Feb 4, 2009 1:03 PM by jkronegg

    How to show an java applet?

    ghagleit.ghagleit.gmail.com

      Hi there,


      I need to put an Applet on a seam page ( An ImageViewerApplet for medicaltissuesamples )
      Basically i found the following code snippet:


       <object classid="java:javaApplet.class" 
        type="application/x-java-applet"
        height="300" width="450" > </object>
      



      It seems that something happens because i get an nice java loading screen and after this
      i receive an ClassNotFoundError


      Where do i have to put the .java .jar .class files of the applet?


      Best regards
      Gregor