java library error in project

2

The libraries of my project are not importing the classes of * util and several others too, I do not know what is happening, because when I create a new project these classes and libraries work. Below an error print.

I've tried to clean the entire project.

    
asked by anonymous 24.10.2016 / 19:58

1 answer

0

Your issue is related to importing jdk, do this at:

Properties (do seu projeto) > Java Build Path > Libraries e informe o caminho do seu jdk.
    
30.01.2017 / 12:53