Applet not working in Browser
Hey!
Recently i complete my Applet on AWT.
Now i want to publish it on the internet. So i decided to get a subdomain with free hosting.
My problem is that when i run that applet on my browser when class file is in local disk then it works fine.
But when i upload that class file on hosting site then there is strange error. which i not able to understand.
My webpage link that will run that java applet is
www.maz3r.eu5.org/Paint/Drawit.htm
I have another similar applet on that hosting website and it works fine.
Link of that applet is
www.maz3r.eu5.org/Paint/SimplePaint.htm
so please solve this problem as quickly as possible.
And thanks in advance.
Re: Applet not working in Browser
You have a SecurityException while reading an image. Where is the image located on your host, and how are you attempting to read it in?
Re: Applet not working in Browser
Quote:
there is strange error. which i not able to understand.
Please post the full text of the error message.
Re: Applet not working in Browser
Thank you...:)
My problem is solved.
Re: Applet not working in Browser
Can you explain what the problem was and what you did to solve it?
Re: Applet not working in Browser