Skip to main content

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

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


Back to the top