Okay, I'm a newbie and I'm in trouble

I started off exploring what I could do with GWT which of course recommended Java products. Well, my machine install was a bit shaky and after reg cleaners and anti-spy and such it came down to whenre it's functional but crippled. It will now let me run mozilla but IE declares it's totally SUN and won't leave the start page except to give a 404 error. I've tried to get it a new search enginge, but no luck. and IE is my staple.

So how do I fix IE and what is the proper framework for Java on my machine ?

catch me at capwalker666@yahoo.com @gmail.com @hotmail.com

PLEASE HURRY !!!

[612 byte] By [capwalker666@yahoo.coma] at [2007-10-2 22:05:16]
# 1
While we're at it remotely and for free, do you have any antique cars that you need refurbished?
warnerjaa at 2007-7-14 1:21:50 > top of Java-index,Java Essentials,New To Java...
# 2

I am not sure about IE ( don't use it myself ), but for java you want to install the J2SE package ( from Sun.com ), and then ensure that the directory where java.exe file is included your systems PATH setting. In addition, you should set the JAVA_HOME environment variable to the root folder where Java was installed.

An Example:

Java was installed to C:\java

PATH should include "c:\java\jre\bin" .

JAVA_HOME should be "c:\java"

Enjoy!

jagoocha at 2007-7-14 1:21:50 > top of Java-index,Java Essentials,New To Java...
# 3

> So how do I fix IE and what is the proper framework

> for Java on my machine ?

Put a bullet through it.. ;-)

> catch me at capwalker666@yahoo.com @gmail.com

> @hotmail.com

Sorry, replies to the public forum only..

> PLEASE HURRY !!!

Why should I ? I couldnt care less if your in a rush.

[url=http://java.sun.com/j2se/1.5.0/install-windows.html]Installation Notes - JDK 5.0 Microsoft Windows (32-bit)[/url]

That should get you going.

JJ

Java_Jaya at 2007-7-14 1:21:50 > top of Java-index,Java Essentials,New To Java...