Skip to content

Intermittent Class Loading Issues with Java Core Packages in VSCode #3797

@Laceprndpm

Description

@Laceprndpm

[provide a description of the issue]

Environment
  • Operating System:Win 11
  • JDK version:JDK 17
  • Visual Studio Code version:1.93.1
  • Java extension version:v1.35.1
Steps To Reproduce

1.While using the Java extension in VSCode, I encountered an issue where the classes from the Java core packages (such as String) cannot be loaded correctly, which leads to malfunctioning autocomplete features. However, even though these core package classes fail to load, I am still able to use methods from the String class, such as String.length() and String.substring(), which work properly and provide autocomplete. Moreover, this issue does not occur every time.
issue

[Please attach a sample project reproducing the error]
Please attach logs

Current Result
Expected Result
Additional Informations

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions