Code
T:\>java -jar \\remotefile02\desktops$\ismavatar\Desktop\lateralgm.jar Java Version: 10600 (1.6.0_06) Exception in thread "main" java.lang.ExceptionInInitializerError Caused by: java.lang.IllegalArgumentException: URI has an authority component at java.io.File.<init>(Unknown Source) at org.lateralgm.main.LGM.<clinit>(LGM.java:346)
In this case it appears to be complaining that the workDir cannot be accessed due to insufficient permissions (although I could be wrong). This should be a recoverable error, but it prevents LGM from starting. Ideally, this should throw a warning initially, and any further actions requiring workDir access should throw recoverable exceptions.