Skip to content

NothingIsMatter/hot-load

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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/");

About

Hot load for Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages