ran the given command:
public class UserData extends java.lang.Object{
java.lang.String username;
java.lang.String email;
int age;
public UserData();
public void setUsername(java.lang.String);
public void setUserEmail(java.lang.String);
public void setAge(int);
public java.lang.String getUsername();
public java.lang.String getEmail();
public int getAge();
}
On Fri, May 22, 2009 at 4:45 PM, Caldarale, Charles R
<[email protected]> wrote:
>> From: Roderick Timmerman [mailto:[email protected]]
>> Subject: Re: Tomcat 6.0.18 useBean NoClassDefFoundError
>>
>> I'm building everything from scratch/no IDEs save the VIM editor.
>> Timestamp on the UserData.class is up-to-date (recompiled a few
>> minutes ago).
>
> Try using javap to see what's in the class file:
> javap -classpath %catalina_home%\webapps\test\WEB-INF\classes user.UserData
>
> Post the results.
>
> - Chuck
>
>
> THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
> MATERIAL and is thus for use only by the intended recipient. If you received
> this in error, please contact the sender and delete the e-mail and its
> attachments from all computers.
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]