Relative Content

Tag Archive for javavisual-studio-code

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:

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..

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?