Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » how to install "import java." and "import javax."
how to install "import java." and "import javax." [message #1794545] Sat, 01 September 2018 23:38 Go to next message
Eclipse UserFriend
Tried to import a java.bufferreader and filereader and IOexeption. but none of them come up. Did I forget to install a package of some sorts? If so, how do I go about installing them (step by step instructions preferred because I am new to java and eclipse)

or

Are they already installed and are no longer go by those statements in java? If so, what are the new statements?
Re: how to install "import java." and "import javax." [message #1794671 is a reply to message #1794545] Tue, 04 September 2018 13:58 Go to previous message
Eclipse UserFriend
Erik Reinhart wrote on Sun, 02 September 2018 05:38
Tried to import a java.bufferreader ...


Did you mean java.io.BufferedReader etc.?

You could also try typing "import BufferedReader<Ctrl+Space>" i.e., without *any* package prefix.

HTH
Previous Topic:Windows Builder not working?
Next Topic:Failure while creating project by using GIT
Goto Forum:
  


Current Time: Sun Jun 15 05:49:12 EDT 2025

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

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

Back to the top