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

user interface - How to replace the Python logo in a Tkinter-based Python GUI app? -

objective c - Greedy NSProgressIndicator Allocation -

how to set an OCR language in Google Drive -