Page 1 of 1

Warning in JCIDE: source value 1.5 is obsolete and will be removed in a future release

Posted: Sun May 24, 2020 12:15 pm
by manhle
warning: [options] bootstrap class path not set in conjunction with -source 1.5
warning: [options] source value 1.5 is obsolete and will be removed in a future release
warning: [options] target value 1.5 is obsolete and will be removed in a future release
warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
I have 4 warnings went I built a project, but the result was 0 error and 0 warning, so why this happened and how to fix this?
I am using JCIDE version 5.0.1.7, converter Oracle 2.2.2, and java compile 1.5

Re: Warning in JCIDE: source value 1.5 is obsolete and will be removed in a future release

Posted: Sat Jun 06, 2020 12:21 am
by kuafu
manhle wrote:
Sun May 24, 2020 12:15 pm
warning: [options] bootstrap class path not set in conjunction with -source 1.5
warning: [options] source value 1.5 is obsolete and will be removed in a future release
warning: [options] target value 1.5 is obsolete and will be removed in a future release
warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
I have 4 warnings went I built a project, but the result was 0 error and 0 warning, so why this happened and how to fix this?
I am using JCIDE version 5.0.1.7, converter Oracle 2.2.2, and java compile 1.5

Image
Image
Image
1.

Re: Warning in JCIDE: source value 1.5 is obsolete and will be removed in a future release

Posted: Sat Jun 13, 2020 7:17 am
by manhle
Thank you. I had fixed this.