Re: [OctDev] File 'jni.h' missing in java-1.2.6.tar.gz

2009-12-02 Thread AlexG1
Hi Michael, I'm also having this problem with Octave 3.2.3 (on Windows Vista platform) and couldn't make it work. If you remember about a month ago we exchanged a few mails about trying to make the package work with Octave 3.2.2,with no success. I'm wondering if it's possible to make the java p

Re: [OctDev] Problem with Java package

2009-11-13 Thread AlexG1
It didn't work, but I'm not sure I'm doing this the right way. I defined an env variable called CPPFLAGS to: C:\Programs Files\Java\jdk1.6.0_16\include; C:\Programs Files\Java\jdk1.6.0_16\include\win32 (I tried prepending -I, -I/, reversing the slashes and using Progra~1 instead of Program Files

Re: [OctDev] Problem with Java package

2009-11-13 Thread AlexG1
Michael Goffioul-2 wrote: > > > Make sure JDK bin directory is in your PATH. The configure > script can't find the java compiler, neither the java archiver. > > Michael. > Ok, that made some progress. I added the following dirs: C:\Program Files\Java\jdk1.6.0_16\bin C:\Program Files\Java\jd

[OctDev] Problem with Java package

2009-11-12 Thread AlexG1
Hi, I'm having trouble using the Java package from Octave forge. I've installed the package but java_invoke, java_new etc. are undefined when I try to use them. My configuration: Windows Vista Octave v3.2.3 Java package v1.2.6 (I've also tried using the newest sources from SVN as suggested by Mi