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 4 of 4

Thread: Problem running of netbeans 8 with JDK 7 on window 8 64 bit

  1. #1
    Junior Member
    Join Date
    Jun 2014
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Problem running of netbeans 8 with JDK 7 on window 8 64 bit

    I am also having a problem with running of netbeans 8 on windows 8 64 bit, while installing the next button was not apperaing clear (only "Ne " was there instead of "Next") some how installation got complete.
    After that i made small program of calculator now the buttons use to get disappear after clicking on it.

    Please suggest what to do????


  2. #2
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: Problem running of netbeans 8 with JDK 7 on window 8 64 bit

    If you're using NetBeans' GUI Builder (the graphical interface for building GUI code), then this is more of an IDE question than a coding question. Let me know, and I'll move it.

    If you're not using the GUI Builder, then to help you with your code, we need to see the code. Please post it properly. Start by showing the code that creates the buttons and the action listeners attached to the buttons.

  3. #3
    Member Ada Lovelace's Avatar
    Join Date
    May 2014
    Location
    South England UK
    Posts
    414
    My Mood
    Angelic
    Thanks
    27
    Thanked 61 Times in 55 Posts

    Default Re: Problem running of netbeans 8 with JDK 7 on window 8 64 bit

    It may or may not have anything to do with this - but just thought i'd add add that
    when I installed Netbeans 8.0 on Mavericks OSX 10.9 I used to get some weird messages up
    when I tried to create projects - code would not auto-complete properly and files that were
    perfectly ok failed to build.

    I do not know if this is anything to do with using a high-end OS (perhaps the Netbeans SDK has some
    bugs. Netbeans does have it's own technical support forum. I got sick and tired of the Application quitting
    unexpectedly that I switched to Eclipse. Had no problems since. Mind you - I haven't used Windows since
    version ME - so please take what I said with a pinch of salt.

    Wishes Ada xx
    If to Err is human - then programmers are most human of us all.
    "The Analytical Engine offers a new, a vast, and a powerful language . . .
    for the purposes of mankind
    ."
    Augusta Ada Byron, Lady Lovelace (1851)

  4. #4
    Member
    Join Date
    Dec 2013
    Location
    Honolulu
    Posts
    83
    Thanks
    1
    Thanked 4 Times in 2 Posts

    Default Re: Problem running of netbeans 8 with JDK 7 on window 8 64 bit

    JVM runtime environment is the only thing NetBeans 8.0 IDE would need. Even though wizards is used to download the software on your computer, the only platform is Java platform. Windows are a separate operating system. Java Platform is used to allocate and save memory space through a process called buffering system. Through the Java's 8 primitive data type, byte[], int, short, long, double, float, Boolean, char, the JVM uses these data to only to manipulate data on the machine. Windows is a different OS than Java.

Similar Threads

  1. running java program without jdk installed
    By eku in forum What's Wrong With My Code?
    Replies: 4
    Last Post: January 25th, 2014, 08:28 AM
  2. No Input, Windows 7 64-bit, Netbeans 7.4
    By Skywola in forum Java IDEs
    Replies: 1
    Last Post: December 15th, 2013, 01:57 PM
  3. JDK + Netbeans for XP Home
    By djl1990 in forum Java IDEs
    Replies: 1
    Last Post: March 5th, 2012, 02:48 PM
  4. Replies: 1
    Last Post: December 17th, 2011, 03:32 AM
  5. JDK Fullscreen window
    By Nameo0 in forum AWT / Java Swing
    Replies: 1
    Last Post: December 13th, 2011, 08:16 AM