I found a problem when i use ibm was4. I want to get my self class's
package name in jsp page, but the result is "null", how ever the system
class's result is right
the code like this:
<%
out.println("The package is " + MySelfClass.class.getPackage());
out.println("The sys package is " + String.class.getPackage());
%>
the result is:
The package is null
The sys package is java.lang
There are no any problem in other web container
The env :
Windows 2000;
Websphere 4, fixed 403