Eclipse Kepler SR2: Configured Runtime Not Enough To Implement JAXB 2.2

I am running Eclipse Kepler SR2. In Fac Facets, I have Java installed up to version 1.8 (Java 8 patches installed). When I try to add JAXB Facet in 2.1 or 2.2 and then click on "More Customization ..." I have this:

Platform: Generic JAXB 2.1 (or 2.2)

JAXB implementation type: JRE

I am getting the error:

The runtime configured is not sufficient to support an implementation for JAXB 2.1 (or 2.2).

Any idea why I am getting this error?

+3


source to share


1 answer


Possible duplicate Eclipse Mars: configured runtime is not enough to implement JAXB2.

Try the following steps.



     1) Select File->New ->Project
     2) Choose JAXB Project from JAXB and click Next
     3) Give Project Name and click Next
     4) On the next window, just Click Next
     5) On the next window (titled JAXB Facets), Choose "User Library" for JAXB implementation. 
        Click "Download Library.." picture and choose EclipseLink 2.5.2 
        (or the higher version shown in the window) and click Next
        This will install the library (make sure your are connected to internet.)

      

+1


source







All Articles