javac1 자바 컴파일 오류 unmappable character (0xED) for encoding x-windows-949 해결 과정 http://programmingskills.net/archives/542 를 참고하여 해결했습니다. 데이터베이스 책을 따라 예제를 진행하다가 이런 오류가 떴다. 검색해보았더니 코드에 한글이 들어가 있었던 것이 문제였던 것 같다. 책을 따라 작성했던 코드는 다음과 같다. import java.io.*; import java.sql.*; public class showMember{ public static void main(String[] args) { Connection conn = null; Statement stmt = null; ResultSet rs = null; String url = "jdbc:sqlserver://localhost:1433;DatabaseName=bookstore;"; Str.. 2020. 8. 6. 이전 1 다음