31 Aug 2010
I've recently done a proof of concept using RabbitMQ, Spring AMQP and Spring Integration. This...
21 Jul 2010
In over ten years of experience building software, there are patterns and nuances that you...
13 Jul 2010
I set out to find an elegant solution to providing growl notifications for a JRuby...
05 May 2010
I've started playing around with Heroku lately and ran into an issue when I created...
30 Apr 2010
I've been meaning to investigate something that came to mind a while back and just...

Location of IntelliJ IDEA Files on Mac OS X

Published: 31 Aug 2009

IntelliJ IDEA is my IDE of choice and sometimes it’s helpful to view certain files associated with IDEA. The location of these files are not completely obvious when running on Mac OS X so here’s a breakdown for version 8.1.x:

Info.plist where JVM settings and the JDK used by IDEA is defined:

/Applications/IntelliJ IDEA 8.1.2.app/Contents/MacOS/Info.plist

Compiler caches, jar indexes, logs, etc.:

~/Library/Caches/IntelliJIDEA8x

Note this location changed sometime in late 2008 from

~/Library/Caches/IntelliJIDEA80

Plugins directory (where user installed plugin jar files reside):

/Applications/IntelliJ IDEA 8.1.2.app/plugins

blog comments powered by Disqus