Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [epp-dev] Eclipse IDE on Windows Store?

I'm not sure bundling the JDK is the best solution. At this point I'd just settle for the advice already given by Oomph (or is it the launcher) on OS X to simply recommend JDK instead of JRE. That would at least alleviate the "It told me I needed Java, I installed it, now it says I need a newer version" problem.

Oracle already does a pretty good job of auto-updating JDK/JRE installations (even on OS X); I don't know if Eclipse should reinvent that particular wheel just for the sake of bundling.

Eric
February 11, 2016 3:40 PM
I agree with that. But I've been told in the past, and hopefully I misunderstood, that there were legal reasons why we couldn't bundle the JRE with Eclipse shipped from Eclipse Foundation servers.

At QNX, and I know a lot of of other IDE vendors, we do redistribute the JRE with our IDE products. And, yes, it is a much nicer experience. I guess the legal situation, or more specifically, the risk management situation, is different when a commercial vendor does it versus the Foundation.

But keeping up with updates is a challenge for us as it would be for Eclipse.

Doug.


_______________________________________________
epp-dev mailing list
epp-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/epp-dev
February 11, 2016 8:05 AM
Doug,
The Windows installer *is* a native launcher (according to Ed's comments in the bug); apparently what's needed are resources to either fix the Equinox launcher on OS X or build one for Oomph that works like it does on Windows.
I don't know whether the answer is to bundle the JDK or something else entirely; I just know that, to me as someone focused on community in the ecosystem, this should be a much higher priority than it appears to be (higher at least than getting into the Microsoft app store). It's a terrible first impression for newbie (to Eclipse) Mac users, especially those who aren't Java devs, who want Eclipse for some other purpose, and those don't already have a recent JDK installed.

Eric

February 9, 2016 3:13 PM
I have my doubts that redistributing the JRE/JDK is the best approach. It would be really hard to keep up with all the updates for it. I'd prefer if the JRE/JDK installers take care of that.

But really, how hard would it be for an installer to check for a JRE and prompt the user through installing it. I continue to believe that the best installer strategy is to use a native installer that can manage native things like this.

Doug.


_______________________________________________
epp-dev mailing list
epp-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/epp-dev
February 9, 2016 2:07 PM
If the effort were to be spent, I suggest proper packaging for Mac OS X should be considered as a priority. Many users on recent versions of OS X encounter confusing and contradictory  messages if they try the installer and don't already have a JDK installed. Oomph claims they can't fix it, and Equinox/Launcher hasn't yet responded to my bug report [1].
If we could find a way to package the JDK with the installer (or find another way to get it without user intervention/confusion, that would go a long way toward helping Mac users).

Eric

[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=487355



February 9, 2016 10:40 AM
On 09/02/2016 3:31 AM, Mickael Istria wrote:

I have, although it was over a year ago. It's ..... complicated. The issues are mostly around the packaging requirements and the legal terms and conditions. They are not insurmountable, but it would be a non-trivial amount of technical, legal, and administrative effort to get our packages into these channels.

In my humble opinion, if someone was volunteering to do more work in this area getting up-to-date packages into the Debian and Ubuntu apt repositories is where I would start. (I think you Red Hat folk are already keeping it current on Fedora/yum, right?)

Why do you ask?

_______________________________________________
epp-dev mailing list
epp-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/epp-dev



Back to the top