• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

I have use pluggin in my programm but....

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
dear master,
I used this html code including the pluggins.
<html>
<body>
<OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" WIDTH = 600 HEIGHT = 400 codebase="C:\Program Files\JavaSoft\JRE\1.2\bin\npjava32.dll#Version=1.2.2,1.2.2,0,0">
<PARAM NAME=ARCHIVE VALUE="rt.jar">
<PARAM NAME = CODE VALUE = "sampapp.class" >
<PARAM NAME="type" VALUE="application/x-java-applet;version=1.2.2">
</OBJECT>
<!--<applet code="sampapp.class" archive="rt.jar" width=300 height=100>
</applet>-->
</body>
</html>

but when i open it via web browser, i get this error
++++++++++++++
Java(TM) Plug-in
Using JRE version 1.1.6
User home directory = C:\Documents and Settings\administrator
Proxy Configuration: Manual Configuration
Proxy: 192.168.1.8:6588
Proxy Overrides: <local>
JAR cache enabled.
warning: running 1.2 version of SwingUtilities
java.lang.NoClassDefFoundError
++++++++++================
please kindly help me out as iam stuck in this module for a long time.
 
Ranch Hand
Posts: 347
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
sridhar,
Please be sure to register with a proper name. "sridhar" does not follow the conventions. For more information, see here: http://www.javaranch.com/name.jsp .
If you do not use a name which follows the conventions, your account will be disabled. I value your posts and I would hate to see that happen.
Thank you for your cooperation.
Stephanie
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic