You can test if the application can connect to the internet by using the downloader jar which does a connection test on startup (as the Fieldsoftware can work in offline mode, it does not do a connection test):
https://remotesensing.vito.be/software/uav-pc/mapeo-download-tool/MAPEO-Download-Tool.jar
If there is an issue with the connection or the permissions, you will get this message:
In case you are required to use a proxy server, the Fieldsoftware also requires the “-http.proxy*” params to be set in the bat file or script (see previous chapters), for example:
java -Dhttps.proxyHost=proxy.company.com -Dhttps.proxyPort=80 -Dhttp.proxyHost= proxy.company.com -Dhttp.proxyPort=80 -jar MAPEO-Field-Software-.jar
More info on proxy and network parameters can be found here:
- https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/net/doc-files/net-properties.html
- https://stackoverflow.com/questions/30630330/what-java-properties-to-pass-to-a-java-app-to-authenticate-with-a-http-proxy