Eclipse中執行出現selection does not contain a main type錯誤
我是寫了main方法的,出現這個問題,是因為.java檔案沒有放在專案的src路徑內,所以程式碼未被eclipse編譯,位元組碼不存在無法執行了。
解決方法:
在專案名上右鍵 -> Builder Path -> Configure Build Path -> 選擇Source皮膚, 再點選Add Folder, 把原始碼所在的包路徑的上層目錄加進去。
相關文章
- editor does not contain a main type Maven專案AIMaven
- 執行Bex 出現 61704 錯誤
- `QtValidLicenseForCoreModule' does not name a type 錯誤的解決QTREM
- QT中error: xxx does not name a type xxx錯誤QTError
- 編譯錯誤 --- does not name a type和field `XX' has incomplete type編譯
- eclipse中:The type java.lang.object cannot be resolved錯誤(jdk配置錯誤)EclipseJavaObjectJDK
- 執行jdonMVC示例出現了錯誤MVC
- ndk編譯錯誤:error: 'override' does not name a type編譯ErrorIDE
- 編譯錯誤--------:XX does not name a type和field `XX' has incomplete type編譯
- AS執行main()方法報錯:SourceSet with name ‘main‘ not foundAI
- JDBC執行出現ORA-17410錯誤JDBC
- 執行eclipse.exe時,出現錯誤An error has occurred.See the logfile問題EclipseError
- Eclipse 給 Java 應用建立 Run configuration 時找不到 main type 的錯誤訊息EclipseJavaAI
- Eclipse下執行java檔案出錯EclipseJava
- mysql執行函式出現1418錯誤MySql函式
- 卡巴斯機 任務執行時出現錯誤
- Qt 報錯 “類名”does not name a typeQT
- centos7 執行firewall-cmd --state出現錯誤CentOS
- 執行AWR報告出現ORA-6502錯誤
- eclipse :報錯 ‘XXXX‘ does not name a type的解決辦法Eclipse
- 如何處理Eclipse錯誤訊息 The declared package does not match the expected packageEclipsePackage
- eclipse run on server時出現了錯誤資訊.求急!!EclipseServer
- jdon框架在jboss中執行有時時出現出現錯誤,是什麼原因,如何處理框架
- 執行ocrconfig replace ocrmirror出現PROT-22錯誤
- 執行ocrconfig replace ocr出現PROT-16錯誤
- 執行csscan出現loading shared libraries錯誤CSS
- ubuntu7下軟體執行出現segment fault錯誤Ubuntu
- eclipse 打war包後執行時報 cas.client 錯誤Eclipseclient
- Eclipse出現“錯誤:找不到或無法載入主類”Eclipse
- 檢視執行計劃出現ORA-22992錯誤
- 執行錯誤集
- 執行指令碼寫入中間表錯誤返回錯誤資訊指令碼
- ‘map’ does not name a type
- vector does not name a type
- error :does not name a typeError
- 兩個C++編譯錯誤及解決辦法--does not name a type和field `XX' has incomplete typeC++編譯
- idea執行java專案main方法報build failure錯誤的解決方法IdeaJavaAIUI
- windows下使用Eclipse執行MapReduce程式出錯: Failed to set...WindowsEclipseAI