Hello everyone,
Is it possible to use ProxySettings from org.netbeans.core or do you recommend
using NbPreferences.root().node("org/netbeans/core")?
I am trying to use ProxySettings and, unfortunately, I am getting
"java.lang.ClassNotFoundException: org.netbeans.core.ProxySettings" after
launching my NetBeans plugin if I call any method of ProxySettings.
Relevant bits of my pom.xml:
<moduleDependencies>
<dependency>
<id>org.netbeans.modules:org-netbeans-core</id>
<type>impl</type>
<explicitValue>org.netbeans.core/2 > 3.65</explicitValue>
</dependency>
</moduleDependencies>
[...]
<dependency>
<groupId>org.netbeans.modules</groupId>
<artifactId>org-netbeans-core</artifactId>
<version>RELEASE130</version>
</dependency>
<dependency>
<groupId>org.netbeans.modules</groupId>
<artifactId>org-netbeans-bootstrap</artifactId>
<version>RELEASE130</version>
<scope>runtime</scope>
</dependency>
Thanks,
--
Javier Llorente
signature.asc
Description: This is a digitally signed message part.
