'SQL Developer The Network Adapter could not establish the connection

I've downloaded the latest SQL Developer and Oracle Databse XE, and when i try to connect to it, i get this error:

Status : Failure -Test failed: IO Error: The Network Adapter could not establish the connection (CONNECTION_ID=kh7QxUIUTHGSeYuTcGRyDA==)

I tried restarting the service, and my listener is in fact listening. enter image description here

EDIT: Additionally, when i try to connect to the database, using SQL Plus, i get:

ORA-12541: TNS:no listener

enter image description here

SOLVED: Pretty much a newbie thing, but what i had to do, was to use a hostname that resides under hostname in cmd, instead of localhost.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source