> conectar.getConexion("jdbc:postgresql://localhost/","lina","hello");
It looks like you aren't specifying a database name in your URL.
If you're just getting started, this FAQ may be useful to you:
http://www.fankhausers.com/postgresql/jdbc/
-Nick