[kepler-dev] [Bug 1690] - Lock up of Kepler when trying to open Utilities/Deocatrive menu
bugzilla-daemon at ecoinformatics.org
bugzilla-daemon at ecoinformatics.org
Wed Sep 15 16:11:06 PDT 2004
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=1690
berkley at nceas.ucsb.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
------- Additional Comments From berkley at nceas.ucsb.edu 2004-09-15 16:11 -------
this was a classpath issue. the $PTII/doc directory has a bunch of images, one
of which is hard coded into the ptolemy.vergil.kernel.attributes.ImageAttribute
file using a relative path which included $CLASSPATH. Since the doc directory
was not in the CLASSPATH, the image loader was throwing a NPE in the thread that
was trying to locate the image. I fixed it by adding the $PTII/doc directory to
the classpath for the run-dev target. I fixed it in the run target by jaring
the $PTII/doc directory and including it in the classpath.
More information about the Kepler-dev
mailing list