redhat-developer / redhat-developer/vscode-java
reference lib are not added to classpath
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 2.3k
- Forks
- 546
- Avg merge
- 20h 1m
- Merged PRs (30d)
- 11
Description
"I've specified the wild card pattern /pat/lib/**/*.jar to include 359 JAR files in the classpath for my Java project in Visual Studio Code. However, despite this configuration, the JAR files aren't being added correctly. As a result, the compilation process is significantly delayed due to numerous errors, ultimately leading to a Timeout while waiting for completion of job: Update classpath Job(54)
!ENTRY org.eclipse.jdt.ls.core 1 0 2024-03-19 09:05:09.808
!MESSAGE Timeout while waiting for completion of job: Update classpath Job(54)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the /pat/lib/**/*.jar wildcard configuration in the VS Code Java extension and inspect the reported Update classpath timeout. The work is done when all 359 JAR files are added to the classpath and compilation completes without the timeout and resulting errors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, vscode
- Domain
- developer-experience
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100