Why won’t java recognize my .jar file, even though I put it in the referenced libraries of the project?
I have a .jar file I need in order to run my program, and VSCODE doesn’t recognize it as a package, when compiling my project.
VSCode + Java development: How can I see the decompiled source code for external Maven libraries?
So I’ve been using IntelliJ and 1 nice thing about it is that I can navigate (see screenshots below) through the package and also see the decompiled source code in the “External Libraries” section.
Coding a flag in Java
I need to figure out how to draw the Jamaica flag in Java on visual studio code. I cannot figure out how to draw the flag. All I know is that I must used this header:
I am trying to compile java code on windows 11 using visual studio code. I have all the extensions downloaded but still getting this error;
Failed to launch debuggee in terminal. Reason:com.sun.jdi.connect.TransportTimeoutException
got error in visual studio called java not installed when pressed f5
As mention in the title when i press f5 i got the error called java not installed, for any kind of code i run, i have never worked with java language, i am working with python and try to run my code using f5 but showing that error what am i suppose to do can anybody help me! please..
In VSCode: No floating documentation when hovering over Java Standard Library method
In VSCode, whenever I hover my mouse over a method of a Class from the Java “Standard Library” it doesn’t show the documentation of that method. Though, when hovering over the corresponding class, it shows Documentation.
VS Code Java’s Scanner doesn’t recognise special characters
I have been using VSCode to program in Java but I am having a problem with special characters, When entering a String with a special character using the Scanner, or reading it from a file, VS Code does not recognize it, However, if I do a System.out.println(“á, é, í, ó, ú); Java does recognize it without problems
jdk8 in vscode 32bit
have a good time
I have a 32-bit Windows 10 system that I want to write and run Java code on, but in vscode it says that you need jdk above 17 and the rest of the compilers are 64-bit, what should I do to fix this problem?