0

My english is bad ,I hope you can understand what i said.

there's a page which contain a applet tag.when it is loaded by IE6,the IE6 can not start up the jvm. in other computer ,it's ok.but it can't be start up on my computer.

Timmy
  • 26
  • 3
  • Is the JRE installed properly? Does the applet load in other browsers? – Gabriel Negut Sep 17 '11 at 08:08
  • I wouldn't mind discovering the reasons why an old tool like IE6 does not work, it's a waste of time. Just dismiss it. – gd1 Sep 17 '11 at 08:11
  • I just setup the java jdk 1.6.but it can be startup in other computer. – Timmy Sep 17 '11 at 08:12
  • for gd1: in my company,there are many computer to user ie6.so i must find the reason. – Timmy Sep 17 '11 at 08:15
  • to Gabriel Negut : I cann't install other browser to test .so i don't know if it can be load in other browser.but it can be load in other computer whit IE6 and jdk 1.6. – Timmy Sep 17 '11 at 08:18

1 Answers1

0

It could be a config problem. Java may not be enabled in the IE6 on your computer.

RHT
  • 4,974
  • 3
  • 26
  • 32
  • how can i make sure where is the problem. – Timmy Sep 17 '11 at 08:13
  • Check in Internet Options > Advanced look for JVM and make sure it is checked. If JVM is not present then, you need to install it and restart the browser. – RHT Sep 17 '11 at 09:05