1. 程式人生 > >eclipse問題 import java.io cannot be resolved

eclipse問題 import java.io cannot be resolved

背景,匯入一個別人的工程,然後發現好多的包都不存在。
如java.io

問題原因,我的java裝的是1.7的版本。
但是eclipse引用的是1.8的標準庫。導致了這些基本的包都報錯。

解決方法:
右鍵工程- Build Path - Add Libraries - JRE System Library - Next - 選擇jdk1.7 (因為我安裝的jdk就是1.7的)

問題的本質就是 ,eclipse找的jdk 和 我安裝的jdk版本不一致。

相關推薦

eclipse問題 import java.io cannot be resolved

背景,匯入一個別人的工程,然後發現好多的包都不存在。 如java.io 問題原因,我的java裝的是1.7的版本。 但是eclipse引用的是1.8的標準庫。導致了這些基本的包都報錯。 解決方法: 右鍵工程- Build Path - Add Lib

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

匯入一個新專案後常會出現  The import java.io cannot be resolved  String cannot be resolved to a type  其原因在於沒有匯入需要的包。 解決辦法: 1、選中專案點選右鍵找到Properties-&g

Eclipse匯入專案丟擲類似The import java.util cannot be resolved

場景: 使用Eclipse匯入一箇舊專案,丟擲The import java.util cannot be resolved這種異常。 原因: Build path設定問題。 方案: 1.右鍵專案 2.點選build path 3.configuration bu

Eclipse The import java.math cannot be resolved 錯誤

現象 :eclipse 提示如下錯誤。 The import java.math cannot be resolved The import java.sql cannot be resolved The import java.util cannot be resolv

The import java.util cannot be resolved The import javax.servlet cannot be resolved

解決方案 aries not ava move con dpa servlet 問題 The import java.util cannot be resolved The import javax.servlet cannot be resolved The import

Eclipsejava程式碼出錯:The import org.apache cannot be resolved

【問題】 Eclipse中,折騰java程式碼。 把之前在android中的程式碼拿過來使用。 結果出現The import org.apache cannot be resolved的錯誤: 【解決過程】 1.這裡: 和 都說到了,讓去: pr

Eclipsejava代碼出錯:The import org.apache cannot be resolved

aries lex android中 全部 找到 識別 https image figure Eclipse中,折騰java代碼。 把之前在android中的代碼拿過來使用。 結果出現The import org.apache cannot be resolved的錯誤:

Java出現The import javax.servlet cannot be resolved 的解決方法

cannot 打開 des 列表 bubuko mat mage conf 分享 出現The import javax.servlet cannot be resolved 的解決方法   網上提供的方法是,在Eclipse中,右擊項目,選擇Build Path->c

The import javax.persistence cannot be resolved

原文地址::https://stackoverflow.com/questions/15598210/the-import-javax-persistence-cannot-be-resolved   相關文章 1、The import javax.persistence ca

The import javax.servlet cannot be resolved解決辦法

The import javax.servlet cannot be resolved 主要原因是因為沒有匯入servlet包 在eclipse中,右擊專案,選擇Java Build Path>Libraries>Add External JARS,找到你計算機中的tomcat的

The import javax.websocket cannot be resolved的解決問題

在eclipse中匯入專案的時候出現了這個問題,廢了我半天勁,才搞明白,不好意思,本人剛接觸eclipse,不太熟,大神勿噴。我把問題記錄下來,方便大家以後遇到這問題好處理。提供參考。 出現的問題截圖: 因為我用的是tomcat7.0.62版本,tomcat7和tomcat8有區別的,

出現The import javax.servlet cannot be resolved 的解決方法

在Eclipse 中編寫servlet時出現:The import javax.servlet cannot be resolved 錯誤,如下圖 解決方法就是:在Eclipse中,右擊專案,選擇Build Path->configure build path->Libraries

Java class cannot be resolved

很多時候會出現比較奇怪的現象,那是Eclipse的編譯問題。 如:自己寫的類,在別的檔案中被引用報錯,maven打包時提示: cannot be resolved 如果程式碼無緣無故報錯,那就是Ecl

eclipse中報錯:cannot be resolved to a type的問題如何解決?

安卓初學,找到的教程都是用eclipse+ADT所以沒有用Android Studio來做。在用eclipse編輯MainActivity.java的時候總是出現 XX cannot be resolved to a type的情況。谷歌了各種方法還是沒有解決。(用Andr

呼叫EntityManager出現The import javax.persistence cannot be resolved

1.編寫程式碼時無法匯入import javax.persistence.EntityManager,剛開始還以為是自己的jdk1.7所以沒有,百度後在StackOverFLow瞭解到需要jar包或者JPA API.像是JPA interfaces (Hiber

解決:the import java.util cannot be resolve

------解決方案--------------------------------------------------------解決方案:右鍵專案-------buildpath--------最下面那個configura。。。的選擇libraries找到JRE(這個時

ssh項目導入報the import javax.servlet cannot be resolved

span exceptio 百度 pan util 解決方法 pat pro 不起作用 在做javaWeb項目時,我們經常會出現丟失包的情況,如下圖所示的錯誤,我們應該怎麽解決呢? 根據網上教程向工程中加入tomcat的servlet-api.jar和jsp-api

錯誤:The import java.util.Objects cannot be resolved

原因:JDK1.7.0才有Objects類 解決辦法:在MyEclipse中右擊專案,選中Build Path---->Configure Build Path——>Libraries——>點選右邊Add Librayr——>JRE System L

解決The type java.io.ObjectInputStream cannot be resolved.....

報錯內容:The type java.io.ObjectInputStream cannot be resolved. It is indirectly referenced from required .class files 位置:package前 原因:jdk版本不一

Eclipse錯誤記錄--The import XXX cannot be resolved

錯誤:The import XXX cannot be resolved弄了好久,import類的都沒問題,但就是報錯。選擇project --> clean後,OK。(本次clean 後ok)如果還不行,刪掉全部import,然後按alt+/提示,逐個匯入。