metaborg / spoofax-pie

Spoofax implementation using PIE pipelines
Apache License 2.0
12 stars 9 forks source link

Starting Eclipse with embedded JVM on Linux fails #37

Closed Gohla closed 2 years ago

Gohla commented 3 years ago

Summary

Starting Eclipse with embedded JVM on Linux fails with a long and confusing error. This is due to the java executable not having executable permission, probably due to that bit not being copied when unarchiving the JVM when creating the installer, or that bit not being copied into the new archive.

What you did

Start Eclipse with embedded JVM on Linux.

What you expected to happen

Eclipse to start.

What actually happened

A long and confusing error popup appears.

Context

kponichtera commented 3 years ago

Can confirm that the issue persists in Spoofax 0.11.7 Eclipse distribution.

Gohla commented 2 years ago

Hopefully fixed by https://github.com/metaborg/coronium/commit/1a0527fb6052901c1f5cdaf89758afc19ad375de, but testing on Linux will be needed to confirm this.