Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 403 Bytes

File metadata and controls

12 lines (8 loc) · 403 Bytes

hot-load

Hot load for Java

This is base version in which you can change TestModule#toString method and track output in running programm with no need to recompile.

To test it you may need to change in ClassWatchDog.

        Iterable sourcefiles = fileManager.getJavaFileObjects("src/TestModule.java");
        Iterable<String> options = Arrays.asList("-d", "out/production/learning/");