Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jar2exe add on #20

Open
nik312123 opened this issue Mar 3, 2018 · 4 comments
Open

Jar2exe add on #20

nik312123 opened this issue Mar 3, 2018 · 4 comments

Comments

@nik312123
Copy link

As the title says, could you add exe exporting functionality from jar2app but one that works in converting to an exe application? That would be amazing! (It is just a feature request.)

@Lucina
Copy link
Contributor

Lucina commented Mar 3, 2018

"Converting to an exe application" would be more or less creating a new wrapper to start a JVM with your program. Seeing as this project is in python... Perhaps it would be appropriate to use py2exe to create that wrapper. Unless, of course, a better way to compile an EXE that suits this purpose exists.
One might also use this tool to add things like icon and version info.
Personally, I would't put much stock in such a feature. There are various alternatives such as Launch4j and JSW, although I admit they're probably not designed to be as simplistic as jar2app.

@nik312123
Copy link
Author

nik312123 commented Mar 4, 2018

I actually tried using Launch4j, and it work well enough. However, the issue here is enough to make me reconsider: https://sourceforge.net/p/launch4j/discussion/332683/thread/5bbc2087/

I have never heard of JSW, so I'll look into that one, too.

Although, if it would be possible to make a version of jar2app that includes exe support, it would be a lot simpler, and everyone would probably be using it.

@Jorl17
Copy link
Owner

Jorl17 commented Mar 12, 2018

Hi!

Although I consider this to be a good idea, it requires its own independent package, as the technology is vastly different. It is essentially a different project. As such, it is unlikely this feature will be implemented soon...

@nik312123
Copy link
Author

That is reasonable. I guess I will try to make it work somehow. :P

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants