Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Eclipse did not show output
Eclipse did not show output [message #1826505] Sun, 26 April 2020 05:43 Go to next message
Aina Idrus is currently offline Aina IdrusFriend
Messages: 3
Registered: April 2020
Junior Member
I just installed Eclipse IDE on my laptop which is 64-bits operating system and I have set the path of JDK14.0.1 to the Eclipse and it did not show the output. Before that it says "the selection cannot be launched and there is no recent launch" after i set the path, it converts to "Error occured during the initialization of boot layer". thank you.
Re: Eclipse did not show output [message #1826519 is a reply to message #1826505] Sun, 26 April 2020 13:52 Go to previous messageGo to next message
Tauno Voipio is currently offline Tauno VoipioFriend
Messages: 742
Registered: August 2014
Senior Member
The program cannot compile, as you have a misprint 'sytem()'.

--

Tauno Voipio
Re: Eclipse did not show output [message #1826522 is a reply to message #1826519] Sun, 26 April 2020 14:48 Go to previous messageGo to next message
Aina Idrus is currently offline Aina IdrusFriend
Messages: 3
Registered: April 2020
Junior Member
which one?
Re: Eclipse did not show output [message #1826529 is a reply to message #1826522] Sun, 26 April 2020 16:45 Go to previous messageGo to next message
Tauno Voipio is currently offline Tauno VoipioFriend
Messages: 742
Registered: August 2014
Senior Member
Have a look at your screenshot.

--

Tauno Voipio
Re: Eclipse did not show output [message #1826545 is a reply to message #1826529] Mon, 27 April 2020 00:47 Go to previous messageGo to next message
Aina Idrus is currently offline Aina IdrusFriend
Messages: 3
Registered: April 2020
Junior Member
This is the other one. The result is same.
Re: Eclipse did not show output [message #1826547 is a reply to message #1826545] Mon, 27 April 2020 03:00 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33140
Registered: July 2009
Senior Member
It appears that you have a module-info.java so you're using the modular runtime and that does not allow classes from the unnamed package to run as a module. Either avoid having a module-info.java ( suppose deleting it will suffice) or avoid using an unnamed package.

Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Eclipse did not show output [message #1826591 is a reply to message #1826545] Mon, 27 April 2020 14:38 Go to previous message
Tauno Voipio is currently offline Tauno VoipioFriend
Messages: 742
Registered: August 2014
Senior Member
Your classname and filename do not match: the capitalization is different.

--

Tauno Voipio
Previous Topic:Dark theme Java syntax coloring
Next Topic:JavaScript Content Asist
Goto Forum:
  


Current Time: Thu Apr 25 13:24:16 GMT 2024

Powered by FUDForum. Page generated in 0.08121 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top