java.lang.noclassdeffounderror when trying to embed an applet in html -


i'm trying put applet made in html page can put on wordpress page, , able show i'm getting error:

java.lang.noclassdeffounderror com/google/gdata/util/serviceexception 

here html:

<html>   <head>     <meta content="text/html; charset=iso-8859-1" http-equiv="content-type">     <title>checkoutapplet</title>   </head>   <body>     <p>       <object type="application/x-java-applet" name="checkoutapp" width=100% height=100%>          <param name="code" value=checkoutappletwrapper.class />          <param name="archive" value="checkoutapplet.jar" />       </object>     </p>   </body> </html> 


Comments

Popular posts from this blog

css - I want to align grid in center -

Contact Form PHP Email Script -

python - SWIG function not printing output -