(no subject)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

(no subject)

Simon Roussel
Hi,

When I try to use the DSCoMan plugins (which worked fine before ;
https://dblab.duhs.duke.edu/modules/dscoman/index.php?id=1 ), I get the
following message :

 

< java.lang.NoSuchMethodError:
fileutil.ImageTimeTable.properTimeData(Ljava/lang/String;)Z

            at cbv.CBV.showDialog(CBV.java:113)

            at cbv.CBV.setupInputParams(CBV.java:92)

            at cbv.RawPerfusion.run(RawPerfusion.java:36)

            at Raw_Perfusion.run(Raw_Perfusion.java:20)

            at
ij.plugin.filter.PlugInFilterRunner.processOneImage(PlugInFilterRunner.java:
247)

            at
ij.plugin.filter.PlugInFilterRunner.<init>(PlugInFilterRunner.java:102) >

 

Does anyone can give me an idea of what is going on ?

Is it a problem with my java version, or a library in ImageJ ?

 

  java.version: 1.6.0_10

  java.vendor: Sun Microsystems Inc.

  os.name: Windows XP

  os.version: 5.1

  os.arch: x86

 

Thanks in advance,

Simon Roussel

 
Reply | Threaded
Open this post in threaded view
|

Re: your mail

dscho
Hi,

On Thu, 4 Feb 2010, Simon Roussel wrote:

> < java.lang.NoSuchMethodError:
> fileutil.ImageTimeTable.properTimeData(Ljava/lang/String;)Z

Errors like this usually come from outdated libraries. Unfortunately, a
quick websearch did not reveal which library this class ("ImageTimeTable")
comes from, so I cannot help you more than with this piece of information.

Ciao,
Dscho