This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Building a DLL with GCJ
- From: gabriel dot bianco at pixeon dot com dot br
- To: java at gcc dot gnu dot org
- Date: Fri, 16 Feb 2007 16:27:12 -0200
- Subject: Building a DLL with GCJ
I emailed this Mohan about building a DLL:
>Hi, Mohan... I have been using your gcc builds for a while. I would like to
ask
>you why they can't build a DLL with your most recent builds. Well, they can be
>built but they won't work, I get an Access Violation Exception when calling
>JvCreateJavaVM()...
He said that he doesn't do anything special with the build so I assume it must
be something with gcj. I have also tried Marco's builds and 4.1.1 works but
4.2.0 doesn't...
Does anyone know what causes this and what could be done to fix it?