Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Jodon Brown   on Oct 01 In Java Category.

  
Question Answered By: Sonya Flores   on Oct 01

error is in the
<%@ page  import = "/WEB-INF/classes/message.class"%>

instead this use this
<%@ page import="message"%>

problem will be solved. In import  tag you have to
specify the class  name with the package not with path.
and in tomcat  by default it looks for classes into
WEB-INF/class directoy

Share: 

 

This Question has 4 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on JSP and Servlets Or get search suggestion and latest updates.


Tagged: