Opened 12 years ago
Last modified 12 years ago
#9053 closed defect
pdfimport: java.io.IOException: Error: could not find resource 'pdfimport/pdfbox/PageDrawer.properties' on classpath. — at Initial Version
Reported by: | anonymous | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Plugin pdfimport | Version: | |
Keywords: | Cc: |
Description
Hi,
the pdfimport plugin appears to be broken for some people. There is an error report on Github: https://github.com/openstreetmap/josm-plugins/issues/1
The plugin starts, I can select a PDF but right after that I get
java.io.IOException: Error: could not find resource 'pdfimport/pdfbox/PageDrawer.properties' on classpath.
at org.apache.pdfbox.util.ResourceLoader.loadProperties(ResourceLoader.java:112)
at pdfimport.pdfbox.PageDrawer.(PageDrawer.java:66)
at pdfimport.pdfbox.PdfBoxParser.parse(PdfBoxParser.java:50)
at pdfimport.LoadPdfDialog.loadPDF(LoadPdfDialog.java:861)
at pdfimport.LoadPdfDialog.access$1300(LoadPdfDialog.java:65)
at pdfimport.LoadPdfDialog$11.run(LoadPdfDialog.java:563)
at pdfimport.LoadPdfDialog$19.run(LoadPdfDialog.java:789)
at java.lang.Thread.run(Thread.java:722)
It is probably a trivial bug, would be awesome if somebody could look into that. pdfimport is a extremely valuable tool.
Thanks in advance,
Sebastian