개발86 [ANT] 유독 Eclipse에서 Ant가 작동하지 않는다면? (이클립스, 앤트) Ryan Lowe's Blog ≪ MiniBlog | Main | Soda Popinski ≫ June 04, 2003 Ant and JAVA_HOME I'm writing this in my blog so it will get Googled. I tried searching for a solution to this problem and came up empty. If you are using the Ant Eclipse plug-in and get the following error message [javac] BUILD FAILED: file:C:/[ECLIPSE_DIR]/workspace/[PROJECT_DIR]/build.xml:32: Unable to find a javac compiler; c.. 2008. 7. 17. POI HSSF ~ 이용 엑셀파일 만들기 HSSFWorkbook wb = new HSSFWorkbook(); HSSFSheet sheet1 = wb.createSheet("sheet1"); //시트생성 HSSFRow rows = sheet1.createRow(0); //로우생성 HSSFCell cell = rows.createCell((short) 0); //셀생성 2008. 7. 16. json 한글.. response.setContentType("application/x-json; charset=UTF-8"); charset=UTF-8 꼭 써야지..ㅠ.ㅠ 2008. 7. 11. [iBatis] ResultMap 사용 시 "The error happened while setting a property on the result object." Error 발생! * error message Caused by: org.springframework.jdbc.UncategorizedSQLException: SqlMapClient operation; uncategorized SQLException for SQL []; SQL state [null]; error code [0]; --- The error occurred in resource/sql/front/classroom/classroom.front.xml. --- The error occurred while applying a result map. --- Check the front.classroom.evalactStatusRm. --- The error happened while setting a property.. 2008. 6. 20. 이전 1 ··· 12 13 14 15 16 17 18 ··· 22 다음