Re: [jnc-users] Null PointerExceptionatjava.net.URLClassLoader.getPermissions
Status: Beta
Brought to you by:
soapy
From: Keith B. <kei...@fl...> - 2009-11-26 20:53:48
|
Bingo! Marco, you are a diamond, so far so good..... I haven't yet performed extensive testing so I'm sure there will be some further issues but it is executing successfully now. Incidentally I think part of the solution was that I had it caching the compiled jars, I switched that off and removed the old object files so everything was recompiled. I was also confused about the custom GCJ option and had been searching for a -switch. When, of course you specify it just like a .o file with no switch! For the record (as I know how frustrating it can be to find a thread and it not end in a solution) here are the settings that are now working (so far). All jars are the same as before, all checked so they are fully compiled. Use CNI is now not checked. Omit packing is now checked. Custom GCJ Flags: c:\temp\templib\* and -findirect-dispatch Don't cache compiled jars is now checked I'm having problems getting the XML to validate against the schema (or rather for the parser to find the .xsd) but there are no exceptions getting thrown and it's executing. Appreciate your time Marco! Keith |