How to Fix “Unsafe cannot be resolved to a type” in Eclipse/Java?

If you have the following two errors building your Java projects using Eclipse, Unsafe cannot be resolved to a type The import sun.misc.Unsafe cannot be resolved Then, this turns …