I have no idea anymore. Since today 14pm the hot-code replace does not work anymore. I had jdk8_74x64 installed on win10x64.
I test it using this code in a simple project (without maven and without dependencies):
public class Test{
public static void main(String[] args){
System.out.println("hi"); // breakpoint here, it stops always
System.out.println("ho"); // on suspending i change this to "hoy".
}
}
- Start eclipse with new workspace - still not working
- Restart computer - still not working
- Uninstall all JDK/JRE and remove all
javaws.exe
, install again - still not working. - Uninstall eclipse, reinstall eclipse - still not working
- Installed netbeans, using "apply code changes" - still not working.
- Delete jdk with all
javaws.exe
, delete eclipse, uninstall netbeans, use new user, install jdk 8u31x64 install netbeans - still not working - Installed idea-community-edition15+jetbrains, change
ho
tohoy
and apply class-changes (idea notifies me1 class reloaded
) - still not working.
How to get hot-code-replace working?