java - eclipse: "The type Vector is not generic. ..." -


i have java project in eclipse , following compile error "the type vector not generic. ...."

enter image description here

i know error comming if there several compiler level/version settings wrong.

i have added build path jdk1.8:

enter image description here

also in compiler settings have set version 1.8:

enter image description here

and last not least have set correct java version (1.8) in project facets:

enter image description here

may i'm blind project settings wrong java version ....

as have written in comment have "reactivate" project old ... not idea! part of project cldcapi11.zip (which jar ".zip" suffix) , midpapi20.jar. parts of these both jar's jdk classes java.util.vector , java.util.timer , more. compiling stuff must remove both jar's or put both jar's behind jdk8 library ...

arrrgh! collects official jdk classes in jar file?!? not nice...


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

javascript - Get parameter of GET request -

javascript - Twitter Bootstrap - how to add some more margin between tooltip popup and element -