This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: NullPointerException in a win32 application
>>>>> "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