DEV Community

Discussion on: Writing Java Command Line Tools is Cumbersome... Or is it???

Collapse
 
phlash profile image
Phil Ashby • Edited

This is probably going in very much the wrong direction, however it's Friday & I was inspired to write a more complete self-executable script header for Java, much like the old install.sh hacks that bundled a tar file with it's install script...

gist.github.com/phlash/a5e914430bf...

A much better approach might be adopting JShell: en.wikipedia.org/wiki/JShell, or adding specific Java magic to en.wikipedia.org/wiki/Binfmt_misc.

I apologise in advance for those offended and screaming 'My eyes!'...

Collapse
 
argherna profile image
Andy Gherna

I get a lot of little important things done quickly using techniques like that. Nothing wrong with it.