0
Java output - Eclipse
When I try to output a Hello World string in the IDE Eclipse with Java, it doesn't work at all. It displays "error". Please help me... I'm a beginner and i'm lost.
5 odpowiedzi
+ 3
The community won't be able to help you, if we dont know your code and/or the exact Error message.
Maybe if you could write it to us, we can help you better
+ 1
Can you show us your code?
Which error did you get? Only "error" or a detailed message? Please post the full error description.
+ 1
0
Here's my code:
package fr.alexia.project;
public class Main {
public static void main(String[ ] args) {
System.out.println("Hello World");
}
}
0
I can't see JRE system library in Eclipse although I have downloaded it 😤