User Tools

Site Tools


documents:120329javatips

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
documents:120329javatips [2016/05/24 12:46] – external edit 127.0.0.1documents:120329javatips [2016/09/26 23:45] – single instance imageJ added kota
Line 184: Line 184:
 </code> </code>
    
 +
 +==== Running single instance ImageJ (in OSX) ====
 +
 +
 +Though there is an option available in windows, there is none in OSX and here is the way to run a ImageJ with socket listener running, that no second ImageJ instance is created. This is convenient for feeding your macro code to the running ImageJ. 
 +
 +<code>
 +java -jar /Applications/ImageJ/ImageJ64.app/Contents/Resources/Java/ij.jar -ijpath /Applications/ImageJ/plugins -eval 'eval("python", "Prefs.runSocketListener=1")'
 +</code>
documents/120329javatips.txt · Last modified: 2020/11/26 09:11 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki