-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Invalid classpath when username has .jar #353
Comments
Have you actually seen this happen? |
Of course, here is more information about accident. Console output:
|
I question why someone would even have .jar in their username for their OS, lol. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If the username contains
.jar
, for examplebaton.jar
the classpath will not be processed correctly and will be a string likeC:\Users\baton.jar
instead ofC:\Users\baton.jar\...\asset.jar
.HeliosLauncher/app/assets/js/processbuilder.js
Lines 649 to 660 in eb683f8
Pretty freaky case, but it can happen...
The text was updated successfully, but these errors were encountered: