Tobias Warneke created NETBEANS-1439:
----------------------------------------
Summary: unable to use OutlineView from palette via choose bean,
due to missing javax.activation in JDK >=9
Key: NETBEANS-1439
URL: https://issues.apache.org/jira/browse/NETBEANS-1439
Project: NetBeans
Issue Type: Bug
Components: java - Platform
Affects Versions: 9.0
Reporter: Tobias Warneke
I want to design a form for a Netbeans platform application. Here I want to use
a
*org.openide.explorer.view.OutlineView*
Running Netbeans 9 (Dev IDE) with Java 10 / 9 I am not able to choose this view
using Choose Bean. It results in a missing class exception from
*javax.activation*
I am aware that this was removed. So how do I get the replacement jar into
netbeans:
{{{{<dependency> }}}}
{{{{}}{{<groupId>com.sun.activation</groupId>
<artifactId>javax.activation</artifactId> }}}}
{{{{}}{{<version>1.2.0</version> }}}}
{{{{}}{{</dependency>}}}}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
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