forked from vaske/stack
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
tnine edited this page Apr 2, 2013
·
3 revisions
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