Package not found IntelliJ IDEA Skype4java

338 Views Asked by At

I've been so frustrated, I can't even begin writing my plugin because I'm having such problems getting a simple testcase to compile.

I followed the guide on IDEAs website to add the library, which seemed to be successful because IntelliSense detects the packages/classes, but then I come to compile.. and package not found

Here's a screenshot: any advice is greatly appreciated thanks.

Screenshot

As you can see, it appears to be picking up the lib in the IDE (detecting package/classes/methods etc.)

1

There are 1 best solutions below

1
On

It seems you told IntelliJ that the library was the zip file containing all the distribution (sources, documentation, etc.). Extract the zip file, and make it point to the jar file that this zip probably contains.