Bug 563429 - Unable to launch latest Eclipse M3(I20200520-1800) with Java 15 - ea+23
Summary: Unable to launch latest Eclipse M3(I20200520-1800) with Java 15 - ea+23
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.16   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 4.16 RC1   Edit
Assignee: Mickael Istria CLA
QA Contact: Niraj Modi CLA
URL:
Whiteboard:
Keywords: regression
: 563474 (view as bug list)
Depends on: 562426
Blocks:
  Show dependency tree
 
Reported: 2020-05-21 10:07 EDT by Niraj Modi CLA
Modified: 2020-05-26 03:54 EDT (History)
4 users (show)

See Also:
tjwatson: pmc_approved+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Niraj Modi CLA 2020-05-21 10:07:25 EDT
Win10: Unable to launch latest Eclipse M3(I20200520-1800) with Java 15 - ea+23
- Problem is with 'ea' mentioned in the java version
- So also fails with Java 14 - ea for me.

Sharing the exception details:
Caused by: java.lang.NumberFormatException: For input string: "15-ea"
	at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:68)
	at java.base/java.lang.Integer.parseInt(Integer.java:652)
	at java.base/java.lang.Integer.parseInt(Integer.java:770)
	at org.eclipse.urischeme.AutoRegisterSchemeHandlersJob.<clinit>(AutoRegisterSchemeHandlersJob.java:41)
	... 28 more

For more details, please see the complete Eclipse .log attachment in attachment 282975 [details]
Comment 1 Niraj Modi CLA 2020-05-21 10:08:49 EDT
Possible regression from Bug 562426 - Automatically register all new unbound link handlers, which recently added the AutoRegisterSchemeHandlersJob.java class.
Comment 2 Niraj Modi CLA 2020-05-21 10:14:22 EDT
Hi Mickael,
Can you please take a look for RC1, Thanks!

Until M2 there used to be warning w.r.t. to parsing of 'ea' JDK 15 see bug 562652.
Comment 3 Thomas Watson CLA 2020-05-22 08:51:54 EDT
*** Bug 563474 has been marked as a duplicate of this bug. ***
Comment 4 Eclipse Genie CLA 2020-05-22 15:51:07 EDT
New Gerrit change created: https://git.eclipse.org/r/163444
Comment 6 Niraj Modi CLA 2020-05-26 03:54:06 EDT
Verified with Build id: I20200525-1800 on Win10.