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

Inconsistent JAR Issues on Windows despite working on Linux and Mac #95

Open
namiwa opened this issue Nov 11, 2019 · 3 comments
Open

Inconsistent JAR Issues on Windows despite working on Linux and Mac #95

namiwa opened this issue Nov 11, 2019 · 3 comments

Comments

@namiwa
Copy link

namiwa commented Nov 11, 2019

After testing, we realized that our JAR release works normally on Linux and Mac terminal, but fails to run as expected on Windows command prompt.

Working on Linux
image

Same command fails on windows
image

On Windows, switching from command prompt to GitBash allows it to work normally on Windows.
image

We have parsed the user input character by character, but it seems that windows command prompt and power shell are appending unexpected characters when parsing the user input from terminal. Has anyone faced a similar issue?

@okkhoy requesting your input on this

@TerenceTanWT
Copy link

Could this be due to Linux/Unix newline being \n and Window's being \r\n?

@namiwa
Copy link
Author

namiwa commented Nov 11, 2019

@TerenceTanWT Thanks I think that was causing the errors

@TerenceTanWT
Copy link

You’re welcome! I experienced similar issues previously too 😂

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

2 participants