Last active
March 5, 2017 16:06
-
-
Save Stevoisiak/7bfb62db1495c90e48f55ee4ac6dbf0d to your computer and use it in GitHub Desktop.
(Stack Overflow) Setting a relative path for user defined dictionary in Eclipse
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I have Eclipse set up to run from an external hard drive. The workspace is located in the relative directory `Data\workspace`. I want to set my user defined dictionary to use this relative path as well. However, trying to use the path `Data\workspace\UserDictionary.txt` results in the error "The dictionary file must be read/write accessable." | |
Is it possible to use a relative path for the user defined dictionary in Eclipse? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment