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]
# 1
That means that there's something wrong with the java program. Your JRE install is probably fine.Is this a program that you wrote, or just something you accessed on the net?
paulcwa at 2007-7-15 16:43:56 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...
# 2
it was something i downloaded from the net as im not anywhere good enough yet to write java programs!
binky291a at 2007-7-15 16:43:56 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...
# 3
If applicable, send the author a bug report.
paulcwa at 2007-7-15 16:43:56 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...
# 4

it was the new java on this site! lol. so what can i possiby do? i have ripped everything out formatted re-installed and downloaded the program again but still the same error. maybe i deleted something i shouldnt have regarding java runtime>? because in add or remove it used to have two parts now it has one. could this be the problem? were can i go to retrieve this missing piece (if this is the case)

binky291a at 2007-7-15 16:43:56 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...
# 5
I've never heard of a Java runtime problem causing NullPointerExceptions.Why do you think that it's not just a bug in the Java program?
paulcwa at 2007-7-15 16:43:56 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...
# 6
i really cant figure out where the problem is, and at the moment all i wish to do is fix it.
binky291a at 2007-7-15 16:43:56 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...
# 7

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?

paulcwa at 2007-7-15 16:43:56 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...