File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change
1
+ .. _mipav :
2
+
3
+ ================================
4
+ Using MIPAV, JIST, and CBS Tools
5
+ ================================
6
+
7
+ If you are trying to use MIPAV, JIST or CBS Tools interfaces you need
8
+ to configure CLASSPATH environmental variable correctly. It needs to
9
+ include extensions shipped with MIPAV, MIPAV itself and MIPAV plugins.
10
+ For example:
11
+
12
+ In order to use the standalone MCR version of spm, you need to ensure that
13
+ the following commands are executed at the beginning of your script:
14
+
15
+ .. testcode ::
16
+
17
+ # location of additional JAVA libraries to use
18
+ JAVALIB=/Applications/mipav/jre/Contents/Home/lib/ext/
19
+
20
+ # location of the MIPAV installation to use
21
+ MIPAV=/Applications/mipav
22
+
23
+ # location of the plugin installation to use
24
+ # please replace 'ThisUser' by your user name
25
+ PLUGINS=/Users/ThisUser/mipav/plugins
26
+
27
+ export CLASSPATH=$JAVALIB/*:$MIPAV:$MIPAV/lib/ *:$PLUGINS
You can’t perform that action at this time.
0 commit comments