Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

java.util.Scanner cannot be resolved [duplicate]

Tags:

java

eclipse

I use Eclipse and turns out I have a bunch of import * not resolved errors.

import java.sql.Date;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.sql.Timestamp;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;

All of the above have the same error. I checked my java version it is 1.7.0 open jdk. I updated Java Home and the JRE library to use. Its still not working. Note: I imported the code repository from bibucket via the mercurial plugin itself.

like image 434
Karthik Avatar asked Nov 26 '25 01:11

Karthik


1 Answers

Right click on project - >BuildPath - >Configure BuildPath - >Libraries tab - >

Double click on JRE SYSTEM LIBRARY - >Then select alternate JRE

like image 130
PSR Avatar answered Nov 27 '25 13:11

PSR



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!