Skip to content

Instantly share code, notes, and snippets.

@Stevoisiak
Last active March 5, 2017 16:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Stevoisiak/7bfb62db1495c90e48f55ee4ac6dbf0d to your computer and use it in GitHub Desktop.
Save Stevoisiak/7bfb62db1495c90e48f55ee4ac6dbf0d to your computer and use it in GitHub Desktop.
(Stack Overflow) Setting a relative path for user defined dictionary in Eclipse
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