I'm running a Java code and have loaded JDK 1.8 (the latest) and another library (windy1/google-places-api-java from GitHub to connect with GooglePlaces). The problem is that the program stops running after the first iteration of a "for" (the first iteration runs well) and the IDE log says:
Source path "sun\misc\Unsafe.java" was not found.
The reason is likely no opened project with this source file.
I checked in the JDK and the library rt.jar contains sun.misc.Unsafe.class. Could anyone guide me on what to do? The connection with Google is not a problem.