How to Fix “Unsafe cannot be resolved to a type” in
- 时间:2020-10-12 15:56:23
- 分类:网络文摘
- 阅读:166 次
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) —
推荐阅读:Bash Function to Check if a Kubernetes Pod Name is Valid VBScript Function to Convert an Integer to Binary String Represe Find Maximum Connected Colors (Values) in a 2D Grid using DFS or Algorithms to Shift a 2D Grid/Matrix In-Place How Martha Stewart Became One Of The Best Bloggers On The Web Social Media and Dating Apps: How They’re Changing Love Did You Know There Are Some Great Scientific Reasons to Use Emot 5 Simple Tips for Creating More Irresistible Product Pages You Should Know These Facts About Instagram Why Bloggers Need to Understand Google Rankbrain
- 评论列表
-
- 添加评论