Hello Michael,
Thank you for confirming that spring data does compile with openJDK. I believe my problem is low memory on my machine. I think the two VMs deal with memory management differently. I...
Type: Posts; User: adamsaltiel; Keyword(s):
Hello Michael,
Thank you for confirming that spring data does compile with openJDK. I believe my problem is low memory on my machine. I think the two VMs deal with memory management differently. I...
Successful result Sun JDK:-
java -version
java version "1.6.0_27"
Java(TM) SE Runtime Environment (build 1.6.0_27-b07)
Java HotSpot(TM) 64-Bit Server VM (build 20.2-b06, mixed mode)
---
[INFO]...
These are my pom properties
<version>1.0.0-BUILD-SNAPSHOT</version>
<properties>
<java-version>1.6</java-version>...