Is there a tutorial on Embedding processing code in JAVA in Eclipse?

I can’t thank you guys enough.

I’ve ran into what seems a final hurdle

java.lang.RuntimeException: The P3D renderer is not in the class path.
at processing.core.PApplet.makeGraphics(PApplet.java:2311)
at processing.core.PApplet.createPrimaryGraphics(PApplet.java:2345)
at processing.core.PApplet.initSurface(PApplet.java:10983)
at processing.core.PApplet.runSketch(PApplet.java:10922)
at processing.core.PApplet.main(PApplet.java:10620)
at Two_Maps_Texture.main(Two_Maps_Texture.java:355)

I’ve imported all the jar files like the resources tell me to but still I get the error.