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
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
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
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
>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