You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[provide a description of the issue]
this may not be a problem.
I'm new in Java so I'm not using Maven.
I found when I typing a package which is in my systems env :CLASSPATH,there's error saying:
the import XXX cannot be resolved.and the file cannot compile.
But in cmd(windows),there's no error using javac and java.
I think vscode and this extension is so powerfull that they should have the ability to autocomplete the import and even compile the src like prompt javac and java.(which is:javac can compile src with package in CLASSPATH .
Environment
Operating System:Win10
JDK version:jdk-11
Visual Studio Code version:insider(1.31)and latest stable version
Java extension version:0.40.0
Steps To Reproduce
add some jar into system env:CLASSPATH
import some package in CLASSPATH
show the error "import cannot be resolved"
Current Result
Expected Result
can autodetect and compile (for the debugger extension) src with packages in CLASSPATH imported.
Additional Informations
The text was updated successfully, but these errors were encountered:
[provide a description of the issue]
this may not be a problem.
I'm new in Java so I'm not using Maven.
I found when I typing a package which is in my systems env :
CLASSPATH
,there's error saying:But in cmd(windows),there's no error using
javac
andjava
.I think vscode and this extension is so powerfull that they should have the ability to autocomplete the
import
and even compile the src like promptjavac
andjava
.(which is:javac
can compile src with package inCLASSPATH
.Environment
Steps To Reproduce
CLASSPATH
CLASSPATH
import
cannot be resolved"Current Result
Expected Result
can autodetect and compile (for the debugger extension) src with packages in
CLASSPATH
imported.Additional Informations
The text was updated successfully, but these errors were encountered: