0

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;

SimonOngsk
  • 121
  • 1
  • 4
  • 12

2 Answers2

1

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.

Community
  • 1
  • 1
kaysush
  • 4,797
  • 3
  • 27
  • 47
1

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.

Pratik Bhat
  • 7,166
  • 2
  • 35
  • 57
dexter
  • 11
  • 1