Maybe you will change [Launch] section in Launcher/EclipsePortable.ini:
from this
ProgramExecutable=StartScript\StartScript.bat
to this
ProgramExecutable=eclipse\eclipse.exe
and add two Environment Variables to [Environment] section:
JAVA_HOME=%PAL:PortableAppsDir%\CommonFiles\OpenJDK64 PATH=%JAVA_HOME%\bin;%PATH%
Instead of running StartScript.bat to copy full Java directory to eclipse directory? :)
Thank you, I have updated all previous major releases (4.6 to 4.19) to include the change.
👍
Log in to post a comment.
Maybe you will change [Launch] section in Launcher/EclipsePortable.ini:
from this
to this
and add two Environment Variables to [Environment] section:
Instead of running StartScript.bat to copy full Java directory to eclipse directory? :)
Last edit: Denis 2021-02-26
Thank you, I have updated all previous major releases (4.6 to 4.19) to include the change.
👍