-1

How to import and configure konakart shopping-cart source code in Eclipse?

4

2 回答 2

0

在 KonaKart 中有一个 ANT 任务,您可以运行它来创建 Eclipse 项目:

转到安装下的自定义目录,然后:

C:\Program Files\KonaKart\custom>bin\kkant -p
Buildfile: build.xml

Main targets:

make_eclipse_project   Create an Eclipse Project for Developing the Struts-2 Storefront

所以你会输入:

C:\Program Files\KonaKart\custom>bin\kkant make_eclipse_project
于 2013-10-15T15:51:24.210 回答
0

不仅 GWT 项目对于任何 java 项目的过程都是一样的。

在这里,您可以找到一个文档Eclipse将现有项目导入您的工作区

在Eclipse 中附加源代码是否有一种简单的方法可以在 Eclipse 中附加源代码?

要先完成任务,您必须下载*src.zip *相应项目的。

于 2013-03-22T11:13:18.610 回答