How to Install Derby Database in Windows 10

Поделиться
HTML-код
  • Опубликовано: 2 ноя 2024

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

  • @issei-rd
    @issei-rd 3 года назад +1

    Extraje el zip dentro del JDK que uso (versión 17) y me funciono. Gracias por el tutorial
    Translator: I extracted the zip inside the JDK that I use (version 17) and it worked for me. Thanks for the tutorial

    • @CodeJava
      @CodeJava  3 года назад +1

      Glad to hear that. Please come to my channel more often :)

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

    When i entered cd derby in CMD, it says "The system cannot find the path specified." how can i fix this? I did everything up until that point

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

      check the path in cd command. It doesn't exist. type cd to see the current directory.

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

    I have this issue can you help me
    D:\Derby>ij
    'ij' is not recognized as an internal or external command,
    operable program or batch file.

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

      did you set DERBY_HOME and update PATH variables? After that, you need to open a new command window for the changes to take effect.

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

      @@CodeJava it works
      thanks alot

  • @kkm5384
    @kkm5384 3 года назад

    hi i have a database file which is known berby database. but want to open the file and see the log of entries in database as its linked a POS system of a store. becuase recently i am getting some unexpected reports printed from the database. so can i see what is inside the database file data entires log so that i can trace where the problem triggering?

    • @CodeJava
      @CodeJava  3 года назад

      you can open the database in Eclipse/NetBeans to see its content. Check this video (Eclipse): ruclips.net/video/cFFLcjrcU8s/видео.html and this one (NetBeans): ruclips.net/video/rgv9I1LTV5g/видео.html

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

    Thank you, quite useful.

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

    Thanks a lot. very helpful to me

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

    Thanks a lot to your video!

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

      You are welcome!

  • @actinmyosin5314
    @actinmyosin5314 3 года назад

    Hi
    Good succinct video. I am migrating from embedded to network server. I want to create the database in my project as I do now shown below. However I have to call it differently in application.properties and likely need a different dependency. Can you inform?
    spring.datasource.url=jdbc:derby:taedi;create=true
    spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.DerbyTenSevenDialect
    spring.jpa.hibernate.ddl-auto=update

  • @prasaddeshingkar6399
    @prasaddeshingkar6399 3 года назад

    thanks alot

  • @felipemarquez7633
    @felipemarquez7633 3 года назад

    Thank you very much

  • @warrior-593
    @warrior-593 2 года назад

    Didn't work
    Edit : it works

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

      can you share more details? what didn't work?

    • @warrior-593
      @warrior-593 2 года назад

      @@CodeJava it worked after some troubleshooting, thanks for your helpful content on Java Data base subjects it helped a lot specially considering that there aren't a lot of RUclips videos Explaining this subject.