Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IntelliJ configuration directory

Tags:

Is there a way to configure the directory where all the configuration files are stored by IntelliJ IDEA (version 8.0.1)?

By default, these files are stored in %home%\.IntelliJIdea80... (or .IdeaIC12 etc.), but I want to define another location...

like image 350
Romain Linsolas Avatar asked Dec 23 '08 09:12

Romain Linsolas


1 Answers

You can change this in you %idea installation directory%\bin\idea.properties. Edit this in-place or copy the whole file to your %home% directory to keep the setting across different versions of idea.

like image 55
krosenvold Avatar answered Sep 20 '22 17:09

krosenvold