Is java SDK for ArcGIS desktop applications or for web applications

490
2
01-27-2021 02:49 AM
WaelYoussef
New Contributor II

I need to create a web application on java using the java sdk for ArcGIS, is the java SDK for ArcGIS for web applications or Desktop applications if it is for desktop applications, what is the best SDK that allow me to create web application with ArcGIS tools?

0 Kudos
2 Replies
MarkBaird
Esri Regular Contributor

@WaelYoussef the ArcGIS Runtime SDK for Java is for writing JavaFX desktop applications.

If you want to create a web application where are various options open to you.  

 - JavaSctipt API : https://developers.arcgis.com/javascript/latest/

 - One of the builder apps https://developers.arcgis.com/documentation/#arcgis-web-appbuilder

Does this help you?

 

WaelYoussef
New Contributor II

many thanks @MarkBaird 

 

0 Kudos