1. 程式人生 > >The import java.io cannot be resolved 問題解決

The import java.io cannot be resolved 問題解決

匯入一個新專案後常會出現 
The import java.io cannot be resolved 
String cannot be resolved to a type 
其原因在於沒有匯入需要的包。

解決辦法:

1、選中專案點選右鍵找到Properties->java build path->Libraries->Add External Jars->選中本專案所需要的jar包。

2、選中專案點選右鍵找到Properties->java build path->Libraries 看看有沒有 JRE System Library,如果沒有,點選Add Library,然後選中 JRE System Library->Next->Finish即可。
--------------------- 
作者:ginngyou 
來源:CSDN 
原文:https://blog.csdn.net/ginngyou/article/details/52776028?utm_source=copy 
版權宣告:本文為博主原創文章,轉載請附上博文連結!