You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have installed Eclipse IDE at Ubuntu Software, it did installed succesfully, but when I run the application, nothing happends (I have checked out the System Monitor, no eclipse nor java process were stared). Although, when i run the command eclipse at terminal, it does launch the application as expected.
I was able to find the .desktop file at var/lib/snapd/desktop/applications/eclipse_eclipse.desktop. So I copied it to ~/.local/share/applications and started modifying it, and tried everything to make the application launches, but nothing worked out. I can only launch it trowth the terminal.
The text was updated successfully, but these errors were encountered:
I got it working by installing apt package default-jre, but that should not be necessary. So I guess there is a bug in the config somewhere also I am using ZSH.
Try reproducing the problem by uninstalling apt java packages. (In my case I used sdkman so in theory, I do not need them.)
I'm using a Ubuntu 20.04.
I have installed Eclipse IDE at Ubuntu Software, it did installed succesfully, but when I run the application, nothing happends (I have checked out the System Monitor, no eclipse nor java process were stared). Although, when i run the command
eclipse
at terminal, it does launch the application as expected.I was able to find the .desktop file at
var/lib/snapd/desktop/applications/eclipse_eclipse.desktop
. So I copied it to~/.local/share/applications
and started modifying it, and tried everything to make the application launches, but nothing worked out. I can only launch it trowth the terminal.The text was updated successfully, but these errors were encountered: