Skip to content

Commit dc1934e

Browse files
committed
Add note about Eclipse setup for GDAL
1 parent ab25412 commit dc1934e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

GDAL_README.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@ Building
2727
...
2828
}
2929

30+
If using Eclipse, in the project properties, select 'Java Build Path',
31+
and in the 'Libraries' tab, remove any existing 'gdal.jar' entry,
32+
and use 'Add External Jar' to point to your installed GDAL jar
33+
location. Under that new entry, edit the 'Native Library Location'
34+
to point to the location of the native libraries. This will add
35+
the argument '-Djava.library.path=<native library location>' to
36+
the JVM args when applications are run.
3037

3138
Deploying applications
3239
------------------------------------------------------------

0 commit comments

Comments
 (0)