jsp & java bean
Hi, i am using a java bean in my jsp,
<jsp:useBean id="car" scope="session" class="car.Myclass" />
I am using Blazix Web Server.
everything works fine,
The problem is when i run the jsp in another computer, it sends me the error: "cannot find bean Myclass", but I really don't know why i'm getting this message, cause i put the file in the correct directory.
is there a special setting i need to do in the computer?
what can i do to solve this?
thanks...

