1.下载h2的jar,例如h2-1.3.170.jar
2.cd到文件的地址
3.在命令窗口运行java -classpath h2.jar org.h2.tools.Console -web
4.根据运行结果的提示(例如Web Console server running at http://129.184.13.86:8082 (only local connections)),打开浏览器即可。
5.
2.cd到文件的地址
3.在命令窗口运行java -classpath h2.jar org.h2.tools.Console -web
4.根据运行结果的提示(例如Web Console server running at http://129.184.13.86:8082 (only local connections)),打开浏览器即可。
5.