SQL Connection
Hola! instalé el JDBC para SQL Server pero... cuando pongo esta linea me da un error
try{
Class.forName("com.microsoft.jdbc.sqlserver.SQLServerDriver");
}
Missing class: com.microsoft.jdbc.sqlserver.SQLServerDriver
Dependent class: mypackage.SQLConnection
Loader: current-workspace-app.web.VSM-VSM-webapp:0.0.0
Code-Source: /C:/PROJECT/VSM/VSM/classes/
Configuration: <classpath> in C:PROJECTVSMVSMpublic_html
This load was initiated at current-workspace-app.web.VSM-VSM-webapp:0.0.0 using the Class.forName() method.
The missing class is not available from any code-source or loader in the server.
Alguien sabe porqué puede ser?
try{
Class.forName("com.microsoft.jdbc.sqlserver.SQLServerDriver");
}
Missing class: com.microsoft.jdbc.sqlserver.SQLServerDriver
Dependent class: mypackage.SQLConnection
Loader: current-workspace-app.web.VSM-VSM-webapp:0.0.0
Code-Source: /C:/PROJECT/VSM/VSM/classes/
Configuration: <classpath> in C:PROJECTVSMVSMpublic_html
This load was initiated at current-workspace-app.web.VSM-VSM-webapp:0.0.0 using the Class.forName() method.
The missing class is not available from any code-source or loader in the server.
Alguien sabe porqué puede ser?
