Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Import packages

Yes, import package are supported. Simple imports are expected to just
work and fancier cases with attribute matching for example will work
with additional pom.xml config.

--
Regards,
Igor

On 12-06-19 11:18 AM, Oliver Pfau wrote:
Hi,

my bundle imports some packages in the manifest.mf. Unfortunately I get lot of errors like:

[ERROR] import javafx.fxml.FXMLLoader;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^
[ERROR] Access restriction: The type FXMLLoader is not accessible due to restriction on classpath entry D:\Maven\MavenRepository\p2\osgi\bun
dle\javafx4osgi\2.2.0\javafx4osgi-2.2.0.jar

I am using tycho 0.15.0. Are package imports supported or was my bundle creation faulty?

Regards,
Oliver
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user




Back to the top