Re: Cannot get Inline Java to work with JNI

2008-03-20 Thread greytrader
On Mar 19, 8:56 pm, [EMAIL PROTECTED] (Greytrader) wrote: > On Mar 19, 7:39 pm, [EMAIL PROTECTED] (Sisyphus) wrote: > > > > > - Original Message - > > From: "greytrader" <[EMAIL PROTECTED]> > > > . > > . > > > > Here is the output of the first test with DEBUG = 5 > > > > C:\sylvaint\Inline-

Re: Cannot get Inline Java to work with JNI

2008-03-19 Thread greytrader
On Mar 19, 7:39 pm, [EMAIL PROTECTED] (Sisyphus) wrote: > - Original Message - > From: "greytrader" <[EMAIL PROTECTED]> > > . > . > > > Here is the output of the first test with DEBUG = 5 > > > C:\sylvaint\Inline-Java-0.52>perl -Mblib t/01_init.t > > 1..1 > . > . > > Can't create Java JVM u

Re: Cannot get Inline Java to work with JNI

2008-03-19 Thread Sisyphus
- Original Message - From: "greytrader" <[EMAIL PROTECTED]> . . Here is the output of the first test with DEBUG = 5 C:\sylvaint\Inline-Java-0.52>perl -Mblib t/01_init.t 1..1 . . Can't create Java JVM using JNI at C:\sylvaint\Inline-Java-0.52\blib \lib/Inline/ Java/JVM.pm line 54. I

Re: Cannot get Inline Java to work with JNI

2008-03-19 Thread greytrader
On Mar 16, 2:45 pm, [EMAIL PROTECTED] (Greytrader) wrote: > On Mar 16, 2:21 pm, [EMAIL PROTECTED] (Greytrader) wrote: > > > I have been trying to get Inline Jave to work with JNI. I am using > > Inline Java .52 with MINGW and nmake. It seems to build fine but all > > the tests fail. Note that a

Re: Cannot get Inline Java to work with JNI

2008-03-16 Thread greytrader
On Mar 16, 2:21 pm, [EMAIL PROTECTED] (Greytrader) wrote: > I have been trying to get Inline Jave to work with JNI. I am using > Inline Java .52 with MINGW and nmake. It seems to build fine but all > the tests fail. Note that all tests pass without building with JNI. > I am generating libjvm.a

Cannot get Inline Java to work with JNI

2008-03-16 Thread greytrader
I have been trying to get Inline Jave to work with JNI. I am using Inline Java .52 with MINGW and nmake. It seems to build fine but all the tests fail. Note that all tests pass without building with JNI. I am generating libjvm.a from jvm.dll with: dlltool --kill-at -dllname jvm.dll --def jvm.de