This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: compiling a SWT-gui with gcj on windows


>>>>> "Jörg" == Jörg Maisenbacher <joerg@maisenbachers.de> writes:

Jörg> (P.S. i hope, the output is kind of readable...)

Jörg> C:\g2gui>g2gui.exe
Jörg> Exception in thread "main" java.lang.ExceptionInInitializerError
Jörg>     at
Jörg>     __ZN3org7eclipse5jface8resource14JFaceResources16getImageRegistryEv

FYI, you can make the output more readable by making sure that c++filt
is in your path.  libgcj will use this to print the symbols in the
stack trace in ordinary Java format.  For instance, the above would
print:

    org.eclipse.jface.resource.JFaceResources.getImageRegistry()

We should really look at integrating the demangler into the runtime so
we don't require c++filt.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]