James Navin

Results 13 comments of James Navin

The following run configuration will now (reliably) launch the application under Mac OSX: Runtime JRE: Oracle Java JDK 1.7.0_25 Program arguments: ``` -os ${target.os} -ws ${target.ws} -arch ${target.arch} -nl ${target.nl}...

After further testing, was able to get the application to run under the following configuration: OS: Mac OS X 10.8.4 JVM: Java 1.6.0_51-b11-457 Program args: ``` -os ${target.os} -ws ${target.ws}...

Deadlock is still occurring, even with the classloader lock strategy set correctly (although less frequently). Deadlock occurs when layers are loaded from persisted configuration.