<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <font size="-1">Anyone have experience with using the jniwrap java
      wrapper?<br>
      <br>
      I've compiled the jar and set the native library path; however, I
      get an error when I try to run the example from the README.&nbsp; Is
      there something that I haven't configured correctly?<br>
      <br>
      [code]<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PJ sourcePJ = new PJ("+init=epsg:32632");&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; //
      (x,y) axis order<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PJ targetPJ = new PJ("+proj=latlong +datum=WGS84"); //
      (&#955;,&#966;) axis order<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; double[] coordinates = {<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 500000,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0,&nbsp;&nbsp; // First coordinate<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 400000,&nbsp; 100000,&nbsp;&nbsp; // Second coordinate<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 600000, -100000&nbsp;&nbsp;&nbsp; // Third coordinate<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; };<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; sourcePJ.transform(targetPJ, 2, coordinates, 0, 3);<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; System.out.println(Arrays.toString(coordinates));<br>
      <br>
      [output]<br>
      Exception in thread "main" java.lang.IllegalArgumentException:
      +init=epsg:32632<br>
      &nbsp;&nbsp;&nbsp; at org.proj4.PJ.&lt;init&gt;(Unknown Source)<br>
      &nbsp;&nbsp;&nbsp; at
      org.landcare.scenzgrid.proj4.test.HEALPixTest.main(HEALPixTest.java:36)<br>
      <br>
      Thanks<br>
    </font>
    <pre class="moz-signature" cols="72">-- 
Michael Speth
Research Systems Developer
Landcare Research</pre>
  </body>
</html>