NOTICE! This is a static HTML version of a legacy LOCI Software ticket.

LOCI projects are now located on GitHub. The Bio-Formats project can be found here.

Ticket #283 (closed defect: fixed)

Opened 2008-04-21T20:32:59-05:00

Last modified 2011-02-02T04:45:00-06:00

OMERO download has strange CLASSPATH requirements

Reported by: melissa Owned by: melissa
Priority: critical Milestone:
Component: plugins Severity: critical
Keywords: Cc:
Blocked By: Blocking:

Description

To successfully download from OMERO in ImageJ, one must have either loci_tools.jar or omero-client.jar in the CLASSPATH. Running 'java -jar ij.jar' and then attempting to download from OMERO results in an exception (the ome.client bean fails to load). See  http://trac.openmicroscopy.org.uk/omero/browser/tags/omero-3.0-Beta2/components/common/src/ome/system/OmeroContext.java#L317.

The workaround for now is to start ImageJ using 'java -cp ij.jar:plugins/loci_tools.jar ij.ImageJ'.

Change History

comment:1 Changed 2011-02-02T04:45:00-06:00 by curtis

  • Status changed from new to closed
  • Resolution set to fixed

moved to  ome:#4094