good catch, that's probably because of some of the recent changes in the mapserver codebase.<br>please open a ticket and address it to me, i'll fix it asap.<br><br>BR,<br>Umberto<br><br><br><div class="gmail_quote">
2011/5/20 ahmet temiz <span dir="ltr"><<a href="mailto:ahmettemiz88@gmail.com">ahmettemiz88@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Thank you  Umberto ,<br>
<br>
I did.<br>
<br>
It constructed libmapscript.so, and   mapscript.jar.<br>
<br>
" make test" passes.<br>
But, "make threadtests" gave<br>
<br>
orkun@orkun-HP:~/data/mapserver-6.0.0/mapscript/java$ make threadtests<br>
javac -cp ./mapscript.jar -d tests/threadtest/ tests/threadtest/*.java<br>
tests/threadtest/MapThread.java:60: cannot find symbol<br>
symbol  : method getFeature(int,int)<br>
location: class edu.umn.gis.mapscript.layerObj<br>
                shapeObj shape=layer.getFeature(0,-1);<br>
                                    ^<br>
1 error<br>
make: *** [threadtests] Error 1<br>
<br>
how can I solve this problem ?<br>
<br>
regards<br>
<br>
<br>
20 Mayıs 2011 10:15 tarihinde Umberto Nicoletti<br>
<<a href="mailto:umberto.nicoletti@gmail.com">umberto.nicoletti@gmail.com</a>> yazdı:<br>
<div><div></div><div class="h5">> Ahmet,<br>
> you gave the wrong param to with-java-include-os-name and usually it is not<br>
> necessary to specify anything as it will correctly guess from the<br>
> environment.<br>
> Try this:<br>
> set JAVA_HOME to point to the jdk (NOTE: a full JDK is required, JRE is NOT<br>
> enough)<br>
> run ./configure (leave with-java-include-os-name out for now)<br>
> make<br>
> cd mapscript/java<br>
> make clean<br>
> make<br>
> HTH,<br>
> Umberto<br>
> 2011/5/19 ahmet temiz <<a href="mailto:ahmettemiz88@gmail.com">ahmettemiz88@gmail.com</a>><br>
>><br>
>> hello<br>
>><br>
>> I think I am confused about mapscript java configuration<br>
>><br>
>> I added my configuration file<br>
>> --with-java-include-os-name=$JAVA_HOME/include<br>
>><br>
>> But It still cannot find "jni.h"<br>
>><br>
>> I checked $JAVA_HOME:<br>
>><br>
>> orkun@orkun-HP:~$ ls $JAVA_HOME/include/<br>
>> classfile_constants.h  jawt.h  jdwpTransport.h  jni.h  jvmti.h  linux<br>
>> // jni.h seems to exist.<br>
>><br>
>><br>
>> what might have caused the problem ?<br>
>><br>
>> regards<br>
>> --<br>
>> Ahmet Temiz<br>
>> Jeoloji Müh.<br>
>> Afet ve Acil Durum Yönetimi Başkanlığı<br>
>> Planlama ve Zarar Azaltma Dairesi Başkanlığı<br>
>> Bilgi ve CBS grubu<br>
>> Eskişehir Yolu 10. km.<br>
>> Lodumlu / Ankara<br>
>> Tel : <a href="tel:0%20312%202872680" value="+13122872680">0 312 2872680</a> / 1535<br>
>> ________________________<br>
>><br>
>> Ahmet Temiz<br>
>> Geological Eng.<br>
>> Information Systems - GIS Group<br>
>> Disaster and Emergency Management<br>
>> of Presidency<br>
>> _______________________________________________<br>
>> mapserver-users mailing list<br>
>> <a href="mailto:mapserver-users@lists.osgeo.org">mapserver-users@lists.osgeo.org</a><br>
>> <a href="http://lists.osgeo.org/mailman/listinfo/mapserver-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapserver-users</a><br>
><br>
><br>
<br>
<br>
<br>
</div></div>--<br>
<div><div></div><div class="h5">Ahmet Temiz<br>
Jeoloji Müh.<br>
Afet ve Acil Durum Yönetimi Başkanlığı<br>
Planlama ve Zarar Azaltma Dairesi Başkanlığı<br>
Bilgi ve CBS grubu<br>
Eskişehir Yolu 10. km.<br>
Lodumlu / Ankara<br>
Tel : <a href="tel:0%20312%202872680" value="+13122872680">0 312 2872680</a> / 1535<br>
________________________<br>
<br>
Ahmet Temiz<br>
Geological Eng.<br>
Information Systems - GIS Group<br>
Disaster and Emergency Management<br>
of Presidency<br>
</div></div></blockquote></div><br>