Cannot install additional software [message #1732426] |
Tue, 17 May 2016 08:29 |
Leo List Messages: 4 Registered: May 2016 |
Junior Member |
|
|
I'm running eclipse V 4.5.2 on 64bit Ubuntu 16.04 with Oracle 1.8 JDK and found the following issue.
After installing eclipse IDE for Java Developers via the eclipse Installer, I select Launch and everything looks fine. For example, when I select Installation Details I get the expected outcome (see attached).
I then exit out of eclipse, but when I invoke eclipse again from the command line, I get no popup window any longer when I select Installation Details, but there are no errors/warnings/etc.
I've used eclipse for a while, but have never seen this behavior; this is, however, a new install on a new box.
My questions are:
1) Why would this work from the launcher in the eclipse installer, but not from the command line
2) How can I fix this
Thanks
|
|
|
Re: Cannot install additional software [message #1732535 is a reply to message #1732426] |
Wed, 18 May 2016 05:39 |
Ed Merks Messages: 33224 Registered: July 2009 |
Senior Member |
|
|
Leo,
It's likely related to GTK 2 verses 3. In the installer we include this
option in the eclipse-inst.ini
--launcher.GTK_version
2
Perhaps that's somehow "inherited" by the child process when launched
from the installer. You could look in the Error log view to see if
you're seeing GTK-related exceptions. You could also try adding that
option (as two separate new lines in the eclipse.ini).
On 17.05.2016 16:22, Leo List wrote:
> I'm running eclipse V 4.5.2 on 64bit Ubuntu 16.04 with Oracle 1.8 JDK and found the following issue.
>
> After installing eclipse IDE for Java Developers via the eclipse Installer, I select Launch and everything looks fine. For example, when I select Installation Details I get the expected outcome (see attached).
>
> I then exit out of eclipse, but when I invoke eclipse again from the command line, I get no popup window any longer when I select Installation Details, but there are no errors/warnings/etc.
>
> I've used eclipse for a while, but have never seen this behavior; this is, however, a new install on a new box.
>
> My questions are:
>
> 1) Why would this work from the launcher in the eclipse installer, but not from the command line
>
> 2) How can I fix this
>
> Thanks
>
>
>
>
>
>
>
Ed Merks
Professional Support: https://www.macromodeling.com/
|
|
|
|
Powered by
FUDForum. Page generated in 0.25136 seconds