works fine but Java doesnot acknowledge color in hex form. Similar is the case with variables like height.
Also many many functions are throwing undefined error like pushMatrix(), popMatrix() , translate(), textSize(), map().
Are there any resources that will help me overcome this problem in general? Instead of specific problems there must be something that teaches the whole process. I tried finding but to no avail.
It was very easy, just had to export it into application.
One problem still persist though, it cannot locate the associated files like images and tsv data files. Any idea?
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.