How to make Java work with SQL Server?

前端 未结 9 1430
别那么骄傲
别那么骄傲 2020-12-13 06:23

I know this is a basic question, but I can\'t seem to find an answer and I apologize, if this question is way too stupid, but here we go:

I am supposed to work with

9条回答
  •  时光取名叫无心
    2020-12-13 07:03

    For anyone still googling this, go to \blackboard\config\tomcat\conf and in wrapper.conf put an extra line in wrapper.java.classpath pointing to the sqljdbc4.jar and then update the wrapper.conf.bb as well

    Then restart the blackboard services and tomcat and it should work

    It won't work by simply setting your java classpath, you have to set it up in the blackboard config files to point to your jar file with the jdbc library

提交回复
热议问题