Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-dev] Running I20040226 on Macos


Hello,

With I20040226, self hosting won't work if your workspace is specified using a relative path (ie: -data workspace) .
Here is a workaround:
- In your eclipse install edit the file Eclipse.app/Contents/Info.plist and change the parameter for -data to be a fully qualified path.

For example in the lab:
<string>-data</string><string>/Users/foo/myworkspace</string>


PaScaL

PS: the bug is listed as number 53914

Back to the top