Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Scout » The type cannot be resolved. It is indirectly referenced from required .class files(Kepler Version)
The type cannot be resolved. It is indirectly referenced from required .class files [message #1436830] Fri, 03 October 2014 13:15 Go to next message
marco giudici is currently offline marco giudiciFriend
Messages: 204
Registered: February 2013
Location: Italy
Senior Member
Hi all,
the following block of code (the second row reported):

      SVGGraphics2D g = new SVGGraphics2D(doc);
      TimeLineChart.draw(g, new Rectangle2D.Double(0, 0, 640, 480), null);


give me this error message:

Quote:
The type org.apache.batik.ext.awt.g2d.AbstractGraphics2D cannot be resolved. It is indirectly referenced from required .class files


The auto-suggestion to fix this problem is "Configure Build part..." and if I click eclipse open the following form:
index.php/fa/19376/0/

But now I don't know how to proceed to solve the problem.
Any help and explanation is welcome.

Thanks in advance for that
Re: The type cannot be resolved. It is indirectly referenced from required .class files [message #1436833 is a reply to message #1436830] Fri, 03 October 2014 13:21 Go to previous message
marco giudici is currently offline marco giudiciFriend
Messages: 204
Registered: February 2013
Location: Italy
Senior Member
Ok, I find one solution that fix this problem.
I add this package in the list of "Imported Packages"

index.php/fa/19377/0/

I don't know if it's the optimal solution, but at least it solved
Previous Topic:Deploy Scout Client into Eclipse RCP Application
Next Topic:Using different view-sets (perspectives)
Goto Forum:
  


Current Time: Sat Apr 27 02:49:21 GMT 2024

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

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

Back to the top