I've created a very simple bean that does nothing but increment a variable.
I'm trying to access it using the
<USEBEAN NAME="Incrementer"
TYPE="DBBean"
LIFESPAN="page" >
</USEBEAN>
I've made sure JRun Administrator points to the proper DBBean.class file,
but I still get the Error 500:
C:\JRun\jsm-default\services\jse\servlets\jsp\jsp\dbtest\test.java, line 66:
Class jsp.jsp.dbtest.DBBean not found.
DBBean Incrementer = null;
This is the JRun generated file. It does NOT import the package containing
DBBean class. Yes, I've restarted JRun, but it still can't find the class.
Thanks,
Jerred Wilson
> Senior Systems Analyst, Emerging Technologies
> Williams Communications Group
> mailto:[EMAIL PROTECTED]
> phone: 918/573-3847
>
>
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".