Chuck,

This error in NetBeans is due some other compilation error or some problem
with the way your source is setup in the project.  I would recommend that
you do *not* use NetBeans for now and try to figure this thing out via the
command line.  Also, one problem you might be having is that your java files
have a package declaration of 'org.apache.struts.action' and your file is in
/WEB-INF/classes/example.  It should be in
/WEB-INF/classes/org/apache/struts/action.

In any case, using NetBeans and describing how it is behaving for you is not
giving me enough information about what exactly your problem is.  If you
could try to compile it via the command line (via ant preferrably), that
should give me the sufficiently data I need to fix your problem.

Calvin


----- Original Message -----
From: "Chuck Amadi" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, July 05, 2001 5:56 AM
Subject: Re: pls help java files wont compile - take a look ****


> Hi, can anyone work this one out visual attached.
> Cheers Chuck.
>
> Chuck Amadi wrote:
>
> >    Part 1.1    Type: Plain Text (text/plain)
> >            Encoding: 8bit
>
> --
> The views expressed by the sender of this message don't
> necessarily represent those of Brecon Beacons National Park
> Authority. This message is intended for the addressee(s) only
> and is sent in confidence; if you receive it in error, please can you
> let us know (at [EMAIL PROTECTED]) and then destroy all copies.
> Nid yw'r farn a fynegir gan anfonwr y neges hon o anghenraid yn
> adlewyrchu barn Awdurdod Parc Cenedlaethol Bannau Brycheiniog.
> Neges yw hon a fwriadwyd ar gyfer y derbynnydd/derbynyddion
> yn unig ac fe'i hanfonir yn gyfrinachol; os ydych yn ei dderbyn
> mewn camgymeriad, a fyddech gystal â rhoi gwybod i
> ni (yn [EMAIL PROTECTED]) ac yna dilëwch bob copi.
>
>

Reply via email to