big java error
i have just reinstalled java...after it being corrupted, followed all instructions to the letter and guess what i have this lovely error java.lang.nullpointerexception.please does anyone know how to fix this? i have no idea ive spent hours trawling the net, removing java installing java ,installing proxy servers ,clearing caches,and just about everything else i can think of so please help me before i take a hammer to this system
[439 byte] By [
binky291a] at [2007-10-2 0:29:29]

Well, here's the thing. If the java program in question is buggy, then there's nothing you can do to the JVM (practically speaking) to fix it. You have to debug the program.
What is this program that you downloaded? Is it an applet that you're running? Are you running a jar file? Are you compiling the program yourself?
You do understand the diff between a java program (the java source in .java files and the compiled program in .class or .jar files) and the JVM, right?