betfair / cougar

Cougar is a framework for making building network exposed service interfaces easy.
http://betfair.github.io/cougar
Apache License 2.0
27 stars 18 forks source link

Fixes #76. By using Maven's recommended ${java.home} property instead of... #79

Closed andredasilvapinto closed 10 years ago

andredasilvapinto commented 10 years ago

... ${env.JAVA_HOME} we make sure it is available in all environments.

andredasilvapinto commented 10 years ago

The error only occurred in the Oracle JDK build and was caused by:

java.lang.OutOfMemoryError: unable to create new native thread

eswdd commented 10 years ago

i will rebuild, theres something odd going on..

On Thursday, 10 July 2014, André Pinto notifications@github.com wrote:

The error only occurred in the Oracle JDK build and was caused by:

java.lang.OutOfMemoryError: unable to create new native thread

— Reply to this email directly or view it on GitHub https://github.com/betfair/cougar/pull/79#issuecomment-48618441.

eswdd commented 10 years ago

Thanks