I am unable to import net.proteanit.sql.DbUtils, Getting this error package net.proteanit.sql does not exist. What library am i missing and where to get it?
import net.proteanit.sql.DbUtils;
I am unable to import net.proteanit.sql.DbUtils, Getting this error package net.proteanit.sql does not exist. What library am i missing and where to get it?
import net.proteanit.sql.DbUtils;
This means you need to add that external .jar
file which has this package. You can refer here for seeking help in adding external jar to your project.
Projects>> Project(Application)>> right click on libraries>> choose properties>> Compile
If there is something broken (ex. rs2xml.jar), remove it and replace it as same as the object that you remove.