Posted By:
Sherine_Khoury
Posted On:
Thursday, April 18, 2002 08:37 AM
Please help
I'm using JBuilder5 with BAS4.5
Class.forName("MyClass") from a bean (this works elsewhere)is making a ClassNotFoundException since the path to MyClass's package is not found in the container's classpath (I think this is the problem).
I can't use the easy solution of including the class in the jar file.
Question:
-Is the exception realy caused by the missing path in the container?
PS:the classpath to the package is included in the project's path.
-If so, how can I add to the container's path