quarkusio / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
13.63k stars 2.64k forks source link

eclipse launch ide fails on osx #23013

Open maxandersen opened 2 years ago

maxandersen commented 2 years ago

Describe the bug

if eclipse is not running, but quarkus.ide.target=eclipse then on open we do: eclipse --launcher.openFile pathtofile:20

This only works on linux and windows.

On OSX the best we can do is open -a /Applications/Eclipse.app pathtofile which will open the file. Known broken issue for eclipse https://bugs.eclipse.org/bugs/show_bug.cgi?id=564340 and https://bugs.eclipse.org/bugs/show_bug.cgi?id=574996

Expected behavior

No response

Actual behavior

No response

How to Reproduce?

No response

Output of uname -a or ver

No response

Output of java -version

No response

GraalVM version (if different from Java)

No response

Quarkus version or git rev

No response

Build tool (ie. output of mvnw --version or gradlew --version)

No response

Additional information

No response

geoand commented 1 week ago

Is this still an issue?