已采纳回答 / Jimmy001
你这个路径不对,helloworld.java要在E://跟目录下才能编译,否则要进到helloworld.java的目录,cd e://xxx/xx/
2017-06-16
最新回答 / loness
可以将代码改成``` public static Connection getConnection() throws IOException, SQLException, ClassNotFoundException { InputStream is = JDBCUtil.class.getResourceAsStream("/db.properties"); Properties properties = new Properties(); propert...
2017-05-10