Skip to content

Latest commit

 

History

History
62 lines (43 loc) · 514 Bytes

README.md

File metadata and controls

62 lines (43 loc) · 514 Bytes

jarexe

convert jar file into executable file.

How to run

go get github.com/katsuyan/cmd/jarexe
jarexe ~.jar

Requirements

  • Go 1.8

Development

Requirements

First

dep ensure

Run

go run main.go

Build

go build

Check

go run main.go example_jar/standalone.jar

or

jarexe example_jar/standalone.jar

and

./standalone abc def

and result

(abc def)

LICENSE

MIT