sputnikdev / bluetooth-manager

Java Bluetooth Manager. A library/framework for managing bluetooth adapters, bluetooth devices, GATT services and characteristics
Apache License 2.0
95 stars 22 forks source link

import org.sputnikdev.bluetooth.URL; cannot be resolved #13

Open DanielMartensson opened 5 years ago

DanielMartensson commented 5 years ago

Hello!

When I use

import org.sputnikdev.bluetooth.URL;

I get an error that URL does not exists. Is this a bug?

Windows 10, OpenJDK 11.0.2 i'm using. Eclipse. No Maven. Only jars.

mingynaut commented 5 years ago

I have the same issue. Cannot find class org.sputnikdev.bluetooth.URL. I see where it is used in the main source and test code but cannot find where the class was initially defined, even in prior versions of this source?

mpetzold commented 4 years ago

You need to add bluetooth-utils jar. Check the dependencies in Maven Central or use Jar Download in order to get with dependencies.