fix(runner): use argfile for classpath to avoid Windows cmd length limit by mKrswe · Pull Request #470 · nvim-java/nvim-java · GitHub
Skip to content

fix(runner): use argfile for classpath to avoid Windows cmd length limit#470

Open
mKrswe wants to merge 2 commits intonvim-java:mainfrom
mKrswe:fix/windows-long-classpath
Open

fix(runner): use argfile for classpath to avoid Windows cmd length limit#470
mKrswe wants to merge 2 commits intonvim-java:mainfrom
mKrswe:fix/windows-long-classpath

Conversation

@mKrswe
Copy link
Copy Markdown
Contributor

@mKrswe mKrswe commented Jan 24, 2026

Fixes #465
argFile is only used when using Windows and the would be too long.
I also change the classpath seperator to be conditional as Windows is using ';'

@s1n7ax
Copy link
Copy Markdown
Member

s1n7ax commented Jan 30, 2026

@mKrswe
Copy link
Copy Markdown
Contributor Author

mKrswe commented Jan 30, 2026

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

Successfully merging this pull request may close these issues.

Cannot run spring boot application

2 participants