PDA

View Full Version : Classpath bug


Peter Dedecker
12-03-2007, 05:34 PM
Hi,

On Ubuntu 7.04 I got following error while trying to run Alice:

$ Alice/Required/run-alice
Exception in thread "main" java.lang.NoClassDefFoundError: edu/cmu/cs/stage3/alice/authoringtool/JAlice

To fix this, I added ./ in the classpath directive of the run-alice file, which did the job.