Replied to this before but didn't hit reply to all... thought I'd forward back to the list for compleateness...
---------- Forwarded message ---------- From: Mark Derricutt <[email protected]> Date: Nov 25, 2005 10:16 PM Subject: Re: [XXE] NullPointerException when started on Linux To: Jonas Jacobsson <jonas.jacobsson at gmail.com> Jonas, I see a key line here: [Loaded (pre-compiled) gnu.gcj.runtime.FileDeleter from <no code source>] You'll find for some reason your machine is running the gcj java environment instead of JDK 1.50_05 which you think you're running... You'll find a /usr/bin/java is getting in the way. Either update your /etc/profile or ~/.bashrc (or whereever you've added JDK5 to the path) to put that JDK -infront- of /usr/bin. If you've installed java via one of the funky debian metapackages you'll probably be running with the alternatives system, running: update-alternatives --config java as root and set JDK5 as the system jdk. On 11/25/05, Jonas Jacobsson <jonas.jacobsson at gmail.com> wrote: > > Standard XMLEditor worked just fine when suddenly it didn't start. > > jonas at raven:/usr/local/xxe-std-30$ xxe > Exception in thread "main" java.lang.NullPointerException > at com.xmlmind.xmledit.util.FileUtil.fileToURL(java.io.File) (Unknown > Source) > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.xmlmind.com/pipermail/xmleditor-support/attachments/20051125/2144ad96/attachment.htm

