I do not understand why I cannot load a shapefile using the javasdk. The error I get is "Shape type not supported in runtime geodatabase".
I can load the same file in arcgis pro but not using the FeatureLayer class.
My code is identical to the online example:
https://developers.arcgis.com/java/latest/sample-code/feature-layer-shapefile.htm
What does arcgis pro do differently than the java sdk?
Thanks,
Paul