0

What could be the problem? I have added the javac file path in the environment variable. The JOptionPane showMesssageDialog symbol is not found!!

import javax.swing.JOptionPane;

class MassageDialog1{

    public static void main(String[] args)
    {
        JOptionPane.showMessageDialog(null,"Wrong Password");
    }

}

enter image description here Here, ClassNotFoundException Second error More Error: What is going on here??

Jency
  • 269
  • 1
  • 13

0 Answers0