Skip to content

katsuyan/jarexe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages