Jazer Barclay
Jazer Barclay
  • Видео 3
  • Просмотров 15 456
Installing Java and Eclipse + Getting Started Tips for Beginners
A simple guide to installing Java and Eclipse with a bunch of tips getting started for newcommers.
You might not notice but I personally appologies for all the uhs and ums.
=== RESOURCES ===
Ninite: ninite.com/
Preset Ninite: ninite.com/adoptjavax11-adoptjdkx11-eclipse/
Find JDK: for %i in (java.exe) do @echo. %~$PATH:i
=== TIMELINE ===
0:00 - Introduction
=== MY SETUP ===
A collection of gear I've collected over the past decades working with tech
-- Audio --
Microphone : RØDE Procaster
Boom : RØDE PSA1 with PSM1 Shock Mount
Interface : Focusrite Scarlett 2i2 (1st Gen)
Headphones : AKG K701 Open Back
-- Computer --
Monitor : Dell P2416D-1 (24" 2560x1440)
Laptop : Dell XPS 15 (9500)
CPU : Intel Core i7 1075...
Просмотров: 165

Видео

[Brighton Uni] Breakout Skeleton Code Explained Top Down
Просмотров 1723 года назад
Just a brief overview of the game code Code for download: github.com/JazerBarclay/block-breaker
How to setup JavaFX on Eclipse the easy way | Java Tutorial
Просмотров 15 тыс.4 года назад
A simple guide to setting up JavaFX on a clean installation of Eclipse. I want to give a special thanks to you who is watching this video right now; You've gone above and beyond to help me by simply watching this video :D And not to mention a huge thanks to my sponsors at patreon and buy me a coffee! RESOURCES Test Code: gist.github.com/JazerBarclay/1eb8d26ab80f8f551847597d2235c54a Eclipse Down...

Комментарии

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

    I LOVE YOU I LOVE YOU I LOVE YOUUUUUUUUUUUUUUUUUUUUU

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

    Jazer, thank you so so so much. I have watched 5 different videos and each of them were doing different things and causing errors for me. Your solution worked from the first go. Thank you 👍

  • @Gabrielsouza-tj6kd
    @Gabrielsouza-tj6kd 2 года назад

    Nice tutorial and good explanation, this helped me a lot thank you.

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

    the red squiggles didn't go away for me.

  • @royk.9347
    @royk.9347 2 года назад

    Hi, Windows 10 user here, I followed the tutorial and it didn't quite work for me. JavaFX keywords still underlined red, and getting the error occurred during initialization of boot layer error. However, when I added my javafx user library from modulepath to classpath, it worked!!

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

    Well, what about using the e(fx)plug-in for eclipse? Does that not make it easier?

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

    Hi. Thanks for the video. But is JavaFX still relevant today, or only good for learning..?

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

    Good lord what a tedious installation process huh.

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

    When I copied it and set it up a 2nd time it gave me an error, but it worked just fine the first time, so that confused me a lot. It seems to work but when I went to set up a 2nd time like you did in the video by copying it and pasting it new-fx-project and Run.java, it gave me an error when trying to run it. import javafx.application.Application; import javafx.scene.Scene; import javafx.scene.layout.BorderPane; import javafx.stage.Stage; public class Run extends Application { @Override public void start (Stage primaryStage) { try { BorderPane root = new BorderPane(); Scene scene = new Scene(root, 800, 400); primaryStage.setScene(scene); primaryStage.show(); } catch(Exception e) { e.printStackTrace(); } } public static void main(String[] args) { // TODO Auto-generated method stub launch(args); } } Exception in thread "main" java.lang.IllegalArgumentException: expected file name as argument at javafx.graphics@18.0.1/com.sun.javafx.css.parser.Css2Bin.main(Css2Bin.java:40) I copied and pasted in the error that it gave me and the code I copied and pasted, other than that this video was immensely helpful.

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

    thx it works

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

    Amazing video. Thanks for the clear step-by-step walk-through.

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

    Thanks so much for this 👍

  • @Max-vl1ye
    @Max-vl1ye 3 года назад

    Surprisingly it worked on the first try. A very rare thing to happen when I'm trying to install something on my computer. Thank you for your video

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

    Hello! When I click on my project properties -> Java Build Path, I don't see the ModulePath and Classpath options. How do I work around this? (P.S: those two options appear on other projects on eclipse, but not for JavaFX projects)

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

    You just did in the way no body was doing... Thank you so much brother

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

    to improve your videos please speak slower. some are not nerds and its difficult new stuff.

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

    Thank you so much! And for the MacOS fix!!!! Great vid!

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

    Man . . . this was amazing. Thank you SO much! This was the only source that was helpful!!!

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

    God bless you sir 🔥🔥🔥

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

    I installed both java 8 and java 11 When i created my javafx project i selected JavaSE-11 and specified jre jdk 1.8.0 and it worked

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

    More content please and thanks 😁

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

    OMG ! this video is such a great video ever. To be honest, I am struggling with javaFX set up almost a week I mean this video is very helpful. Thank you so much bro, keep going ! :)

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

    Thank you, tried a few other video's which did not work

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

    Thank you!! By far the best in terms of communication and thoroughness of the 5+ videos i watched with ~"install javaFX in eclipse" in their title. One question for anyone, is there a reason to not just put the javaFX file in the top level of the java directory? thanks in advance from a noobie programmer

  • @RNG3000-s3n
    @RNG3000-s3n 3 года назад

    Thank you, this was a great help for me.

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

    Thank you so much I was about to turn crazy due to that last note about mac machines. Great job !

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

    Thank god you did this video, been sitting on this for quite a while!

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

    if i ever come back to this video and see that someone has disliked it, i will find him and beat the shit out of him :D thanks, i really appreciate the video. some time ago i thought: swing is just old and ugly and i wanted to learn fx, BUT the setup just drove me crazy and i lost interest. i didnt code in java for a couple of years (think when lambda expressions were included), so i was so confused i couldnt find a single working tutorial i could follow without having issues i couldnt solve.

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

    Great. Thank you!

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

    Thank you so much! One of the most straight forward videos that I've seen in a while. Super helpful!

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

    It is very well explained

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

    if I had the permission to do several likes on this video, I would do it a hundred times. Thank you very much. Can you show us how to add scene buider in eclipse by using Lunix?

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

      Thank you so much for the praise :D I'll be sure to look into the scene builder for eclipse on linux and make a video when I find an elegant way to set it up so stay tuned!

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

    Great Video! After all the steps, when I run my testing program it gives me this error: Error occurred during initialization of boot layer Can you help me out here, thanks (Mac user)

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

      I was able to recreate the same error you're having on my mac. If you have a module-info.java file it can cause this boot layer error. The module info file is generated when you create a new project and should not affect your application if you remove it. My recommendation is to simply delete this module-info.java file from your project since it will be recreated if/when you export it to a jar file at which point it will work as the file is intended. Hope that solves the error but if it hasn't, let me know and I'll see what I can do :D

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

      ​@@jazerbarclay483 i deleted the module-info.java file and still it gave me the same error

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

    Our University showed everyone this video to get them set up, nice one bro

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

      Wow, I never thought this would be used at a university! Glad the vid has helped you and your colleagues :D

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

    thank you so much you safed my day a lot of tutorials are missing out explaining what you are actually doing and why.. but not this one which helped a lot :D

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

      You're more than welcome :D Glad my rambling helped explain some of the extra details

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

    I watched several videos on this very topic and this is what worked for me. Thank you for the video.

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

    Holy shit ! You are the true one savior !

  • @jazerbarclay483
    @jazerbarclay483 4 года назад

    Hope this helped you out setting up JavaFX on Eclipse! Let me know if there is anything I can do to improve my future videos or if you had trouble, let me know here and I'll do my best to help :D

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

      "How to setup JavaFX on IntelliJ IDEA the easy way" please🥺