Hey guys... I am looking for a Cache Editor for an OSRS 205 build and this seems like what I am looking for, but when I try to run it this comes up in the console:
C:\Users\Pytho\Downloads\Valkyr-Cache-Suite-Public-main\ValkyrSuite\src\main\java\misc\CustomTab.javaerror: package javafx.scene.control does not exist
import javafx.scene.control.Tab;
^
I have read in this forum section that you need to use 1.8JDK which I did but it still happens...
I considered looking for javafx in the project file but I couldn't find it...
I have downloaded javafx in openJava website but I don't know the best way to implement it...
I don't even know if I'm looking in the right direction, can someone help me get setup?
EDIT: I was using JDK 1.8 which is JDK 8 but this is the newest version of JDK 8 which doesn't include JavaFX... I downloaded JDK and JRE SE 8 (from Oracle: Java Archive Downloads - Java SE 8 | Oracle Canada) and I got several warnings when compiling but it works now : )