21
edits
m (Remove redundant Category:Packages.) |
AndrewJanke (talk | contribs) m (Fix typo) |
||
Line 133: | Line 133: | ||
</nowiki></pre> | </nowiki></pre> | ||
An easier way is to collect all required Java class libs | An easier way is to collect all required Java class libs for spreadsheet I/O (the .jar files) in one subdir and have chk_spreadsheet_support .m sort it all out: | ||
<pre><nowiki> | <pre><nowiki> | ||
octave:8> chk_spreadsheet_support ('/full/path/to/subdir/with/.jar/files') | octave:8> chk_spreadsheet_support ('/full/path/to/subdir/with/.jar/files') |
edits