我在notepad ++中编写java mssql连接的代码我没有使用任何ide。
任何人都可以给我代码。
如何设置classpath?
jtde或jdbc驱动程序我需要两个驱动程序的代码
提前致谢
答案 0 :(得分:0)
您需要下载JDBC驱动程序JAR文件(以及所有依赖项)。然后拨打
java -cp path_to_jar/jtds-1.3.1.jar;path_to_jar/jtde.jar;path_to_classes;path_to_other_jars/otherjar.jars your_main_class
(Alle名称是样本名称)
在Linux上,您必须使用:
作为分隔符