-
Notifications
You must be signed in to change notification settings - Fork 113
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
Class not found exception after installation on Windows #472
Comments
hi @andrii0lomakin, I guess by Can you please provide some additional information regarding:
|
Hi @stratika |
TornadoVM does not have any image for PTX + Windows. Since no instructions for reproducing the error are provided, I will close this issue. Feel free to open new issues with concrete steps to reproduce them if this problem persists. |
Hi @jjfumero
Please see above. |
|
You need to pass your program: $ tornado YourJavaProgram You can also try $ tornado --devices Which runs a Java program to explore all devices reachable within your system. The image you are running is for the OpenCL backend on NVIDIA GPUs. So this image assumes you have an NVIDIA GPU that can run OpenCL. |
I supposed that, in such cases, some meaningful message would not harm instead of error of absence main class . I mean if I run |
The |
@jjfumero I understand that, but it is possible to change script that it will provide more helpful message in such case. Anyway it is definitely not critical. |
After installation and execution of stewards.cmd on windows I have got
python .\bin\tornado WARNING: Using incubator modules: jdk.incubator.vector Error: Could not find or load main class None Caused by: java.lang.ClassNotFoundException: None
The text was updated successfully, but these errors were encountered: