Im using JGrasp IDE in writing java programs. I can't seem to import any packages from the SE 7 API. Such classes iv'e tried is javafx.scene.media.Media and javafx.scene.media.MediaPlayer, but doesn't seem to exist with Jgrasp? Any ideas?
Thanks
Printable View
Im using JGrasp IDE in writing java programs. I can't seem to import any packages from the SE 7 API. Such classes iv'e tried is javafx.scene.media.Media and javafx.scene.media.MediaPlayer, but doesn't seem to exist with Jgrasp? Any ideas?
Thanks
Do you have JDK 1.7 installed on your computer?
Does the IDE have a way to select which JDK to use?
No, I have JDK 1.6, but I updated Oracle java to SE 7.
I can't seem to check if I can select which JDK to use?
Thanks
Read the doc for the IDE.Quote:
select which JDK to use
You need to update to JDK 1.7 if you want to compile with its classes.Quote:
have JDK 1.6
Ok thanks
I strongly recommend to use Netbeans and JavaFX Tools when you want to develop GUIs in JavaFX. It's the native IDE for the framework.
JavaFX : JavaFX Tools
Netbeans: JDK 7 with NetBeans
Ok thanks, i'l look into that