Hi Steph,

Steph Bredenhann wrote:
>   Hi Philip,
>
> With reference to Jacques' post below, this was the result after I made
> the change:
>
> octave-3.2.4:2> *readods*
> Supported interfaces: warning: No support for OpenOffice.org .ods I/O
:
<snip>
:
> octave-3.2.4:2> *pkg list*
> Package Name   | Version | Installation directory
> ---------------+---------+-----------------------
>            gsl *|   1.0.8 | /usr/share/octave/packages/3.2/gsl-1.0.8
>             io *|  1.0.12 | /usr/share/octave/packages/3.2/io-1.0.12
>           java *|   1.2.8 | /usr/share/octave/packages/3.2/java-1.2.8

Unfortunately, that ^^^^ doesn't guarantee a working Java package!

<snip>
:
> octave-3.2.4:3> *ods1 = odsopen ('Protocol.ods',[],'OTK');*
> Java/ODFtoolkit interface requested... error: No Java support found.

Again, ^^^^^^ no Java support in Octave. It really says what the problem 
is for odsopen.

For you I have the same advice as for Jacques in my reply to him of a 
few minutes ago:

try
   javaclasspath
at the Octave prompt.

BTW just to be sure, did you add the needed Java class libs for ods 
support to the javaclasspath at all?
i.e.,
javaaddpath ('/full/path/to/odfdom.jar')
javaasspath ('/full/path/to/xercesImpl.jar')
javaaddpath ('/full/path/to/jopendocument.jar')
(change '/' into backslashes '\' on Windows)

Philip

------------------------------------------------------------------------------
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better 
price-free! And you'll get a free "Love Thy Logs" t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to