There is a warning while building a ADF project in JDeveloper 11.1.1.9.
Warning: Supported source version 'RELEASE_6' from annotation processor 'oracle.dbtools.common.service.ConfigProcessor' less than -source '1.7'
The problem is we are using JDK 1.7 instead of default 1.6.
Go to Project Properties -> Compiler, setting is default
change default Source 1.6, Generated Class Files 1.7 the warning is disappeared.
No comments:
Post a Comment