[log in to unmask]" type="cite">
When you fire up the Console (typically via "java sim.display.Console"), one thing it does is try to determine all the simulation classes in your system. These classes are defined in a file called sim/display/simulation.classes and are listed by class name. Console tries to load each of these classes so it can display them in its list of available simulations.
[log in to unmask]" type="cite">Anyway, the #1 reason why Java can't find classes referenced by a simulation class is because it's referring to Java3D stuff and you don't have Java3D installed. But it's possible that there may be other reasons.