Re: package org.apache.jasper.runtime does not exist- any ideas Plz

2002-04-05 Thread hatem zanaty


 
  Chuck Amadi [EMAIL PROTECTED] wrote: 
jsp/_0002fjsp_0002fregisterVolDays_0002ejspregisterVolDays_jsp_0.java 
[12:1] package org.apache.jasper.runtime does not exist
import org.apache.jasper.runtime.*;
^
jsp/_0002fjsp_0002fregisterVolDays_0002ejspregisterVolDays_jsp_0.java 
[14:1] cannot resolve symbol
symbol : class JasperException 
location: package jasper
import org.apache.jasper.JasperException;
^
jsp/_0002fjsp_0002fregisterVolDays_0002ejspregisterVolDays_jsp_0.java 
[17:1] cannot resolve symbol
symbol : class HttpJspBase 
location: class 
jsp._0002fjsp_0002fregisterVolDays_0002ejspregisterVolDays_jsp_0
public class 
_0002fjsp_0002fregisterVolDays_0002ejspregisterVolDays_jsp_0 extends 
HttpJspBase {

^
jsp/_0002fjsp_0002fregisterVolDays_0002ejspregisterVolDays_jsp_0.java 
[27:1] cannot resolve symbol
symbol : class JasperException 
location: class 
jsp._0002fjsp_0002fregisterVolDays_0002ejspregisterVolDays_jsp_0
public final void _jspx_init() throws JasperException {
^
jsp/_0002fjsp_0002fregisterVolDays_0002ejspregisterVolDays_jsp_0.java 
[39:1] incompatible types
found : jsp._0002fjsp_0002fregisterVolDays_0002ejspregisterVolDays_jsp_0
required: java.lang.Object
Object page = this;
^
jsp/_0002fjsp_0002fregisterVolDays_0002ejspregisterVolDays_jsp_0.java 
[49:1] 
getPageContext(javax.servlet.Servlet,javax.servlet.ServletRequest,javax.servlet.ServletResponse,java.lang.String,boolean,int,boolean)
 
in javax.servlet.jsp.JspFactory cannot be applied to 
(jsp._0002fjsp_0002fregisterVolDays_0002ejspregisterVolDays_jsp_0,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,java.lang.String,boolean,int,boolean)
pageContext = _jspxFactory.getPageContext(this, request, 
response,
^
6 errors
Errors compiling registerVolDays.

Regards Chuck Amadi
Systems Programmer



--
To unsubscribe: 
For additional commands: 
Troubles with the list: 


search for and copy jasper-runtime.jar and jasper-compiler.jar to  folder named ext in 
some where in the directory where the jdk folder resides

another solution

search for  jasper-runtime.jar and jasper-compiler.jar 

write in autoexec.bat 

set Classpath=.;path\jasper-runtime.jar;path\jasper-compiler.jar;

where path= something like c:\xx\yyy



-
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax


Re: package org.apache.jasper.runtime does not exist

2002-04-03 Thread Chuck Amadi

hatem zanaty wrote:

Include jasper-runtime, jasper-compiler to your class path and logoff/login your 
computer then try agin
Have luck 
  Chuck Amadi [EMAIL PROTECTED] wrote: Hi any takers . All my previous 
work no longer functions due to this 
error . Note unfortunatley i don't run cvs
and it's been while that i worked on my jsp's/javabeans as at the moment 
i have created my work project under a html application and is working 
prior to converting to jsp , session beans  actions .

I don't have a jasper.jar file in my tomcat4.lib dir only 
jasper-runtime.jar  jasper-compiler.jar in my tomcat4lib dir.
i have checked my web.xml and my tld's and suggestions .


Error log below
**
_0002fwiseGuy_0002ejspwiseGuy_jsp_0.java [10:1] package 
org.apache.jasper.runtime does not exist
import org.apache.jasper.runtime.*;
^
_0002fwiseGuy_0002ejspwiseGuy_jsp_0.java [12:1] cannot resolve symbol
symbol : class JasperException 
location: package jasper
import org.apache.jasper.JasperException;
^
_0002fwiseGuy_0002ejspwiseGuy_jsp_0.java [15:1] cannot resolve symbol
symbol : class HttpJspBase 
location: class _0002fwiseGuy_0002ejspwiseGuy_jsp_0
public class _0002fwiseGuy_0002ejspwiseGuy_jsp_0 extends HttpJspBase {
^
_0002fwiseGuy_0002ejspwiseGuy_jsp_0.java [25:1] cannot resolve symbol
symbol : class JasperException 
location: class _0002fwiseGuy_0002ejspwiseGuy_jsp_0
public final void _jspx_init() throws JasperException {
^
_0002fwiseGuy_0002ejspwiseGuy_jsp_0.java [37:1] incompatible types
found : _0002fwiseGuy_0002ejspwiseGuy_jsp_0
required: java.lang.Object
Object page = this;
^
_0002fwiseGuy_0002ejspwiseGuy_jsp_0.java [47:1] 
getPageContext(javax.servlet.Servlet,javax.servlet.ServletRequest,javax.servlet.ServletResponse,java.lang.String,boolean,int,boolean)
 
in javax.servlet.jsp.JspFactory cannot be applied to 
(_0002fwiseGuy_0002ejspwiseGuy_jsp_0,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,java.lang.String,boolean,int,boolean)
pageContext = _jspxFactory.getPageContext(this, request, 
response,
^
6 errors
Errors compiling wiseGuy.


Cheers Chuck Amadi
Systems Programmer



--
To unsubscribe: 
For additional commands: 
Troubles with the list: 



-
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax

As below

set within my classpath - jasper-runtime, jasper-compiler to my class path .
Plz confirm anyway i'll find out soon enough.



set PATH=C:\JDK1.3\bin;
set CATALINA_HOME=C:\jakarta-tomcat-4.0.2
set CATALINA_HOME=C:\jakarta-tomcat-4.0.2\lib\jasper-compiler.jar
set CATALINA_HOME=C:\jakarta-tomcat-4.0.2\lib\jasper-runtime.jar







--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: package org.apache.jasper.runtime does not exist

2002-04-02 Thread hatem zanaty


Include jasper-runtime, jasper-compiler to your class path and logoff/login your 
computer then try agin
Have luck 
  Chuck Amadi [EMAIL PROTECTED] wrote: Hi any takers . All my previous 
work no longer functions due to this 
error . Note unfortunatley i don't run cvs
and it's been while that i worked on my jsp's/javabeans as at the moment 
i have created my work project under a html application and is working 
prior to converting to jsp , session beans  actions .

I don't have a jasper.jar file in my tomcat4.lib dir only 
jasper-runtime.jar  jasper-compiler.jar in my tomcat4lib dir.
i have checked my web.xml and my tld's and suggestions .


Error log below
**
_0002fwiseGuy_0002ejspwiseGuy_jsp_0.java [10:1] package 
org.apache.jasper.runtime does not exist
import org.apache.jasper.runtime.*;
^
_0002fwiseGuy_0002ejspwiseGuy_jsp_0.java [12:1] cannot resolve symbol
symbol : class JasperException 
location: package jasper
import org.apache.jasper.JasperException;
^
_0002fwiseGuy_0002ejspwiseGuy_jsp_0.java [15:1] cannot resolve symbol
symbol : class HttpJspBase 
location: class _0002fwiseGuy_0002ejspwiseGuy_jsp_0
public class _0002fwiseGuy_0002ejspwiseGuy_jsp_0 extends HttpJspBase {
^
_0002fwiseGuy_0002ejspwiseGuy_jsp_0.java [25:1] cannot resolve symbol
symbol : class JasperException 
location: class _0002fwiseGuy_0002ejspwiseGuy_jsp_0
public final void _jspx_init() throws JasperException {
^
_0002fwiseGuy_0002ejspwiseGuy_jsp_0.java [37:1] incompatible types
found : _0002fwiseGuy_0002ejspwiseGuy_jsp_0
required: java.lang.Object
Object page = this;
^
_0002fwiseGuy_0002ejspwiseGuy_jsp_0.java [47:1] 
getPageContext(javax.servlet.Servlet,javax.servlet.ServletRequest,javax.servlet.ServletResponse,java.lang.String,boolean,int,boolean)
 
in javax.servlet.jsp.JspFactory cannot be applied to 
(_0002fwiseGuy_0002ejspwiseGuy_jsp_0,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,java.lang.String,boolean,int,boolean)
pageContext = _jspxFactory.getPageContext(this, request, 
response,
^
6 errors
Errors compiling wiseGuy.


Cheers Chuck Amadi
Systems Programmer



--
To unsubscribe: 
For additional commands: 
Troubles with the list: 



-
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax