My computer is always on and for a few months it promted me to update from win7 to win10. I always declined but one morning I found my computer updated and with a new problem.
I have a few java projects that were working fine on win7 and now I can't use a DLL, the error is "java.lang.UnsatisfiedLinkError: Unable to load library 'CidGen64.dll': The specified module could not be found".
The problem appears only in NetBeans, when I run the application with JRE it works fine. I tried to change the libpath like this but the error is the same.
System.setProperty("java.library.path", LibPath);
UPDATE1: This is not a duplicate, I applied the steps from the supposed duplicate and is not working. It is a windows 10 <-> Netbeans or JDK problem.
UPDATE2: I posted a NetBeans project that works in XP(I have no more win7) and fails in windows 10. The project is here