cygwin and mingw exception handling model

Jeff Sturm jsturm@one-point.com
Tue Jun 5 18:27:00 GMT 2001


On Tue, 5 Jun 2001, Tony Kimball wrote:
> What exception handling model should I use for cygwin and for mingw
> targets?

setjmp/longjmp exceptions are the only possibility.  You shouldn't have to
do anything on the trunk, where libgcj will detect the EH model from gcc.

Jeff



More information about the Java mailing list