嗨,我基本上有我的代碼之一的問題。java導入時灰色當分號
當我添加分號的進口代碼; ,它變成灰色,當我刪除它變成綠色,但我知道它不會執行,因爲它要求分號但仍然無法編譯。
import org.timesheet.Web.helpers.EntityGenerator
如何解決這個問題,我是新手到Java一樣,所以就需要一步一步的指導,如何解決它
我還留着當我編譯收到此錯誤信息它。
Information:Using javac 1.7.0_67 to compile java sources Information:java: Errors occurred while compiling module 'org.timesheet' Information:06/02/2015 12:50 - Compilation completed with 2 errors and 0 warnings in 1 sec C:\Users\nazia.kausar\Documents\ACP\acp_repos\TimeSheet\src\main\java\org\timesheet\Web\helpers\WelcomeController.java Error:(8, 33) java: cannot find symbol symbol: class EntityGenerator location: package org.timesheet.Web.helpers Error:(18, 13) java: cannot find symbol symbol: class EntityGenerator location: class org.timesheet.Web.helpers.WelcomeController C:\Users\nazia.kausar\Documents\ACP\acp_repos\TimeSheet\src\main\java\org\timesheet\impl\HibernateDao.java Information:java: Some input files use unchecked or unsafe operations. Information:java: Recompile with -Xlint:unchecked for details.
這可能是一個IDE錯誤。嘗試重新啓動它 – Fabinout 2015-02-06 13:09:58
收聽編譯器。它知道它如何喜歡它的代碼。 – Luminous 2015-02-06 13:13:01
哪個IDE? IIRC IntelliJ IDEA標記如果未在課堂上使用,則標記爲淺灰色。 – 2015-02-06 13:24:09