RE: how to reference a class to the current src directory.

2008-08-25 Thread Tandel, Aswin
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 bin directory. If not then clean the project and build again Thanks and Regards, Ashwin Tandel Email - [EMAIL

Re: RE: how to reference a class to the current src directory.

2008-08-25 Thread sam wun
Hi, Thanks for the help. Can you tell me how to compile these .java files into classes in Eclipse(3.4)? All these java files are under command package. Thanks Sam - Original Message - From: Tandel, Aswin Sent: 26/08/08 02:23 am To: Tomcat Users List Subject: RE: how to

Re: RE: how to reference a class to the current src directory.

2008-08-25 Thread sam wun
I just foundĀ  out I have a class missing in the src (command) directory. I need to create a Customer and Order class and .java file. The Cusotmer and Order class is related to the database tables Customer and Order. I am wondering how to create a getters and setters of Customer and Order