[[ blog 이사 과정에서 정확한 posting날짜가 분실됨. 년도와 분기 정도는 맞지 않을까? ]]
Java also uses compiler. So, if we meet with compile error, we need to check compile option.
[Cases]
Error : "Access restriction : the field ..." [in Eclipse]
'Project' -> 'Properties' -> 'Java Compiler' -> 'Errors/Warnings' -> 'Deprecated and restricted API' -> Forbidden reference (access rule) -> change from 'Error' to 'Warning'.
=> We can make compile success. But, please keep it mind... using forbidden reference is not recommended!!
Using external Jar [in Eclipse]
Right click on Project -> Properties -> select 'Java Build Path' -> select 'Libraries' tab -> select 'Add External JARs' button...
'Language > Java' 카테고리의 다른 글
[Java][Test Code] ThreadPoolExecutor... (0) | 2013.09.25 |
---|---|
[Java] Visibility에서 추가했으면 하는 것.... (0) | 2011.04.21 |
[Java] Some notable stuffs of VM (0) | 2011.01.06 |
[Java] Simple sample codes to remind... (0) | 2010.12.07 |
[Java] Package private in Java (0) | 2009.11.16 |