Click here to Skip to main content
15,885,435 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,
I have a jar file in which i have written code for initializing the web cam connected to a PC.
When i run this application separately, it works fine but when i include it in a web application it gives me an error regarding "PropertyPermission".


I also need some help on the syntax of calling the applet inside jar from a jsp.
currently i'm using this code for calling the applet.

XML
<jsp:plugin type="applet" code="websample/WebcamApplet.class" codebase="." width="600" height="480">
   <jsp:fallback>
         <B>Unable to start plug in!</B>
    </jsp:fallback>


where websample is the name of the jar file and WebcamApplet is the name of the applet file.


Thanx in Advance.
Posted
Updated 25-Oct-12 20:57pm
v2
Comments
MAU787 26-Oct-12 4:05am    
http://www.roseindia.net/jsp/simple-jsp-example/applet-in-jsp.shtml

http://www.roseindia.net/jsp/applet-jsp.shtml

http://cs.wellesley.edu/~cs111/spring00/lectures/invoking-applets.html

ghincelino 12-Mar-13 23:34pm    
click this link..
http://forums.codeguru.com/showthread.php?313289-calling-applet-from-a-jsp-classNotFoundException

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900