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
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
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
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