I am sorry for being such a burden. I was able to update using subversion and build on our Linux machine. I was having a different issue with File->Import->Spice Decks..., but I was able to determine the problem. There was a space in the folder name, which would throw a null pointer exception although I was able to select the folder appropriately.
I appreciate your assistance! Thanks, Brett On Friday, July 12, 2013 2:08:47 PM UTC-5, Gilda wrote: > > Brett > > You have to get the source code from java.net and compile it > > Gilda > > On Jul 12, 2013, at 11:33 AM, Brett <[email protected] <javascript:>> > wrote: > > In regards to previous posts in this thread, is it possible to get the > 9.05b version where the SPICE In error is fixed? > > Thanks, > Brett > > On Friday, July 12, 2013 12:54:06 PM UTC-5, Gilda wrote: >> >> Brett >> >> Electric webstart script (electric.jnlp) is broken at java.net and the >> problem is not in Electric. It is related to recent changes at java.net. >> >> Just download the jar files >> electricBinary-9.04.jar<https://java.net/projects/electric/downloads/download/WebStartFiles/v9.04/electricBinary-9.04.jar>and >> >> electricSFS-9.04.jar<https://java.net/projects/electric/downloads/download/WebStartFiles/v9.04/electricSFS-9.04.jar>from >> >> https://java.net/projects/electric/downloads/directory/WebStartFiles/v9.04and >> run Electric manually in your computer >> >> Sorry for the inconvenience >> >> Gilda >> >> Brett wrote, on 7/12/13 9:37 AM: >> >> Gilda, >> >> I am having issues with my Java web start in Windows 7 (x64) launching >> the application ( >> http://java.net/projects/electric/downloads/download/electric.jnlp). >> >> I get a box in Java Web Start that says "Unable to launch the >> application." Clicking details yields this: >> >> Launch file tab: >> <html><body>You are being <a href= >> "http://java.net/downloads/electric/WebStartFiles/electricAnt.jnlp"<http://java.net/downloads/electric/WebStartFiles/electricAnt.jnlp> >> >redirected</a>.</body></html> >> >> Exception tab: >> JNLParseException[ Could not parse launch file. Error at line 0.] >> at com.sun.javaws.jnl.XMLFormat.throwNewException(Unknown Source) >> at com.sun.javaws.jnl.XMLFormat.parse(Unknown Source) >> at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source) >> at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source) >> at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source) >> at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source) >> at com.sun.javaws.Launcher.updateFinalLaunchDesc(Unknown Source) >> at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source) >> at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source) >> at com.sun.javaws.Launcher.launch(Unknown Source) >> at com.sun.javaws.Main.launchApp(Unknown Source) >> at com.sun.javaws.Main.continueInSecureThread(Unknown Source) >> at com.sun.javaws.Main.access$000(Unknown Source) >> at com.sun.javaws.Main$1.run(Unknown Source) >> at java.lang.Thread.run(Unknown Source) >> >> Wrapped Exception Tab: >> JNLParseException[ Could not parse launch file. Error at line 0.] >> at com.sun.javaws.jnl.XMLFormat.throwNewException(Unknown Source) >> at com.sun.javaws.jnl.XMLFormat.parse(Unknown Source) >> at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source) >> at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source) >> at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source) >> at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source) >> at com.sun.javaws.Launcher.updateFinalLaunchDesc(Unknown Source) >> at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source) >> at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source) >> at com.sun.javaws.Launcher.launch(Unknown Source) >> at com.sun.javaws.Main.launchApp(Unknown Source) >> at com.sun.javaws.Main.continueInSecureThread(Unknown Source) >> at com.sun.javaws.Main.access$000(Unknown Source) >> at com.sun.javaws.Main$1.run(Unknown Source) >> at java.lang.Thread.run(Unknown Source) >> >> On the side note, I am getting these messages in the log file after >> executing the binary/source 9.04 from the GNU page, if that makes a >> difference: >> Can't find plugin class 'j3d.ui.J3DMenu' for menu option <Assumed for >> the 3D viewer which requires more software?> >> Exception while loading plugin class 'menus.SunAsyncMenu' for menu option >> <You said to disregard this one> >> >> Is there a better way to take the 9.05b code and build it (and where in >> the java.net electric page is this located)? Any assistance would be >> greatly appreciated. >> >> Thanks, >> Brett Sparkman >> >> On Monday, July 8, 2013 3:54:03 PM UTC-5, Gilda wrote: >>> >>> Brett >>> >>> That is a bug in Electric 9.04 but it is fixed in 9.05b. If you have >>> access to the code @ java.net, you can download 9.05b from there >>> >>> Best >>> >>> Gilda >>> >>> Mohammad A Maktoom wrote, on 7/7/13 8:20 AM: >>> >>> Hello Brett, >>> I have never used this importing option, but did you test this in >>> previous version(s) of Electric? >>> >>> >>> On Tue, Jul 2, 2013 at 12:23 AM, Brett <[email protected]> wrote: >>> >>>> Whenever I go to import a Spice Deck into Electric, I get an null >>>> pointer exception after clicking the Import/Spice Decks... button. I have >>>> posted it below. I am using Electric 9.04 Binary in Windows. Does anyone >>>> have any suggestions? >>>> >>>> java.lang.NullPointerException >>>> at >>>> com.sun.electric.tool.user.dialogs.OpenFile.chooseInputFile(OpenFile.java:217) >>>> at >>>> com.sun.electric.tool.user.menus.FileMenu.importLibraryCommand(FileMenu.java:868) >>>> at com.sun.electric.tool.user.menus.FileMenu$10.run(FileMenu.java:165) >>>> at >>>> com.sun.electric.tool.user.menus.EMenuItem.actionPerformed(EMenuItem.java:375) >>>> at javax.swing.AbstractButton.fireActionPerformed(Unknown Source) >>>> at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source) >>>> at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source) >>>> at javax.swing.DefaultButtonModel.setPressed(Unknown Source) >>>> at javax.swing.AbstractButton.doClick(Unknown Source) >>>> at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source) >>>> at >>>> javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown >>>> Source) >>>> at java.awt.Component.processMouseEvent(Unknown Source) >>>> at javax.swing.JComponent.processMouseEvent(Unknown Source) >>>> at java.awt.Component.processEvent(Unknown Source) >>>> at java.awt.Container.processEvent(Unknown Source) >>>> at java.awt.Component.dispatchEventImpl(Unknown Source) >>>> at java.awt.Container.dispatchEventImpl(Unknown Source) >>>> at java.awt.Component.dispatchEvent(Unknown Source) >>>> at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) >>>> at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) >>>> at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) >>>> at java.awt.Container.dispatchEventImpl(Unknown Source) >>>> at java.awt.Window.dispatchEventImpl(Unknown Source) >>>> at java.awt.Component.dispatchEvent(Unknown Source) >>>> at java.awt.EventQueue.dispatchEventImpl(Unknown Source) >>>> at java.awt.EventQueue.access$200(Unknown Source) >>>> at java.awt.EventQueue$3.run(Unknown Source) >>>> at java.awt.EventQueue$3.run(Unknown Source) >>>> at java.security.AccessController.doPrivileged(Native Method) >>>> at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown >>>> Source) >>>> at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown >>>> Source) >>>> at java.awt.EventQueue$4.run(Unknown Source) >>>> at java.awt.EventQueue$4.run(Unknown Source) >>>> at java.security.AccessController.doPrivileged(Native Method) >>>> at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown >>>> Source) >>>> at java.awt.EventQueue.dispatchEvent(Unknown Source) >>>> at >>>> com.sun.electric.tool.user.UserInterfaceMain$2.dispatchEvent(UserInterfaceMain.java:153) >>>> at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) >>>> at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) >>>> at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) >>>> at java.awt.EventDispatchThread.pumpEvents(Unknown Source) >>>> at java.awt.EventDispatchThread.pumpEvents(Unknown Source) >>>> at java.awt.EventDispatchThread.run(Unknown Source) >>>> >>>> Thanks, >>>> Brett >>>> -- >>>> 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]. >>>> For more options, visit https://groups.google.com/groups/opt_out. >>>> >>>> >>>> >>> >>> >>> >>> -- >>> Best Regards, >>> >>> *MOHAMMAD A MAKTOOMI,* >>> *PhD candidate, ECE* >>> *IIIT-D, **INDIA.* >>> *www.maktoomi.blogspot.com >>> http://iiitdelectronics.blogspot.in/ >>> * >>> *Contact- **+91-* 97 18 140152 >>> >>> "If you want the love of people, stop running after it. The more you >>> chase it, the more it escapes you. Love doesn't come from the people, it >>> comes from Allah". >>> -- >>> 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]. >>> For more options, visit https://groups.google.com/groups/opt_out. >>> >>> >>> >>> >>> -- >> 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]. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> >> >> -- > 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] <javascript:>. > For more options, visit https://groups.google.com/groups/opt_out. > > > > -- 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]. For more options, visit https://groups.google.com/groups/opt_out.
