我是使用ZK Framework進行Web應用程序開發的新手。我想導入ZK項目到Eclipse中使用此步驟:將現有的ZK項目導入到Eclipse中
1. From the main menu, select command File > Import.... The Import wizard opens.
2. Select General > Existing Project into Workspace and click Next.
3. Choose either Select root directory or Select archive file and click the associated Browse... to locate the directory or file containing the projects.
4. Under Projects, select the project or projects which I would like to import.
5. Click Finish to start the import.
是的,它的工作原理,但我的ZK項目有很多的錯誤行,因爲它不承認ZK的API。
我認爲這是因爲我的ZK項目被認定爲Java項目,而不是ZK項目。所以這個項目在其類路徑中不包含ZK庫。
我也曾經嘗試以下步驟導入我的ZK項目:
1. File -> Import,
2. Expand ZK folder -> Click Import ZK Archive
3. Click "Directory Import" button to find my ZK Project directory
4. Finish
但它不工作。錯誤消息:您嘗試導入的檔案不可接受