JAVA - Create Login Form Using MySQL and Visual Studio Code

Поделиться
HTML-код
  • Опубликовано: 28 дек 2021
  • How to create a login user interface using Java, MySQL and vscode.
    *****************
    Source code : / java-create-form-95364064
    Free Document Proofreading
    Grammarly : grammarly.go2cloud.org/SH3YB
    ********************************
    How to install XAMPP : • How to Install XAMPP 8...
    *******************
    SQL Query to create the USERS table:
    CREATE TABLE IF NOT EXISTS users (id INT( 10 ) NOT NULL PRIMARY KEY AUTO_INCREMENT, name VARCHAR(200) NOT NULL, email VARCHAR(200) NOT NULL UNIQUE, phone VARCHAR(200), address VARCHAR(200), password VARCHAR(200) NOT NULL)
    ******************* .
    ***********************************
    🔥 Complete Udemy Courses :
    Build E-commerce Web Application using ASP.NET Core : www.udemy.com/course/aspnet-c...
    Build E-commerce Web API using ASP.NET Core : www.udemy.com/course/build-as...
    Build E-commerce Web Application using React JS : www.udemy.com/course/build-co...
    ⬇️ Free Document Proofreading ⬇️
    ► Grammarly : grammarly.go2cloud.org/SH3YB

Комментарии • 40

  • @davidgarciacancio8044
    @davidgarciacancio8044 Год назад +1

    Owesome! Fantastic tutorial! Thanks very much🙏

  • @demiantah3179
    @demiantah3179 Год назад

    Very clear video!

  • @danabradley1803
    @danabradley1803 Год назад

    need advice hopefully you respond i'm getting an error with this i followed everything step by step line by line but the issue is that the button for login and cancel is not showing up is it something i have to configure in my.json file am i suppsed to add more stuff to my vmargs for this to show up

  • @yohandias2359
    @yohandias2359 Год назад

    whta is the file icon theme you are using in vs code

  • @62_savalijadhav10
    @62_savalijadhav10 4 месяца назад

    Can u show how did u copied the url in code for connecting database

  • @crimsonflash-eo2xs
    @crimsonflash-eo2xs Год назад

    Great video!!!. I wanted to know if there's a registration page tutorial link i could use together with this login page without Intelli IDEA?

  • @saavy4113
    @saavy4113 Год назад +2

    Hello sir great video👌, But can you plz tell @9:18 from Line 81 to 113 , from where you brought that code (which is helping you connect to the database).

  • @elias-9395
    @elias-9395 2 года назад

    Excellent work

  • @pawiesilva
    @pawiesilva 7 месяцев назад +1

    This was so helpful to me, Please keep going.. are there any tutorial for create CRUD operation for java application in VS code?

  • @timunslay4755
    @timunslay4755 9 месяцев назад

    NICE BROOO!!❤❤

  • @user-mk6nz7lm8y
    @user-mk6nz7lm8y 2 месяца назад

    Love you bro

  • @yourkaa5670
    @yourkaa5670 2 года назад

    Merci 🇨🇵

  • @62_savalijadhav10
    @62_savalijadhav10 4 месяца назад +1

    Database is not getting connected

  • @abstylegaming
    @abstylegaming 2 года назад

    Nice

  • @alisahin3166
    @alisahin3166 2 года назад +1

    Great video! May I ask why do you use swing instead of Java FX? Do you got also a tutorial with Java FX? Thanks in advance.

    • @BoostMyTool
      @BoostMyTool  2 года назад

      I use everything. But personally I prefer swing because it is easier. Do you have any reason to prefer java fx ? I have this video how to setup javafx in vscode: ruclips.net/video/AubJaosfI-0/видео.html

    • @alisahin3166
      @alisahin3166 2 года назад

      @@BoostMyTool No, I just did a quick google search, where most of people said that FX is the „new“ standard for GUI in Java and better also. So I was curious, why you did use it.
      Nevertheless, I copied the source code to my vs code from the description but it didn’t worked for me. I had an error, not sure which kind of, but I also put the jar in the lib. I will probably try it again today. Is there an alternative way for contacting you? Preferably Discord for example.

    • @dharunap9906
      @dharunap9906 7 месяцев назад

      ​@@BoostMyToolcan you explain connecting javafx and MySQL using vs code?

    • @user-cf1oj8my3p
      @user-cf1oj8my3p 7 месяцев назад

      @@BoostMyTool can you make tutorial how you connect javafx and MySQL using visual studio code?

  • @exchantv4781
    @exchantv4781 8 месяцев назад

    WOW!

  • @sakshivirdhe7925
    @sakshivirdhe7925 11 месяцев назад

    But my data is not stored in database

  • @muhammadsaudkhan9951
    @muhammadsaudkhan9951 Год назад +1

    i am using same code as yours however when trying to login it shows database connection failed?can you help me

  • @furynoobgaming1152
    @furynoobgaming1152 7 месяцев назад +1

    tried this, but when i tried to login it said "invalid email or password" even though im using the same password and email i kept down in my php admin while creating the database. how can this be fixed?
    Please please reply as soon as possible

    • @michaelchavezzapata4902
      @michaelchavezzapata4902 2 месяца назад

      Hola, me paso lo mismo pero debes revisar esta linea ResultSet resultSet = preparedStatement.executeQuery(); yo la tenia asi ResultSet resultSet = preparedStatement.executeQuery(sql); con argumento dentro de los parentesis pero va sin ese argumento, pruebalo

    • @michaelchavezzapata4902
      @michaelchavezzapata4902 2 месяца назад

      Linea 97 del video

    • @crazeeguy4589
      @crazeeguy4589 2 месяца назад

      @@michaelchavezzapata4902 bbro i try but it doesn't work for me

  • @AdebamboMoyosolaHamzat
    @AdebamboMoyosolaHamzat 2 года назад

    Great video! i tried this, but when i tried to login it said "invalid email or password" even though im using the same password and email i kept down in my php admin while creating the database. how can this be fixed? thanks in advance!

    • @KristyMaCoy
      @KristyMaCoy 2 года назад

      You need to provide more information to receive any help.

    • @yashvikhimani7909
      @yashvikhimani7909 10 месяцев назад

      same problem is there any solution you get for that?

    • @ssk4875
      @ssk4875 8 месяцев назад

      Did u get any solution for invalid username and password

    • @chromelearns
      @chromelearns 8 месяцев назад

      This is an older tutorial but I wanted to provide what I used to get it to work because some people still have the same issue...
      The simplest thing: Instead of clicking the Play button or "Run Code" right click in LoginForm.Java and select Run Java.
      I figured out that it wasn't connecting to the database for some reason I don't think it uses the connector when you use Run Code in VSCode. Also remember to apply the password for your specific database since he doesnt do it in the vid.
      I did 2 other things to get the code to work but I'm not sure if that's just "me" problems or something in the tutorial. I still have 2 minutes left and so far it's a cool little project and I learned a lot and it was fun debugging.
      tldr: Remember DB password. right click LoginForm > Run Java.

  • @meghap6761
    @meghap6761 2 года назад

    how do we will get line by line form

    • @BoostMyTool
      @BoostMyTool  2 года назад

      I did not understand your question. I added the different components line by line using GridLayout(0, 1, 10, 10)

  • @jherimybernas8265
    @jherimybernas8265 2 года назад

    I did it step by step but i didn't know the password and gmail. ?

    • @BoostMyTool
      @BoostMyTool  2 года назад

      this is what you inserted in the database as explained at 1:10

  • @ixhu
    @ixhu 2 года назад

    Habibi

  • @doglover82
    @doglover82 2 года назад

    Can I devlop mobile app in vs code java

    • @BoostMyTool
      @BoostMyTool  2 года назад +3

      maybe, but it will be very complicated and time consuming. You can use flutter with vscode to make mobile app, but you will use dart langage instead of java