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

Java classes are not loaded to the classpath on Windows #7

Closed
malinthar opened this issue Jan 13, 2020 · 0 comments · Fixed by #8
Closed

Java classes are not loaded to the classpath on Windows #7

malinthar opened this issue Jan 13, 2020 · 0 comments · Fixed by #8

Comments

@malinthar
Copy link
Contributor

Description:
As I was trying the extension on Windows I got the following messages,

Error: Could not find or load main class StdioLauncher
[Info  - 8:11:00 AM] Connection to server got closed. Server will restart.
Error: Could not find or load main class StdioLauncher
[Info  - 8:11:00 AM] Connection to server got closed. Server will restart.
Error: Could not find or load main class StdioLauncher
[Info  - 8:11:01 AM] Connection to server got closed. Server will restart.
Error: Could not find or load main class StdioLauncher
[Info  - 8:11:02 AM] Connection to server got closed. Server will restart.
Error: Could not find or load main class StdioLauncher
[Error - 8:11:03 AM] Connection to server got closed. Server will not be restarted.

As I concern the reason for the issue is -cp command not correctly loading the class files into the classpath.

OS, DB, other environment details and versions:
OS- Windows 10

Steps to reproduce:
use the VSCode extension on Windows

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 a pull request may close this issue.

1 participant