convert jar file into executable file.
go get github.com/katsuyan/cmd/jarexe
jarexe ~.jar
- Go 1.8
- Go 1.8
- dep
dep ensure
go run main.go
go build
go run main.go example_jar/standalone.jar
or
jarexe example_jar/standalone.jar
and
./standalone abc def
and result
(abc def)
MIT