1
我想編輯一個red5 admin.jsp文件,然後添加到webapps的根文件夾。我這樣做,所以我可以設置用戶和密碼,但是當我得到的是無法編譯錯誤。EmbeddedDataSource無法解析爲類型
An error occurred at line: 19 in the jsp file: /admin.jsp EmbeddedDataSource cannot be resolved to a type 16: try { 17: Object o = null; 18: if (o == null) { 19: EmbeddedDataSource eds = new EmbeddedDataSource(); 20: eds.setCreateDatabase("name"); 21: eds.setDatabaseName("user"); 22: eds.setPassword("pass");
這個lib目錄會在哪裏?請原諒我的無知。 – cea
@Charlie Bunt「YourContext/WEB-INF/lib」。您必須將derby jar文件放在「lib」目錄中。 – Tusar