问题
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:
Got it!
Adding
-Duser.home=../../../portable/
To the idea(64).exe.vmoptions makes it use the folder portable next to the bin folder
来源:https://stackoverflow.com/questions/35536638/make-intellij-idea-15-portable