Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 체코
- documentdb
- PostgreSQL
- duckdb
- 釜つる
- pyenv
- react.js
- Python
- 三井住友カード
- 프라하
- typescript
- 아타미
- JenkinsFile
- CSV
- 카마츠루
- 뮌헨
- codebuild
- 방콕
- Selenium
- vba
- 熱海
- javascript
- terraform
- local
- 메르페이
- node.js
- 미츠이 스미토모
- 태국
- PayPay
- 페이페이
Archives
- Today
- Total
도쿄사는 외노자
Groovy compilation problem while creating report using iReports 본문
Tech/iReport
Groovy compilation problem while creating report using iReports
Enrai 2015. 8. 14. 12:03java.lang.NoClassDefFoundError: org/codehaus/groovy/control/CompilationFailedException
iReport는 문서의 기본 언어 설정이 Groovy로 되어 있는데,
이 때문에 위의 익셉션이 발생한다.
이를 해당 언어(아래의 경우는 자바)로 바꿔 주면 해결
'Tech > iReport' 카테고리의 다른 글
new line in Text Field (0) | 2015.09.29 |
---|---|
Oracle BLOB타입 Image 출력 (0) | 2015.09.24 |
String을 받아와 포맷 변환 (0) | 2015.09.10 |
iReportのInstall方法 (0) | 2015.08.05 |
iReportでのフォント適用 (0) | 2015.08.05 |