> > On 24 Jun 2002, Sayamindu Dasgupta wrote: > > > > > hia, > > > i installed a java editor and tried to run it with the command > > > java axaar.jar > > > however, i got the error > > > > > > Exception in thread "main" java.lang.NoClassDefFoundError: Axar1/6/8/jar > > > > > > what's the problem here?? > > > -TIA- > > > -sdg-
please try the following command java -jar axaar.jar (this works fine if jar file is executable ) else you can try setting classpath by the following command export CLASSPATH=<Path to jar file >/<jar file>:<other jar files> ------------------------------------------------------- Sponsored by: ThinkGeek at http://www.ThinkGeek.com/ _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
