| Author |
why applet on browser auto redirect to page of java.com?
|
vikas byn
Ranch Hand
Joined: Mar 18, 2011
Posts: 65
|
|
I download an application "applet_InvokingAppletMethodsFromJavaScript" from http://docs.oracle.com/javase/tutorial/deployment/applet/examplesIndex.html#InvokingAppletMethodsFromJavaScript. i build that project and when i open file in firefox browser then it will redirect to page http://java.com/en/download/manual.jsp?host=java.com&returnPage=file:///home/vikasbarsaiyan/code/applet_InvokingAppletMethodsFromJavaScript/dist/AppletPage.html&locale=en-US. I already had open jdk 1.6 on ubuntu. is there any problem with jdk or its a problem of "http://www.java.com/js/deployJava.js" or other problem.
please suggest me to get rid of this problem.
|
 |
Ernest Friedman-Hill
author and iconoclast
Marshal
Joined: Jul 08, 2003
Posts: 24081
|
|
|
It just sounds like your browser is not configured to display applets; either the Java Plugin is not installed, or it's not installed into Firefox, or applets are turned off by security policy, or something like that. Make sure you can run other applets.
|
[Jess in Action][AskingGoodQuestions]
|
 |
Maneesh Godbole
Saloon Keeper
Joined: Jul 26, 2007
Posts: 8563
|
|
|
One easy way to test all the points EFH mentioned would be to open http://www.java.com/en/download/testjava.jsp in your browser
|
[Donate a pint, save a life!] [How to ask questions] [Onff-turn it on!]
|
 |
 |
|
|
subject: why applet on browser auto redirect to page of java.com?
|
|
|