Loading JAVA Applet Failed...

I m using J2EE with JDK 6. I have set path as C:\sun\sdk\jdk\bin as the whole contained installed in Sun folder under C:\ directory. I can compile and executing a java file from anywhere of my system. The problem is that when I m trying to open the existing applet samples, showing the message "Loading JAVA Applet Failed..." in status bar and browser can not show the applet but other matters like source etc. My system already have IBM JAVA web start V 1.4.2. Now any body can solve the problem to show a applet from the samples. Please help.

With best wishes

Arun

[585 byte] By [Arun@Globala] at [2007-11-27 3:24:53]
# 1
post the path value plz .(to get this value, open MS-DOS and type path, then select the value and post it)
java_2006a at 2007-7-12 8:27:40 > top of Java-index,Java Essentials,New To Java...
# 2
Launch Internet Explorer and go to the Tools menu. Select Internet Options. Select the Advanced tab. About halfway down you should see an entry that says Java (Sun) with the little coffee cup icon. Make sure it is enabled.
Om-J2MEa at 2007-7-12 8:27:40 > top of Java-index,Java Essentials,New To Java...
# 3

My path value is as follows

PATH=C:\sun\sdk\jdk\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Intel\Wireless\Bin\;C:\Program Files\Softex\OmniPass;C:\Program Files\IBM ThinkVantage\Client Security Solution;C:\Program Files\Diskeeper Corporation\Diskeeper\;C:\Program Files\ThinkPad\ConnectUtilities;C:\Program Files\QuickTime\QTSystem\;C:\Sun\SDK\bin;C:\Sun\SDK\jdk\bin

Arun@Globala at 2007-7-12 8:27:40 > top of Java-index,Java Essentials,New To Java...
# 4

you have three java path variables :

1 - C:\sun\sdk\jdk\bin;

2 - C:\Sun\SDK\bin;

3 - C:\Sun\SDK\jdk\bin;

remove the two incorrect values as well as this one :

C:\Program Files\QuickTime\QTSystem\

to edit you path variable value, go to Control panel -> System -> Advanced -> Environment (or system) variables -> then go to the lower panel and select path then click edit button and remove the unwanted values.

try your applet again and let us know plz

java_2006a at 2007-7-12 8:27:40 > top of Java-index,Java Essentials,New To Java...
# 5

I have downloaded jre 1.6.1 from sun side. After installed the said, my applet is running in Internet Explorer 7 but first it showing a security alert and then if I allow it from the bar just above the browser, applet is running. Please give me the solution to avoid such security allert and help me to operate it very user friendly manner.

Thanks

Arun

Arun@Globala at 2007-7-12 8:27:40 > top of Java-index,Java Essentials,New To Java...
# 6

>Please give me the solution to avoid such security allert

I think you can't avoid this security alert because of browsers have to inform the user that a script is trying to run on their machines.

Generally, every one who wants to access a web page where applets may be embed should enable Java Applets (IE browser > Tools > Internet Options > Advanced > Java Sun ...)

Hope that helps

java_2006a at 2007-7-12 8:27:40 > top of Java-index,Java Essentials,New To Java...
# 7
Thats enabled but showing the same sequrity allert and executing applet in IE 7. Is there any othere solution to solve the problem?Thanks a lot.Arun
Arun@Globala at 2007-7-12 8:27:40 > top of Java-index,Java Essentials,New To Java...