Re: Access java class from jsp
Posted By:
pola_pradeep
Posted On:
Monday, October 10, 2005 06:39 AM
when ever u call java beans or java classes from jsp s try
to put them in a package structure
package p1;
// java pgm
and compile it as follows:(which will create a package at
runtime)
javac -d .