0 Replies Latest reply on Jan 19, 2007 11:16 AM by indyjones

    Please Help....

      Ok....For the life of me I can not figure out where to put my Applet jar...

      Can anyone help?


      Here is my JSP

      
      <%@ page language="java" extends="org.jboss.portal.core.servlet.jsp.PortalJsp" %>
      <%@ taglib uri="http://java.sun.com/portlet" prefix="portlet" %>
      <%@ taglib uri="/WEB-INF/portal-lib.tld" prefix="n" %>
      
      <APPLET CODE="Applet.class" CODEBASE="request.getContextPath()" WIDTH="800" HEIGHT="632">
      </APPLET>
      
      


      I have my Applet jar at the root of my WAR file...

      The JSP is a few folders deep...

      THanks

      Indy