Sorry to drop simple questions again.
I downloaded all nehe java courses from
http://www.tecgraf.puc-rio.br/~ismael/Cursos/Cidade_CG/labs/OpenGL/NeHe%20Java%20ports%20at%20The%20Pumpkin%20Farm.htm
and I’m currently downgrade JOGL from 2.X to 1.1.1a
Nehe is able to be compiled.
However, when porting into Eclipse, it looks that whenever I would like to import what’s in demos.common,
I have some “red crosses” over the files.
For instance,
demos.nehe.lesson06
Renderer.java
has a red cross at line 9, which indicates
“import demos.common.TextureReader;” is buggy.
So, can you please give me a hand on how to avoid all such kinds of red crosses when compiling nehe in Eclipse?
Best Regards
JIA