Run/debug behaves differently in Netbeans them in command line Building in Netbeans is fine, but when I run or debug in Netbeans it fails while it works from command line (java -jar ./target/electric-9.08-a-SNAPSHOT-jar-with-dependencies.jar)
Netbeans version found: java.util.LinkedList[] com/sun/electric/tool/simulation/acl2/modsext/GenFsmNew.java:[78,9] unchecked call to GenFsmJob(java.lang.Class<H>,java.io.File,java.lang.String) as a member of the raw type com.sun.electric.tool.simulation.acl2.modsext.GenFsmNew.GenFsmJob com/sun/electric/tool/simulation/acl2/modsext/GenFsmNew.java:[1006,57] unchecked cast required: com.sun.electric.tool.simulation.acl2.svex.SvexQuote<com.sun.electric.tool.simulation.acl2.modsext.PathExt> found: com.sun.electric.tool.simulation.acl2.svex.Svex<N> /home/user/PROJECTS/electric.svn/trunk/electric/electric-java/com/sun/electric/tool/simulation/acl2/modsext/GenFsmNew.java: Some input files additionally use unchecked or unsafe operations. *--- exec:1.2:exec (default-cli) @ electric ---Jan 14, 2026 11:53:48 PM com.sun.electric.tool.user.UserInterfaceMain$2 dispatchEventSEVERE: dispatchEventjava.lang.NullPointerException: Cannot invoke "java.lang.ClassLoader.loadClass(String)" *because "com.sun.electric.Electric.pluginClassLoader" is null at com.sun.electric.Electric.classFromPlugins(Electric.java:267) at com.sun.electric.tool.user.Resources.getClass(Resources.java:84) at com.sun.electric.tool.user.Resources.getJythonClass(Resources.java:76) at com.sun.electric.tool.lang.EvalJython.hasJython(EvalJython.java:57) at com.sun.electric.tool.user.menus.ToolMenu.makeMenu(ToolMenu.java:188) at com.sun.electric.tool.user.menus.MenuCommands.menuBar(MenuCommands.java:81) at com.sun.electric.tool.user.ui.ToolBar.updateToolBarButtons(ToolBar.java:1410) at com.sun.electric.tool.user.ui.ToolBar.updateUndoRedoButtons(ToolBar.java:1259) at com.sun.electric.tool.user.UserInterfaceMain.firePropertyChange(UserInterfaceMain.java:1030) at com.sun.electric.tool.user.UserInterfaceMain.access$1100(UserInterfaceMain.java:114) at com.sun.electric.tool.user.UserInterfaceMain$PropertyChangeRun.run(UserInterfaceMain.java:1058) at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:318) at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:723) at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:702) at com.sun.electric.tool.user.UserInterfaceMain$2.dispatchEvent(UserInterfaceMain.java:163) at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203) at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124) at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113) at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109) at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90) -- You received this message because you are subscribed to the Google Groups "Electric VLSI Editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/electricvlsi/CACoSTq%2B2wShUfrWksw5e9hkTWiK7vA3JNNzT8rqC_c4vKvtpuA%40mail.gmail.com.
