page « Applet « JSP-Servlet Q&A





1. Share an applet across many jsp pages    stackoverflow.com

In my web application, a series of jsp pages are navigated. These jsp pages appear on the Right Hand side (frame) of the screen. On the left frame, I have an applet. This applet ...

2. Getting value at JSP Page from applet    stackoverflow.com

I don't know how to get value of applet at JSP. A value is set by user (in the applet). I want to display this value on some different ...

3. jsp page can't find the applet    coderanch.com

Your problem is likely related to how the browser is trying to find the applet class files. Does your applet tag give an absolute path to the class files? If not, the browser is trying to find the class files relative to the servlet address. This is the same problem as people get all the time with image href's. Personally I ...

4. How to specify codebase for an applet running on a servlet page    coderanch.com

To put it simply - it can't be done because web servers are forbidden to serve anything under WEB-INF. Its a security thing. You will have to have a second copy of that class with your jsp, images, etc. where the web server is allowed to serve it. Make up a plain HTML page containing the applet to experiment with. Bill ...

5. Calling an applet in a JSP page    coderanch.com

6. calling applet in jsp page    forums.oracle.com

7. how to call c code using java applet or jsp page    forums.oracle.com

Not sure what you are asking here. Generally, to call C code, you use JNI (java native interface). Google that, and you will see many examples. However, if there is a way to avoid using native code, I would strongly encourage you to do so. I am also a bit puzzled. My guess would have been that the C program generates ...

8. Applet in Jsp page    forums.oracle.com

9. Displaying applet in a jsp page    forums.oracle.com

Hi, Can someone help me with displaying an applet in jsp page. I get the class not found error. Java Plug-in 1.6.0_02 Using JRE version 1.6.0_02 Java HotSpot(TM) Client VM User home directory = C:\Documents and Settings\sameer c: clear console window f: finalize objects on finalization queue g: garbage collect h: display this help message l: dump classloader list m: print ...