0

I am trying to do some practice in Java and for some reason I don't have javax. I get this error in Eclipse:

Error

And when manually adding the import:

Error 2 There is no option to import ImageIO, and when I looked online I found no way to download javax nor any tutorials on how to get it. Hope someone can help with this!

Cosmicluck
  • 401
  • 1
  • 4
  • 9
  • The import should look like: `import javax.imageio.ImageIO;`. As a side note, that empty catch block has me a bit worried. – Hovercraft Full Of Eels Jun 14 '15 at 00:59
  • Yes I tried manually putting that in but it can't recognize the import either, also I just fixed the catch block, thanks for pointing that out haha – Cosmicluck Jun 14 '15 at 01:00
  • [This gets asked a lot](https://www.google.com/webhp?sourceid=chrome-instant&rlz=1C1LEND_enUS445US445&ion=1&espv=2&ie=UTF-8#q=java%20eclipse%20cannot%20be%20resolved) – Hovercraft Full Of Eels Jun 14 '15 at 01:02

0 Answers0