I have check the name space is correct,
when I comment import declaration (to java-src class) on clj file and run the project with lein run,
the project run perfectly but when almost finish compile all file in project
I check on console say:
“Compiling 3 source files to target/classes”
and then the project recompile all file again and then running.
after that I stop running the project
I check the target/classes my java class there, then I uncomment import declaration and lein run the project running perfectly
so its like when I first run the java-src not compiled yet so my clj file with import declaration couldn’t found the java class from java-src.