jsp:plugin

java Bangladesh
  • 13 years ago

    Hi,

    I am  biginer with Java ans Jsp. I want to call my Applet class by jsp file. I am using JBuilder. I got an error like "Unable to find Java class on class path : jsp:plugin."

    My code

    html>
    <head>
    <title>
    callApplet
    </title>
    </head>
    <body bgcolor="#536da5">
    <h1>
    JBuilder Generated JSP
    </h1>
    <%@  page import="java.sql.*" %>
    <%@ page language="java" contentType="text/html" %>
    <%@  page import="java.awt.*" %>











    <jsp:plugin type="applet" code="AdderApplet.class" codebase="classes/callapplet" width="300" height="400">

      <jsp:fallback>
              <p>Unable to load applet</p>
        </jsp:fallback>
    </jsp:plugin>
    </body>
    </html>






    *****

    please help me to solve that problem.

    Sincerely,

    Suvra

Post a reply

No one has replied yet! Why not be the first?

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“I invented the term Object-Oriented, and I can tell you I did not have C++ in mind.” - Alan Kay