我得到這個錯誤,說我的軟件包名稱不能反映我的文件的位置。我需要做些什麼來解決這個問題?我google了一下,改了我的文件名,添加了classpaths。請提供詳細的說明。我遇到了麻煩。AS3軟件包和文件夾位置
代碼:
package CMA10{
//Classes and stuff in here
}
錯誤:(包含目錄信息)
/Users/Moshe/Dropbox/Development/AIR/Projects/CMA10/campCD.as, Line 1 5001: The name of package 'CMA10' does not reflect the location of this file. Please change the package definition's name inside this file, or move the file. /Users/Moshe/Dropbox/Development/AIR/Projects/CMA10/campCD.as
顯示一些代碼plz? – zzzzBov 2010-11-09 05:47:32
文檔類的名稱是什麼?你的IDE,你的開發環境是什麼? campCD.as是您的文檔類嗎? CMA10文件夾之外是否有任何課程?我們需要更多信息! – PatrickS 2010-11-09 06:37:03
我假設你的.fla是在名爲「CMA10」的文件夾中,該campCD.as是你的文檔類,並且.fla和你的campCD.as文檔類都在同一個文件夾中。如果是這樣,你只需編寫package {... // code ...}而不是package CMA10 {... // code ...} – TheDarkIn1978 2010-11-09 06:37:38