Hey, I would like to install the Eclipse’s Enterprise Edition, on the App Center there is only the IDE simple edition.
Also, is there something wrong with the existing Eclipse edition.? Because it doesn’t save any of my projects or a workspace, it’s like I’m running a new eclipse every time that is never saving anything.
We don’t ship the Java EE edition, but it might be possible to. The build instructions for our Eclipse flatpak (which you see in the app center) are public, here’s where they live: https://github.com/endlessm/eclipse-flatpak
It might be possible to build the Java EE edition simply by adjusting which packages are downloaded in the build manifest (org.eclipse.Eclipse.json
).
The problem with the workspace might be a permissions problem. Do you happen to know where Eclipse stores the information about your workspace? Right now the app has permission to store files in ~/workspace
, ~/.m2
, and ~/.eclipse
. If it wants to write the information about your workspace elsewhere, then it is probably failing, and we should add that location to the permissions in the build manifest.
Thank you very much for your help