I'd be more likely to think that it can't find the
output path.

>
..\web-inf\classes\strutsEx\UserRegistrationAction.class
> (The system cannot find the path specified)

Make sure ..\WEB-INF\classes exists. Note that WEB-INF
is capitalized.

You may also want to consider re-thinking your
directory structure and moving the source out of the
web content area.

--- MK Tan <[EMAIL PROTECTED]> wrote:

> or use maven2 ;-)
> 
> from the given error message.
> It seem like the struts jar files are not in your
> classpath.
> Try set the classpath ;-)
> 
> Best regards,
> Mk Tan
> 
> On 4/25/07, Lance <[EMAIL PROTECTED]>
> wrote:
> >
> > I highly recommend using ant to manage your
> project including clean,
> > compile, deploy, javadoc, etc. etc.
> >
> >
> >
>
http://supportweb.cs.bham.ac.uk/docs/tutorials/docsystem/build/tutorials/ant/ant.html
> > http://ant.apache.org/
> >
> > srikanth_arr wrote:
> > > i am new to struts when i compiling the my first
> struts app
> > > iam getting a error
> > >
> > > D:\Program Files\Apache Software
> Foundation\Tomcat
> > > 5.5\webapps\FirstApp>javac *.
> > > java -d ..\web-inf\classes
> > > UserRegistrationAction.java:8: error while
> writing
> > > strutsEx.UserRegistrationActi
> > > on:
>
..\web-inf\classes\strutsEx\UserRegistrationAction.class
> (The system
> > > cannot
> > > find the path specified)
> > > public class UserRegistrationAction extends
> Action
> > > ^
> > > Note: UserRegistrationForm.java uses or
> overrides a deprecated API.
> > > Note: Recompile with -Xlint  eprecation for
> details.
> > > 1 error
> > >
> >
> >
> >
>
---------------------------------------------------------------------
> > To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> > For additional commands, e-mail:
> [EMAIL PROTECTED]
> >
> >
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to