I am trying to clean my Maven and I am getting this warning when I run mvn eclipse:eclipse -Dwtpversion=2.0

[WARNING] Workspace defines a VM that does not contain a valid jre/lib/rt.jar: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home

Does any one have a clue on how to fix it?

I am on MacOS. Here is what I have configured for my eclipse:

enter image description here

link|improve this question

69% accept rate
feedback

1 Answer

up vote 2 down vote accepted

There is a patch here, but it has not been applied to any release so far. :-( As a workaround you can create a symlink as described here.

link|improve this answer
+1 exactly what I was just looking for. – andyb Nov 17 '11 at 15:36
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.