Page 1 of 1

Servoy 2020.3 on Opensuse -> ExternalTools

PostPosted: Thu Apr 02, 2020 2:20 pm
by v.weimer
Hi Together,

I am facing currently the following issue. Maybe I am not alone and it is not one related to my environment.

Environment:
OpensSuse Leap 15 (updated)
openjdk 11.0.6 2020-01-14
OpenJDK Runtime Environment (build 11.0.6+10-suse-lp151.3.12.1-x8664)
OpenJDK 64-Bit Server VM (build 11.0.6+10-suse-lp151.3.12.1-x8664, mixed mode)
New Installation of Server 2020.03

Issue:
Executing External Tools in Eclipse (servoy) gives always permission error 13. Even a simple /bin/bash start.

Does anyone have a suggestion?

Thanks a lot

Viktor

Re: Servoy 2020.3 on Opensuse -> ExternalTools

PostPosted: Fri Apr 03, 2020 6:08 pm
by jcompagner
can you check if you go to this file:

developer/plugins/com.servoy.eclipse.jre.linux.x86_64_13.0.1/jre/lib/jspawnhelper

and make sure that has the X bit set?

Re: Servoy 2020.3 on Opensuse -> ExternalTools

PostPosted: Sat Apr 04, 2020 8:40 pm
by ptalbot
Yes, setting developer/plugins/com.servoy.eclipse.jre.linux.x86_64_13.0.1/jre/lib/jspawnhelper executable also fixes the issue in CentOS with launching the browser of your choice.
The bit is apparently not set by default.

Re: Servoy 2020.3 on Opensuse -> ExternalTools

PostPosted: Tue Apr 07, 2020 11:15 am
by v.weimer
Thanks a lot.

It Works.

:-)