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...

[586 byte] By [deroka] at [2007-11-27 8:55:30]
# 1
I'm not sure whether you should change any settings to run it properly, not as far as I know.What you might have forgotten, is to transfor both the .java and the .class file to the new computer.
Nidhuggura at 2007-7-12 21:16:43 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...