Re: Clearing Java Cache



It sounds more like the applet is broken.

I wish it was the applet's problem... that way I could fix it. But I
think it has something to do with the JVM and threads, maybe a bug...
but couldn't find anything on the Java bug logs. Trying to find a
workaround until I determine what the real problem is.

Oh and when the page get's refreshed this is the exception that gets
thrown:

java.lang.NullPointerException
at sun.awt.SunToolkit.postEvent(Unknown Source)
at sun.awt.windows.WComponentPeer.postEvent(Unknown Source)
at sun.awt.windows.WToolkit.eventLoop(Native Method)
at sun.awt.windows.WToolkit.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

..J

.



Relevant Pages

  • Re: Threading problem after migration from 2003 to 2005
    ... VStudio 2003/.Net1.1 project to VStudio 2005/.Net2. ... have no problem starting the new solution, but I get an exception ... The exception thrown somewhere along ... Control.BeginInvoke may fix the problem. ...
    (microsoft.public.dotnet.languages.csharp)
  • Reading Large Files
    ... The thing is when i use the normal FileOutputStream methods an exception ... My computer does have sufficient memory ... same exception thrown by the JVM again ...
    (comp.lang.java.programmer)
  • Custom Error messages
    ... I've created a custom error page for an ASP.NET application. ... exception was thrown? ... messages for different exception types in the hope that I'll be able ... to give the users enough information to fix any problems that were ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Very strange "input string not in correct format" bug
    ... the trick of changing locale to something else and then back again did ... I hope Microsoft can eventually find and fix this! ... I tried to reproduce the exception by setting the thread culture to all ... cultures are the UI cultures but, I'd rather check first what are the ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Checking for null parameter
    ... it throw a checked exception? ... How can you fix what you can't detect? ... before calling a method? ... Isn't this the same thing as if a NPE was thrown? ...
    (comp.lang.java.programmer)