Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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] Sun, 02 September 2018 03:38 Go to next message
Erik Reinhart is currently offline Erik ReinhartFriend
Messages: 1
Registered: September 2018
Junior Member
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 17:58 Go to previous message
Stephan Herrmann is currently offline Stephan HerrmannFriend
Messages: 1853
Registered: July 2009
Senior Member
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: Fri Apr 26 18:05:49 GMT 2024

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

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

Back to the top