How to Fix “Unsafe cannot be resolved to a type” in
- 时间:2020-10-12 15:56:23
- 分类:网络文摘
- 阅读:198 次
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.

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
Apply and Close – then do a full clean rebuild, which will make the errors go away!
–EOF (The Ultimate Computing & Technology Blog) —
推荐阅读:7 Killer Ways to Higher Average Time on Page 6 Tips for Creating Infographics to Make Your Blog Stand Out 11 Foolproof Hacks to Drive Traffic to Your Blog in 2019 7 Things Gutenberg Block Editor Does Better Than The Classic Edi Top 6 Things to Keep in Mind While Sending Bulk Emails 7 Tweaks to Amplify Your Landing Page’s Conversion Rate Fresh Ideas to Make Money Via Your Blog 4 Tips for Earning the Best Quality Backlinks Lombok Code Template Tutorial: You Probably Don’t Need to 5 Easy-to-Use SEO Tools and Their Uses
- 评论列表
-
- 添加评论