• 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

How to use jsp:plugin to run applets?

 
Ranch Hand
Posts: 66
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am using jsp: plugin tag to run my applet as below--



Now , my problem is --> as I have given codebase as "appletclass" folder (which lies in same folder where my jsp is) , each time I compile my applet , I have to manually copy all the class files from "classes" folder to this "appletclass" folder.

I tried giving entire path of my classes folder in the codebase attribute. But it doesn't work. I get error -- load: class framework.DupliJava3dApplet.class not found.
java.lang.ClassNotFoundException: framework.DupliJava3dApplet.class


I used it as below-->



Please can anyone help me here?
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic