Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 528926 - [gtk] build.sh should find java on it's own if not specified.
Summary: [gtk] build.sh should find java on it's own if not specified.
Status: RESOLVED FIXED
Alias: None
Product: Equinox
Classification: Eclipse Project
Component: Launcher (show other bugs)
Version: 4.8.0 Photon   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: Photon M5   Edit
Assignee: Leo Ufimtsev CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-18 18:20 EST by Leo Ufimtsev CLA
Modified: 2018-01-03 11:43 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Leo Ufimtsev CLA 2017-12-18 18:20:48 EST
Currently build.sh in:
/rt.equinox.framework/features/org.eclipse.equinox.executable.feature/library/gtk/build.sh

Fails to build if you don't specify java.

To make development easier, it should find it on it's own if not explicitly specified otherwise.
I've add this fix to SWT's build.sh a long time ago and it has since worked quite well. I'll add the fix to equinox's build.sh also.
Comment 1 Eclipse Genie CLA 2017-12-18 18:25:58 EST
New Gerrit change created: https://git.eclipse.org/r/113683
Comment 2 Leo Ufimtsev CLA 2017-12-19 14:31:59 EST
Patch ready for merge. Awaiting Alex's review.