Table of Contents

IJProxy

IJProxy sets the http proxy settings of the Java Virtual Machine for ImageJ

Authors

Description

Since ImageJ v1.40, the proxy settings can be provided through the ImageJ interface. Tthus this plugin is obsolete and is only left here for teaching/historical reasons.

IJProxy modifies the proxy settings of the Java Virtual Machine. Settings are saved in key/value paris in the ImageJ preferences file (IJ_Prefs.txt). This allows machines which are behind a proxy and cannot directly access the outside world from within ImageJ to do so nevertheless (a typical example is opening the example images).

ImageJ allows to run macros/plugins at startup via StartUpMacros.txt. If you want to set the proxy automatically at startup add

macro “AutoRun” {run(“Set proxy”);}

to StartupMacros.txt, or edit the autorun macro accordingly.

Features

These features have been implemented in IJProxy version 1.0:

Installation

The IJProxy_ is packaged as jar file.

macro “AutoRun” {run(“Set proxy”);}

to StartupMacros.txt, or edit the autorun macro accordingly.

Licence

(C) 2003-2006 Patrick Pirrotte

IJProxy is subjected to the GPL v2 which you can read here. The source is in the jar file.

Known bugs

none so far…

Changelog

1.0 initial release

Contact

Contact Patrick if you find any bugs or if you'd like to see a feature appear in a new release.