• 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

Javascript NullPointerException???

 
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

Using IE6 for web application with applets, sometimes I got NullPointerException thrown directly to browser - like a Javascript runtime error message - not to Java Console. Why? Please advice?

Thanks.
 
Ranch Hand
Posts: 808
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
JavaScript is not Java. The Java console does not, to the best of my knowledge, report JavaScript or other general web page errors, only the Java-related errors.
 
Chinh Tran Nam
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Jeff,

JavaScript is not Java. The Java console does not, to the best of my knowledge, report JavaScript or other general web page errors, only the Java-related errors



I know about this. It's obvious that NullPointerException is NOT a JavaScript error, it's a Java-related error. My question is why it throws (look like) a Javascipt error message (see this: http://chinhtrannam.topcities.com/error1.jpg ). Is it because of the debugger plugin?
[ November 12, 2004: Message edited by: Chinh Tran Nam ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic