[Netbeans Module] In which module is the class MarkProviderCreator?

Hong-Phuc Bui <[email protected]> Tue, 2 Jun 2026 02:34:32 +0200
Newsgroups gmane.comp.java.ide.netbeans.user
Message-ID <[email protected]>
Hi there,

I'm writing a plugin for Netbeans IDE using maven as dependency management.
After I added the artifact

```
<dependency>
        <groupId>org.netbeans.api</groupId>
        <artifactId>org-netbeans-modules-csl-api</artifactId>
        <version>${nbm.version}</version>
</dependency>
```

(nbm.version is 300)

I got the compiler error `java.lang.ClassNotFoundException: org.netbeans.modules.editor.errorstripe.privatespi.MarkProviderCreator`

Which artifact should I add to my dependencies to get this class?

Best wishes
Felix F.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists