Wednesday, November 24, 2021

Solved - Your camera has been occupied by other apps, please release the privilege and try again

 If you get the message while turning on the video at a Zoom meeting, you may fix it following the steps below.

1. Click Start and select Settings.


2. Click on the Apps to open the Apps & Features window.


3. Click on the Camera to show the Advanced options.


4. Click on the Advanced options to open the Camera window. Scroll down and click on the Reset button to reset the camera.



5. Restart your computer.

Friday, November 5, 2021

Solved - unrecognized project; missing plug-in

 After I cloned a web service project, I got a "unrecognized project; missing plug-in" message when I was trying to open it in NetBeans.



I fixed it by installing the Java EE base plug-in by following the steps below.

1. Click the Tools in the top menu of Apache NetBeans IDE and select Plugins.

2. Select the Available Plugins tab in the pop-up Plugins window.

3. Right click on the Java EE base plug-in and install it.


Before you install the Java EE base plug-in, check the nbproject/project.xml file to confirm that the type is <type>org.netbeans.modules.web.project</type>