| Author |
package does not exist
|
Anand Sivathanu
Ranch Hand
Joined: Jun 25, 2010
Posts: 76
|
|
I have a folder in WEB-INF/classes
sqljdbc_30.enu.com.microsoft.sqlserver.jdbc
i have import the package
import sqljdbc_30.enu.com.microsoft.sqlserver.jdbc.*;
compiler error saying that
package sqljdbc_30.enu.com.microsoft.sqlserver.jdbc does not exist
how to solve?
|
 |
Christophe Verré
Sheriff
Joined: Nov 24, 2005
Posts: 14685
|
|
|
When you compile, is WEB-INF/classes in your CLASSPATH ?
|
[My Blog]
All roads lead to JavaRanch
|
 |
Anand Sivathanu
Ranch Hand
Joined: Jun 25, 2010
Posts: 76
|
|
|
No.I have not set.I will set.thanks for your information
|
 |
 |
|
|
subject: package does not exist
|
|
|