java sqllite1 java에서 sqlite3 JDBC 사용하는 법 다운로드 받기: https://bitbucket.org/xerial/sqlite-jdbc/downloads 라이브러리 다운로드후 추가 후에 아래와 같이 사용 하면 된다 private Connection getConnection(){Connection result = null;try{Class.forName("org.sqlite.JDBC");result= DriverManager.getConnection("jdbc:sqlite:D:/test.db");}catch (SQLException se){System.out.println("Error :: SQLException ");se.printStackTrace();}catch (ClassNotFoundException cnfe) {System.out.print.. 2013. 11. 22. 이전 1 다음