We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hello world/Processing/Unfolding Map
I am new to Processing and Unfolding Map. I am trying to run just the simplest example (SimpleMapApp) of the Unfolding Map library and it gives me this error:
Unfolding Map v0.9.6
java.lang.RuntimeException: java.lang.NoSuchFieldError: quality
at processing.opengl.PSurfaceJOGL$2.run(PSurfaceJOGL.java:449)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NoSuchFieldError: quality
at de.fhpotsdam.unfolding.mapdisplay.OpenGLMapDisplay.<init>(Unknown Source)
at de.fhpotsdam.unfolding.mapdisplay.MapDisplayFactory.getMapDisplay(Unknown Source)
at de.fhpotsdam.unfolding.UnfoldingMap.<init>(Unknown Source)
at de.fhpotsdam.unfolding.UnfoldingMap.<init>(Unknown Source)
at SimpleMapApp.setup(SimpleMapApp.java:34)
at processing.core.PApplet.handleDraw(PApplet.java:2377)
at processing.opengl.PSurfaceJOGL$DrawListener.display(PSurfaceJOGL.java:859)
at jogamp.opengl.GLDrawableHelper.displayImpl(GLDrawableHelper.java:692)
at jogamp.opengl.GLDrawableHelper.display(GLDrawableHelper.java:674)
at jogamp.opengl.GLAutoDrawableBase$2.run(GLAutoDrawableBase.java:443)
at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:1293)
at jogamp.opengl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:1147)
at com.jogamp.newt.opengl.GLWindow.display(GLWindow.java:759)
at com.jogamp.opengl.util.AWTAnimatorImpl.display(AWTAnimatorImpl.java:81)
at com.jogamp.opengl.util.AnimatorBase.display(AnimatorBase.java:452)
at com.jogamp.opengl.util.FPSAnimator$MainTask.run(FPSAnimator.java:178)
at java.util.TimerThread.mainLoop(Timer.java:555)
at java.util.TimerThread.run(Timer.java:505)
I have tried to find an answer in this forum and on Google but unfortunately I could not find any. Would be grateful for any hint.
Thanks!
Leila
Answers
http://stackoverflow.com/questions/35442336/creating-unfoldingmap-instance-with-java-lang-nosuchfielderror-quality-error/35442636#35442636
@koogs Thank you! I found this post yesterday..tried it out, but it seems I didn't understand it well or I was not focused enough :) It works now.