ToxiclibsSupport import in eclipse not working
in
Integration and Hardware
•
1 years ago
So I can't seem to get:
import toxi.processing.*;
to import. I get "cannot be resolved" when trying to import this library in
eclipse.
Having a sketch in eclipse, does this not work? I know running an example (Specifically the PolygonClipping example) in the processing IDE, the sketch and import work fine.
That should mean that the only jar file needed is toxiclibscore.jar if it works in the processing IDE.
I have that
toxiclibscore.jar added to my build path in eclipse, all other imports work, just can't seem to get this import to work.
Is this a known issue in eclipse? or am i missing another jar?
I need to use ToxiclibsSupport, and without this import I cant seem to get that work.
1