I'm facing deployment issue while deploying a simple Java CLI app

Question:
I’m trying to deploy a Java app and it takes input from CLI. But when I’m trying to deploy it, it fails.
I’ve tried what I could do, not sure what’s missing. Could you please take a look at it? Thank you.

Repl link/Link to where the bug appears:
https://replit.com/@shikhar-arora/AnagramApp

Screenshots, links, or other helpful context:

1 Like

Hey @shikhar-arora!

You can’t deploy CLI-based apps.

3 Likes