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

It seems exe will catch every vm args exist in comand line and use them even some args shouldn't be caught #97

Open
Seiphon opened this issue Feb 24, 2021 · 0 comments

Comments

@Seiphon
Copy link

Seiphon commented Feb 24, 2021

Hi, I met a problem when using winrun4j, hope you can give some adivices.

I using myapp.exe to excute a command with jvm args. What I expected is pass the jvm args as a regular args to my app, however myapp.exe will catch every vm args exist and use them. So my app can not get expected args.

btw, when I using "java -jar myapp.jar" to execute the command, it works well. the vm args can be passed to my app.

So I am wondering is the winrun4j designed to do that? or is there anyway I can use to avoid this?

Hope get your reply, thank you guys very much.

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

1 participant