Bug 542103 - /org.eclipse.wst.jsdt.chromium.wipbackend bundles can not resolve javax.xml.bind under Java 9 / Java 11
Summary: /org.eclipse.wst.jsdt.chromium.wipbackend bundles can not resolve javax.xml.b...
Status: NEW
Alias: None
Product: JSDT
Classification: WebTools
Component: General (show other bugs)
Version: unspecified   Edit
Hardware: PC Mac OS X
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Victor Rubezhny CLA
URL:
Whiteboard: Victor?
Keywords:
Depends on:
Blocks:
 
Reported: 2018-12-04 12:41 EST by Nitin Dahyabhai CLA
Modified: 2019-01-22 14:42 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nitin Dahyabhai CLA 2018-12-04 12:41:48 EST
"The import javax.xml.bind cannot be resolved" errors show up in the Problems view if compiled against Java 11. The December release is expected to function correctly under Java 11.

/org.eclipse.wst.jsdt.chromium.wipbackend.protocol_1_0/src/org/eclipse/wst/jsdt/chromium/internal/websocket/Hybi17Handshake.java:19
/org.eclipse.wst.jsdt.chromium.wipbackend.dev/src/org/eclipse/wst/jsdt/chromium/internal/websocket/Hybi17Handshake.java:19
Comment 1 Nitin Dahyabhai CLA 2019-01-15 16:48:10 EST
Can we use java.util.Base64.Encoder as an alternative to javax.xml.bind.DatatypeConverter?