class in Eclipse?
thanks
sam
> - Original Message -
> From: Tandel, Aswin
> Sent: 26/08/08 02:23 am
> To: Tomcat Users List
> Subject: RE: how to reference a class to the current src directory.
>
> Hi,
>
> For the classes in the same directory it is not req
ers List
> Subject: RE: how to reference a class to the current src directory.
>
> Hi,
>
> For the classes in the same directory it is not required to give class
> path reference.
>
> Chances are that DatabaseCommand is not compiled.
> Check if you have the class file in
PROTECTED]
-Original Message-
From: sam wun [mailto:[EMAIL PROTECTED]
Sent: Monday, August 25, 2008 12:04 PM
To: Tomcat Users List
Subject: how to reference a class to the current src directory.
Hi there,
I have created a Web project using Eclipse 3.4. However, it can't resolve
the
Hi there,
I have created a Web project using Eclipse 3.4. However, it can't resolve
the class reference to the current directory.
Here is the project layout and description of the problem:
>DBTest
>src
> command
CommandExecutor.java
...
...
DatabaseCommand.java