Hi, Do you use those classes on the client side ? If it the case, it cannot work since you probably don't have any *.gwt.xml in your jar since this code cannot be translated to javascript. Else it is a classpath problem of your running application.
Can you describe please how you launch the application and how you configured your launcher ? 2011/9/22 programming_man <[email protected]> > I have gone thru some of the other threads but still cannot resolve > this issue. > I am using indigo eclipse. > > > I have added the jar sqljdbc4.jar file to the java build path. When I > hit the debug as 'web application' the page loads but the following > errors appear in the "Development Mode' tab. > > Line 11: The import com.microsoft cannot be resolved > Line 49: SQLServerDataSource cannot be resolved to a type > > Any ideas? > > Thanks in advanced. > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
