java - eclipse: "The type Vector is not generic. ..." -
i have java project in eclipse , following compile error "the type vector not generic. ...."
i know error comming if there several compiler level/version settings wrong.
i have added build path jdk1.8:
also in compiler settings have set version 1.8:
and last not least have set correct java version (1.8) in project facets:
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
Post a Comment