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.

Results 1 to 7 of 7

Thread: Is Java 7 not available with Jgrasp?

  1. #1
    Member
    Join Date
    Feb 2013
    Posts
    57
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default Is Java 7 not available with Jgrasp?

    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


  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Is Java 7 not available with Jgrasp?

    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.

  3. #3
    Member
    Join Date
    Feb 2013
    Posts
    57
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default Re: Is Java 7 not available with Jgrasp?

    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

  4. #4
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Is Java 7 not available with Jgrasp?

    select which JDK to use
    Read the doc for the IDE.

    have JDK 1.6
    You need to update to JDK 1.7 if you want to compile with its classes.
    If you don't understand my answer, don't ignore it, ask a question.

  5. #5
    Member
    Join Date
    Feb 2013
    Posts
    57
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default Re: Is Java 7 not available with Jgrasp?

    Ok thanks

  6. #6
    Junior Member
    Join Date
    Feb 2013
    Location
    Germany
    Posts
    27
    Thanks
    0
    Thanked 5 Times in 5 Posts

    Default Re: Is Java 7 not available with Jgrasp?

    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

  7. #7
    Member
    Join Date
    Feb 2013
    Posts
    57
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default Re: Is Java 7 not available with Jgrasp?

    Ok thanks, i'l look into that

Similar Threads

  1. Jgrasp issue
    By Joy123 in forum Java Theory & Questions
    Replies: 1
    Last Post: June 28th, 2011, 10:39 PM