THE BUGs - MichelAMZ/cv-tech GitHub Wiki
JbOSS:### _user-name et Password oubliés : _
https://stackoverflow.com/questions/20041216/wildfly-change-management-realms-password
accepted Passwords by default are stored in
$WILDFLY_HOME/standalone/configuration/mgmt-users.properties but passwords are hashed. Best thing you can do is to remove the user you want and then re-add it via add-user.sh/.bat script you can find in bin folder.
NetBeans - Cannot locate java installation in specified jdkhome (## ## FR)
Copier le chemin jdk avec la version; Aller dans le dossier installation de netbean -> etc -> netbean.conf Remplacer le chemin existant avec le nouveau exemple : netbeans_jdkhome="C:\Program Files\Java\jdk1.8.0_144"