Runtime Libryary Error

C

CS

When my web page loads an error box appears (see below).
Do not know why this box appears because once ignore is
pressed the page loads up without any additional
problems. On the last line, it says JIT must be
enabled.. Cannot find any documentation on what JIT is.
All help is appreciated. I am using XP. Here is what
the error message says....

Microsoft Visual C++ Runtime Library
Assertion Failed!
Program: C:\Program Files\Internet Explorer\explore.exe
File../../../src/share/native/sun/awt/.../fontObject.cpp
Line: 498
Expression: errno == 0 && count == (size_t) size
For information on how your program can cause an
assertion failure, see the visual C++ documentation on
asserts
(please retry to debug application - JIT must be enabled)
 
S

Steve Easton

Java awt is the java Abstract Window Toolkit,
which is part of Java Virtual Machine.
JVM is not included / installed in Windows XP, IE 6
and must be downloaded and installed from
sun java.

That said, if you are using hover buttons or
another feature/ or java applet that requires JVM, you
might reconsider using dhtml istead.
Most folks have stopped using hover buttons
for this reason
 
C

cs

sun java has several downloads available... in one in
particular I should download to stop the error box?
Thanks,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top