КОМЕНТАРІ •

  • @eduard289
    @eduard289 Рік тому +96

    For newer versions of IntelliJ (today 5.12.2022), after creating project in intelij, just run it, than go to run/ edit configuration, than in 'Build and run' section press 'Modify options' and select from 'Java' section the ' Add VM option' . Then everything is as in the video says

  • @luckyone525
    @luckyone525 3 роки тому +7

    Thank you for your tutorial, was stuck in my studies with just creating the first Java Fx doc. You saved me from a lot of frustration, these things get complex and you don't know where to look anymore, thank you!

  • @lucaspont6659
    @lucaspont6659 Рік тому +11

    it always takes me 5 times as long to set up the configurations for things like this than to learn the things i actually want to learn, appreciate the video.

  • @WaqasAli-cw4en
    @WaqasAli-cw4en 8 місяців тому +32

    GUYS IN LATES VERSIONS(21) THERE'S NO NEED FOR THE ADD VM. u can run it without adding path to vm. Spent hours figuring it out. Now trying to be some help :)

    • @LaFlame111
      @LaFlame111 4 місяці тому +1

      Life saver bro.
      Much appreciation

    • @mohammadjaber358
      @mohammadjaber358 2 місяці тому +1

      Thanks bro

    • @LogicAndFur
      @LogicAndFur 2 місяці тому

      Thank you! Removed that, and now it works!

    • @owaisgul
      @owaisgul Місяць тому

      Exactly! You made my day bro 🎉.

    • @leonvonberks2142
      @leonvonberks2142 Місяць тому +1

      thanks lol just spant an hour with it

  • @danielfaller5617
    @danielfaller5617 3 роки тому +2

    Beautiful detailed explanation. Not as if it was a dificult thing but in its genre its perfect.

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

    Thanks for this tutorial. I decided to switch IDE from Eclipse to IntelliJ because I find IntelliJ more intuitive. This video is of great help to setup

  • @bacanalienigena
    @bacanalienigena 3 роки тому +11

    If it helps -> IntelliJ Version 2020.3. - I have to add SDK in Libraries and Modules/Dependencies as well.
    about VM path is located Run/ AddConfigurations/ Modify Options/ Add VM Options.
    Good Luck 😎

  • @ZX10RArcher
    @ZX10RArcher 3 роки тому +1

    Moving over from Eclipse to try IntelliJ for the first time all while learning JavaFX (our book sucks, too drawn out... too much info) - looking forward to watching your tutorials over the weekend! :)

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

    This saved me, he gives step by step instructions that can be followed by a first grader THANKS!

  • @benderbg
    @benderbg 10 місяців тому +4

    Im running IntelliJ 2023 and I didnt have to do anything to make this work compared to Eclipse's 10 steps. Guess they improved the IDE :)

  • @Hadidiz
    @Hadidiz 3 роки тому +53

    if you can't find vm options enabled enable it by clicking on the "modify options " beside build and run and then check a mark on add vm options

  • @KBoB5arc
    @KBoB5arc 3 роки тому +1

    Light, fast and accurate, thanks for this video bro, you're awesome

  • @bakedlorelei540
    @bakedlorelei540 3 роки тому +7

    omg lifesaver! pls do continue this series T_T

  • @oskarremvang1226
    @oskarremvang1226 3 роки тому +1

    I love you're videos man. Thank you so much

  • @VietNguyen-vj4su
    @VietNguyen-vj4su Рік тому +1

    Thanks for the video!
    the setup worked for me. I used IntelliJ 2022. I did run into problem because I included those additional libraries such as BootstrapFX, ControlsFX, FormsFX, ... but once I didn't tick those boxes. it ran!

  • @diverstory
    @diverstory 2 роки тому +20

    Unfortunately the new version of intellij is more complicated in terms of creating a new javaFX project. It has lots of advanced options. I have no clue what should I select. It asks for Group, Artifact and dependancies. Also it forces me to choose either Maven or Gradle. I am so confused.

    • @user-kq8iu6uc5t
      @user-kq8iu6uc5t 2 дні тому

      Have you figured out what we need to create a project in JavaFX? Maven or Gradle, which should I choose?

    • @user-kq8iu6uc5t
      @user-kq8iu6uc5t 2 дні тому

      or what sources do you recommend to study javaFX on inteliji?

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

    I couldn't run a JavaFX but after watching your video I figured out how to make it work.

  • @abdelrahmanahmed1549
    @abdelrahmanahmed1549 3 роки тому +1

    Straight to the point, thank you so much sir

  • @Sovit705
    @Sovit705 2 роки тому +1

    Thank you so much, man. I was finding this only.

  • @jowengonzales7678
    @jowengonzales7678 2 роки тому +1

    You're great man...you saved my coding career.

  • @gerhardkotze5934
    @gerhardkotze5934 3 роки тому +5

    Just keep on with this channel. You'll hopefull0y catch the algo wave soon. Good job.

    • @BroCodez
      @BroCodez 3 роки тому +2

      Thanks Gerhard!

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

      @@BroCodez Pleasure, sharing your videos with connections......

  • @templetonpeck1084
    @templetonpeck1084 2 роки тому +9

    I can't figure out how to do this in the newest version of Intellij. I followed the instructions to perfectly. It did not work. I tried for about 2 hours.

    • @unparalleleddimension1918
      @unparalleleddimension1918 2 роки тому +5

      If you select Maven, setting up run->edit config isnt necessary but if you want to do it similar to this video, apart from following all the steps mentioned, do delete module-info.class present somewhere inside classes folder. This should fix most of the issues related to "Module _ not found" Exceptions

    • @justinsalas1004
      @justinsalas1004 Рік тому

      @@unparalleleddimension1918 Thank you! I was about to give up but thank goodness I found your comment!

  • @cankale8002
    @cankale8002 2 роки тому +1

    better explained than my tutor, thanks man

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

    Best tutorial i have seen till now.

  • @sm_akil
    @sm_akil 2 роки тому +3

    Error occurred during initialization of boot layer...

  • @aadityagupta6446
    @aadityagupta6446 2 роки тому +21

    Great tut
    But, after adding the VM option, I get this error :
    Error occurred during initialization of boot layer
    java.lang.module.FindException: Module com.example.demo not found
    Please help me over come this issue

    • @FazHD
      @FazHD 8 місяців тому

      hey was you able to solve this issue, if so may i know the fix?

    • @blkdevelopment
      @blkdevelopment 7 місяців тому +2

      remove the VM options
      @@FazHD

    • @FazHD
      @FazHD 7 місяців тому +1

      @@blkdevelopment thanks, so I'll just disable the vm options and that will be fine right great thank you

    • @damienkim820
      @damienkim820 3 місяці тому

      @@blkdevelopment Thanks it works for me now. But what is the point of configuring the virtual machine?

  • @yuvrajkorotana7631
    @yuvrajkorotana7631 2 роки тому +1

    Thanks precise and to the point just what I wanted, professors should give this videos link instead of pdf instructions.

  • @Lobster-yz1gq
    @Lobster-yz1gq 3 роки тому +1

    You helped me a lot, thank you very much.

  • @shiken_7288
    @shiken_7288 3 роки тому +10

    bro hug, 2 hours of pain and you got me fixed

  • @enricosavegnago
    @enricosavegnago 3 роки тому +2

    I think this channel will hit 100,000 subscribers soon!

    • @BroCodez
      @BroCodez 3 роки тому +3

      whoa! That's a large jump! I'd be happy with 10,000 even lol

  • @BroCodez
    @BroCodez 3 роки тому +11

    openjfx.io/
    1. (00:00:20) Download JavaFX SDK
    2. (00:01:19) Create a new project
    3. (00:02:06) Add SDK library
    4. (00:02:43) Add VM options
    Linux/Mac: --module-path /path/to/javafx-sdk-15.0.1/lib --add-modules javafx.controls,javafx.fxml
    Windows: --module-path "\path\to\javafx-sdk-15.0.1\lib" --add-modules javafx.controls,javafx.fxml

  • @jamestogher1098
    @jamestogher1098 3 роки тому +3

    Question: do we have to add the VM options every time we create a new JavaFX file?

  • @teit-9_piyushbhujbal66
    @teit-9_piyushbhujbal66 3 роки тому

    Thanks BroCode. You are just great!!!

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

    Thank you so much. Helped a lot. Love you bro

  • @ermiramustafa2048
    @ermiramustafa2048 2 роки тому +3

    Every time I create a new JavaFx project in IntelliJ it loads a HelloWorld project in it. How can I choose to create the project without a building system(empty project). I'm always forced to create the project with Maven or Gradle.

  • @johanamariamamanimeza2948
    @johanamariamamanimeza2948 Рік тому

    Gracias Totales, me sirvió de mucho, se lo agradezco!

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

    Another awesome video... keep it up :)

  • @JamesBrodski
    @JamesBrodski Рік тому

    Thank you so much. This video really helped. God bless you sir!

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

    Finally well explained. Thank you

  • @user-qv6oi3wo2h
    @user-qv6oi3wo2h 2 роки тому

    Спасибо , помогло , хотя языка не знаю , делал по шагам !

  • @MarttyLovato
    @MarttyLovato 3 роки тому +2

    hello king ! it worked for me for a new project, but what should I do if I want to run a project thats already created that is from my class? i did the same steps but then this error shows:
    "Error occurred during initialization of boot layer
    java.lang.module.FindException: Module citric.liquid.main not found"
    I'm just getting started on java so i would appreciate any help !

  • @HoD999x
    @HoD999x Рік тому +3

    javafx is the messiest framework/libary to set up i've ever encountered

  • @Nursin-rg1ey
    @Nursin-rg1ey 3 роки тому

    Thank You So Much YOU'VE SAVED ME

  • @Alexander-Tkachenko
    @Alexander-Tkachenko 3 роки тому +1

    Спасибо! You best)

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

    Thank you very much. It works now!

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

    Thank you so much! Appreciate this :)

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

    Thank you very much. My teacher did not guide particularly this one.

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

    What configurations should I do to be able to use MediaView? I get a lot of errors (java.lang.reflect.InvocationTargetException) when I put a MediaView in my scene.. and this happens in Intellij

  • @shreyaswaghchaure7402
    @shreyaswaghchaure7402 3 роки тому +1

    Thanks @BroCode. You are just great!!!
    But I have to set Library and VM option Again and Again whenever I create new project can you help me with that please ?

  • @fedorkarpov7444
    @fedorkarpov7444 3 роки тому +1

    Thank you for your explanation! :)

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

      Thanks for watching Fedor!

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

    Great help! Thank you!

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

    Great job! Thanks!

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

    Excelent tutorial, I appreciate it

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

    Top tier vid

  • @164neil
    @164neil Рік тому +1

    После открытия Run -> Edit configurations не мог найти поле "VM options". Под кнопкой "Modify options" в этом же окне раскрывающийся список, там пункт "Add VM options"

  • @vincentv8707
    @vincentv8707 3 роки тому +1

    謝謝你 😎

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

    Thank you your video really helped me

  • @dmitryabramov1483
    @dmitryabramov1483 3 роки тому +1

    Спасибо!

  • @user-ov1ps7go4m
    @user-ov1ps7go4m 3 роки тому +1

    For some reason when I try to run it, it says, "cannot determine path to tools.jar for open-jdk 16"

  • @abrahman8672
    @abrahman8672 2 роки тому +1

    I am getting this error
    Error occurred during initialization of boot layer
    java.lang.module.FindException: Module com.example.project1 not found
    I have followed the steps properly, but I am unable to solve it.(Using the eclpise latest version)

  • @xinranwang5230
    @xinranwang5230 3 роки тому +1

    This is a good tutorial! Could you create a video to teach how to use maven to create javafx project, I just follow the official document , but there is some wrong, I dont' know how to fix the bug.

  • @iamnot664
    @iamnot664 3 роки тому +1

    Ur the best bro

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

    this video help russian guys too, thank you

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

    Thank You So Much Sir You Always help
    love you Sir........!

  • @TheChronoTiger
    @TheChronoTiger 2 роки тому +2

    well I suppose IntelliJ must've improved because i just opened a JavaFX project and it got all the libraries on its own 😃 didn't need to add the sdk or type in that vm options list

  • @ghost-elite
    @ghost-elite 3 роки тому +1

    thank you for this video

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

    great video keep up man

  • @lf00t
    @lf00t 8 місяців тому

    2023 Nov 19 - IntelliJ did everything for me, didn't have to download anything, works out of the box. Was following another tutorial which had me download the SceneBuilder. I did. Not sure yet if it's gonna be needed

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

    Amazing Video!

  • @DoctorStS
    @DoctorStS 3 місяці тому +5

    Of course, nothing works. It's Java

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

    that was quite helpfull. well done

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

    very helpful ,thank you.

  • @MayankSharma-ji5rc
    @MayankSharma-ji5rc 3 роки тому

    Thank you very much man.

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

    Bro Code...thank you....I'm still having issues with getting JavaFX to run and play nice with the sdk i downloaded on Intellij
    Can't even see the run button or the option to run the program
    anyways...great channel.

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

    Thank you for your kindness sir

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

    woooww... thanks you for your tutorial

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

    Really helpful!

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

    Thank you so much!

  • @riley9816
    @riley9816 Рік тому

    Is this something that has to be done every time I make a new project? I won't just keep the library and vm options when I create a new javafx program?

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

    Thanks for helping.

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

    great channel ever

  • @user-qr1tq4lt9r
    @user-qr1tq4lt9r Рік тому

    Спасибо, друг!

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

    I like your video bro.
    Thanks

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

    excellent it worked!

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

    Lifesaver !!

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

    Thank you for you tutorial...

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

    THANK YOU SO MUCH MAN

  • @MegaAG18
    @MegaAG18 3 роки тому +1

    you are GOATED :)

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

    Muchas gracias, me ayudo tt

  • @coin5207
    @coin5207 Рік тому

    Nice, thanks👍

  • @leovomit
    @leovomit 3 місяці тому

    You are a life saver

  • @user-mz5rj4gc8v
    @user-mz5rj4gc8v 2 роки тому

    Thank you!

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

    thaaank u man, u r SUPERMAN

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

    thank you lifesaver.

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

    Thank you so much!!

  • @celi_xx
    @celi_xx 4 місяці тому

    Thank you! Thank you! Thank you!

  • @huzaifaali3969
    @huzaifaali3969 4 місяці тому

    Thanks mate!

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

    THANK YOU!

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

    love you man

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

    Thanks man!