help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: No Java support found (no Java JRE? no Java pkg installed AND loaded


From: Avinoam
Subject: Re: No Java support found (no Java JRE? no Java pkg installed AND loaded?)
Date: Fri, 25 Nov 2016 11:37:56 -0800 (PST)

jasim wrote
> Hello there,
> I get this message when I try to use xlswrite. Can some one help? I am a
> new user of GNU Octave. I am using Octave 4.2.0 on a Windows 7 64 bit
> machine. Thanks,
> 
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
>>> A
> A =
> 
>    1   5
>    3  -0
> 
>>> rstatus = xlswrite('test1.xls', 'A') ;
> Detected XLS interfaces: warning: No Java support found (no Java JRE? no
> Java pkg installed AND loaded?)
> warning: called from
>     getxlsinterfaces at line 121 column 11
>     xlsopen at line 262 column 17
>     xlswrite at line 202 column 9
> 
> None.
> warning: xlsopen.m: no'.xls' spreadsheet I/O support with available
> interfaces.
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
> 
> 
> Jasim

use

pkg load windows

(only once, after "pkg load io").

and the command should be

rstatus = xlswrite('test1.xlsx', A) ;

(A and not 'A')

Good luck,

Avinoam



--
View this message in context: 
http://octave.1599824.n4.nabble.com/No-Java-support-found-no-Java-JRE-no-Java-pkg-installed-AND-loaded-tp4680766p4680768.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]