简体   繁体   中英

Importing Apache Wink using Eclipse

I have followed the instructions here to install Wink.

org.apache.wink.example

When you get to the "Import Maven Projects" screen, it says you should see the following :

在此处输入图片说明

I just see this :

在此处输入图片说明

Any idea why this might be the case?

You need add following information while adding the dependency. For Wink 1.4 maven dependency can be found from here . You can add like shown in image:

<dependency>
    <groupId>org.apache.wink.example</groupId>
    <artifactId>apps</artifactId>
    <version>1.4</version>
</dependency>

在此处输入图片说明

Please install subclipse first using eclipse market place.

在此处输入图片说明

and then search by providing dependency as shown below.

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM