'How to prevent Oracle SQL Developer from writing to AppData\Roaming?
Is there any way to prevent Oracle SQL Developer (ver 4.1.5.21) from writing into AppData\Roaming?
Solution 1:[1]
I have a blog post that explains this here :
http://krisrice.io/2012-05-12-sql-developer-shared-setup-from-any/
The crux is to edit sqldeveloper/bin/sqldeveloper.conf
AddVMOption -Duser.home=/Users/klrice/Dropbox/sqldev
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Kris Rice |