1

I'm a programmer with little knowledge about programming, but I wanted to import the package for Lanterna (a gui console library) called com.googlecode.lanterna.terminal But when I do

import com.googlecode.lanterna.terminal;

It says it resolved to a package and not a type.

I'm not sure if I even put the .jar file in the right place... Can someone tell me what I'm doing wrong and how to fix it?

Steve Wilford
  • 8,894
  • 5
  • 42
  • 66
dumpong
  • 151
  • 12

1 Answers1

0

Download the lanterna package.

In Eclipse select your project and right click properties-->go to libraries--->add jar file--->select lanterna jar file

Abra
  • 19,142
  • 7
  • 29
  • 41
RAJKUMAR NAGARETHINAM
  • 1,408
  • 1
  • 15
  • 26