NullPointerException in a win32 application

Tom Tromey tromey@redhat.com
Tue Jul 29 18:06:00 GMT 2003


>>>>> "Thijs" == Thijs Cadier <thijs@cadier.net> writes:

[ NullPointerException ]

Thijs> Would the cause for an error like this lie in the Java code? Or
Thijs> would something have to be compiled in another way?

It is most likely in the java code.  Sometimes this can be a libgcj
bug, sometimes it is a bug in application code that makes invalid
assumptions about the VM it is running on.  You have to debug to find
out.

Tom



More information about the Gcc mailing list