i'm trying to use the directory dumper in /h/ but this error comes up:
Exception in thread "main" java.lang.NoClassDefFoundError: XChanDump
Name:
Anonymous2007-08-21 6:52 ID:klJbFZuL
Null pointer exception
Name:
Anonymous2007-08-21 7:01 ID:54EaO/Iq
what does that mean?
Name:
Anonymous2007-08-21 7:05 ID:y9wLysJG
If you have to ask, do so in an epic fashion.
Name:
Anonymous2007-08-21 7:14 ID:54EaO/Iq
what am i doing wrong?
Name:
Anonymous2007-08-21 7:23 ID:y9wLysJG
Go look up what a pointer is. Then go look up what a NULL value is. Then go look up what an exception is. All will be clear.
Name:
Anonymous2007-08-21 7:33 ID:54EaO/Iq
still confused...
Name:
Anonymous2007-08-21 7:35 ID:y9wLysJG
What >>2 means by a 'null pointer exception' is that it's trying to use a pointer that hasn't been assigned to a place in memory. In other words, it's a null pointer - it's not pointing to anything. This could be caused by any number of things.
Name:
Anonymous2007-08-21 7:46 ID:54EaO/Iq
so what do i do to fix it?
Name:
Anonymous2007-08-21 8:28 ID:TisLv+ME
>>9
Killing yourself appears to be the only answer.
Name:
Anonymous2007-08-21 8:35 ID:TisLv+ME
>>1
Ok, I know nothing about java, but that don't look like a null pointer exception. Correct your paths and make sure all java files are of the correct version.