Java output - Eclipse | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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.

17th Apr 2019, 11:47 AM
Alexandra
Alexandra - avatar
5 Answers
+ 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
17th Apr 2019, 11:34 PM
I‘m Sarah🌹
I‘m Sarah🌹 - avatar
+ 1
Can you show us your code? Which error did you get? Only "error" or a detailed message? Please post the full error description.
17th Apr 2019, 5:11 PM
Denise Roßberg
Denise Roßberg - avatar
19th Apr 2019, 7:38 PM
Denise Roßberg
Denise Roßberg - avatar
0
Here's my code: package fr.alexia.project; public class Main { public static void main(String[ ] args) { System.out.println("Hello World"); } }
18th Apr 2019, 4:55 PM
Alexandra
Alexandra - avatar
0
I can't see JRE system library in Eclipse although I have downloaded it 😤
18th Apr 2019, 4:56 PM
Alexandra
Alexandra - avatar