Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mssql连接出现 java.lang.ClassNotFoundException: net.sourceforge.jtds.jdbc.Driver #73

Open
black0sword opened this issue Apr 6, 2024 · 0 comments
Labels
question Further information is requested

Comments

@black0sword
Copy link

java.lang.ClassNotFoundException: net.sourceforge.jtds.jdbc.Driver
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:264)
at Dao.MssqlDao.(MssqlDao.java:58)
at Controller.MssqlController.lambda$initialize$3(MssqlController.java:182)
at java.lang.Thread.run(Thread.java:745)

@black0sword black0sword added the question Further information is requested label Apr 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant