This post originated from an RSS feed registered with Java Buzz
by Sam Dalton.
Original Post: IntelliJ IDEA on MacOSX
Feed Title: import java.*;
Feed URL: http://www.samjdalton.com/pebble/rss.xml
Feed Description: Random, Infrequent Bloggings of a Techie
I have just installed the above on Mac OSX and I ran in to a few problems. The first of these was that when configuring my target JDK to the one in /usr/bin none of the relevant libraries were included in the classpath, as such IntelliJ would complain that it could not find stuff in the standard Java API.
I was told that you could resolve this by adding manually all of the JARs in the /Library/Java/Home/lib directory, however I have found a better way.
On closer inspection the java* commands in /usr/bin are all symbolic links