I am working on autotools. I have some C ++ files that use the java class. I can create an executable for my project using autotools, but I cannot create an executable for the java class that I included in the project. My project executes this Java executable as a command.
source share