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
Welcome to the Java Programming Forums
The professional, friendly Java community. 21,500 members and growing!
The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.
>> REGISTER NOW TO START POSTING
Members have full access to the forums. Advertisements are removed for registered users.
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?
If you don't understand my answer, don't ignore it, ask a question.
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.select which JDK to use
You need to update to JDK 1.7 if you want to compile with its classes.have JDK 1.6
If you don't understand my answer, don't ignore it, ask a question.
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