Exeption java.lang.UnsatisfiedLinkError: no ntvauth in java.library.path

3311
1
03-19-2012 03:51 PM
CarlosVargas
New Contributor
Good day, my problem is I try to do a little exercise of arcgis 10 with java but when run it displays the following error: java.lang.UnsatisfiedLinkError: no ntvauth in java.library.path.

Thanks for your help :rolleyes:
0 Kudos
1 Reply
TomSchuller
Occasional Contributor III
Hy,
just use the JRE which is provided by Esri to run your program:
C:\Program Files (x86)\ArcGIS\Desktop10.0\java\jre
or
C:\Program Files (x86)\ArcGIS\Server10.0\java\jre
or similar

Tom
0 Kudos