Hi @nicholas.DiPiazza, you cannot directly run a Java program from your Postman collection. But you can expose a local server which executes the program when a particular endpoint is hit. You can then trigger that endpoint conditionally in your collection. For more details, see this thread:
4 Likes