HelloXith3D error

Hello,

I’ve compiled the HelloXith3D example, but when I try to run it I get the error “Exception in thread “main” java.lang.NoClassDefFoundError: org/xith3d/gsg/HelloX
ith3D”. :’(
Do I need to add something to my classpath or path to get the program to run, and if so what ?

What did you download and how did you run it?

HelloXith3D is in the package org.xith3d.gsg, so you have to pay attention. Here’s the readme file:

xith3d.jar must be in your classpath of course.

Thank you, it worked :slight_smile: