Make IntelliJ IDEA 15 portable

2.8k Views Asked by At

There are a lot of Tutorials on how to make IntelliJ IDEA 14 portable, but 14 is outdated now

The Version 15 does somehow ignore the idea.properties file in /bin/, and setting %USERPROFILE% to %cd%..\portable does also not work

So how to I make this installation portable?

1

There are 1 best solutions below

0
On

Got it!

Adding

-Duser.home=../../../portable/

To the idea(64).exe.vmoptions makes it use the folder portable next to the bin folder