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

Thread: Java Popup Windows on Eclipse are Blank PROBLEM

  1. #1
    Junior Member
    Join Date
    May 2020
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Java Popup Windows on Eclipse are Blank PROBLEM

    Hi everyone, I am a beginner in Java, the IDE I use is Eclipse and my JDK version is 14.0.1. I am writing this because every time I try to run a program with a popup window, the screen which appears is blank, as shown in the video linked below. Additionally, the red text JRE Oracle Corporation/14.0.1 is not supported, advanced source lookup disabled: Unsupported class file major version 58. apearred in the console, signalling a problem. I've tried switching to an different more stable JRE (11.0.7) and the red text no longer appears but the popup screen still appears blank.
    Another weird thing (also shown in the video) is that when I look at the description of the popup screen, it says it is Java Version 1.0, but I thought that the Java Version was the same thing as the JRE. It would be really great if I could get some help solving this problem, thanks alot.

  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: Java Popup Windows on Eclipse are Blank PROBLEM

    I don't use Eclipse so I can not help there. I could test your code to see if it works with jdk-14 in the command prompt.
    Be sure to wrap all posted code in code tags.
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. Replies: 4
    Last Post: March 13th, 2019, 09:01 PM
  2. Popup menu problem
    By Ruthvik in forum What's Wrong With My Code?
    Replies: 1
    Last Post: December 19th, 2012, 07:37 AM
  3. Eclipse Application I/O in Windows Command Prompt
    By aussiemcgr in forum Java IDEs
    Replies: 0
    Last Post: August 10th, 2012, 12:41 PM
  4. Java compiling windows 7 problem
    By wiseone in forum The Cafe
    Replies: 3
    Last Post: July 26th, 2011, 03:06 AM
  5. Java dialog box is blank in 2nd attempt while using timer.
    By mocherla81 in forum AWT / Java Swing
    Replies: 1
    Last Post: January 17th, 2011, 09:49 AM

Tags for this Thread