late reply but:
the maven central index does not contain class names anymore. So you
will only see results there once you have the artifact in your local .m2
repository since NetBeans indexes that one too.
so once you press build you will see results, since it downloads the
dependencies into
Some tokens required by included modules are not provided by included
modules. The application will fail starting up. The missing tokens are:
org.netbeans.spi.project.ProjectManagerImplementation ref:
[org.netbeans.modules.projectapi]
How to fix?
пн, 31 окт. 2022 г. в 17:16, name name
org.netbeans.api
org-netbeans-modules-projectuiapi
${netbeans.version}
This was helped with clean & build
пн, 31 окт. 2022 г. в 16:29, name name2 :
> [image: image.png]
>
> пн, 31 окт. 2022 г. в 16:20, name name2 :
>
>> Hello
>>
>> Can't lo
[image: image.png]
пн, 31 окт. 2022 г. в 16:20, name name2 :
> Hello
>
> Can't locate maven module name for code:
>
> import org.openide.util.lookup.ServiceProvider;
> import *org.netbeans.spi.project.ProjectFactory*;
>
> @ServiceProvider(service = *ProjectFactory.class*)
> public class BananaPro
Hello
Can't locate maven module name for code:
import org.openide.util.lookup.ServiceProvider;
import *org.netbeans.spi.project.ProjectFactory*;
@ServiceProvider(service = *ProjectFactory.class*)
public class BananaProjectFactory implements ProjectFactory {
}