-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Include java in all product releases #1376
Comments
* Include an embedded JRE in the product * Update version numbers to 4.4.1
* Include an embedded JRE in the product * Update version numbers to 4.4.1 * Fixed all features to be root features * Updated the eclipse license to v2.0 * Fixed the malformed representation of the license * Added more memory to IDE * Increased startup memory
This would be a great thing as I have been struggling in getting jre's into the product and I am only confident enough to do it for windows. |
* Include an embedded JRE in the product * Update version numbers to 4.4.1 * Fixed all features to be root features * Updated the eclipse license to v2.0 * Fixed the malformed representation of the license * Added more memory to IDE * Increased startup memory * Update splash - Added version, removed Beryllium
I assume that you are adding the jre library to the build in a post step, correct? |
yes I tried the new code here; Did a maven build and unzipped "sloeber-ide-sloeber_release-win32.win32.x86_64" |
Are you on the correct branch? |
I'm on master (all the time ;-) ) |
Yeah, that is the wrong branch. |
I'm proving my incompetence again 🥇 |
Woot !!! 🎆 |
I tested this on windows. |
Please merge if you are happy with it. |
I'm happy :-) |
When people are using 4.3.3 product, the jre is not updated when "Check for updates" is performed. The product is updated and restarted, but it still runs the old JRE which is version 8.
After closing and starting Sloeber, a message is shown that the jre is outdated. The jre directory must be renamed (e.g. to jrexxx) or deleted. Then Sloeber will pickup the installed jre.
This is not a pleasant experience and is even more problematic when people are not into "installing java" and just want to update Sloeber and run.
One solution is to include the justj java environment. This is an embedded jvm and Eclipse also ships with it.
The text was updated successfully, but these errors were encountered: