I am doing a program for my computer programming class and it starts out as. I use Bluej for programs too

import TerminalIO.KeyboardReader;

when i compile it, it says package TerminalIo does not exisat. Does anybody know what is wrong with this i need it fixed soon. Below is a screen shot of just that part.


Thank you for whoever helps me

Stay away from third parties software to do some basic operations like this one.
Is your TerminalIO .jar file in your PATH variable ?
If not, BlueJ must have, as all other IDE do, a place where you can specify external .jar to use.
But as Akill10 mentionned, better to stay 100% pure vanilla Java

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.