If I have a Windows executable, how can I find out which dlls it will load?
I\'m just talking about which ones that will be loaded statically, not ones it might load
Open the command prompt and then type below command
tasklist /m /fi "imagename eq netbeans.exe"
Type instead netbeans.exe whatever name your exe file name.