Doesn't sound advisable.

And FYI, this is Main:

https://github.com/apache/incubator-netbeans/blob/master/platform/core.startup/src/org/netbeans/core/startup/Main.java

Gj


On Tue, Oct 9, 2018 at 4:59 PM morn hyland <[email protected]> wrote:

> Hi NetBeans Gurus,
>
> I'm seeing a crash on starting up my NetBeans app with the following
> exception stack. The module bolded below differs on each run. Does this
> stack look familiar to anyone?
>
> java.lang.IllegalArgumentException: fixed or invalid:
> FixedModule:org.netbeans.modules.target.iterator
> at
> org.netbeans.core.startup.ModuleList.computeProperties(ModuleList.java:950)
> at org.netbeans.core.startup.ModuleList.moduleChanged(ModuleList.java:914)
> at org.netbeans.core.startup.ModuleList.flushInitial(ModuleList.java:834)
> at org.netbeans.core.startup.ModuleList.trigger(ModuleList.java:256)
> at org.netbeans.core.startup.ModuleSystem.restore(ModuleSystem.java:276)
> at org.netbeans.core.startup.Main.getModuleSystem(Main.java:156)
> at org.netbeans.core.startup.Main.getModuleSystem(Main.java:125)
> at org.netbeans.core.startup.Main.start(Main.java:282)
> at org.netbeans.core.startup.TopThreadGroup.run(TopThreadGroup.java:98)
> at java.lang.Thread.run(Thread.java:745)
>
>
> I'm trying something a little different to most other apps. I've wrapped
> NetBeans in a standalone Java app by calling org.netbeans.Main#main
> directly. Is there any other app out there following this model?
>
>
> Thanks in advance,
>
> Morn
>

Reply via email to