Hi,
I tried creating a simple JavaFx map application with the following code:
ArcGISMap map = new ArcGISMap(Basemap.createImagery());
// set the map to be displayed in this view
mapView = new MapView();
mapView.setMap(map);
This worked for me at home, but not at work. I can see "Powered by Esri" in the corner, but I don't get the map image. I'm guessing this is because I'm behind a proxy at work. I tried setting vm arguments and system properties, but it's not working.
Does arcGIS use different properties to set a proxy? If so, can you please provide an example with code as to how to go about setting the proxy?
Thanks you.