On Sat, 23 Apr 2022 at 04:21, Brad Walker <[email protected]> wrote: > I have built Netbeans from source form. Then I copy the nbbuild/netbeans > directory to an install location.
Use `ant build` and the resulting zip file if you want to do that. The contents of nbbuild/netbeans are not the same as the binaries distributed. > java.lang.IllegalStateException: Missing hosting module > org.netbeans.libs.javacimpl for fragment org.netbeans.modules.nbjavac.impl Sounds like you imported plugins from an older version and picked up the old nb-javac? Don't do this. Or you have an old dev userdir and cache around? Delete both and try launching again. 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
