When I run my compiler with some file in a directory, a/b/c.cc for example, I want to generate a file a/b/c.j and run jasmin. However, when I run jasmin in my program, it writes the class file to c.class to the working directory. Is it acceptable to move this c.class file from the working directory to a/b/c.class in my program?
Thank you!