How to Fix “Unsafe cannot be resolved to a type” in

  • 时间:2020-10-12 15:56:23
  • 分类:网络文摘
  • 阅读:214 次

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 out to be the fix for me.

java-import-sun-misc-unsafe-cannot-be-resolved-to-a-type How to Fix "Unsafe cannot be resolved to a type" in Eclipse/Java? compiler IDE java

The import sun.misc.Unsafe cannot be resolved

Navigate to the project and Select Project – Preferences – Java Compiler – Enable project specific settings – Compiler compliance level = 11 – Use default compliance settings (Ticked)

eclipse-project-properties-java-compiler-enable-project-specific-settings How to Fix "Unsafe cannot be resolved to a type" in Eclipse/Java? compiler IDE java

eclipse-project-properties-java-compiler-enable-project-specific-settings

Apply and Close – then do a full clean rebuild, which will make the errors go away!

–EOF (The Ultimate Computing & Technology Blog) —

推荐阅读:
4 Useful Website Building Tips for the Rookie Blogger  Do You Know How To Keep Your WordPress Site Safe?  Blogger Disgraced After Making Profits Off Of Cancer Scam  5 Incredibly Powerful Ways to Improve Your Blog Writing  Must-Read Books For Freelancing Success  Do You Know The Top Web Hosting and SEO Trends For 2016?  8 Ways Bloggers Can Make Money on the Side  How Bloggers Can Survive This Economic Recession  How to Target your Audience Right? Use Segmentation  $7,000-A-Month Blogger Loses It All With One Post 
评论列表
添加评论