You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.IllegalArgumentException: org.freehep.graphicsbase.util.export.ExportFileType is not an ImageIO SPI class
at java.desktop/javax.imageio.spi.ServiceRegistry.checkClassAllowed(ServiceRegistry.java:722)
at java.desktop/javax.imageio.spi.ServiceRegistry.(ServiceRegistry.java:117)
at org.freehep.graphicsbase.util.export.ExportFileTypeRegistry.(ExportFileTypeRegistry.java:33)
at org.freehep.graphicsbase.util.export.ExportFileTypeRegistry.getDefaultInstance(ExportFileTypeRegistry.java:44)
at org.freehep.graphicsbase.util.export.ExportFileType.getExportFileTypes(ExportFileType.java:180)
at org.freehep.graphicsio.emf.EMFConverter.export(EMFConverter.java:30)
at org.freehep.graphicsio.emf.EMF2SVG.main(EMF2SVG.java:27)
The text was updated successfully, but these errors were encountered:
Thanks for your answer, but I would like to use the deployed artifact as
is, not to download the full freehep sources with my project.
(I'm using jkd11)
Le mar. 28 févr. 2023 à 11:28, Michael Borcherds ***@***.***>
a écrit :
When I run the main class of EMF2SVG, the import / export fails :
java -cp /home/julien/.m2/repository/org/freehep/freehep-graphicsio-emf/2.4/freehep-graphicsio-emf-2.4.jar:/home/julien/.m2/repository/org/freehep/freehep-graphicsbase/2.4/freehep-graphicsbase-2.4.jar org.freehep.graphicsio.emf.EMF2SVG image1.emf image1.svg
java.lang.IllegalArgumentException: org.freehep.graphicsbase.util.export.ExportFileType is not an ImageIO SPI class
at java.desktop/javax.imageio.spi.ServiceRegistry.checkClassAllowed(ServiceRegistry.java:722)
at java.desktop/javax.imageio.spi.ServiceRegistry.(ServiceRegistry.java:117)
at org.freehep.graphicsbase.util.export.ExportFileTypeRegistry.(ExportFileTypeRegistry.java:33)
at org.freehep.graphicsbase.util.export.ExportFileTypeRegistry.getDefaultInstance(ExportFileTypeRegistry.java:44)
at org.freehep.graphicsbase.util.export.ExportFileType.getExportFileTypes(ExportFileType.java:180)
at org.freehep.graphicsio.emf.EMFConverter.export(EMFConverter.java:30)
at org.freehep.graphicsio.emf.EMF2SVG.main(EMF2SVG.java:27)
The text was updated successfully, but these errors were encountered: