aspose file tools
The moose likes Beginning Java and the fly likes package does not exist Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "package does not exist" Watch "package does not exist" New topic
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
    
  16

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
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: package does not exist
 
Similar Threads
Compiling Client
Learning Servlet code
Importing Packages into JBuilder
cannot compile
packages