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?
No description
10 Replies
JavaBot
JavaBot•3mo ago
⌛ This post has been reserved for your question.
Hey @pahabyyr! Please use /close or the Close 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.
TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.
dan1st
dan1st•3mo ago
What exactly do you want to run and what do you have installed already?
pahabyyr
pahabyyrOP•3mo ago
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!");
}
}
JavaBot
JavaBot•3mo ago
Please format your code to make it more readable. For java, it should look like this:
​`​`​`​java
public void foo() {

}
​`​`​`​
​`​`​`​java
public void foo() {

}
​`​`​`​
dan1st
dan1st•3mo ago
Do you have any plugins installed? If not, look for "Java" and there should be something like a Java extension pack from Red Hat
pahabyyr
pahabyyrOP•3mo ago
i got it
pahabyyr
pahabyyrOP•3mo ago
No description
pahabyyr
pahabyyrOP•3mo ago
this is my installed extensions
dan1st
dan1st•3mo ago
then you should be able to either create a Java project or just put it in a Java file
JavaBot
JavaBot•3mo ago
💤 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.

Did you find this page helpful?