Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] Geotiff rendering problem

Interesting. In my experience I only mess with the build.properties to
say what is included in the plugin (when it is packaged up for
release). In anycase I am glad you are back in the in the game.

Jody

2009/8/1 Rahul... हम पंछी उन्मुक्त गगन के <rahul.official@xxxxxxxxx>:
> Everything was alright except the build.properties. I had chaned it. I don't
> know how does that affect but when I set is as the default one, it worked.
>
> 2009/8/1 Jody Garnett <jody.garnett@xxxxxxxxx>
>>
>> Hi Rahul:
>>
>> You need to ensure your JRE includes JAI and that when you run the app it
>> has the osgi setting to use the "boot classpath" (the boot classpath is Java
>> and all its extensions include JAI). By default the OSGi plugin system
>> *just* uses Java and ignores any installed JRE extensions ...
>>
>> For more information please review the set up and run instructions...
>> Jody
>>
>> On 29/07/2009, at 5:10 PM, Rahul... हम पंछी उन्मुक्त गगन के wrote:
>>
>>> I have downloaded the source from SVN. The code compiles successfully and
>>> doesnot show any error. Now When I try to add a tiff or clouds.jpg layer, It
>>> is not getting rendered but the layer is getting added on the catalog.
>>>
>>> The error that I get on console is:
>>>
>>>
>>> java.lang.NoClassDefFoundError: javax/media/jai/JAI
>>>    at
>>> net.refractions.udig.render.internal.gridcoverage.basic.BasicGridCoverageRenderer.render(BasicGridCoverageRenderer.java:148)
>>>    at
>>> net.refractions.udig.render.internal.gridcoverage.basic.BasicGridCoverageRenderer.render(BasicGridCoverageRenderer.java:376)
>>>    at
>>> net.refractions.udig.project.internal.render.impl.RenderJob.startRendering(RenderJob.java:108)
>>>    at
>>> net.refractions.udig.project.internal.render.impl.RenderJob.run(RenderJob.java:213)
>>>    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
>>> Caused by: java.lang.ClassNotFoundException: javax.media.jai.JAI
>>>    at
>>> org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(BundleLoader.java:481)
>>>    at
>>> org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:397)
>>>    at
>>> org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:385)
>>>    at
>>> org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:87)
>>>    at java.lang.ClassLoader.loadClass(Unknown Source)
>>>    at java.lang.ClassLoader.loadClassInternal(Unknown Source)
>>>    ... 5 more
>>>
>>> --
>>> Thanks,
>>> Rahul
>>> <tiff and jpg problem.JPG>
>>
>
>
>
> --
> Thanks,
> Rahul
>


Back to the top