Issue
After I added -Djdk.net.hosts.file
property my app cannot resolve the name of my local machine. Is there a way to make it fallback to default resolution when nothing found in the hosts file I provided?
Solution
Looking at the Java sources it seems that there is no fallback, i.e. it's either the file based name resolution or the system's.
Answered By - Lothar
Answer Checked By - Robin (JavaFixing Admin)