Error compiling JNLP projects under stock NetBeans 6.x

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

Hello,

I am facing a terrible problem with NetBeans when I try for an update. However, it fails every time, leaving a message ‘Reference problems one or more projects resources could not be found’. More information JSF projects with NetBeans using TortoiseSVN (Subversion). How to find the jars? How to fix the Resolve conflicts in the project? Please help me.

Open Project

Reference Problems

One or more project resources could not be found.

Right-click the project in the Projects window and choose

Resolve Reference Problems to find the missing resources.

SHARE
Answered By 10 points N/A #185854

Error compiling JNLP projects under stock NetBeans 6.x

qa-featured

Well, the error ‘One or more project resources could not be found’ could mean that a reference to a library is broken, e.g. the library file may got moved somewhere else. Right click on the project you will find there will be a menu item for resolving the reference. Now, this menu item may go away without the fix being made. Restarting NetBeans usually works to get it back. You can also look into the project properties under libraries and see if they are all fine. You can solve the missing resources or missing main class by going to the project properties, next select the ‘Run category’ and then select the proper main class.

Related Questions