devonfw / ide

Tool to automate setup and update of development environment (esp. for Java projects).
Apache License 2.0
33 stars 102 forks source link

Cannot launch eclipse on Mac #1382

Open hohwille opened 3 months ago

hohwille commented 3 months ago

Expected behavior

As a mac user, I want to launch eclipse using devon so that I can do my work as a developer.

Actual behavior

Eclipse does not get executed correctly: For every plugin and for the final launch of eclipse, I always get this error popup.

Screenshot 2024-03-18 at 10 01 55

devonfw-ide does not even realize that there is some error:

ideasy devon eclipse
Success: run command mkdir
Starting installation of eclipse in version 2024-03 to /Users/hohwille/projects/ideasy/software/eclipse
Trying to download eclipse-2024-03-mac.tar.gz from https://ftp.snt.utwente.nl/pub/software/eclipse/technology/epp/downloads/release/2024-03/R/eclipse-java-2024-03-R-macosx-cocoa-x86_64.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  320M  100  320M    0     0  5139k      0  0:01:03  0:01:03 --:--:-- 6518k
Download of eclipse-2024-03-mac.tar.gz from https://ftp.snt.utwente.nl/pub/software/eclipse/technology/epp/downloads/release/2024-03/R/eclipse-java-2024-03-R-macosx-cocoa-x86_64.tar.gz succeeded.
Checksum 52c361a4dc5f1174f824715aa96a9a34f35f88740d8d44da06f7e74bd842dee3 is correct
Success: run command tar
Successfully extracted archive eclipse-2024-03-mac.tar.gz to /Users/hohwille/projects/ideasy/updates/extracted/eclipse
Success: run command mv
Successfully installed eclipse
Creating symlink as workaround for eclipse on MacOS
Success: run command rm
Success: run command mv
Success: run command ln
Success: run command cp
The software eclipse has been added. You need to rerun 'devon' command without arguments or restart your terminal to update your PATH so the newly installed software will be found.
name=Eclipse Platform
id=org.eclipse.platform
version=4.31.0
Success: verify installation of eclipse (cat)
Installing Eclipse plugin 'anyedit' from URL https://raw.githubusercontent.com/iloveeclipse/plugins/latest/...
Installing Eclipse plugin 'checkstyle' from URL https://checkstyle.org/eclipse-cs-update-site...
Installing Eclipse plugin 'cobigen' from URL https://devonfw.com/cobigen/updatesite/stable/...
Installing Eclipse plugin 'startexplorer' from URL https://basti1302.github.io/startexplorer/update/...
Success: Configure workspace (java)
Your workspace main has been updated
launching Eclipse in workspace main at /Users/hohwille/projects/ideasy/workspaces/main

Steps to reproduce (bug) / Use Case of feature request (enhancement)

  1. devon eclipse

Related/Dependent Issues

1381

Comments/Hints:

Affected version:

jan-vcapgemini commented 1 month ago

I've tested it with the latest version of eclipse: 2024-03 and with an older version: 2023-12. The older version works fine on mac while the latest fails like you've shown.