Re: [cross-project-issues-dev] Who decided to override my Java installation with JustJ?

2020-12-17 Thread Christoph Läubrich
@Gunnar, @Ed thanks for the hints and workarounds, I just found that this example best reproduces the original issue described here and maybe give some pointers what might be wrong (or needs adjustments)? I think whatever causing this its almost always undesirable that justj is pulled in

Re: [cross-project-issues-dev] Who decided to override my Java installation with JustJ?

2020-12-17 Thread Ed Merks
You can point at this instead: https://download.eclipse.org/releases/2020-12/202012161000/ Or at this: http://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800 I.e., don't point at EPP if you don't EPP's IUs. If the problem is caused by fake p2 a.java.javase IUs missing package

Re: [cross-project-issues-dev] Who decided to override my Java installation with JustJ?

2020-12-17 Thread Gunnar Wagenknecht
Christoph, > On Dec 17, 2020, at 10:13, Christoph Läubrich wrote: > Even worse, if one builds for multiple targets justj is downloaded for each > target platform (e.g. linux, mac, windows) wasting a lot of bandwith, disk > space and time... I cannot offer a solution to this issue but a

Re: [cross-project-issues-dev] Who decided to override my Java installation with JustJ?

2020-12-17 Thread Christoph Läubrich
Is there any progress on this? I noticed that even when using for example [1] in a target it downloads the full java 15 jre (>100mb) what is taking ages (eclipse servers are currently serving this with 16 to 32kb/s) to resolve target definition now. Even worse, if one builds for multiple

Re: [cross-project-issues-dev] Who decided to override my Java installation with JustJ?

2020-10-22 Thread Greg Watson
Thanks Ed, that helped. Hopefully this will be fixed soon. Regards, Greg > On Oct 15, 2020, at 10:17 AM, Ed Merks wrote: > > Greg, > > I don't think anyone has figured out why a JRE is automatically installed > during update: > > https://bugs.eclipse.org/bugs/show_bug.cgi?id=567504 > >

Re: [cross-project-issues-dev] Who decided to override my Java installation with JustJ?

2020-10-15 Thread Ed Merks
Greg, I don't think anyone has figured out why a JRE is automatically installed during update:   https://bugs.eclipse.org/bugs/show_bug.cgi?id=567504 You can undo this effect just by removing the -vm argument (to end up with the default) or by changing the -vm argument to the one you want

Re: [cross-project-issues-dev] Who decided to override my Java installation with JustJ?

2020-10-15 Thread Andrey Loskutov
uot;Cross project issues" > Betreff: [cross-project-issues-dev] Who decided to override my Java > installation with JustJ? > > My Eclipse installation recently prompted me to upgrade (something new), so I > accepted the advice. Now I’ve discovered that an unknown JRE was dow

[cross-project-issues-dev] Who decided to override my Java installation with JustJ?

2020-10-15 Thread Greg Watson
My Eclipse installation recently prompted me to upgrade (something new), so I accepted the advice. Now I’ve discovered that an unknown JRE was downloaded onto my machine and is being used to run Eclipse. This is broken on so many levels, I don’t even know where to start opening bug reports.