gentoo / eclipse-overlay

[MIRROR] Community effort at packaging Eclipse Java SDK >=4.4
https://gitweb.gentoo.org/repo/proj/eclipse.git
GNU General Public License v2.0
5 stars 5 forks source link

Running with system-icu USE flag enabled on a clean .eclipse folder (in home) Eclipse fails to start #7

Closed stefan-langenmaier closed 8 years ago

stefan-langenmaier commented 9 years ago

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.

hartwork commented 9 years ago

The options seem to be:

I'm unsure which road to go right now. What do you think?

stefan-langenmaier commented 9 years ago

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.

stefan-langenmaier commented 8 years ago

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.

stefan-langenmaier commented 8 years ago

Just tried it on a empty folder with eclipse-4.6 and I can no longer reproduce it.