Reputation: 3276
I've got this working run configuration in IntelliJ which I want to convert tro a command line one. Been trying few things but it can't seem to locate my class file.
Can someone suggest the correct command to run please?
Many thanks
Upvotes: 6
Views: 3189
Reputation: 3859
The easiest way is to run this configuration from within IDEA, open the "Run" tool window and copy the command from there.
Note that IDEA adds some specific settings and you'll have to remove them, like removing idea_rt.jar from classpath, etc.
Upvotes: 4