• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

"Start: Applet is not initialized" error when accessing applet file through web browser

 
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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

 
Rancher
Posts: 1337
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Check the Java Console - in all likelihood it shows an error message that points to the problem.
 
Naveenzion Kumar
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

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
Posts: 1337
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

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
Posts: 1337
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

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
 
Lester Burnham
Rancher
Posts: 1337
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Show some initiative.

And if you post lengthy code (a thing of dubious value), be sure to use the code tags correctly.
 
Bartender
Posts: 11497
19
Android Google Web Toolkit Mac Eclipse IDE Ubuntu Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Interesting this code is almost a copy of the code given at https://coderanch.com/t/510856/Applets/java/Start-Applet-Not-Initialised-message
 
Naveenzion Kumar
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Maneesh Godbole wrote:Interesting this code is almost a copy of the code given at https://coderanch.com/t/510856/Applets/java/Start-Applet-Not-Initialised-message


actually he is my friend who posted this we are trying to find to fix problem help us to fix this problem
 
Maneesh Godbole
Bartender
Posts: 11497
19
Android Google Web Toolkit Mac Eclipse IDE Ubuntu Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Lester Burnham
Rancher
Posts: 1337
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Now continued at https://coderanch.com/t/511111/Applets/java/applet-file-not-working
 
Naveenzion Kumar
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Lester Burnham wrote:Now continued at https://coderanch.com/t/511111/Applets/java/applet-file-not-working


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
Posts: 1337
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

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?
 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
reply
    Bookmark Topic Watch Topic
  • New Topic