You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What I really want here is "target/bin", but I'm not sure if that is right. Maybe "/usr/bin/java" is more correct. Maybe the "target/bin" can be passed in to java somehow? Your thoughts?
The text was updated successfully, but these errors were encountered:
When running the stand alone executable on a Unix system, there seems to be no way to access the executable's name.
$ lein run arg1 arg2
/usr/bin/java
$ target/bin arg1 arg2
nil
What I really want here is "target/bin", but I'm not sure if that is right. Maybe "/usr/bin/java" is more correct. Maybe the "target/bin" can be passed in to java somehow? Your thoughts?
The text was updated successfully, but these errors were encountered: