Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Need help setup Eclipse to build EclipseLink

I have tried to setup the thing myself using: http://wiki.eclipse.org/EclipseLink/Building

 

So I end-up for first step to do project import than choose “trunk” for root directory. Eclipse then found all the project to import.

 

However, some project like org.eclipse.persistence.oracle has missing “exports package”.

 

How do I specify to Eclipse where to found those exports package?

 

Errors from Problem tab:

 

Description        Resource          Path     Location            Type

No available bundle exports package 'oracle.jdbc.internal'  MANIFEST.MF  org.eclipse.persistence.oracle/META-INF line 28            Plug-in Problem

No available bundle exports package 'oracle.jdbc.pool'       MANIFEST.MF  org.eclipse.persistence.oracle/META-INF line 29            Plug-in Problem

No available bundle exports package 'oracle.jdbc'  MANIFEST.MF  org.eclipse.persistence.oracle/META-INF line 27   Plug-in Problem


Back to the top