java netbeans build stand alone exe setup file included (sqlite, JasperReport and jre)

Поділитися
Вставка
  • Опубліковано 9 лис 2024

КОМЕНТАРІ • 31

  • @AvillegasDev
    @AvillegasDev 2 роки тому

    Thanks, this was the video that I need

  • @mahinhasan815
    @mahinhasan815 4 роки тому

    Good one man, nice job

  • @nicolaseduardoflorezacosta2663
    @nicolaseduardoflorezacosta2663 3 роки тому

    You saved me dude, ty, gj

  • @dartdasturchi
    @dartdasturchi 2 роки тому

    Thank you sir I am very glad this video

  • @bibhuprasad7247
    @bibhuprasad7247 5 років тому +2

    sir now i am using sqlite database,but when i installed the software i got database locked exception........How can i slove it????

    • @learnislife
      @learnislife  5 років тому

      Must close database connection after connect

    • @Joeddytech
      @Joeddytech 10 місяців тому

      Exception in thread "AWT-EventQueue-0" java.lang.AbstractMethodError: Receiver class org.sqlite.RS does not define or inherit an implementation of the resolved method 'abstract java.lang.Object getObject(int,java.lang.Class)' of interface java.sql.ResultSet.

  • @Joeddytech
    @Joeddytech 10 місяців тому

    Exception in thread "AWT-EventQueue-0" java.lang.AbstractMethodError: Receiver class org.sqlite.RS does not define or inherit an implementation of the resolved method 'abstract java.lang.Object getObject(int,java.lang.Class)' of interface java.sql.ResultSet.

  • @bibhuprasad7247
    @bibhuprasad7247 5 років тому +1

    sir how can I give size while creating the table in SQLite ????

    • @learnislife
      @learnislife  5 років тому

      use db browser for sqlite

    • @bibhuprasad7247
      @bibhuprasad7247 5 років тому

      @@@learnislife sir,,,,i didn't get any video link for that.......plz give me a link

    • @learnislife
      @learnislife  5 років тому

      @@bibhuprasad7247 ua-cam.com/video/YLOZpYAYPLQ/v-deo.html

    • @bibhuprasad7247
      @bibhuprasad7247 5 років тому

      thank you sir,,,,

  • @bibhuprasad7247
    @bibhuprasad7247 5 років тому +1

    sir, what about user ID and password

  • @evsile0
    @evsile0 4 роки тому

    sir can i get the social media links of your

  • @muhammadsalem9924
    @muhammadsalem9924 2 роки тому

    Hello Sir, I made an app using java swing + mysql How to convert this code with its database into an application that I can install on my desktop? please reply Thanks

  • @falaknaz4009
    @falaknaz4009 4 роки тому

    hi sir iam using access as database of my project so how can i do this

    • @learnislife
      @learnislife  4 роки тому

      jahan sqlite ki file use ho rahi h wahan access ki file use karo

  • @bibhuprasad7247
    @bibhuprasad7247 5 років тому

    while connecting database

    • @learnislife
      @learnislife  5 років тому

      I am using SQlite Database so I do not need user name and password
      if your database has user id and password you can write this code for connection
      Connection con=DriverManager.getConnection( "jdbc:mysql://localhost:3306/sonoo","username","password");
      above code is for mysql database

    • @bibhuprasad7247
      @bibhuprasad7247 5 років тому

      but, sir I am getting Network adapter could not establish the connection exception while I run the app on other pc

    • @learnislife
      @learnislife  5 років тому

      @@bibhuprasad7247 which database you are using and what is your database connection url?

    • @bibhuprasad7247
      @bibhuprasad7247 5 років тому

      oracle 11g EE, Connection conn=DriverManager.getConnection("jdbc:oracle:thin:LAIBRARY.DBF:1521:orcl","Laibrary","Bibhu");

    • @learnislife
      @learnislife  5 років тому

      @@bibhuprasad7247 not sure but according to me you need to install oracel database in other pc

  • @Joeddytech
    @Joeddytech 11 місяців тому

    jaspersoft runs with mysql perfectly but unable to run with sqlite.. error message:: org.sqlite.RS does not inherit or define class