[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bio-formats package for octave released
From: |
PhilipNienhuis |
Subject: |
Re: bio-formats package for octave released |
Date: |
Tue, 15 Sep 2015 13:52:00 -0700 (PDT) |
Carnë Draug wrote
> Hi everyone
>
> the bio-formats project [1] has released for the first time an Octave
> interface [2] to their java library.
> <snip>
> It also requires that the bioformats library be available on the
> system [3] and in the static javaclasspath (the file javaclasspath.txt
> on the home directory must have a line with the path for bioformats.jar).
Easier is to just do:
javaaddpath ('/full/path/to/bioformats.jar')
Optionally put that in your .octaverc
It can even be put in the bioformats' PKG_ADD command (+ a matching
javarmpath line in PKG_DEL), if it has those files. But OK that's for
"hackers"
Philip
--
View this message in context:
http://octave.1599824.n4.nabble.com/bio-formats-package-for-octave-released-tp4672587p4672591.html
Sent from the Octave - General mailing list archive at Nabble.com.