On Jan 24, 2008 3:22 PM, Olivier Lefevre <[EMAIL PROTECTED]> wrote:
> > What do you mean *no* documentation? There is a function reference:
> > http://octave.sourceforge.net/doc/funref_java.html.
>
> Yes I found the function reference but one also expects a document,
> even if just one page, putting it all together.
>
> > If you want to see a real example, look at JHandles m-code.
>
> Thanks. I will install it and have a look but this is a perfect
> example of why better documentation is needed: I had no idea I
> also needed the JHandles package and I don't see anything in the
> java-1.2.2.tar.gz package that suggests it.

You got me wrong. You don't need JHandles to run the java package.
JHandles *uses* the functions provided by the java package. So if
you wanted an example, that's a good one.

> For memory and just to clarify, I am trying to call Octave from
> Java, not the other way round.

That's not the intentation of the java package. This package is an
interface for accessing Java from Octave. This is done through the
functions java_new, java_invoke, java_get and java_set, which are
documented. The rest is not documented.

Michael.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to