I was about to give up because of no suitable driver issue. Thanks a lot for this video
@CodeJava2 жыл бұрын
glad it helped.
@Marina7Fer2 жыл бұрын
Thank you!! Now I can develop the app to my college project. I owe you my grade!
@CodeJava2 жыл бұрын
Glad I could help!
@BrightMensah-jx2lw Жыл бұрын
Excellent tutorial. You’re a life saver
@CodeJava Жыл бұрын
Glad it helped!
@mspol239 ай бұрын
Thanks my friend! You've just had the same issues I had during the process. Perfect!
@CodeJava9 ай бұрын
Glad it helped!
@pournimakamble93283 жыл бұрын
Finally solved my problem . Thank You So Much
@CodeJava3 жыл бұрын
Glad to hear that. Come back to my channel more often.
@michaelnjio4 жыл бұрын
Great tutorial. Very up to date!
@CodeJava4 жыл бұрын
Glad it was helpful!
@siddhimhapelkar2523 Жыл бұрын
Thank you so much !! You are a gem.
@CodeJava Жыл бұрын
You're welcome! Glad it helped.
@anilgoyal70914 жыл бұрын
THANK YOUUUUU THIS VIDEO SAVED MY LIFE
@CodeJava4 жыл бұрын
You're welcome. Glad it helped.
@starlessssnight3 жыл бұрын
I followed all the steps but I get this message whenever I try to create a database : An error occurred while creating database: java.lang.ClassNotFoundException: org.apache.derby.jdbc.ClientDriver EDIT: for anyone having this problem I fixed it by downloading db derby 10.14 instead of 10.15
@starlessssnight3 жыл бұрын
for anyone having this problem I fixed it by downloading db derby 10.14 instead of 10.15
@CodeJava3 жыл бұрын
thanks for your help.
@BrightMensah-jx2lw Жыл бұрын
It worked thanks 🙏🏼
@tyra86134 жыл бұрын
FINALLYYYYY THANK YOU SO SO MUCH
@sabrinaespinomarin1992 жыл бұрын
This helped a lot! Thank you!!!!
@CodeJava2 жыл бұрын
Glad it helped!
@roshnivishwkarma1627 ай бұрын
It is continuously showing as starting the java database server but nothing happens then ...what to do to resolve this issue ...please tell me sir
@justforfunmax73533 жыл бұрын
What did i do wrong if i did everything like you did, but there is simply nothing under Drivers. jdbc:derby://localhost:1527/sample [app on APP] is not showing up.
@CodeJava3 жыл бұрын
you couldn't add the JDBC driver definition, or the connection does not show up?
@justforfunmax73533 жыл бұрын
@@CodeJava I have resolved it. Later in the video [9:42] you created a new Connection. Then the new one was here. But later i had the same problem like @Stareless. Now i have a mixture of derby 10.14 with the derbyshard.jar file from 10.15. @Maegan Therese Gabriana did you made the new connection like in the video at 9:42? Does this work for you? @Code Java thank you for your super fast response!
@kbyoungblood6948 Жыл бұрын
This was great HERE! Thank you so much😄
@CodeJava Жыл бұрын
Glad you enjoyed it!
@darshudarshu62173 жыл бұрын
I getting invalid java db installation directory
@DaniloSouzabg2 жыл бұрын
saved my life 🤩
@CodeJava2 жыл бұрын
glad it helped.
@wuxiblazer44692 жыл бұрын
When I opened customize after following UR steps when I press find it says driver class is missing and it searching for it , it's been nearly 3h and it still searching
@wuxiblazer44692 жыл бұрын
Customize on java dB (network)
@CodeJava2 жыл бұрын
so choose (enter) the driver class manually.
@younestahri6260 Жыл бұрын
but i have issue when i start javaDB and i have this error : Could not listen on port 1527 on host localhost: java.net.BindException: Address already in use (Bind failed)
@CodeJava Жыл бұрын
there's another instance already running. You need to find and kill it (find process java.exe or javaw.exe).
@younestahri6260 Жыл бұрын
@@CodeJava when I kill process and restart from ide netbeans I have another error : errorcode ERRORCODE: 40000, SQLSTATE: XJ040, SQLERRMC: Failed to start database is procesed . Please help me if you have solution and thank you ❤️
@eddymartinmoralesfajardo17672 жыл бұрын
Excelente video !!!! Muchas gracias !!!!
@CodeJava2 жыл бұрын
you're welcome. Glad it helped!
@jcru214 Жыл бұрын
When I get to the step to customize Java DB (Network) and try to find Driver Class it just keeps searching and doesn't find anything
@CodeJava Жыл бұрын
maybe you're using new version of JavaDB, or you choose the wrong jar file. Anyway, try to enter the driver class name manually as shown in the video.
@jcru214 Жыл бұрын
thank you! entering manually did it!@@CodeJava
@Ayushsharma-qc7qx8 ай бұрын
Server not loading it is taking forever I also tried to install new version of apache derby but then its showing class not found im stuck completely can you suggest me plz what to do
@YISUSG1 Жыл бұрын
Driver class is missing in customize JDBC Driver, ide 19, JDK 20
@CodeJava Жыл бұрын
so use Generic Driver.
@marcorodriguez49358 ай бұрын
Thank you!! I tried for hours to installar Derby..
@CodeJava8 ай бұрын
Glad I could help!
@Ayushsharma-qc7qx8 ай бұрын
Server not loading it is taking forever I also tried to install new version of apache derby but then its showing class not found im stuck completely can you suggest me what to do
@roshnivishwkarma1627 ай бұрын
Solution Mila...if yes plzz tell me I am facing same issue
@iamnatlina3 жыл бұрын
Could not find or loaf main class error while i go for start javadb.... Help me
@emilineacompanado65392 жыл бұрын
Where did 1527 come from? I am using Java 17
@emilineacompanado65392 жыл бұрын
this was the error "Connection failed: Unable to find a suitable driver (jdbc:derby://localhost:1527/phonebookdb;create=true)"
@CodeJava2 жыл бұрын
it's the default port number of Derby database server. Did you have jar files of Derby JDBC driver?
@gbr78463 жыл бұрын
Very good tutorial. Thanks a lot:)
@CodeJava3 жыл бұрын
Glad it was helpful!
@wintersoldier95952 жыл бұрын
it is stuck on "connecting to database, please wait" and when connecting to server and there is no message output, need help.
@CodeJava2 жыл бұрын
Hmm, I don't know why.
@alassanedrame79332 жыл бұрын
C'est très bien, facile et compréhensible
@CodeJava2 жыл бұрын
de rien.
@warrior-5932 жыл бұрын
This was very helpful
@CodeJava2 жыл бұрын
Glad to hear that. Thanks for watching :)
@annwanjiku91973 жыл бұрын
Cannot establish a connection to using org.apache.derby.client.ClientAutoloadedDriver (Unable to find a suitable drive why this error when i try to create a new connection?
@CodeJava3 жыл бұрын
did you specify the appropriate jar file for Derby?
@annwanjiku91973 жыл бұрын
@@CodeJava i realized where i had gone wrong ..it now works
@shonalund85456 ай бұрын
Tell me solution pleasee
@darshudarshu62173 жыл бұрын
Sir how to connect MySQL database to neatbeans and it's shows portnumber 3306
@CodeJava3 жыл бұрын
did you follow this video: kzbin.info/www/bejne/fqq2iKyffsuIZ68
@darshudarshu62173 жыл бұрын
@@CodeJava yes I getting invalid java db installation directory
@darshudarshu62173 жыл бұрын
Sir tell me how to solve this in NetBeans @Code for Interview now it showing Loding class 'com.mysql.jdbc.Driver'.This is deprecated.The new driver class is 'com.mysql.cj.jdbc.Driver'.The driver is automatically registered via the SPI and manual loading of the driver class is generally unecessary.
@arifwicaksono262 жыл бұрын
hy bro, why me Error: A JNI error has occurred? pls help me
@CodeJava2 жыл бұрын
Hmm, I don't know why. Maybe you need to install another version.
@arifwicaksono262 жыл бұрын
@@CodeJava version of Java db? Or jdk?
@chethanaudayanga72174 жыл бұрын
Plz , can you teach me , who to get same time two database tables data and show interface in java netbeans
@CodeJava4 жыл бұрын
you need to execute a SQL SELECT statement that joins the two tables, and use Java Swing JTable to display the data. Here are the references: - Execute SQL statement: www.codejava.net/java-se/jdbc/jdbc-tutorial-sql-insert-select-update-and-delete-examples - Using JTable: www.codejava.net/java-se/swing/a-simple-jtable-example-for-display
@chethanaudayanga72174 жыл бұрын
@@CodeJava thank you very much sir
@keomateixeira14043 жыл бұрын
@Code Java Everything works step by step according to your video but when i create my derby folder on C: Drive it doesn't work why can i not create it on C: ? why must i use D: ? What is going to happen if i install my desktop application on a computer that does not have D: drive ?
@CodeJava3 жыл бұрын
because java apps do not have write permission on drive C by default.
@mahaminam38063 жыл бұрын
well explained!! keep it up :)
@CodeJava3 жыл бұрын
Thanks, will do!
@tranquanginh35703 жыл бұрын
thank you for your help. Your English is good. How many years did you live in VN?
@CodeJava3 жыл бұрын
thanks for watching. I still live in Vietnam since the day I were born.
@jeevanjs53923 жыл бұрын
Thanks ,it works fine
@CodeJava3 жыл бұрын
You're welcome!
@aleaguasanitaria2 жыл бұрын
OMG! Thank you!!!
@CodeJava2 жыл бұрын
Welcome!
@nkosiphendulejwara3 жыл бұрын
Thank you very much!
@CodeJava3 жыл бұрын
You're welcome!
@kabilansundram25523 жыл бұрын
I can't export the database to my friends so that they can access it in their computer... Pls pls help me... 😭
@CodeJava3 жыл бұрын
you don't have to export. Just copy the whole database directory onto another computer.
@chatrughanprasad77783 жыл бұрын
Great video
@CodeJava3 жыл бұрын
Glad you enjoyed it
@Sydewinder8903 жыл бұрын
Thanks man!
@CodeJava3 жыл бұрын
Happy to help!
@ThuyHoang-di4hs3 жыл бұрын
cam on anh a
@nikkoregulacion623 жыл бұрын
THANK YOU! :D
@CodeJava3 жыл бұрын
You're welcome!
@jorgesuspes58163 жыл бұрын
Thank you!
@CodeJava3 жыл бұрын
You're welcome!
@bakerhasan30934 жыл бұрын
thank you very much
@CodeJava4 жыл бұрын
You are welcome
@ZCATSAPES2 жыл бұрын
Anyone who knows how to do it o Mac Air M1 chip ??????????
@CodeJava2 жыл бұрын
what error did you get? I think it doesn't relate to macOS.
@brr3512 жыл бұрын
Amazing
@CodeJava2 жыл бұрын
Thanks
@programming32083 жыл бұрын
you are insane
@mr.frenchfries21343 жыл бұрын
"Cannot establish a connection to jdbc:Derby://localhost:1527/shopmedb;create=true using org.apache.derby.client.Client" - i've got this result, when i try to make a new connection using the jdbc:Derby://localhost:1527/shopmedb;create=true
@mr.frenchfries21343 жыл бұрын
someone pleaseee help meeeeee
@CodeJava3 жыл бұрын
the jdbc url is case sensitive: jdbc:derby.... not jdbc:Derby....
@mr.frenchfries21343 жыл бұрын
@@CodeJava is it not depend on the name of the folder?? the name of my derby folder is Derby with capital D??
@shahadfaddagh99563 жыл бұрын
Did you solve this problem? I have the same error
@fizaroz93683 жыл бұрын
@@CodeJava I have written jdbc:derby only but still getting the same error
@عالمالبرمجةالعربي4 жыл бұрын
Thank you
@CodeJava4 жыл бұрын
You're welcome.
@عالمالبرمجةالعربي4 жыл бұрын
@@CodeJava Thanks
@larcous.74573 жыл бұрын
thanks
@CodeJava3 жыл бұрын
you're welcome.
@alemuijara8139 Жыл бұрын
please i want to learn upload me
@dico355711 ай бұрын
In the future use a text-to-speech, good lord I can barely understand what you are saying.
@CodeJava11 ай бұрын
Got it. Thanks for watching anyway :)
@shilpisinha5292 Жыл бұрын
Sir i m getting an error how can i contact you?
@CodeJava Жыл бұрын
Friend with me on Facebook: facebook.com/namjavaprogrammer