Need help with workspace and installing java for VS code.
I've tried many different tutorials from the videos, but to no avail. I decided to ask the community for help. How can I run the first program and what else do I need to download?

10 Replies
⌛
This post has been reserved for your question.
Hey @pahabyyr! Please useTIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here./close
or theClose Post
button above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically marked as dormant after 300 minutes of inactivity.
What exactly do you want to run and what do you have installed already?
i need to create a workspace with, for example, this programm:
public class HelloWorld {
public static void main(String args) {
System.out.println("Hello, World!");
}
}
public static void main(String args) {
System.out.println("Hello, World!");
}
}
Please format your code to make it more readable. For java, it should look like this:
Do you have any plugins installed? If not, look for "Java" and there should be something like a Java extension pack from Red Hat
i got it

this is my installed extensions
then you should be able to either create a Java project or just put it in a Java file
💤
Post marked as dormant
This post has been inactive for over 300 minutes, thus, it has been archived.
If your question was not answered yet, feel free to re-open this post or create a new one.
In case your post is not getting any attention, you can try to use /help ping
.
Warning: abusing this will result in moderative actions taken against you.