Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » openxmlformats schemas problem with indirect refrerence(Please help me fix this problem; the project will not build since upgrade to 2019-06.)
openxmlformats schemas problem with indirect refrerence [message #1818232] Tue, 10 December 2019 15:36 Go to next message
Michael Gosselin is currently offline Michael GosselinFriend
Messages: 8
Registered: September 2019
Junior Member
Good day,

I can't build a project I have inherited from someone else. I get the following message:
The type org.openxmlformats.schemas.presentationml.x2006.main.CTPlaceholder cannot be resolved. It is indirectly referenced from required .class files


I'm completely flummoxed, in that I can't get this to build in any version of Eclipse.

All help is appreciated.
Re: openxmlformats schemas problem with indirect refrerence [message #1818233 is a reply to message #1818232] Tue, 10 December 2019 16:29 Go to previous messageGo to next message
Stephan Herrmann is currently offline Stephan HerrmannFriend
Messages: 1853
Registered: July 2009
Senior Member
Have you figured out, which artifact provides that class?
Re: openxmlformats schemas problem with indirect refrerence [message #1818241 is a reply to message #1818233] Tue, 10 December 2019 20:22 Go to previous messageGo to next message
Michael Gosselin is currently offline Michael GosselinFriend
Messages: 8
Registered: September 2019
Junior Member
It appears to be apache.poi.xslf.usermodel.XSLFPlaceholderDetails.java if it's not org.openxmlformats.schemas.presentationnl.x2006.main.CTPlaceholder.
Re: openxmlformats schemas problem with indirect refrerence [message #1818243 is a reply to message #1818241] Tue, 10 December 2019 21:00 Go to previous messageGo to next message
Stephan Herrmann is currently offline Stephan HerrmannFriend
Messages: 1853
Registered: July 2009
Senior Member
If that is not your own class, you'll need to ensure that Eclipse can find the jar file containing it.
Even if you don't directly depend on it, there's a class which you reference, that uses the missing class in one of its signatures.
Re: openxmlformats schemas problem with indirect refrerence [message #1818247 is a reply to message #1818243] Tue, 10 December 2019 21:11 Go to previous message
Michael Gosselin is currently offline Michael GosselinFriend
Messages: 8
Registered: September 2019
Junior Member
I found it. I linked it, and put it in the build path.

Then I got this:

The project was not built since its build path is incomplete. Cannot find the class file for org.etsi.uri.x01903.v13.SignaturePolicyIdType. Fix the build path then try building this project


Hmph.

Etsi??
Previous Topic:JDK12 - "com.sun.tools" not accessible
Next Topic:Java 13 compile but not run?
Goto Forum:
  


Current Time: Sat Apr 20 15:02:54 GMT 2024

Powered by FUDForum. Page generated in 0.02935 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top