I have a java applet project whichs starts a webcam and displays it on a window. I am trying to integrate this applet into my web-app, for that I have exported my applet as a JAR and included in my web-app and used it on my JSP page by using applet tag. Now I got a message that the digital signature cannot be verified. I am currently trying to sign my applet and use it, but I don't find any tutorials for that.
Can somebody please guide me that?
What I am trying to do is legal or can I try some other way to integrate my applet into JSP page or any other way to have webcam capture functionality in Java web application.
Emm... I do suppose so when you 'exported' your applet to JAR the signature became invalid or something; actually any modifications make it invalid... so I guess you need to
Report if that helped