ides
ides copied to clipboard
[repl] 通过ides repl shell 使用--jars加入的依赖不生效
我在启动repl shell时,使用--jars加入mysql connector依赖,在真实运行时还是报了错误:java.lang.ClassNotFoundException: com.mysql.jdbc.Driver。 运行命令如下:
./bin/ides-shell --jars /Users/sgr/.ivy2/jars/mysql_mysql-connector-java-5.1.36.jar
执行报错如下:
