"Start: Applet is not initialized" error when accessing applet file through web browser
Naveenzion Kumar
Greenhorn
Joined: Aug 02, 2010
Posts: 24
posted
0
Dear friends,
this is naveen. i created applet file its working when i am using applet viewer in the command window .but when i open my applet through firefox web browser in the status bar it shows that "Start: Applet is not initialized ".My browser window shows a gray window box.please help me to fix this problem.i am urgently indeed to fix this problem.
regards,
naveen
Lester Burnham
Rancher
Joined: Oct 14, 2008
Posts: 1337
posted
0
Check the Java Console - in all likelihood it shows an error message that points to the problem.
Naveenzion Kumar
Greenhorn
Joined: Aug 02, 2010
Posts: 24
posted
0
Lester Burnham wrote:Check the Java Console - in all likelihood it shows an error message that points to the problem.
i checked my error console .but i don't find any thing .my error console has blank page
Lester Burnham
Rancher
Joined: Oct 14, 2008
Posts: 1337
posted
0
Where, exactly, did you find this "error console"? The Java Console would have at least a startup message in it that indicates the Java version being used; did you see that where you looked?
Naveenzion Kumar
Greenhorn
Joined: Aug 02, 2010
Posts: 24
posted
0
Lester Burnham wrote:Where, exactly, did you find this "error console"? The Java Console would have at least a startup message in it that indicates the Java version being used; did you see that where you looked?
hai this is naveen ,
i am using java version 1.6.0_18 .when i start my browser it shows grey box and in the status bar it shows that " Start:applet file is not initialized" .i checked error console in my fire fox browser i.e tools>Error Console .in that i found a blank page i dont find any error .i will attach my code along with this
Lester Burnham
Rancher
Joined: Oct 14, 2008
Posts: 1337
posted
0
The Firefox Error Console is for JavaScript errors; it has nothing to do with the Java Console (in which, I'm certain, you will find an exception).
Naveenzion Kumar
Greenhorn
Joined: Aug 02, 2010
Posts: 24
posted
0
Lester Burnham wrote:The Firefox Error Console is for JavaScript errors; it has nothing to do with the Java Console (in which, I'm certain, you will find an exception).
then where do i find java console error can guide me to fix this problem please
this is my code
Did you follow Lester's link?
And like he mentioned, please UseCodeTags You can use the button to enable them in your post. While you are at it, you might as well get rid of the blank lines.
we are working as a team so that's what we are posting now when i run my applet file through firefox in my browser window shows a Cross mark in left-top corner .and my java console shows an error .this is my error .please help me tio fix this problem
please help us to fix this problem
Lester Burnham
Rancher
Joined: Oct 14, 2008
Posts: 1337
posted
0
Naveenzion Kumar wrote: please help us to fix this problem
I already did in the other topic. Why are you repeatedly posting the same questions and information into multiple topics? Are you trying to turn people off from helping you?
albert thomsan
Greenhorn
Joined: Oct 18, 2010
Posts: 5
posted
0
You first include all the packages needed for the applet. I hope that you wrote the syntax properly. Otherwise you should check it. Then have you heard about the applet life cycle. You first load the applet into your page then initialize it and then you can run it. So please check out the things,your problem will be solved.
Everything is possibe in the world.You just keep up the hard work and you will get the success.