-
Notifications
You must be signed in to change notification settings - Fork 134
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
Test runner showing "Configure Python Tests" instead of Java #1646
Comments
I get this issue after mannually downloading of junit also |
This means the Java project is not recognized. How does your java project look like? Would you mind sharing it? |
This icon indicates that the extension failed to activate. Is there any error in the logs? https://github.com/redhat-developer/vscode-java/wiki/Troubleshooting#get-the-java-language-servers-workspace-logs |
Would you mind sharing your project if possible? |
Does I have to share the full project from the first? |
Just a minimal project which can repro your issue will be fine. |
` package com.bts.controller; import java.time.LocalDate; public class TestCases {
}` |
https://1drv.ms/f/s!An-s8mCZusGNgeYNgyjTVEjqH1MJrw?e=JbFvBY This is my full project source code link, you can check from here and you can find the code file from com/bts/controller/testcases.java |
Ok, I open the folder If you need to edit your project classpath, you can open |
Again this error came, what should I do |
The text was updated successfully, but these errors were encountered: