1. 程式人生 > >[Error!]the type java.lang.object cannot be resolved. it is indirectly reference

[Error!]the type java.lang.object cannot be resolved. it is indirectly reference

MyEclipse 匯入專案時出現如下錯誤,檢查過,包的匯入都正常

Error!]the type java.lang.object cannot be resolved. it is indirectly referenced from required .class files



找了半天,才發現,原來是jdk的問題,原來是沒有匯入jdk的包。

也有可能是這個原因:電腦上有多個jdk的版本,這樣MyEclipse匯入的時候就會出現問題,一般情況下,使用MyEclipse自己帶的Jdk版本,我裝的是jdk 1.6.013 ,即使重新匯入這個也不管用,後面只好用Myeclipse自己帶的1.6.0013的版本就好了。



操作步驟:project->properties->Java Bulid Path  將原有的jdk刪除 

   然後Java Build Path -----> Libraries---->Add Libraries----->JRE System Library   選擇MyEclipse自帶的jdk或是選擇自己適合的包即可。

相關推薦

[Error!]the type java.lang.object cannot be resolved. it is indirectly reference

MyEclipse 匯入專案時出現如下錯誤,檢查過,包的匯入都正常Error!]the type java.lang.object cannot be resolved. it is indirectly referenced from required .class files找了半天,才發現,原來是jdk

The type java.lang.CharSequence cannot be resolved. It is indirectly referenced from required .class files

it is miss ati refers () imp -s tar pre 問題描述 Exception in thread "main" java.lang.Error: Unresolved compilation problems: The t

java 錯誤:The type java.util.Comparator cannot be resolved. It is indirectly referenced from required

The type java.util.Comparator cannot be resolved. It is indirectly referenced from required .class files 1、錯誤描述: 源專案編譯環境為jdk1.7 後來換成了jd

在寫反射的時候myeclipse報錯The type javax.servlet.ServletContext cannot be resolved. It is indirectly referen

public class MyReflect {public String className = null;public Class personClass= null;@Beforepublic void init() throws ClassNotFoundExcep

The type org.springframework...DaoSupport cannot be resolved. It is indirectly..

在整合[hibernate]和[spring]的時候出現以下異常:The hierarchy of the type xxx is inconsistentThe type org.springframework.dao.support.DaoSupport cannot be resolved. It i

The type javax.servlet.http.HttpServletRequest cannot be resolved. It is indirectly reference 問題之解決

問題原因: 專案中缺少jar包:servlet-api.jar 解決辦法: 方法1:把 servlet-api.jar 新增到專案中(該jar包在Tomcat目錄的lib資料夾下) 方法2:專案中新增

解決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版本不一

2類型轉換異常:Exception in thread "main" java.lang.ClassCastException:java.lang.Object cannot be cast to java.lang.Integer

cnblogs color pan rgs main string [] 類型 style public class TestException { public static void main(String[] args) { Object obj

Android 報錯 Value br of type java.lang.String cannot be converted to JSONObject

博主是使用Android + php + apache + tomcat 做資料處理時出現的這個問題; 報錯內容:Value <br of type java.lang.String cannot be converted to JSONObject (因為CSDN文章標題不能有非法字

出現java.lang.CharSequence cannot be resolved異常

我修改了專案的jdk包,改為jdk6,無效,可能是我的jdk6並沒有安到本地上。 我把專案的pom.xml中的jdk版本改為1.8,專案的jdk包改為1.8版本的,還修改了idea中setting裡對於專案的設定,繼續報錯:target\generated-source

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

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

java lang ClassCastException Ljava lang Object cannot be

分享一下我老師大神的人工智慧教程!零基礎,通俗易懂!http://blog.csdn.net/jiangjunshow 也歡迎大家轉載本篇文章。分享知識,造福人民,實現我們中華民族偉大復興!        

java lang ClassCastException Ljava lang Object cannot be

                     本例錯誤是Hibernate產生Session session= sessionFatory.getCurrentSession();SQLQuery sqlquery= session.createSQLQuery("select * from FRM_FIELD"

ArrayMap java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Object[]

錯誤堆疊: java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Object[] at android.support.v4.util.SimpleArra

Hibernate中用hql查詢部分欄位 可解決異常java.lang.ClassCastException: [Ljava.lang.Object; cannot be cast to

hql查詢單表部分欄位: 在hibernate中,用hql語句查詢實體類,採用list方法的返回結果為一個List,該List中封裝的物件分為以下三種情況: 1.查詢全部欄位的情況下,如"from 實體類",list中封裝的物件為實體類本身,各屬性都將得到填充。 2.只查詢一個欄位,預設情況下,list中封

“無效數字” ;java.lang.Integer cannot be cast to java.lang.String

現在 類型 bsp 字段 ann 不難 esc ger ring 今天頁面上突然查詢不出數據,大致的sql語句是 select xx ,xxx from table a where a.lrmb in ( 6101060033, 6101

java.lang.ClassCastException: java.lang.Integer cannot be cast to java.lang.String

protocol lang base arr ava ebs reat rac context 1、錯誤描寫敘述java.lang.ClassCastException: java.lang.Integer cannot be cast to java.lang.Str

java.lang.Integer cannot be cast to java.lang.String

.com ger 調用 str 覆蓋 方法 pan 解決辦法 ava 錯誤原因是類型轉換! 說Integer 類型不能轉成String類型。 解決辦法:   將錯誤中的(String)強制轉換類型修改為 object.toString()   

java.lang.ClassCastException: java.lang.Long cannot be cast to java.lang.Integer

在開發中,遇到這麼一個錯誤: 報錯的意思: Long 無法轉化成Integer型別. 網上的解釋是:     這裡在Hibernate2.0之前版本list.get(0)返回的是Integer型別.但是在Hibernate3.0以後版本list.ge

Cause: java.lang.ClassCastException: java.lang.String cannot be cast to org.apache.ibatis.mapping.MappedStatement

 我用的是pagehelper 4.2.0,利用其進行表單的分頁處理並進行展示,在第一次執行的時候能夠看到分頁後的結果,重新整理一下第二次就顯示不出來,控制檯出現:  Cause: java.lang.ClassCastException: java.lang.String cannot