Problem with com.sun.opengl.util
in
Core Library Questions
•
1 year ago
Hello, I'm having trouble with a sketch I downloaded.
I'm getting an error "the package 'com.sun.opengl.util' does not exist. you may be missing a library"
I found this thread
that suggests it is bundled in with processing. In the thread, it is suggested that adding
import processing.opengl.*;
at the start of the sketch should solve the problem, andf i assume since that's the end of the thread that it worked for that person. It hasn't worked for me, however. What am I missing here?
Thank you in advance.
2