Mystery NoSuchFieldException Solved
I've been unable to compile anything on Aurora due to this OS X bug:
http://www.intellij.net/tracker/idea/viewSCR?publicId=13198
I eventually tracked it to alternate Xerces/Xalan classes living in the sytem JVM's endorsed directories. To fix it, add these lines to the "properties" section of your Info.plist file:
java.endorsed.dirs
]]>
I'm sure there's all of two people out there dying for this info ;)
Please sign in to leave a comment.
Do you mean IDEA's Info.plist?
--
Best regards,
Eugene Zhuravlev
JetBrains, Inc, http://www.intellij.com
"Develop with pleasure!"
"Ryan Scharer" <rscharer@wesleyan.edu> wrote in message news:8378734.1063925196796.JavaMail.itn@is.intellij.net...
>
lines to the "properties" section of your Info.plist file:
>
>
>
Yes, the one sitting in idea.app/Contents.
Done.