Error in loading component JFrame Panel Java NetBeans

Asked By 30 points N/A Posted on -
qa-featured

Hello tech savvy,

I use to work a lot in NetBeans to create an application, but I ended up with an error message. The error states that ‘Error in loading component cannot create instance’. I started seeing this warning error message only after java update. I tried the common method of uninstallation and installation but nothing worked. I tried to trap the error, but I can’t. Help please. Thanks in advance.

Warning – Form Loaded With Errors

Error in loading component [JFramej->contentPane->nexPanel

Cannot create instance of drop.logger.NexPanel.

The component cannot be loaded.

Errors occurred in loading the form data. It is not recommended to use this form now in editable mode- data that could not be loaded would be lost after saving the form. Please go through the reported errors, try to fix them if possible, and open the form again. If you choose to open the form as View Only you may see which beans are missing.

SHARE
Answered By 590495 points N/A #185550

Error in loading component JFrame Panel Java NetBeans

qa-featured

If the problem started after updating Java then it is possible that both your Java and NetBeans are no longer compatible with each other because they need to work and function together. Try also updating NetBeans to make it compatible with Java since you already updated it. Download the latest version from NetBeans IDE 7.4 Download.

Uninstall the current NetBeans installed on your computer then restart your system. Run the NetBeans IDE 7.4 installer and see if it works. If you will be installing NetBeans for PHP and C/C++, you need to install Java 7 and higher. For Java SE, Java EE, and the All NetBeans bundles, you are required to install JDK 7 and up or the Java Development Kit.

Related Questions