Best and simple source code and easy full proof explanation.Thanks you...I will go through the entire playlist for projects, your guidance will help everybody to learn and master the concepts easily!
Very useful for beginners. Few things will need to change if you are using jdk-15.0.2 and jre1.8.0_281. 1. MySQL Driver will be-> com.mysql.cj.jdbc.Driver 2. Build Path for rs2xml.jar-> Move from Modulepath to Classpath.
Bro where on which time stamp video we have to make these changes like please tell where is the option to change sql driver and from where we change the path
Thnk you so much, Very simple and meaningful project I added today in my resume. Words are not enough to express my gratitude. Will suggest your playlists for projects to everyone I know. Thank you so much.
Hi I too want to put this project in resume. I learnt java what other skills do I need to learn to complete this project. It would be greatfull if you provide an answer
@@yashaswinihm4288 SQL is needed. And interviews will be different. We need to showcase our skill in broadway while explaining about the project so that you will be shortlisted list in High percentage.
Thank You so much for guiding step by step throughout the project. It would be better if you will put comments in the code to understand code properly but no ways code worked and this was my first project which actually worked because of your help. 🌻
Sir Your voice seems like our honorable pride APJ sir and please do some projects in eclipse it will be more easier for us. Thanking you Sir and one more kind information for you Sir actually I have diversified experience but because your way of demonstration I learnt how to work in Development tools & technologies , coding and design. I did one desktop app development by your resemblance and kind request please teach us by using eclipse tool. Thanking you sir
Thank you for your help and guide with this to my FinalActivity! Although, I had to make a lot of adjustment throughout time, I somehow made it anyways.
Thank you so much, I learned a lot from that video, I just want know what's the version of the Eclipse Java you're using? Because I did the same things and look a lot errors appeared!
After running the code...it executes all the statements successfully and also the driver is connected database is updated...when it executes table_load() method it shows rs2xml.jar *path not found" and *module not found* error...what is the solution for it ???
@kuldeep kaira my error is showing in the table line can you help me in table.setModel(DbUtils.resultSetToTableModel(rs)); My error is showing table is not resolved.
Can i get a project for vehicle rental system in java just a small one, i tried your car rental system in java but i think the code that you have uploaded did'nt execute or might be that it doesnt support current netbeans format, can you please help me out here
I am a full-time java web developer for 15 years . Never did standalone projects in Java. Are you using swing 🤔🤔. I will see entire video to learn that. Do you have swing projects in playlist
Thank you for your video! Content is realy good - pronouncation and coment style is awfull (dont ask "..right?" after statments) - need to work on that - best regards.
heloo I am having problem when you select applications after chossing others in very initial steps...pls help me out with it...I am not getting what should be done
Can you help me save it as text file? Our teacher said we will just use .txt file or excel , can you make a tutorial video?, php and mysql is forbidden
java.lang.NullPointerException: Cannot invoke "java.sql.Connection.prepareStatement(String)" because "this.con" is null Facing this issue. Can anyone help me out to resolve this error
hey can anyone help me as table is not loading I have name the jtable to table but it is showing error in this video he name the variable scrollPane and late on he just write table.setModel line after removing scrollPane but when I do this it is showing error
i cant see the design that is visible on your screen because in my software it show some gui problem help i have to submit my project i need help please the design does not appear the text that shows there is as follows: Unknown GUI toolkit The parser parsed the compilation unit, but can't identifyany GUI toolkit, so WindowBuilder can't display any GUI to edit. This can be caused by one of thefollowing reasons: •This class is not an editable UI class and contains no UI components. •WindowBuilder does not recognize the GUI toolkit or library used in this class. •WindowBuilder does not understand this GUI type/pattern in a supported GUI toolkit. •Problems exist with the classpath. For example, the compilation unit uses SWT classes, but theSWT/JFace libraries are not included into the classpath. Hide stack trace.
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException: Cannot invoke "java.sql.Connection.prepareStatement(String)" because "this.this$0.con" is null how to fix this error
any one let me know in this project when ever we search book based on id data not append on text field there is no error showing me but not appending data to textfields
Error occurred during initialization of boot layer java.lang.module.FindException: Unable to derive module descriptor for C:\Program Files (x86) s2xml.jar s2xml s2xml.jar Caused by: java.lang.module.InvalidModuleDescriptorException: JDOMAbout$Author.class found in top-level directory (unnamed package not allowed in module) sir I am facing this error after adding rs2xml.jar file in my project whats shall i do ?
Right click project name > properties > java build path > libraries. Move the rs2xml.jar file in to 'Classpath' if it is in Modulepath it will throw this error.
I'm having a problem called "Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException: Cannot invoke "java.sql.Connection.prepareStatement(String)" because "this.this$0.con" is null" Does anyone know how to fix this? And how do i move something from modulepath to classpath? Thank you gyus.
@@pleromahomillano6624 Hey, in my case the problem was in the Connection() method I didn't change the URL in the con variable: jdbc:mysql://localhost/bookshop -> jdbc:mysql://localhost/javacrud because the name of the whole database is "javacrud" not bookshop
Why this error : Cannot invoke "java.sql.Connection.prepareStatement(String)" because "this.this$0.con" is null with this line of code pst = con.prepareStatement("insert into __(*,*,*)values(?,?,?)"); ?
@@saivijay1458 No! Someone told me the code for connection was bad but it did not make sense! The same line of code worked on one computer, but not another! At this point, I am guessing the problem is with the SQL connexion! Please share any inputs!
Thanks for your easiest explanation. after watching 20+ tutorials this is my first successfully running project.
Great to hear!
@@TutusFunny what is the name of this project , please do reply it would be very helpful
Java Crud Application
@@TutusFunnyfronted part??
Best and simple source code and easy full proof explanation.Thanks you...I will go through the entire playlist for projects, your guidance will help everybody to learn and master the concepts easily!
Very useful for beginners. Few things will need to change if you are using jdk-15.0.2 and jre1.8.0_281.
1. MySQL Driver will be-> com.mysql.cj.jdbc.Driver
2. Build Path for rs2xml.jar-> Move from Modulepath to Classpath.
Thank you very much. I've been searching for my error regarding rs2xml for an hour and this comment of yours really saved me. Thank you!
I hope people see this comment as it took me hours to figure out.
Thanks for sharing it with others.
I will bump it to the top.
Bro where on which time stamp video we have to make these changes like please tell where is the option to change sql driver and from where we change the path
Hello Rajesh, can you tell how to move from module path to classpath
Great... Your comment really saved me.. Thanks
Thnk you so much, Very simple and meaningful project I added today in my resume. Words are not enough to express my gratitude. Will suggest your playlists for projects to everyone I know.
Thank you so much.
Wonderful!
Hi I too want to put this project in resume. I learnt java what other skills do I need to learn to complete this project. It would be greatfull if you provide an answer
@@yashaswinihm4288 SQL is needed. And interviews will be different. We need to showcase our skill in broadway while explaining about the project so that you will be shortlisted list in High percentage.
@@anilkumar-yk5uz ok I learnt java and SQL and I will follow this tutorial . Thank you
Huge thanks, may God bless you and your family!
Thank You so much for guiding step by step throughout the project. It would be better if you will put comments in the code to understand code properly but no ways code worked and this was my first project which actually worked because of your help. 🌻
Hi! Easy, straight to the point and fast! Thank you!
I learned a lot from this project. Thank you so much!
Sir Your voice seems like our honorable pride APJ sir and please do some projects in eclipse it will be more easier for us. Thanking you Sir and one more kind information for you Sir actually I have diversified experience but because your way of demonstration I learnt how to work in Development tools & technologies , coding and design. I did one desktop app development by your resemblance and kind request please teach us by using eclipse tool. Thanking you sir
Project title name and module please !?
True. His voice same as apj sir
I've learend a lot from this video as a beginner! Thank you very very much :)
Nice video..
After delete row...ex- 3 row
how to arrange id column numbers sequentially (1,2,4,5)-(1,2,3,4)
like this..
Solved all my problems from one single video
Thank you so much for this video and your clear explanation, it helps me a lot. I am expecting more project videos from your channel.
Thank you for your help and guide with this to my FinalActivity! Although, I had to make a lot of adjustment throughout time, I somehow made it anyways.
Heyyy
Can you give me that project please
Eu te amooooo doidinhooooo ME SALVOU NA FACULDADEEEEEE 💟💟
Thank u so much for this video is really helpful for me☺️
explane very well thankyou ,
soo much😊😊😊😊😊
this is very useful thank you for your video, it really helped me a lot with my homework
Merci 🙏🏾 🙏🏾 très très instructif
Thank you so much, I learned a lot from that video, I just want know what's the version of the Eclipse Java you're using?
Because I did the same things and look a lot errors appeared!
Thanks for this Video😍
Magistral exposición Sr Tutus Funny
After running the code...it executes all the statements successfully and also the driver is connected database is updated...when it executes table_load() method it shows rs2xml.jar *path not found" and *module not found* error...what is the solution for it ???
Thank you so much sir
It's very helpful
Buena explicación desde Colombia ! ♥️
Thanks my friend!
Sir please do a complete management project using eclipse. That will be really very helpful.❤️🙏
If we are doing drag and drop what is use of learning java
Can I use my sql for backend without using xampp
Project title name and module please !?
Thank you very much
Super xplaination
Thanks a lot sir i hope jaideep sir will give me some marks :)
you are the best my bro
36:32 In my case the error of DBUtils didn't go even after importing rs2xml.jar file. What to do?
how did you solve?
@kuldeep kaira my error is showing in the table line can you help me in table.setModel(DbUtils.resultSetToTableModel(rs));
My error is showing table is not resolved.
Can you plz help me and tell me what is your jtable variable name
I am getting the same error,Can u please help me to solve this
Same issue
tnqs for sharing ur knowledge sir was more useful
I’m going to follow you for sure.
Thanks a lot Sir! It's very useful for a beginner :) Keep growing
What if when we hitt save button without filling data ? Is there any condition?
Thank you so much 🥰🥰
This video really helped me ❤️
Amazing job!!!! THANK YOU!!!
Nice and well explained tutorial.
Helpful
Thanks a lot, I have prepared same project taking notes from this video!!!
Can you share that notes plz
Vera level..
Can i get a project for vehicle rental system in java just a small one, i tried your car rental system in java but i think the code that you have uploaded did'nt execute or might be that it doesnt support current netbeans format, can you please help me out here
Hello, may I ask what are the 'DbUtils' for? It was on line 84 of the source. Thank You!
PLEASE WHICH DESIGN PATTERN DO YOU USE? MVC OR MV?
I am a full-time java web developer for 15 years . Never did standalone projects in Java. Are you using swing 🤔🤔. I will see entire video to learn that. Do you have swing projects in playlist
You can find many projects video description
@@TutusFunny thanks
@@TutusFunny hlo sir i am not able to drag my jtable button, what should i do now?
@@TutusFunnymy dbutils problem is not solved😔
same
@@Farahat1234
i have done same code but it gives me one error of table.setModel(DbUtils.resultSetToTableModel(rs)); i donot know why help me pls
same idk why this happen
same problem have you got solution?
Thanks 🥰 This helped me a lot
Hi how do I add image field in form and how about child table relationships with Id
Thank
Sir that swing designer is not visible in Eclipse what shall I do
Hello.. I can't find application window option when I click on others
with such a slow internet connection how long do you upload an for ex.30 min video?
amazing!!! thank you!!!
You're so welcome!
Thank you for your video! Content is realy good - pronouncation and coment style is awfull (dont ask "..right?" after statments) - need to work on that - best regards.
I am not getting the option of windows builder what should be done?
Can we convert java with MySQL project into .Exe file?
Thank you sir
While cliking save button it thrown null pointer excption how to resolve that
After installing xampp what we have to do
heloo I am having problem when you select applications after chossing others in very initial steps...pls help me out with it...I am not getting what should be done
Can you help me save it as text file? Our teacher said we will just use .txt file or excel , can you make a tutorial video?, php and mysql is forbidden
resulttotablemodel undefine for type string ??how to solve this sir??
Thank you
what is WindowBuilder and where would I find it
Thanks for this.
sry for the bother my save button wont send data to the sql server:(
On clicking design unknown GUI page is coming what to do?
Can I host this in ibm cloud
OutDated but concept was simple anyways thanks
I don't have an application option in my list while creating please help me!!!!
gracias aunque no se tu idioma me ayudaste mejor que las guias en español
java.lang.NullPointerException: Cannot invoke "java.sql.Connection.prepareStatement(String)" because "this.con" is null
Facing this issue. Can anyone help me out to resolve this error
hi, why do theres a log in button after I click phpMyAdmin?
hey can anyone help me as table is not loading I have name the jtable to table but it is showing error in this video he name the variable scrollPane and late on he just write table.setModel line after removing scrollPane but when I do this it is showing error
Did you solve it?
I have the same problem.
what is DbUtils...i am getting error..in this..plz help
i cant see the design that is visible on your screen because in my software it show some gui problem help i have to submit my project
i need help please
the design does not appear
the text that shows there is as follows:
Unknown GUI toolkit
The parser parsed the compilation unit, but can't identifyany GUI toolkit, so WindowBuilder can't display any GUI to edit. This can be caused by one of thefollowing reasons:
•This class is not an editable UI class and contains no UI components.
•WindowBuilder does not recognize the GUI toolkit or library used in this class.
•WindowBuilder does not understand this GUI type/pattern in a supported GUI toolkit.
•Problems exist with the classpath. For example, the compilation unit uses SWT classes, but theSWT/JFace libraries are not included into the classpath.
Hide stack trace.
Thanku sir
when i update a data it says record updated but in database the data doesnt change . can u tell me how to solve this error
Can i add the data in my local server by xampp
While select a wizard... Why it's not showing application window in my eclipse?
if we dont have specified wizard in eclipse then,
We have to make account on bitnami or not
Thanks sir
im so happy
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException: Cannot invoke "java.sql.Connection.prepareStatement(String)" because "this.this$0.con" is null
how to fix this error
did you get the ans for this exception
@@TheRock-eu3bs I have already resolved this thankyou
@@markvincentgallemit9894 how did you fix it?
@@arpitadas2290 check your mysql connection
@@markvincentgallemit9894 thanks! fixed it!!
Im getting empty pallet. Have tried reinstallation also but didn't work. Please help
any one let me know in this project when ever we search book based on id data not append on text field there is no error showing me but not appending data to textfields
Sir in starting I have downloaded that window builder I got that code but not getting that box and pallete options
Project title name and module please !?
Why my records are not showing in the table
Did you solve it?
what's the source code for your hospital management project (using eclipse not netbeans)? its urgent please
Error occurred during initialization of boot layer
java.lang.module.FindException: Unable to derive module descriptor for C:\Program Files (x86)
s2xml.jar
s2xml
s2xml.jar
Caused by: java.lang.module.InvalidModuleDescriptorException: JDOMAbout$Author.class found in top-level directory (unnamed package not allowed in module)
sir I am facing this error after adding rs2xml.jar file in my project whats shall i do ?
Right click project name > properties > java build path > libraries. Move the rs2xml.jar file in to 'Classpath' if it is in Modulepath it will throw this error.
@@laikabeats I did the same thing but the problem is not solved
I'm having a problem called "Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException: Cannot invoke "java.sql.Connection.prepareStatement(String)" because "this.this$0.con" is null"
Does anyone know how to fix this? And how do i move something from modulepath to classpath? Thank you gyus.
Bạn sửa được lỗi chưa chỉ mình với ạ.
I'm have the same problem. What did you do to fix it?
@@pleromahomillano6624 Hey, in my case the problem was in the Connection() method I didn't change the URL in the con variable:
jdbc:mysql://localhost/bookshop
->
jdbc:mysql://localhost/javacrud
because the name of the whole database is "javacrud" not bookshop
Yeah me too, how to fix this?
The save button in mine wont work. Dunno why need help
same here. please let me know if you resolved it
why cant i get my mysql bin file?? how do i get it?
can anybody give me the source code of design part because i am using notepad
Why this error :
Cannot invoke "java.sql.Connection.prepareStatement(String)" because "this.this$0.con" is null
with this line of code pst = con.prepareStatement("insert into __(*,*,*)values(?,?,?)"); ?
did ya get solution
@@saivijay1458 No! Someone told me the code for connection was bad but it did not make sense! The same line of code worked on one computer, but not another! At this point, I am guessing the problem is with the SQL connexion! Please share any inputs!
@@patricklexima35 yeah I got the solution
It is that change connection code I Mean change xampp port to 3307
@@patricklexima35 and in connection code also
is jdbc used here
sir i want to know JDBC connectivity codings