Skip to content
tnine edited this page Apr 2, 2013 · 3 revisions

Usergrid

FAQ

How can I build the project with JDK 1.7 on OS X?

There is an issue with the maven jsp compilation plugin with JDK 1.7 and OS X. This can be resolved by creating the following symlink.

sudo mkdir -p /Library/Java/JavaVirtualMachines/[JDK dir name]/Contents/Home/Classes

sudo ln -s  /Library/Java/JavaVirtualMachines/[JDK dir name]/Contents/Home/lib/tools.jar /Library/Java/JavaVirtualMachines/[JDK dir name]/Contents/Home/Classes/classes.jar

Clone this wiki locally