Hi Don, On Fri, 23 Jan 2026 at 16:14, Don Brutzman <[email protected]> wrote: > I installed netbeans-29-rc1-bin zip and ran under latest Windows with no > problems. Am testing the last build of X3D-Edit plugin > <https://plugins.netbeans.apache.org/catalogue/?id=90> but ran into the > following error. The plugin fails to load. > > - Some plugins require plugin org.apache.commons.httpclient to be > installed. > - The plugin org.apache.commons.httpclient is requested in version 3.1.0
Yes, this is not going to work in NB29 as it's been removed from the IDE. You need to rewrite your plugin to use something else, possibly just the JDK client. Or ship the plugin with it, although that's probably not the best solution. Best wishes, Neil --------------------------------------------------------------------- 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
