Re: [JPP-Devel] ecw 0.0.7 linux32 test (archive now updated)

2011-09-16 Thread Edgar Soldin
On 16.09.2011 17:41, Giuseppe Aruta wrote:
> BTW - do you think it is possible to make it compatible with MacOSX too?

no, unfortunatly there are no precompiled binaries for OSX available in gvsig.

ede

--
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
http://p.sf.net/sfu/rim-devcon-copy2
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] ecw 0.0.7 linux32 test (archive now updated)

2011-09-16 Thread Giuseppe Aruta
I found the modifications into oj_linux.sh:

..
# allow jre to find native libraries in lib/ext 
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$JUMP_HOME/lib/ext"
...

Peppe




Da: Giuseppe Aruta 
A: OpenJump develop and use 
Inviato: Venerdì 16 Settembre 2011 17:41
Oggetto: Re: [JPP-Devel] ecw 0.0.7 linux32 test (archive now updated)


Hei Big Edgar!!!


It   work with Linux!!

I was so excite that I forgot to use your .sh file.
Which changes you did on the script?

I tested on several ecw and it works (right now) with no problem (OJ last 
stable version , Linux Ubuntu 11.04 and OpenJDK).
I wonder if we can add this to the chubby version of OpenJUMP

BTW - do you think it is possible to make it compatible with MacOSX too? 

Regards and thanks for your efforts

Peppe




Da: Edgar Soldin 
A: OpenJump develop and use 
Inviato: Venerdì 16 Settembre 2011 17:21
Oggetto: Re: [JPP-Devel] ecw 0.0.7 linux32 test (archive now updated)

Peppe,

did you use v2 of the archive?
did you exchange the oj_linux.sh as requested?
please use the latest nightly build so errors will be displayed (sorry forgot 
that).

thanks ede

On 16.09.2011 16:42, Giuseppe Aruta wrote:
> Hi Ede,
>  I tested with ubuntu with an ecw ( that I can open with
 Windos 7). PlugIn can see ECW on "open file" process, ECW file is displayed on 
layer list but not displayed on the workbench view.
> If I check on Layer property, the name is displayed correctly but Datasource 
> classs and source path show "not saved" text.
> 
> Peppe
> 
> *Da:* "edgar.sol...@web.de" 
> *A:* OpenJump develop and use 
> *Inviato:* Venerdì 16 Settembre 2011 15:59
> *Oggetto:* [JPP-Devel] ecw 0.0.7 linux32 test (archive now updated)
> 
> Arnd or other
 Linux user,
> 
> i had to repack the libs because symbolic links didn't survive
 the packaging properly. so find attached a tgz file that should work. 
instructions below stay the same.
> 
> thanks ede
> 
>  Original Message 
> Subject: Re: [JPP-Devel] ecw 0.0.7 plugin error
> Date: Fri, 16 Sep 2011 15:12:09 +0200
> From: edgar.sol...@web.de <mailto:edgar.sol...@web.de>
> Reply-To: OpenJump develop and use  <mailto:jump-pilot-devel@lists.sourceforge.net>>
> To: OpenJump develop and use  <mailto:jump-pilot-devel@lists.sourceforge.net>>
> 
> could you please try the attached?
> i operated them out of gvsig 1.11 and they seem to work even with xp.
> 
> as a little gadget i took the linux libs as well.
> @Arnd: could you please check if you can load ecw with the attached files 
> copied accordingly. please remove/rename 'lib/ermapper.jar' if you have it 
> there and use the attched oj_linux.sh to start oj.
> 
>
 ede
> 
> On 16.09.2011 14:35, Rahkonen Jukka wrote:
>> Hi,
>>
>> Yes, nightly build shows the error
>>
>> com.vividsolutions.jump.JUMPException:
 D:\ohjelmat\OpenJUMP_142_d_ECW\lib\ext\jecw.dll: Can't find dependent libraries
>>  at 
>>com.vividsolutions.jump.workbench.imagery.ecw.ECWImage.init(ECWImage.java:92)
>>  at 
>>com.vividsolutions.jump.workbench.imagery.ecw.ECWImage.(ECWImage.java:70)
>>  at 
>>com.vividsolutions.jump.workbench.imagery.ecw.ECWImageFactory.createImage(ECWImageFactory.java:67)
>>  at 
>>com.vividsolutions.jump.workbench.imagery.ImageryLayerDataset.createImage(ImageryLayerDataset.java:77)
>>  at 
>>org.openjump.core.ui.io.file.ReferencedImageFactoryFileLayerLoader.createFeature(ReferencedImageFactoryFileLayerLoader.java:223)
>>  at 
>>org.openjump.core.ui.io.file.ReferencedImageFactoryFileLayerLoader.open(ReferencedImageFactoryFileLayerLoader.java:122)
>>  at 
>>org.openjump.core.ui.plugin.file.open.OpenFileWizard.run(OpenFileWizard.java:131)
>>  at
 org.openjump.core.ui.plugin.file.OpenWizardPlugIn.run(OpenWizardPlugIn.java:93)
>>  at 
>>com.vividsolutions.jump.workbench.ui.task.TaskMonitorManager$TaskWrapper.run(TaskMonitorManager.java:152)
>>  at java.lang.Thread.run(Unknown Source)
>>
>> -Jukka-
>>
>> edgar.soldin wrote:
>>
>>> just checked, works fine with java 5,6,7 x86 on windows 7.
>>
>>> in xp it throws
>> ..\jecw.dll Can't find dependent libraries.
>>
>>> I guess the dll's are missing some runtime that is available in Win7 out of 
>>> the box.
>>
>>> Do you get the same error jukka?
>>> Please try this with the nightly build, as it contains a fix where errors 
>>> where silently ignored.
>>
>>> thanks ede
>>
>>
>> On 16.09.2011 12:25, Rahkonen Jukka wrote:
>>>
 Hi,
>>>
>>> I tried to test your p

Re: [JPP-Devel] ecw 0.0.7 linux32 test (archive now updated)

2011-09-16 Thread Giuseppe Aruta
Hei Big Edgar!!!


It   work with Linux!!

I was so excite that I forgot to use your .sh file.
Which changes you did on the script?

I tested on several ecw and it works (right now) with no problem (OJ last 
stable version , Linux Ubuntu 11.04 and OpenJDK).
I wonder if we can add this to the chubby version of OpenJUMP

BTW - do you think it is possible to make it compatible with MacOSX too? 

Regards and thanks for your efforts

Peppe




Da: Edgar Soldin 
A: OpenJump develop and use 
Inviato: Venerdì 16 Settembre 2011 17:21
Oggetto: Re: [JPP-Devel] ecw 0.0.7 linux32 test (archive now updated)

Peppe,

did you use v2 of the archive?
did you exchange the oj_linux.sh as requested?
please use the latest nightly build so errors will be displayed (sorry forgot 
that).

thanks ede

On 16.09.2011 16:42, Giuseppe Aruta wrote:
> Hi Ede,
>  I tested with ubuntu with an ecw ( that I can open with
 Windos 7). PlugIn can see ECW on "open file" process, ECW file is displayed on 
layer list but not displayed on the workbench view.
> If I check on Layer property, the name is displayed correctly but Datasource 
> classs and source path show "not saved" text.
> 
> Peppe
> 
> *Da:* "edgar.sol...@web.de" 
> *A:* OpenJump develop and use 
> *Inviato:* Venerdì 16 Settembre 2011 15:59
> *Oggetto:* [JPP-Devel] ecw 0.0.7 linux32 test (archive now updated)
> 
> Arnd or other Linux user,
> 
> i had to repack the libs because symbolic links didn't survive
 the packaging properly. so find attached a tgz file that should work. 
instructions below stay the same.
> 
> thanks ede
> 
>  Original Message 
> Subject: Re: [JPP-Devel] ecw 0.0.7 plugin error
> Date: Fri, 16 Sep 2011 15:12:09 +0200
> From: edgar.sol...@web.de <mailto:edgar.sol...@web.de>
> Reply-To: OpenJump develop and use  <mailto:jump-pilot-devel@lists.sourceforge.net>>
> To: OpenJump develop and use  <mailto:jump-pilot-devel@lists.sourceforge.net>>
> 
> could you please try the attached?
> i operated them out of gvsig 1.11 and they seem to work even with xp.
> 
> as a little gadget i took the linux libs as well.
> @Arnd: could you please check if you can load ecw with the attached files 
> copied accordingly. please remove/rename 'lib/ermapper.jar' if you have it 
> there and use the attched oj_linux.sh to start oj.
> 
> ede
> 
> On 16.09.2011 14:35, Rahkonen Jukka wrote:
>> Hi,
>>
>> Yes, nightly build shows the error
>>
>> com.vividsolutions.jump.JUMPException:
 D:\ohjelmat\OpenJUMP_142_d_ECW\lib\ext\jecw.dll: Can't find dependent libraries
>>  at 
>>com.vividsolutions.jump.workbench.imagery.ecw.ECWImage.init(ECWImage.java:92)
>>  at 
>>com.vividsolutions.jump.workbench.imagery.ecw.ECWImage.(ECWImage.java:70)
>>  at 
>>com.vividsolutions.jump.workbench.imagery.ecw.ECWImageFactory.createImage(ECWImageFactory.java:67)
>>  at 
>>com.vividsolutions.jump.workbench.imagery.ImageryLayerDataset.createImage(ImageryLayerDataset.java:77)
>>  at 
>>org.openjump.core.ui.io.file.ReferencedImageFactoryFileLayerLoader.createFeature(ReferencedImageFactoryFileLayerLoader.java:223)
>>  at 
>>org.openjump.core.ui.io.file.ReferencedImageFactoryFileLayerLoader.open(ReferencedImageFactoryFileLayerLoader.java:122)
>>  at 
>>org.openjump.core.ui.plugin.file.open.OpenFileWizard.run(OpenFileWizard.java:131)
>>  at
 org.openjump.core.ui.plugin.file.OpenWizardPlugIn.run(OpenWizardPlugIn.java:93)
>>  at 
>>com.vividsolutions.jump.workbench.ui.task.TaskMonitorManager$TaskWrapper.run(TaskMonitorManager.java:152)
>>  at java.lang.Thread.run(Unknown Source)
>>
>> -Jukka-
>>
>> edgar.soldin wrote:
>>
>>> just checked, works fine with java 5,6,7 x86 on windows 7.
>>
>>> in xp it throws
>> ..\jecw.dll Can't find dependent libraries.
>>
>>> I guess the dll's are missing some runtime that is available in Win7 out of 
>>> the box.
>>
>>> Do you get the same error jukka?
>>> Please try this with the nightly build, as it contains a fix where errors 
>>> where silently ignored.
>>
>>> thanks ede
>>
>>
>> On 16.09.2011 12:25, Rahkonen Jukka wrote:
>>>
 Hi,
>>>
>>> I tried to test your plugin with OJ 1.4.2 release but unfortunately it does 
>>> not show my ecw images.  I tested first that the OpenJUMP 1.4.2 release 
>>> version opens and shows the images. Then I removed the original ECW files 
>>> (ermapper.jar and the dll files) and used your plugin files instead.  Now 
>>> the ecw file appears in the layer list but the image does 

Re: [JPP-Devel] ecw 0.0.7 linux32 test (archive now updated)

2011-09-16 Thread Edgar Soldin
Peppe,

did you use v2 of the archive?
did you exchange the oj_linux.sh as requested?
please use the latest nightly build so errors will be displayed (sorry forgot 
that).

thanks ede

On 16.09.2011 16:42, Giuseppe Aruta wrote:
> Hi Ede,
>  I tested with ubuntu with an ecw ( that I can open with Windos 7). PlugIn 
> can see ECW on "open file" process, ECW file is displayed on layer list but 
> not displayed on the workbench view.
> If I check on Layer property, the name is displayed correctly but Datasource 
> classs and source path show "not saved" text.
> 
> Peppe
> 
> *Da:* "edgar.sol...@web.de" 
> *A:* OpenJump develop and use 
> *Inviato:* Venerdì 16 Settembre 2011 15:59
> *Oggetto:* [JPP-Devel] ecw 0.0.7 linux32 test (archive now updated)
> 
> Arnd or other Linux user,
> 
> i had to repack the libs because symbolic links didn't survive the packaging 
> properly. so find attached a tgz file that should work. instructions below 
> stay the same.
> 
> thanks ede
> 
>  Original Message 
> Subject: Re: [JPP-Devel] ecw 0.0.7 plugin error
> Date: Fri, 16 Sep 2011 15:12:09 +0200
> From: edgar.sol...@web.de <mailto:edgar.sol...@web.de>
> Reply-To: OpenJump develop and use  <mailto:jump-pilot-devel@lists.sourceforge.net>>
> To: OpenJump develop and use  <mailto:jump-pilot-devel@lists.sourceforge.net>>
> 
> could you please try the attached?
> i operated them out of gvsig 1.11 and they seem to work even with xp.
> 
> as a little gadget i took the linux libs as well.
> @Arnd: could you please check if you can load ecw with the attached files 
> copied accordingly. please remove/rename 'lib/ermapper.jar' if you have it 
> there and use the attched oj_linux.sh to start oj.
> 
> ede
> 
> On 16.09.2011 14:35, Rahkonen Jukka wrote:
>> Hi,
>>
>> Yes, nightly build shows the error
>>
>> com.vividsolutions.jump.JUMPException: 
>> D:\ohjelmat\OpenJUMP_142_d_ECW\lib\ext\jecw.dll: Can't find dependent 
>> libraries
>>  at 
>> com.vividsolutions.jump.workbench.imagery.ecw.ECWImage.init(ECWImage.java:92)
>>  at 
>> com.vividsolutions.jump.workbench.imagery.ecw.ECWImage.(ECWImage.java:70)
>>  at 
>> com.vividsolutions.jump.workbench.imagery.ecw.ECWImageFactory.createImage(ECWImageFactory.java:67)
>>  at 
>> com.vividsolutions.jump.workbench.imagery.ImageryLayerDataset.createImage(ImageryLayerDataset.java:77)
>>  at 
>> org.openjump.core.ui.io.file.ReferencedImageFactoryFileLayerLoader.createFeature(ReferencedImageFactoryFileLayerLoader.java:223)
>>  at 
>> org.openjump.core.ui.io.file.ReferencedImageFactoryFileLayerLoader.open(ReferencedImageFactoryFileLayerLoader.java:122)
>>  at 
>> org.openjump.core.ui.plugin.file.open.OpenFileWizard.run(OpenFileWizard.java:131)
>>  at 
>> org.openjump.core.ui.plugin.file.OpenWizardPlugIn.run(OpenWizardPlugIn.java:93)
>>  at 
>> com.vividsolutions.jump.workbench.ui.task.TaskMonitorManager$TaskWrapper.run(TaskMonitorManager.java:152)
>>  at java.lang.Thread.run(Unknown Source)
>>
>> -Jukka-
>>
>> edgar.soldin wrote:
>>
>>> just checked, works fine with java 5,6,7 x86 on windows 7.
>>
>>> in xp it throws
>> ..\jecw.dll Can't find dependent libraries.
>>
>>> I guess the dll's are missing some runtime that is available in Win7 out of 
>>> the box.
>>
>>> Do you get the same error jukka?
>>> Please try this with the nightly build, as it contains a fix where errors 
>>> where silently ignored.
>>
>>> thanks ede
>>
>>
>> On 16.09.2011 12:25, Rahkonen Jukka wrote:
>>> Hi,
>>>
>>> I tried to test your plugin with OJ 1.4.2 release but unfortunately it does 
>>> not show my ecw images.  I tested first that the OpenJUMP 1.4.2 release 
>>> version opens and shows the images. Then I removed the original ECW files 
>>> (ermapper.jar and the dll files) and used your plugin files instead.  Now 
>>> the ecw file appears in the layer list but the image does not show. I do 
>>> not get any errors into openjump.log file. The layer properties tool 
>>> reports layer extents as 0,0,-1, -1
>>>
>>>  I verified that I have not troubles with gvSIG version 1.11 final which 
>>> seems to contain the same files.  I am runnin Windows XP Pro and Java 
>>> 1.6.0_27.
>>>
>>> -Jukka Rahkonen-
>>>
>>>
>>>*Lähettäjä:* Giuseppe Aruta [mailto:giuseppe_ar...@yahoo.it 
>>> <mailto:giuseppe_ar...@yahoo.it>]
>>>*Lähetetty:

Re: [JPP-Devel] ecw 0.0.7 linux32 test (archive now updated)

2011-09-16 Thread Giuseppe Aruta
I did the test with Ubuntu 11.04 and OpenJDK




Da: Giuseppe Aruta 
A: OpenJump develop and use 
Inviato: Venerdì 16 Settembre 2011 16:42
Oggetto: Re: [JPP-Devel] ecw 0.0.7 linux32 test (archive now updated)


Hi Ede,
 I tested with ubuntu with an ecw ( that I can open with Windos 7). PlugIn can 
see ECW on "open file" process, ECW file is displayed on layer list but not 
displayed on the workbench view. 

If I check on Layer property, the name is displayed correctly but Datasource 
classs and source path show "not saved" text.

Peppe



Da: "edgar.sol...@web.de" 
A: OpenJump develop and use 
Inviato: Venerdì 16 Settembre 2011 15:59
Oggetto: [JPP-Devel] ecw 0.0.7 linux32 test (archive now updated)

Arnd or other Linux user,

i had to repack the libs because symbolic links didn't survive the packaging 
properly. so find attached a tgz file that should work. instructions below stay 
the same.

thanks ede

 Original Message 
Subject: Re: [JPP-Devel] ecw 0.0.7 plugin error
Date: Fri, 16 Sep 2011 15:12:09 +0200
From: edgar.sol...@web.de
Reply-To: OpenJump develop and use 
To: OpenJump
 develop and use 

could you please try the attached?
i operated them out of gvsig 1.11 and they seem to work even with xp.

as a little gadget i took the linux libs as well.
@Arnd: could you please check if you can load ecw with the attached files 
copied accordingly. please remove/rename 'lib/ermapper.jar' if you have it 
there and use the attched oj_linux.sh to start oj.

ede 

On 16.09.2011 14:35, Rahkonen Jukka wrote:
> Hi,
> 
> Yes, nightly build shows the error
> 
> com.vividsolutions.jump.JUMPException: 
> D:\ohjelmat\OpenJUMP_142_d_ECW\lib\ext\jecw.dll: Can't find dependent 
> libraries
>  at 
>com.vividsolutions.jump.workbench.imagery.ecw.ECWImage.init(ECWImage.java:92)
>  at
 com.vividsolutions.jump.workbench.imagery.ecw.ECWImage.(ECWImage.java:70)
>  at 
>com.vividsolutions.jump.workbench.imagery.ecw.ECWImageFactory.createImage(ECWImageFactory.java:67)
>  at 
>com.vividsolutions.jump.workbench.imagery.ImageryLayerDataset.createImage(ImageryLayerDataset.java:77)
>  at 
>org.openjump.core.ui.io.file.ReferencedImageFactoryFileLayerLoader.createFeature(ReferencedImageFactoryFileLayerLoader.java:223)
>  at 
>org.openjump.core.ui.io.file.ReferencedImageFactoryFileLayerLoader.open(ReferencedImageFactoryFileLayerLoader.java:122)
>  at 
>org.openjump.core.ui.plugin.file.open.OpenFileWizard.run(OpenFileWizard.java:131)
>  at 
>org.openjump.core.ui.plugin.file.OpenWizardPlugIn.run(OpenWizardPlugIn.java:93)
>  at 
>com.vividsolutions.jump.workbench.ui.task.TaskMonitorManager$TaskWrapper.run(TaskMonitorManager.java:152)
>  at
 java.lang.Thread.run(Unknown Source)
> 
> -Jukka-
> 
> edgar.soldin wrote:
> 
>> just checked, works fine with java 5,6,7 x86 on windows 7.
> 
>> in xp it throws
> ..\jecw.dll Can't find dependent libraries.
> 
>> I guess the dll's are missing some runtime that is available in Win7 out of 
>> the box.
> 
>> Do you get the same error jukka?
>> Please try this with the nightly build, as it contains a fix where errors 
>> where silently ignored.
> 
>> thanks ede
> 
> 
> On 16.09.2011 12:25, Rahkonen Jukka wrote:
>> Hi,
>>
>> I tried to test your plugin with OJ 1.4.2 release but unfortunately it does 
>> not show my ecw images.  I tested first that the OpenJUMP 1.4.2 release 
>> version opens and shows the images. Then I removed the original ECW files 
>> (ermapper.jar and the dll files) and used your plugin files
 instead.  Now the ecw file appears in the layer list but the image does not 
show. I do not get any errors into openjump.log file. The layer properties tool 
reports layer extents as 0,0,-1, -1
>>
>>  I verified that I have not troubles with gvSIG version 1.11 final which 
>>seems to contain the same files.  I am runnin Windows XP Pro and Java 
>>1.6.0_27.
>>
>> -Jukka Rahkonen-
>>
>>
>>     *Lähettäjä:* Giuseppe Aruta [mailto:giuseppe_ar...@yahoo.it]
>>     *Lähetetty:* 16. syyskuuta 2011 11:07
>>     *Vastaanottaja:* OpenJump develop and use
>>     *Aihe:* Re: [JPP-Devel] ecw license WAS: Re: ecw bugfix
>>
>>     Hi,
>>
>>     some months ago I tested GvSIG ECW lib
 (jecw.jar) with OpenJUMP - It was working fine, even faster than ErMapper.jar 
from ErMapper.
>>     With this lib GvSIG team seems to have solved the bug that let ECW file 
>>to daspear (when zooming out of the image extension).
>>     I did a link to this lib (included all dll files) that works with 
>>OpenJUMP
>>    
>>http://sourceforge.net/projects/opensit/files/Openju

Re: [JPP-Devel] ecw 0.0.7 linux32 test (archive now updated)

2011-09-16 Thread Giuseppe Aruta
Hi Ede,
 I tested with ubuntu with an ecw ( that I can open with Windos 7). PlugIn can 
see ECW on "open file" process, ECW file is displayed on layer list but not 
displayed on the workbench view. 

If I check on Layer property, the name is displayed correctly but Datasource 
classs and source path show "not saved" text.

Peppe




Da: "edgar.sol...@web.de" 
A: OpenJump develop and use 
Inviato: Venerdì 16 Settembre 2011 15:59
Oggetto: [JPP-Devel] ecw 0.0.7 linux32 test (archive now updated)

Arnd or other Linux user,

i had to repack the libs because symbolic links didn't survive the packaging 
properly. so find attached a tgz file that should work. instructions below stay 
the same.

thanks ede

 Original Message 
Subject: Re: [JPP-Devel] ecw 0.0.7 plugin error
Date: Fri, 16 Sep 2011 15:12:09 +0200
From: edgar.sol...@web.de
Reply-To: OpenJump develop and use 
To: OpenJump develop and use 

could you please try the attached?
i operated them out of gvsig 1.11 and they seem to work even with xp.

as a little gadget i took the linux libs as well.
@Arnd: could you please check if you can load ecw with the attached files 
copied accordingly. please remove/rename 'lib/ermapper.jar' if you have it 
there and use the attched oj_linux.sh to start oj.

ede 

On 16.09.2011 14:35, Rahkonen Jukka wrote:
> Hi,
> 
> Yes, nightly build shows the error
> 
> com.vividsolutions.jump.JUMPException: 
> D:\ohjelmat\OpenJUMP_142_d_ECW\lib\ext\jecw.dll: Can't find dependent 
> libraries
>  at 
>com.vividsolutions.jump.workbench.imagery.ecw.ECWImage.init(ECWImage.java:92)
>  at 
>com.vividsolutions.jump.workbench.imagery.ecw.ECWImage.(ECWImage.java:70)
>  at 
>com.vividsolutions.jump.workbench.imagery.ecw.ECWImageFactory.createImage(ECWImageFactory.java:67)
>  at 
>com.vividsolutions.jump.workbench.imagery.ImageryLayerDataset.createImage(ImageryLayerDataset.java:77)
>  at 
>org.openjump.core.ui.io.file.ReferencedImageFactoryFileLayerLoader.createFeature(ReferencedImageFactoryFileLayerLoader.java:223)
>  at 
>org.openjump.core.ui.io.file.ReferencedImageFactoryFileLayerLoader.open(ReferencedImageFactoryFileLayerLoader.java:122)
>  at 
>org.openjump.core.ui.plugin.file.open.OpenFileWizard.run(OpenFileWizard.java:131)
>  at 
>org.openjump.core.ui.plugin.file.OpenWizardPlugIn.run(OpenWizardPlugIn.java:93)
>  at 
>com.vividsolutions.jump.workbench.ui.task.TaskMonitorManager$TaskWrapper.run(TaskMonitorManager.java:152)
>  at java.lang.Thread.run(Unknown Source)
> 
> -Jukka-
> 
> edgar.soldin wrote:
> 
>> just checked, works fine with java 5,6,7 x86 on windows 7.
> 
>> in xp it throws
> ..\jecw.dll Can't find dependent libraries.
> 
>> I guess the dll's are missing some runtime that is available in Win7 out of 
>> the box.
> 
>> Do you get the same error jukka?
>> Please try this with the nightly build, as it contains a fix where errors 
>> where silently ignored.
> 
>> thanks ede
> 
> 
> On 16.09.2011 12:25, Rahkonen Jukka wrote:
>> Hi,
>>
>> I tried to test your plugin with OJ 1.4.2 release but unfortunately it does 
>> not show my ecw images.  I tested first that the OpenJUMP 1.4.2 release 
>> version opens and shows the images. Then I removed the original ECW files 
>> (ermapper.jar and the dll files) and used your plugin files instead.  Now 
>> the ecw file appears in the layer list but the image does not show. I do not 
>> get any errors into openjump.log file. The layer properties tool reports 
>> layer extents as 0,0,-1, -1
>>
>>  I verified that I have not troubles with gvSIG version 1.11 final which 
>>seems to contain the same files.  I am runnin Windows XP Pro and Java 
>>1.6.0_27.
>>
>> -Jukka Rahkonen-
>>
>>
>>     *Lähettäjä:* Giuseppe Aruta [mailto:giuseppe_ar...@yahoo.it]
>>     *Lähetetty:* 16. syyskuuta 2011 11:07
>>     *Vastaanottaja:* OpenJump develop and use
>>     *Aihe:* Re: [JPP-Devel] ecw license WAS: Re: ecw bugfix
>>
>>     Hi,
>>
>>     some months ago I tested GvSIG ECW lib (jecw.jar) with OpenJUMP - It was 
>>working fine, even faster than ErMapper.jar from ErMapper.
>>     With this lib GvSIG team seems to have solved the bug that let ECW file 
>>to daspear (when zooming out of the image extension).
>>     I did a link to this lib (included all dll files) that works with 
>>OpenJUMP
>>    
>>http://sourceforge.net/projects/opensit/files/Openjump/ecw_plugin.zip/download
>>
>>
>>     Giuseppe
>>     *Da:* Stefan Steiniger 
>>     *A:* OpenJump develop and use 
>>     *Inviato:* Giovedì 15 Sett