I tried to establish direct connection between SDE and java

454
0
12-15-2021 01:00 AM
santhoshT
New Contributor II

1) I used the below code to the SDE 10.3 direct connection  from java 

String instance = "1234";//sde port
String server="host";

if (conn == null) {
try {
conn = new SeConnection(server, instance, database, userName, password);
System.out.println("Connection Successful");

}

I got the below error 

[java.lang.UnsatisfiedLinkError: no sdejavautil in java.library.path] with root cause

I have to install the ArcSDE on my local machine so that I can able to avoid this issue. Could you please share the download path for ArcSDE 10.3? 

2)  ArcGis is licensed or open source?

 

Could you pls advise...!

0 Kudos
0 Replies