Portable SQL Developer and Extensions
For a number of reasons I need to run SQL developer from a thumb drive. I found a post that said to add the following line to sqldeveloper/bin/ide/jdk.conf to make that work.
AddVMOption -Dide.user.dir=../../.sqldeveloper
It works fine. Now I'd like to add an extension. Is there any way to specify the extension that doesn't involve specifying the drive?
Thanks