0

我正在尝试将https://github.com/TooTallNate/Java-WebSocket添加到我的项目中。我通过 File->Project Structure->Import Module 添加了项目,然后添加了项目。

该项目确实添加成功,至少看起来是这样。

但是当我继续尝试添加时:

import org.Java_websocket;

它似乎找不到包,所以也许我没有以正确的方式添加它。我将如何以正确的方式添加它?

4

2 回答 2

0

Here is a great tutorial i found, while i had the same problem with importing my LibGDX projects

http://imgur.com/a/IBFIV

this tutorial will go threw on how you add your dependencies with pictures to follow along with it helped me a lot, hope it does the same for you

Cheers

于 2013-07-15T00:05:12.837 回答
0

使用 Java-WebSocket 的模块需要将其选为依赖项。转到模块设置,然后是依赖项,然后将 Java-WebSocket 添加为依赖项。

于 2013-07-14T23:24:31.813 回答