Hi,
I now use your scratch from 12/12 and try to getting started with Xin - 1st Edition.
If I use "extends Renderloop" (example @ page 10) I get this exception:
Exception in thread "main" java.lang.NoClassDefFoundError: net/jtank/input/KeyboardListener
at main.Main.main(Main.java:13)
Do I forget some files to include in my lib and native path?
P.S.: The first few examples (without the extends Renderloop) works fine.
Please check, if you correctly included hial.jar. I guess itis missing. The missing class comes from this JAR.
Marvin