Merrill
Consultant, Sima Solutions
Originally posted by Merrill Higginson:
The error message is telling you that you haven't included the UserDTO class in your compile-time classpath when you're trying to compile the LoginBean class.
I'd suggest you not compile classes into the same directory as the source, but specify a different destination directory. Either way, you must include the destination directory in your classpath. example:
Originally posted by Vyas:
This means you have not included all the files necessary for the project to run. It seems you have not included Struts library files. Please collect all necessary files or use Netbeans to work on the example
There is no "i" in denial. Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
|