Hi,
I am getting this error.. any idea..
compileBean:
[mkdir] Created dir: /home/hsadek/adminconsole/bal/svrucache/classes
[javac] Compiling 4 source files to /home/hsadek/adminconsole/bal/svrucache/classes
[javac] /vobs/svru/common/dbal/src/java/com/verizon/svru/adminconsole/dbaccess/ApplicationToggleListDAOImpl.java:20: java.util.Date is already defined in a single-type import
[javac] import java.sql.Date;
[javac] ^
http://www.janeg.ca/scjp/lang/import.html
Also, I think the error means that you have already imported java.util.Date somewhere else. Are you sure you don't have import java.util.*; or something else in the file. Or have another class named Date.
I hope that would work
AJ