Skip to content

Commit

Permalink
print classpath
Browse files Browse the repository at this point in the history
carlosuc3m committed Oct 18, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 1acfd4f commit 0ef1ff6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -495,6 +495,7 @@ private List<String> getProcessCommandsWithoutArgs() throws IOException, URISynt
command.add("-cp");
command.add(classpath);
command.add(className);
System.out.println(command);
return command;
}

0 comments on commit 0ef1ff6

Please sign in to comment.