Issue with javafx not being recognized in Fedora 37 Beta

I just installed fedora and I require javafx for class, I installed both the javafx and javafx-devel package, and vscode and eclipse dont recognize it, vscode cant even RUN java apps because it cant find an installed jdk (I have both 17 and 8 installed) and no matter which java I use it does not work. I tried to use the package installer in eclipse and it still does not recognize javafx

Hello @anarkitty8 ,
Welcome to :fedora:.
Yeah, you may have to go through the process of setting things like JAVA_HOME, etc… for the IDE’s to clue in. Are your alternatives working? ie alternatives --list to check if java is setup with alternatives, then you can select which one is the system default.