Closed stefan-langenmaier closed 8 years ago
The options seem to be:
system-icu
flagsystem-icu
, always unbundle ICU, require Oracle Javasystem-icu
, never unbundle ICUI'm unsure which road to go right now. What do you think?
I closed #6 because the problem is not related to oracle-jdk or icedtea. I have the same behaviour on both jdks. My issue report was wrong.
Concerning the USE flag I think the current behaviour is the best. Don't unbundle ICU by default, so this way it is working for everyone right from the start. But leave the other option available. I'd want it to be unbundled as much as possible. This is also why I would like to know if others can reproduce this issue.
I tried to compare the .eclipse folder (created by once by the bundled eclipse and once by the unbundled) but because the ICU error is so early it's not fully populated.
I got curious and did an install with system-icu enabled and removed my .eclipse folder. Eclipse started without an issue. I can no longer reproduce the error.
Just tried it on a empty folder with eclipse-4.6 and I can no longer reproduce it.
When running with system-icu USE flag enabled on a clean .eclipse folder (in home) Eclipse fails to start.
It works if there is first an install with the USE flag system-icu disabled and Eclipse is started to create the .eclipse folder. Afterwards Eclipse can be reinstalled with the flag enabled and it will start. If the folder is now deleted the error from pull request #5 will show up again.