SOLVED Error import net.proteanit.sql.DbUtils package in Netbeans - In this discussion we will discuss how to resolve errors in import net.proteanit.sql.DbUtils package in netbeans. This error is usually found by developers who import packages in making a Java GUI based application like the following.
Error import net.proteanit.sql.DbUtils package in Netbeans
When you create an application that uses mysql database you will usually get a problem like the one that will be discussed this time.In this discussion we will discuss how to resolve errors in import net.proteanit.sql.DbUtils package in netbeans. This error is usually found by developers who import packages in making a Java GUI based application like the following.
how to solve the problem as above is quite easy, the cause of an error like that appears because the package that we import is not yet available in our netbeans application. We only need to add a .jar-shaped file to our netbeans application library. the way is as below.
download a file named rs2xml.jar which is a package
- Please Downoad the application using the following link. Click here.
- After you download, open your netbeans project
- Then right-click on the libraries folder -> Add JAR / FOLDER
- Then navigate to the file we downloaded earlier.
- Finished.
After all the steps above, you can import the package net.proteanit.sql.DbUtils and happy coding :)
so for this tutorial, hopefully it's useful. Don't forget to share this article to be useful for others. thanks.
Website : www.portalcoding.com
Theme : Programming tutorials
COMMENTS